1
0
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:
unknown
2022-04-23 21:42:09 -04:00
parent 7daf0478ff
commit c62257ccbf
6 changed files with 112 additions and 98 deletions

View File

@ -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",