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

Changed Grass to Short_Grass, for brewing of absinthe and other recipes #621

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
14 changes: 7 additions & 7 deletions resources/config/v13/en/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ cauldron:
name: Potatomash
ingredients: Potato

grass:
Short_Grass:
name: Boiled herbs
ingredients: Grass
ingredients: Short_Grass
color: '99ff66' # bright green
cookParticles:
- 'GREEN/2'
Expand Down Expand Up @@ -358,10 +358,10 @@ cauldron:
cookParticles:
- 'e1ff4d/4'

poi_grass:
poi_Short_Grass:
name: Boiled acidy herbs
ingredients:
- Grass
- Short_Grass
- Poisonous_Potato
color: '99ff66' # bright green
cookParticles:
Expand Down Expand Up @@ -694,7 +694,7 @@ recipes:
absinthe:
name: Poor Absinthe/Absinthe/Strong Absinthe
ingredients:
- Grass/15
- Short_Grass/15
cookingtime: 3
distillruns: 6
distilltime: 80
Expand All @@ -708,7 +708,7 @@ recipes:
gr_absinthe:
name: Poor Absinthe/Green Absinthe/Bright Green Absinthe
ingredients:
- Grass/17
- Short_Grass/17
- Poisonous_Potato/2
cookingtime: 5
distillruns: 6
Expand All @@ -726,7 +726,7 @@ recipes:
name: Potato soup
ingredients:
- Potato/5
- Grass/3
- Short_Grass/3
cookingtime: 3
color: ORANGE
difficulty: 1
Expand Down