Minor botany tweaks (#18832)
* Make the water consumption actually influenced by the seed's water consumption value * Tweak default water and nutrient consumption * Composting plants works now * Tweak seeds YML, add ez nutrient bottle to Nutrimax * Increase default nutrient consumption a bit
This commit is contained in:
@@ -173,6 +173,23 @@
|
||||
tags:
|
||||
- Bottle
|
||||
|
||||
- type: entity
|
||||
id: EZNutrientChemistryBottle
|
||||
name: ez nutrient bottle
|
||||
description: This will provide some nutrition to your plants.
|
||||
parent: BaseChemistryEmptyBottle
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
drink:
|
||||
maxVol: 30
|
||||
reagents:
|
||||
- ReagentId: EZNutrient
|
||||
Quantity: 30
|
||||
- type: Tag
|
||||
tags:
|
||||
- Bottle
|
||||
|
||||
- type: entity
|
||||
id: UnstableMutagenChemistryBottle
|
||||
name: unstable mutagen bottle
|
||||
|
||||
Reference in New Issue
Block a user