Skip to content

Commit

Permalink
Economics: balance dwarven ring. Closes #1801
Browse files Browse the repository at this point in the history
  • Loading branch information
alek13 committed Nov 21, 2024
1 parent e7df83f commit 68a566b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions mods/lord/Blocks/lottother/rings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -251,15 +251,15 @@ minetest.register_craft({

local lumps = {
-- ["name"] = level,
["lottores:limestone_lump"] = 1,
["lottores:silver_lump"] = 3,
["lottores:tin_lump"] = 1,
["lottores:lead_lump"] = 1,
["default:coal_lump"] = 2,
["default:iron_lump"] = 2,
["default:copper_lump"] = 2,
["default:gold_lump"] = 3,
["lottores:rough_rock_lump"] = 1,
["lottores:limestone_lump"] = 1,
["lottores:silver_lump"] = 5,
["lottores:tin_lump"] = 3,
["lottores:lead_lump"] = 4,
["default:coal_lump"] = 2,
["default:iron_lump"] = 1,
["default:copper_lump"] = 3,
["default:gold_lump"] = 5,
["lottores:rough_rock_lump"] = 5,
}

for i, j in pairs(lumps) do
Expand Down

0 comments on commit 68a566b

Please sign in to comment.