mirror of
https://github.com/minetest-mods/technic.git
synced 2025-06-28 22:36:35 +02:00
Add granite brick node (#593)
This commit is contained in:
@ -27,6 +27,12 @@ if minetest.get_modpath("moreblocks") then
|
||||
tiles={"technic_granite.png"},
|
||||
})
|
||||
|
||||
stairsplus:register_all("technic", "granite_bricks", "technic:granite_bricks", {
|
||||
description=S("Granite Bricks"),
|
||||
groups={cracky=1, not_in_creative_inventory=1},
|
||||
tiles={"technic_granite_bricks.png"},
|
||||
})
|
||||
|
||||
stairsplus:register_all("technic", "concrete", "technic:concrete", {
|
||||
description=S("Concrete"),
|
||||
groups={cracky=3, not_in_creative_inventory=1},
|
||||
|
Reference in New Issue
Block a user