Brewery

Brewery

101k Downloads

how to fix in 1.20.4 ?

4hfdslh opened this issue ยท 2 comments

commented

[17:50:36 INFO]: [Brewery] ERROR: absinthe: Unknown Material: Grass
[17:50:36 INFO]: [Brewery] ERROR: No ingredients for: Absinthe
[17:50:36 INFO]: [Brewery] ERROR: Loading the Recipe with id: 'absinthe' failed!
[17:50:36 INFO]: [Brewery] ERROR: gr_absinthe: Unknown Material: Grass
[17:50:36 INFO]: [Brewery] ERROR: No ingredients for: Green Absinthe
[17:50:36 INFO]: [Brewery] ERROR: Loading the Recipe with id: 'gr_absinthe' failed!
[17:50:36 INFO]: [Brewery] ERROR: potato_soup: Unknown Material: Grass
[17:50:36 INFO]: [Brewery] ERROR: No ingredients for: Potato soup
[17:50:36 INFO]: [Brewery] ERROR: Loading the Recipe with id: 'potato_soup' failed!
[17:50:36 INFO]: [Brewery] ERROR: grass: Unknown Material: Grass
[17:50:36 INFO]: [Brewery] ERROR: No ingredients for Cauldron-Recipe: Boiled herbs
[17:50:36 INFO]: [Brewery] ERROR: Loading the Cauldron-Recipe with id: 'grass' failed!
[17:50:36 INFO]: [Brewery] ERROR: poi_grass: Unknown Material: Grass
[17:50:36 INFO]: [Brewery] ERROR: No ingredients for Cauldron-Recipe: Boiled acidy herbs
[17:50:36 INFO]: [Brewery] ERROR: Loading the Cauldron-Recipe with id: 'poi_grass' failed!

commented

It seems to be because grass got renamed to short_grass in recent update (I think it was 1.20.4). Some quick changes to the code could fix that.

commented

To fix this locally, open config.yml and change all instances of "Grass" to "Short_Grass". This can be done with Find & Replace in most text editors.

Even after the Pull Request gets merged, it'll be necessary to change pre-existing config files manually.