From 3e561436d6203c30a1d4c76e0940b47e6b2ff170 Mon Sep 17 00:00:00 2001 From: Shiba <53093609+sudoShiba@users.noreply.github.com> Date: Mon, 6 May 2024 18:41:05 +0200 Subject: [PATCH] Changed Grass to Short_Grass, for brewing of absinthe and other recipieces Mojang recently changed it, so this makes it work again :) --- resources/config/v13/en/config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/config/v13/en/config.yml b/resources/config/v13/en/config.yml index c393e450..14c13bcb 100644 --- a/resources/config/v13/en/config.yml +++ b/resources/config/v13/en/config.yml @@ -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' @@ -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: @@ -694,7 +694,7 @@ recipes: absinthe: name: Poor Absinthe/Absinthe/Strong Absinthe ingredients: - - Grass/15 + - Short_Grass/15 cookingtime: 3 distillruns: 6 distilltime: 80 @@ -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 @@ -726,7 +726,7 @@ recipes: name: Potato soup ingredients: - Potato/5 - - Grass/3 + - Short_Grass/3 cookingtime: 3 color: ORANGE difficulty: 1