atm isn't ground content (#1)
This commit is contained in:
parent
6791e34497
commit
d3efeacd5f
1
init.lua
1
init.lua
@ -90,6 +90,7 @@ minetest.register_node("mcl_xp_atm:xp_atm",{
|
|||||||
"mcl_xp_atm_top.png", "mcl_xp_atm_front.png",
|
"mcl_xp_atm_top.png", "mcl_xp_atm_front.png",
|
||||||
},
|
},
|
||||||
groups = { pickaxey = 1, punchy = 2 },
|
groups = { pickaxey = 1, punchy = 2 },
|
||||||
|
is_ground_content = false,
|
||||||
_mcl_blast_resistance = 3,
|
_mcl_blast_resistance = 3,
|
||||||
_mcl_hardness = 3,
|
_mcl_hardness = 3,
|
||||||
on_rightclick = gui,
|
on_rightclick = gui,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user