Cristel Lib

Cristel Lib

2.5k Downloads

Utilizing internals causes crashes between versions

Linguardium opened this issue ยท 4 comments

commented

import net.fabricmc.fabric.impl.resource.loader.ModNioResourcePack;

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

commented

https://mclo.gs/1a2Y2l8

Here is a latest log file for reference because I have the same problem too

commented

I have faced this error too

commented

I have faced this error too

Did you find a solution or fix?

commented

Should be fixed in n the newest version