root cb3b77cdcc add_some_mods | 4 年之前 | |
---|---|---|
.. | ||
models | 4 年之前 | |
textures | 4 年之前 | |
README.md | 4 年之前 | |
depends.txt | 4 年之前 | |
description.txt | 4 年之前 | |
init.lua | 4 年之前 | |
licence.txt | 4 年之前 | |
machines.lua | 4 年之前 | |
materials.lua | 4 年之前 | |
mod.conf | 4 年之前 | |
nodes.lua | 4 年之前 | |
screenshot.png | 4 年之前 |
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},
)