Gathering Seeds (#1282)

This commit is contained in:
Alexsey Bezyuk
2025-05-19 19:13:29 +10:00
committed by GitHub
parent 3472feefea
commit f250f2b986
8 changed files with 26 additions and 2 deletions

View File

@@ -21,4 +21,7 @@
entries:
- id: CP14FoodCabbage
amount: 6
maxAmount: 8
maxAmount: 8
- id: CP14SeedCabbage
amount: 1
maxAmount: 2

View File

@@ -23,4 +23,7 @@
entries:
- id: CP14Cotton
amount: 4
maxAmount: 6
maxAmount: 6
- id: CP14SeedCotton
amount: 1
maxAmount: 2

View File

@@ -22,3 +22,6 @@
- id: CP14FoodCucumber
amount: 4
maxAmount: 8
- id: CP14SeedCucumber
amount: 0
maxAmount: 2

View File

@@ -24,3 +24,6 @@
- id: CP14FoodPepper
amount: 4
maxAmount: 8
- id: CP14SeedPepper
amount: 0
maxAmount: 2

View File

@@ -22,3 +22,6 @@
- id: CP14FoodPumpkin
amount: 4
maxAmount: 8
- id: CP14SeedPumpkin
amount: 1
maxAmount: 2

View File

@@ -24,3 +24,6 @@
- id: CP14WildSage
amount: 4
maxAmount: 8
- id: CP14SeedSage
amount: 1
maxAmount: 2

View File

@@ -22,3 +22,6 @@
- id: CP14FoodTomatoes
amount: 4
maxAmount: 8
- id: CP14SeedTomato
amount: 0
maxAmount: 2

View File

@@ -27,3 +27,6 @@
- id: CP14Wheat
amount: 5
maxAmount: 8
- id: CP14SeedWheat
amount: 1
maxAmount: 2