From bc4d2e17296899c690220de7e8188de029e1cd69 Mon Sep 17 00:00:00 2001 From: Aaron Date: Thu, 11 Jun 2020 05:04:12 +0200 Subject: [PATCH] Fixed battery crafting time from 5s to 4s, closes #76 --- recipes.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes.ml b/recipes.ml index d1f8460..5f5b79f 100644 --- a/recipes.ml +++ b/recipes.ml @@ -198,7 +198,7 @@ let plastic_bar = res "Plastic Bar" chemical_plant 1. ~count: 2. ~allow_productivity: true [ 1., coal; 20., petroleum_gas ] let battery = - res "Battery" chemical_plant 5. ~allow_productivity: true + res "Battery" chemical_plant 4. ~allow_productivity: true [ 1., iron_plate; 1., copper_plate; 20., sulfuric_acid ] let iron_stick = res "Iron Stick" am1 0.5 ~count: 2. ~allow_productivity: true