minetest-mods/mymillwork
Milan2018 f40957a2b1 update 2021-05-16 19:11:28 +02:00
..
models update 2021-05-16 19:11:28 +02:00
textures first 2019-12-14 17:47:31 +01:00
README.md update 2021-05-16 19:11:28 +02:00
depends.txt first 2019-12-14 17:47:31 +01:00
description.txt update 2021-05-16 19:11:28 +02:00
init.lua update 2021-05-16 19:11:28 +02:00
licence.txt first 2019-12-14 17:47:31 +01:00
machines.lua first 2019-12-14 17:47:31 +01:00
materials.lua update 2021-05-16 19:11:28 +02:00
mod.conf first 2019-12-14 17:47:31 +01:00
nodes.lua update 2021-05-16 19:11:28 +02:00
screenshot.png update 2021-05-16 19:11:28 +02:00

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