Hey There,
I am currently working on a mod for the 1.12.2
I am using Forge 1.12.2 - 14.23.1.2555
But I came across a problem. I want to Register a shaped crafting and an enchantment with registries. Here is my class:
In eclipse everything is working fine, but when I export and try it in my Client I get
The game crashed whilst initializing game
Error: java.lang.NoClassDefFoundError: scala/actors/threadpool/Arrays
Log:
I don't know how to fix this error. I've already looked around and tried to use the implementations as other 1.12 mods on GitHub. Nothing worked for me...