[Bug]: Fabric 1.18.2 naming conflict with carpet
dadoirie opened this issue ยท 2 comments
Describe the bug you're experiencing
Method overwrite conflict for getTicketsByPosition in limitedchunks.mixins.json:ChunkTicketManagerAccessorMixin from mod limitedchunks, previously written by carpet.mixins.DistanceManager_scarpetMixin. Skipping method.
a naming conflict of the getTicketsByPosition method or simply incompatible with carpet?
Reproducability
simply load limitedchunks with carpet and right before preparing spawn area you'll see the console log ;)
Mod up to date
- Before submitting this issue I updated to the newest version and reproduced it
Minecraft version
1.18.1
Modloader version
Fabric
Logs
not an actual problem, they just have the same thing there, only an issue if it crashes
not an actual problem, they just have the same thing there, only an issue if it crashes
it doesn't seem that it is the same feature tho and skipping method because of a naming conflict pretty much means one feature is turned off forcefully ...
This mod serves as a middle-way between no chunkloading at all and chunkloading forever, by unloading these loaded chunks after a configured time after the corresponding player logged off.
and this is the main reason why I am interested in this mod so if this can get fixed it is much appreciated