4e31d3219b
create stoneworking mod. create nodes stone bricks and stone tile, then add placeholder recipe for both.
7 lines
127 B
Lua
7 lines
127 B
Lua
blockgame.reg_simple_node("bricks", "Bricks", {
|
|
stoney = 1,
|
|
})
|
|
|
|
blockgame.reg_simple_node("tile", "Bricks", {
|
|
stoney = 1,
|
|
})
|