dreambuilder_game/mymillwork
Vanessa Dannenberg 94fa40c6f7 update castles, areas, areas_protector, bakedclay, signs_lib,
bees, blox, bobblocks, coloredwood, homedecor, technic,
currency, digilines, digistguff, facade, farming_redo,
framedglass, gloopblocks, ilights, led_marquee, maptools,
mesecons, moreblocks, moreores, mymillwork, plasticbox,
replacer, ropes, street_signs, solidcolor, stained_glass,
teleport_request, unified_inventory, unifieddyes, worldedit,

add basic_signs, notify_hud_provider
2019-09-11 13:58:21 -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 castles, areas, areas_protector, bakedclay, signs_lib, 2019-09-11 13:58:21 -04:00
description.txt update homedecor, ilights, and simple streetlights 2019-05-30 06:43:06 -04:00
init.lua update castles, areas, areas_protector, bakedclay, signs_lib, 2019-09-11 13:58:21 -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
materials_bakedclay.lua update castles, areas, areas_protector, bakedclay, signs_lib, 2019-09-11 13:58:21 -04:00
materials_ethereal.lua update castles, areas, areas_protector, bakedclay, signs_lib, 2019-09-11 13:58:21 -04:00
materials_moreblocks.lua update castles, areas, areas_protector, bakedclay, signs_lib, 2019-09-11 13:58:21 -04:00
materials_technic.lua update castles, areas, areas_protector, bakedclay, signs_lib, 2019-09-11 13:58:21 -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},
)