Bag Of Holding [Forge & Fabric]

Bag Of Holding [Forge & Fabric]

818k Downloads

[Crash]: Should this mod work with Fabric v0.15.3

Gamerbolts opened this issue ยท 1 comments

commented

Mod Loader (Required)

Fabric

Minecraft Version (Required)

1.20.1

Mod Version (Required)

8.0.1

Notes (Required)

I had an already working modpack, I added your mod and I crashed. I am just wondering if your mod works for the latest Fabric version. The crash I get is a generic crash that usually has been happening when the mod doesn't work with that version. I have included the log and crash log, it says "lucky" but it is not lucky blocks, hopefully you can assist. Thank you

Crash Report (Required)

https://gist.github.com/Gamerbolts/f70092fdc4871129aa5577f07faa2e93

latest.log (Optional)

https://gist.github.com/Gamerbolts/8de2877f85c5d55fbc446753dcb4ffdc

commented

This is pretty clearly from here:

Caused by: mod.lucky.kotlin.NoWhenBranchMatchedException
	at mod.lucky.fabric.FabricGameAPIKt.toEnchantmentType(FabricGameAPI.kt:112)
	at mod.lucky.fabric.FabricGameAPIKt.access$toEnchantmentType(FabricGameAPI.kt:1)
	at mod.lucky.fabric.FabricGameAPI.init(FabricGameAPI.kt:171)
	at mod.lucky.fabric.FabricMod.onInitialize(FabricMod.kt:113)
	at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:384)
	... 6 more

Maybe an issue with my custom enchantment category, but that should be handled on their end.