Game crashes upon opening liquefier recipies in JEI
cyanog3n opened this issue · 10 comments
Details
Minecraft version: 1.20.1
Mod version: 1.20.1-2.3.4
JEI version: 1.20.1-forge-15.8.0.13
Description
Minecraft crashes upon opening liquefier recipies in JEI.
How to replicate:
- Navigate to the liquefier in JEI
- Open its crafting recipe
- Hover over the liquefier item and press U to show all liquifier recipies
- Minecraft crashes
@Konhaiii Did you fixed it?
This fixed it for me
Thank you!!! @Konhaiii
I had the same issue. It comes from this recipe : src/main/resources/data/alchemistry/recipes/liquifier/syrup.json
This recipe is wrong too : src/main/resources/data/alchemistry/recipes/atomizer/syrup.json
The name of the fluid is thermal:syrup and not thermal:syrup_fluid
This crash is simply due to this spelling mistake.
i'm not used to github, I just fixed it on my pack
you wouldnt happen to know how i could fix this on ATM9 by chance ?
@deejaytyme with a program to open compressed folders like 7zip you can enter the mod (.jar) and change the file indicated by @Konhaiii directly
@deejaytyme The directions from @Konhaiii apply to the mod itself, unzip Al chemistry from the mod folder and apply the edits he mentioned. I did this on ATM9 mod pack.
I had the same issue. It comes from this recipe : src/main/resources/data/alchemistry/recipes/liquifier/syrup.json This recipe is wrong too : src/main/resources/data/alchemistry/recipes/atomizer/syrup.json
The name of the fluid is thermal:syrup and not thermal:syrup_fluid
This crash is simply due to this spelling mistake.
It worked thank you very much