Remove plants with no utility from common sources (#9235)

* Remove plants with no utility from common sources

* review
This commit is contained in:
Rane
2022-06-27 14:12:03 -04:00
committed by GitHub
parent c97243413b
commit 21b07b7b26
2 changed files with 7 additions and 9 deletions

View File

@@ -88,9 +88,9 @@
amount: 1 amount: 1
- id: SugarcaneSeeds - id: SugarcaneSeeds
amount: 1 amount: 1
- id: LemonSeeds # - id: LemonSeeds No recipes, limejuice in reagent dispenser
amount: 1 # amount: 1
- id: OatSeeds # - id: OatSeeds No recipes, nothing uses oatmilk
amount: 1 # amount: 1
- id: OnionSeeds - id: OnionSeeds
amount: 1 amount: 1

View File

@@ -14,9 +14,9 @@
CornSeeds: 5 CornSeeds: 5
EggplantSeeds: 5 EggplantSeeds: 5
GalaxythistleSeeds: 5 GalaxythistleSeeds: 5
LemonSeeds: 5 # LemonSeeds: 5 No recipes
LingzhiSeeds: 5 LingzhiSeeds: 5
OatSeeds: 5 # OatSeeds: 5 No recipes
OnionSeeds: 5 OnionSeeds: 5
PoppySeeds: 5 PoppySeeds: 5
PotatoSeeds: 5 PotatoSeeds: 5
@@ -24,5 +24,3 @@
TomatoSeeds: 5 TomatoSeeds: 5
TowercapSeeds: 5 TowercapSeeds: 5
WheatSeeds: 5 WheatSeeds: 5