minetest-mm/mods-old/mymillwork
2021-12-05 14:17:16 +01:00
..
models big_update 2021-12-05 14:17:16 +01:00
textures big_update 2021-12-05 14:17:16 +01:00
depends.txt big_update 2021-12-05 14:17:16 +01:00
description.txt big_update 2021-12-05 14:17:16 +01:00
init.lua big_update 2021-12-05 14:17:16 +01:00
licence.txt big_update 2021-12-05 14:17:16 +01:00
machines.lua big_update 2021-12-05 14:17:16 +01:00
materials.lua big_update 2021-12-05 14:17:16 +01:00
mod.conf big_update 2021-12-05 14:17:16 +01:00
nodes.lua big_update 2021-12-05 14:17:16 +01:00
README.md big_update 2021-12-05 14:17:16 +01:00
screenshot.png big_update 2021-12-05 14:17:16 +01:00

mymillwork

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},
)