summaryrefslogtreecommitdiff
path: root/mymillwork/README.md
blob: 4fe62983c064d69f483bfee066ecc5f00b8ae48e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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},
)
```