phase 11 koncano
This commit is contained in:
@@ -12,12 +12,14 @@ class WorkstationSystem {
|
||||
this.recipes = {
|
||||
'furnace': [
|
||||
{ input: 'ore_iron', fuel: 'coal', output: 'iron_bar', time: 5000 },
|
||||
{ input: 'ore_gold', fuel: 'coal', output: 'gold_bar', time: 8000 },
|
||||
{ input: 'ore_stone', fuel: 'coal', output: 'stone_brick', time: 3000 },
|
||||
{ input: 'sand', fuel: 'coal', output: 'glass', time: 3000 },
|
||||
{ input: 'log', fuel: 'log', output: 'charcoal', time: 4000 } // Wood to charcoal
|
||||
],
|
||||
'mint': [
|
||||
{ input: 'iron_bar', fuel: 'coal', output: 'coin_gold', time: 2000, outputCount: 10 }
|
||||
{ input: 'iron_bar', fuel: 'coal', output: 'coin_gold', time: 2000, outputCount: 10 },
|
||||
{ input: 'gold_bar', fuel: 'coal', output: 'coin_gold', time: 3000, outputCount: 50 }
|
||||
],
|
||||
'campfire': [
|
||||
{ input: 'raw_meat', fuel: 'stick', output: 'cooked_meat', time: 3000 }
|
||||
|
||||
Reference in New Issue
Block a user