dreambuilder_game/mods/mymillwork
VanessaE 4394beec6a Convert the modpack into a standalone game for the Minetest engine
Integrated into the game is most of minetest_game as the stable base
2021-02-24 22:05:32 -05:00
..
models Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
textures Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
README.md Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
depends.txt Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
description.txt Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
init.lua Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
licence.txt Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
machines.lua Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
materials.lua Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
materials_bakedclay.lua Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
materials_ethereal.lua Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
materials_moreblocks.lua Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
materials_technic.lua Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
mod.conf Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
nodes.lua Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
screenshot.png Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05: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},
)