SmashingMods / Alchemistry

MinecraftForge mod for 1.12.2+ inspired by minechem.
https://minecraft.curseforge.com/projects/alchemistry
GNU General Public License v2.0
61 stars 50 forks source link

Game crashes upon opening liquefier recipies in JEI #350

Open cyanog3n opened 3 months ago

cyanog3n commented 3 months ago

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.

stacktrace

How to replicate:

Konhaiii commented 1 month ago

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.

atlas-jedi commented 1 month ago

@Konhaiii Did you fixed it?

Konhaiii commented 1 month ago

i'm not used to github, I just fixed it on my pack

abanobaa commented 1 month ago

This fixed it for me

Thank you!!! @Konhaiii

deejaytyme commented 1 month ago

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 ?

atlas-jedi commented 1 month ago

@deejaytyme with a program to open compressed folders like 7zip you can enter the mod (.jar) and change the file indicated by @Konhaiii directly

abanobaa commented 1 month ago

@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.

deejaytyme commented 1 month ago

thanks for the help everyone it worked like a charm!

abyss5561 commented 2 weeks ago

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