root cb3b77cdcc add_some_mods 4 年 前
..
models cb3b77cdcc add_some_mods 4 年 前
textures cb3b77cdcc add_some_mods 4 年 前
README.md cb3b77cdcc add_some_mods 4 年 前
depends.txt cb3b77cdcc add_some_mods 4 年 前
description.txt cb3b77cdcc add_some_mods 4 年 前
init.lua cb3b77cdcc add_some_mods 4 年 前
licence.txt cb3b77cdcc add_some_mods 4 年 前
machines.lua cb3b77cdcc add_some_mods 4 年 前
materials.lua cb3b77cdcc add_some_mods 4 年 前
mod.conf cb3b77cdcc add_some_mods 4 年 前
nodes.lua cb3b77cdcc add_some_mods 4 年 前
screenshot.png cb3b77cdcc add_some_mods 4 年 前

README.md

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