Add dragon egg sounds

This commit is contained in:
Wuzzy 2017-01-28 00:10:27 +01:00
parent dae21ed777
commit 6b2a10a78f
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ minetest.register_node("mcl_end:dragon_egg", {
}
},
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
})