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