Utilizing internals causes crashes between versions
Linguardium opened this issue ยท 4 comments
impl packages are internal implementation and can change at any time, even between patch versions. Referencing impl details directly causes the mod (and any mod that relies on it) to be extremely fragile to version changes.
If using implementation classes directly, please properly mark the required version you are developing against in your fabric.mod.json file
Here is a latest log file for reference because I have the same problem too