fork de mymillwork

laza83 8df4555394 Add mesh node and default materials (#4) 5 years ago
models 8df4555394 Add mesh node and default materials (#4) 5 years ago
textures 9125bd6195 reduced image sizes 9 years ago
README.md 8df4555394 Add mesh node and default materials (#4) 5 years ago
depends.txt 08be37764b First Upload 9 years ago
description.txt 8df4555394 Add mesh node and default materials (#4) 5 years ago
init.lua 8df4555394 Add mesh node and default materials (#4) 5 years ago
licence.txt b8b422165f Changed Licence 8 years ago
machines.lua 756667552b Change back to 644 again. 7 years ago
materials.lua 8df4555394 Add mesh node and default materials (#4) 5 years ago
mod.conf c3082c88fe Added description.txt and mod.conf 8 years ago
nodes.lua 8df4555394 Add mesh node and default materials (#4) 5 years ago
screenshot.png 8df4555394 Add mesh node and default materials (#4) 5 years ago

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