Fix coin recipe

This commit is contained in:
Wuzzy 2020-03-31 17:45:35 +02:00
parent 7d468ba100
commit 1b962df5ad
1 changed files with 7 additions and 8 deletions

View File

@ -94,15 +94,14 @@ for i, metal in ipairs(metals.list) do
level = metals.levels[i],
material = metal,
})
-- receipe for coin production
realtest.register_anvil_recipe({
item1 = "metals:gold_sheet",
output = "money:coin 15",
level = metals.levels[i],
instrument = "chisel",
material = "gold",
})
end
-- receipe for coin production
realtest.register_anvil_recipe({
item1 = "metals:gold_sheet",
output = "money:coin 15",
instrument = "chisel",
material = "gold",
})
-- general receipes (for flux production; used for welding)
realtest.register_anvil_recipe({
item1 = "minerals:borax",