mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-06-28 12:56:01 +02:00
fix all or edge cases for https://github.com/mt-mods/homedecor_modpack/issues/49 not caught by the last commit
This commit is contained in:
@ -135,7 +135,8 @@ minetest.register_node("itemframes:frame",{
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
sunlight_propagates = true,
|
||||
groups = {choppy = 2, dig_immediate = 2},
|
||||
groups = {choppy = 2, dig_immediate = 2, axey=5},
|
||||
_mcl_hardness=1.6,
|
||||
legacy_wallmounted = true,
|
||||
_sound_def = {
|
||||
key = "node_sound_wood_defaults",
|
||||
@ -215,7 +216,8 @@ minetest.register_node("itemframes:pedestal",{
|
||||
--},
|
||||
tiles = {"itemframes_pedestal.png"},
|
||||
paramtype = "light",
|
||||
groups = {cracky = 3, dig_stone = 2},
|
||||
groups = {cracky = 3, dig_stone = 2, pickaxey=5},
|
||||
_mcl_hardness=1.6,
|
||||
_sound_def = {
|
||||
key = "node_sound_stone_defaults",
|
||||
},
|
||||
|
Reference in New Issue
Block a user