MrCrayfish's Furniture Mod: Refurbished

MrCrayfish's Furniture Mod: Refurbished

22M Downloads

Delivery Service seems to crash mod when executed? (Version is Fabric 1.20.1 1.0.6)

tetrissports opened this issue ยท 3 comments

commented

---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!

Time: 2025-06-18 23:58:25
Description: Exception in server tick loop

java.lang.ClassCastException: class com.mrcrayfish.mightymail.mail.DeliveryService cannot be cast to class com.mrcrayfish.furniture.refurbished.mail.DeliveryService (com.mrcrayfish.mightymail.mail.DeliveryService and com.mrcrayfish.furniture.refurbished.mail.DeliveryService are in unnamed module of loader 'knot' @770c2e6b)
at knot//com.mrcrayfish.furniture.refurbished.mail.DeliveryService.get(DeliveryService.java:50)
at knot//com.mrcrayfish.furniture.refurbished.Bootstrap.lambda$registerFrameworkEvents$0(Bootstrap.java:71)
at knot//com.mrcrayfish.framework.api.event.TickEvents.lambda$static$4(TickEvents.java:19)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at knot//com.mrcrayfish.framework.api.event.TickEvents.lambda$static$5(TickEvents.java:19)
at knot//com.mrcrayfish.framework.event.FabricEvents.lambda$onInitialize$0(FabricEvents.java:24)
at knot//net.fabricmc.fabric.api.event.lifecycle.v1.ServerTickEvents.lambda$static$0(ServerTickEvents.java:34)
at knot//net.minecraft.server.MinecraftServer.handler$djf000$fabric-lifecycle-events-v1$onStartTick(MinecraftServer.java:5357)
at knot//net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:824)
at knot//net.minecraft.class_1132.method_3748(class_1132.java:105)
at knot//net.minecraft.server.MinecraftServer.handler$bef000$carpet$modifiedRunLoop(MinecraftServer.java:15942)
at knot//net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:650)
at knot//net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
at java.base/java.lang.Thread.run(Thread.java:840)

commented

Highly outdated version, update to 1.0.14

commented

Also Mighty Mail migrated into a single page on CurseForge. The latest version is 1.1.2 for Fabric on CurseForge: https://www.curseforge.com/minecraft/mc-mods/mighty-mail/files/all?page=1&pageSize=20&version=1.20.1&gameVersionTypeId=4

commented

Ah, I see. I had an outdated framework mod installed too. Thank you very much.