dreambuilder_game/mymillwork
Vanessa Dannenberg eae97e458c update homedecor, ilights, and simple streetlights
New mod!  laza83's fork of DonBatman's mymillwork
2019-05-30 06:43:06 -04:00
..
models update homedecor, ilights, and simple streetlights 2019-05-30 06:43:06 -04:00
textures update homedecor, ilights, and simple streetlights 2019-05-30 06:43:06 -04:00
README.md update homedecor, ilights, and simple streetlights 2019-05-30 06:43:06 -04:00
depends.txt update homedecor, ilights, and simple streetlights 2019-05-30 06:43:06 -04:00
description.txt update homedecor, ilights, and simple streetlights 2019-05-30 06:43:06 -04:00
init.lua update homedecor, ilights, and simple streetlights 2019-05-30 06:43:06 -04:00
licence.txt update homedecor, ilights, and simple streetlights 2019-05-30 06:43:06 -04:00
machines.lua update homedecor, ilights, and simple streetlights 2019-05-30 06:43:06 -04:00
materials.lua update homedecor, ilights, and simple streetlights 2019-05-30 06:43:06 -04:00
mod.conf update homedecor, ilights, and simple streetlights 2019-05-30 06:43:06 -04:00
nodes.lua update homedecor, ilights, and simple streetlights 2019-05-30 06:43:06 -04:00
screenshot.png update homedecor, ilights, and simple streetlights 2019-05-30 06:43:06 -04: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},
)