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

Eating KCN crashes the game: NoSuchMethodError: net.minecraft.util.FoodStats.func_75119_b(F)V #117

Closed RisingInIris2017 closed 4 years ago

RisingInIris2017 commented 4 years ago

Versions

Mod version:

alchemistry-1.0.36

Forge version:

forge-1.12.2-14.23.5.2847

Singleplayer or Multiplayer:

Multiplayer, using CatServer-a38f3e1-universal

Installed mods:

You may have a look on the crash-report attached below.

Description of the problem

How to reproduce:

  1. Eat Potassium Cyanide.
  2. Game crashes.

Link to full crash log:

https://paste.ubuntu.com/p/FPtffPmqvR/

ghost commented 4 years ago

Seems to be the same crash that happened in 1.14 a while ago, I just forgot to backport the change (or didn't think it would affect 1.12). I'll try to get this fixed up soon.

https://github.com/al132mc/chem-lib/issues/5

ghost commented 4 years ago

Ok, should be fixed in v1.0.38, thank you for reporting.