Simplify dragon egg selection box

This commit is contained in:
Wuzzy 2017-01-28 11:58:57 +01:00
parent 8c33757f0b
commit fcb50593e7
1 changed files with 3 additions and 0 deletions

View File

@ -99,6 +99,9 @@ minetest.register_node("mcl_end:dragon_egg", {
{-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 },
sounds = default.node_sound_stone_defaults(),
-- TODO: Make dragon egg teleport on punching