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