mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-03 23:30:22 +02:00
add building blocks
This commit is contained in:
@ -40,8 +40,10 @@ if not minetest.get_modpath("technic") then
|
||||
description = S("Granite"),
|
||||
tiles = { "technic_granite.png" },
|
||||
is_ground_content = true,
|
||||
groups = {cracky=1},
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
groups = {cracky=1, dig_stone=2},
|
||||
_sound_def = {
|
||||
key = "node_sound_stone_defaults",
|
||||
},
|
||||
})
|
||||
minetest.register_craft({
|
||||
output = "technic:granite 9",
|
||||
|
Reference in New Issue
Block a user