Botany tweaks vol. 2 (#18888)
* Even more consumption * Revert "Even more consumption" This reverts commit 94ae0eca0ba1b4a55913f92519e1354b77e70734. Oops forgot a file * Believe it or not, more nutrient consumption * Buff ez nutrient and l4z * Add left 4 zed to emagged nutrimax just because * Change some thresholds
This commit is contained in:
@@ -125,7 +125,7 @@ public class SeedData
|
||||
|
||||
#region Tolerances
|
||||
|
||||
[DataField("nutrientConsumption")] public float NutrientConsumption = 0.50f;
|
||||
[DataField("nutrientConsumption")] public float NutrientConsumption = 0.70f;
|
||||
|
||||
[DataField("waterConsumption")] public float WaterConsumption = 0.5f;
|
||||
[DataField("idealHeat")] public float IdealHeat = 293f;
|
||||
|
||||
Reference in New Issue
Block a user