mineclone compatibility fixes

This commit is contained in:
FaceDeer
2023-02-14 20:46:42 -07:00
parent cf89421748
commit c446bd66d4
2 changed files with 2 additions and 3 deletions

View File

@ -172,7 +172,7 @@ minetest.register_node("bubblesponge:frond", {
walkable = false,
buildable_to = true,
groups = {snappy=3, oddly_breakable_by_hand = 1, handy = 1, not_in_creatove_inventory=1},
sounds = default.node_sound_leaves_defaults(),
sounds = df_dependencies.sound_leaves(),
drop = "bubblesponge:tank",
})