root cb3b77cdcc add_some_mods | před 4 roky | |
---|---|---|
.. | ||
models | před 4 roky | |
textures | před 4 roky | |
README.md | před 4 roky | |
depends.txt | před 4 roky | |
description.txt | před 4 roky | |
init.lua | před 4 roky | |
licence.txt | před 4 roky | |
machines.lua | před 4 roky | |
materials.lua | před 4 roky | |
mod.conf | před 4 roky | |
nodes.lua | před 4 roky | |
screenshot.png | před 4 roky |
Crown Mold, Baseboards, Columns and more To minetest
Licence - DWYWPL
If you want to add or remove a texture simply edit the materials.lua file.
Each texture has 24 nodes so careful that you don't add too many textures.
API example:
mymillwork.register("default:stone",
"default_stone",
"Stone",
"default_stone.png",
{cracky=3, stone=1, not_in_creative_inventory=1},
)