UnsupportedOperationException error, removing kotlin 1.4.31 fixes it
hgorski6 opened this issue ยท 2 comments
Crash log
https://pastebin.com/3hjdbAT4
Based on the log, this seems to be related to CBT/Connected Block Textures instead of Fabric Language Kotlin.
at com.google.common.collect.ImmutableCollection.add(ImmutableCollection.java:218)
at net.minecraft.class_3304.handler$zpd000$injectCBTPack(class_3304.java:2029)
at net.minecraft.class_3304.method_18232(class_3304.java)
where class_3304.method_18232
is ReloadableResourceManagerImpl.beginMonitoredReload
Based on the log, this seems to be related to CBT/Connected Block Textures instead of Fabric Language Kotlin.
at com.google.common.collect.ImmutableCollection.add(ImmutableCollection.java:218) at net.minecraft.class_3304.handler$zpd000$injectCBTPack(class_3304.java:2029) at net.minecraft.class_3304.method_18232(class_3304.java)
where
class_3304.method_18232
isReloadableResourceManagerImpl.beginMonitoredReload
Removing the mod has solved the issue, Thank you