PsycoJaker 8a5508e8fd update mod.conf | hace 3 años | |
---|---|---|
models | hace 5 años | |
textures | hace 9 años | |
README.md | hace 5 años | |
depends.txt | hace 9 años | |
description.txt | hace 5 años | |
init.lua | hace 5 años | |
licence.txt | hace 8 años | |
machines.lua | hace 8 años | |
materials.lua | hace 5 años | |
mod.conf | hace 3 años | |
nodes.lua | hace 5 años | |
screenshot.png | hace 5 años |
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},
)