laza83 8df4555394 Add mesh node and default materials (#4) | пре 5 година | |
---|---|---|
models | пре 5 година | |
textures | пре 9 година | |
README.md | пре 5 година | |
depends.txt | пре 9 година | |
description.txt | пре 5 година | |
init.lua | пре 5 година | |
licence.txt | пре 8 година | |
machines.lua | пре 8 година | |
materials.lua | пре 5 година | |
mod.conf | пре 8 година | |
nodes.lua | пре 5 година | |
screenshot.png | пре 5 година |
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},
)