Skip to content

Commit

Permalink
Fix lord_ores mithril drop. Closes lord-server#1352
Browse files Browse the repository at this point in the history
  • Loading branch information
Doloment committed May 17, 2024
1 parent ef4607f commit 62ec9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/lord/Blocks/lord_ores/rock_ores.lua
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ for name, registration in pairs(rocks.get_lord_nodes()) do
description = S("Mithril Ore"),
tiles = { rock_texture .. "^lottores_mithril_ore.png" },
groups = { cracky = 1 },
drop = "lottores:lead_lump",
drop = "lottores:mithril_lump",
sounds = default.node_sound_stone_defaults(),
})

Expand Down

0 comments on commit 62ec9f8

Please sign in to comment.