forked from VoxeLibre/VoxeLibre
Simplify dragon egg selection box
This commit is contained in:
parent
8c33757f0b
commit
fcb50593e7
|
@ -99,6 +99,9 @@ minetest.register_node("mcl_end:dragon_egg", {
|
||||||
{-0.0625, 0.4375, -0.0625, 0.0625, 0.5, 0.0625},
|
{-0.0625, 0.4375, -0.0625, 0.0625, 0.5, 0.0625},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
selection_box = {
|
||||||
|
type = "regular",
|
||||||
|
},
|
||||||
groups = { oddly_breakable_by_hand = 3, falling_node = 1, deco_block = 1, not_in_creative_inventory = 1 },
|
groups = { oddly_breakable_by_hand = 3, falling_node = 1, deco_block = 1, not_in_creative_inventory = 1 },
|
||||||
sounds = default.node_sound_stone_defaults(),
|
sounds = default.node_sound_stone_defaults(),
|
||||||
-- TODO: Make dragon egg teleport on punching
|
-- TODO: Make dragon egg teleport on punching
|
||||||
|
|
Loading…
Reference in New Issue