More harvest and other little things (#780)

* harvest

* fix potato
This commit is contained in:
Nim
2025-01-18 23:12:13 +02:00
committed by GitHub
parent 2dd5c48c75
commit f7c7c54a7e
8 changed files with 21 additions and 13 deletions

View File

@@ -158,4 +158,4 @@
- type: StorageFill
contents:
- id: CP14FoodCheeseWheel
amount: 5
amount: 5

View File

@@ -72,4 +72,4 @@
- state: bag
- state: tomato
- type: CP14Seed
plantProto: CP14PlantTomatoes
plantProto: CP14PlantTomatoes

View File

@@ -65,5 +65,5 @@
id: CP14GatherCucumber
entries:
- id: CP14FoodCucumber
amount: 2
maxAmount: 3
amount: 3
maxAmount: 5

View File

@@ -65,5 +65,5 @@
id: CP14GatherPotato
entries:
- id: CP14FoodPotato
amount: 2
maxAmount: 4
amount: 3
maxAmount: 5

View File

@@ -65,5 +65,5 @@
id: CP14GatherPumpkin
entries:
- id: CP14FoodPumpkin
amount: 1
maxAmount: 2
amount: 2
maxAmount: 3

View File

@@ -65,5 +65,5 @@
id: CP14GatherTomatoes
entries:
- id: CP14FoodTomatoes
amount: 1
maxAmount: 3
amount: 3
maxAmount: 5

View File

@@ -69,5 +69,5 @@
id: CP14GatherWheat
entries:
- id: CP14Wheat
amount: 2
maxAmount: 4
amount: 3
maxAmount: 5

View File

@@ -65,4 +65,12 @@
craftTime: 1
entities:
CP14FoodTomatoesSlice: 1
result: CP14SeedTomato
result: CP14SeedTomato
- type: CP14Recipe
id: CP14SeedCabbage
tag: CP14RecipeCooking
craftTime: 1
entities:
CP14FoodCabbageSlice: 1
result: CP14SeedCabbage