eef0283c66
change description of stone tiles from "Brick" to "Tile".
7 lines
125 B
Lua
7 lines
125 B
Lua
blockgame.reg_simple_node("bricks", "Bricks", {
|
|
stoney = 1,
|
|
})
|
|
|
|
blockgame.reg_simple_node("tile", "Tile", {
|
|
stoney = 1,
|
|
})
|