Cristelknight999 / Cristel-Lib

A Library Mod for Structure configs
2 stars 1 forks source link

Utilizing internals causes crashes between versions #16

Closed Linguardium closed 3 weeks ago

Linguardium commented 5 months ago

https://github.com/Cristelknight999/Cristel-Lib/blob/bf2e5c06caa9ad7c924efb7a121bef02e06e9b77/fabric-like/src/main/java/net/cristellib/fabriclike/CristelLibFabricLikePlatform.java#L8

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

Eyorie commented 5 months ago

https://mclo.gs/1a2Y2l8

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

Deirel commented 5 months ago

I have faced this error too

Eyorie commented 5 months ago

I have faced this error too

Did you find a solution or fix?

Cristelknight999 commented 5 months ago

Should be fixed in n the newest version