Skip to content

Commit

Permalink
Add sounds to the added ores (#1376)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonomousAccount authored Jan 11, 2025
1 parent 08024e9 commit effc59e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mods/mtg/more_ore/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ for k, orenametech in pairs(orenamestech) do
tiles = {"default_" .. stonenametech .. ".png^default_mineral_" .. orenametech .. ".png"},
groups = {cracky = crackylevels[k]},
drop = "default:" .. dropnames[k],
sounds = default.node_sound_stone_defaults(),
})
end
end

0 comments on commit effc59e

Please sign in to comment.