blockgame/mods/bg_stoneworking/node.lua
trans_soup 4e31d3219b start working on stoneworking mod.
create stoneworking mod.

create nodes stone bricks and stone tile, then add placeholder recipe
for both.
2023-10-11 10:28:23 +02:00

7 lines
127 B
Lua

blockgame.reg_simple_node("bricks", "Bricks", {
stoney = 1,
})
blockgame.reg_simple_node("tile", "Bricks", {
stoney = 1,
})