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