forked from Wuzzy/realtest_mt5
Fix coin recipe
This commit is contained in:
parent
7d468ba100
commit
1b962df5ad
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue