mymillwork/README.md
laza83 8df4555394 Add mesh node and default materials (#4)
* Add files via upload

Add mesh nodes

* Add files via upload

Node Box removed and replaced with mesh nodes

* Modified selection and collision box

Code modified to support additional materials.

* Delete millwork.lua

Is replaced by node.lua materials.lua

* Delete register.lua

Is replaced by node.lua materials.lua

* add more materials
2019-05-16 06:14:32 -07:00

24 lines
424 B
Markdown

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:
```lua
mymillwork.register("default:stone",
"default_stone",
"Stone",
"default_stone.png",
{cracky=3, stone=1, not_in_creative_inventory=1},
)
```