Go to file
laza83 8778635091
Edit init.lua to support more materialials
2019-06-23 18:41:08 +02:00
models Add files via upload 2018-11-25 19:52:07 +01:00
textures reduced image sizes 2015-04-08 19:09:11 -07:00
README.md Modified selection and collision box 2018-11-29 20:14:13 +01:00
depends.txt Edit init.lua to support more materialials 2019-06-23 18:41:08 +02:00
description.txt Modified selection and collision box 2018-11-29 20:14:13 +01:00
init.lua Edit init.lua to support more materialials 2019-06-23 18:41:08 +02:00
licence.txt Changed Licence 2016-03-23 14:17:02 -07:00
machines.lua Change back to 644 again. 2016-09-30 20:12:44 -06:00
materials.lua add more materials 2019-03-03 14:49:43 +01:00
materials_bakedclay.lua Add bakedclay materials 2019-06-23 18:37:01 +02:00
materials_ethereal.lua edit not in creative inventory 2019-06-23 18:38:57 +02:00
materials_moreblocks.lua add morebloks materials 2019-06-23 18:34:34 +02:00
materials_technic.lua Add technic materials 2019-06-23 18:33:49 +02:00
mod.conf Added description.txt and mod.conf 2016-03-07 06:51:02 -08:00
nodes.lua Modified selection and collision box 2018-11-29 20:14:13 +01:00
screenshot.png Modified selection and collision box 2018-11-29 20:14:13 +01: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},
)