Closed AriSparks closed 2 years ago
Error from using Locki in another mod
InventoryKepper.get method from within libraries
InventoryKeeper.get method from within Locki source code
Nevermind, this just seems to be a problem with Eclipse, as it works fine with IntelliJ.
I'm trying to use locki within another fabric mod I'm making for myself but whenever I do, I always get the error "The type net.minecraft.class[number] cannot be resolved. It is indirectly referenced from required .class files". When looking in the source code, the references to objects such as the PlayerEntity object are fine, but when built it sets it to "class[number]" (such as InventoryKeeper.get(class_1657)), which makes it unusable from within another mod as a referenceable library.