Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sequencing Poppy & Dandelion added to Bio Factory #79

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1910,6 +1910,8 @@ production_factories:
- Sequencing_Large_Fern
- Sequencing_Rose_Bush
- Sequencing_Peony
- Sequencing_Poppy
- Sequencing_Dandelion
repair_multiple: 10
repair_inputs:
Oak Saplings:
Expand Down Expand Up @@ -7419,6 +7421,30 @@ production_recipes:
material: DOUBLE_PLANT
amount: 4
durability: 5
Sequencing_Poppy:
name: Sequencing Poppy
production_time: 32
inputs:
Bone Meal:
material: INK_SACK
amount: 96
durability: 15
outputs:
Poppy:
material: RED_ROSE
amount: 32
Sequencing_Dandelion:
name: Sequencing Dandelion
production_time: 32
inputs:
Bone Meal:
material: INK_SACK
amount: 96
durability: 15
outputs:
Dandelion:
material: YELLOW_FLOWER
amount: 32
Aspect_Factory:
name: Arcane Elementizer
fuel:
Expand Down