Fabric Language Kotlin

Fabric Language Kotlin

32M Downloads

UnsupportedOperationException error, removing kotlin 1.4.31 fixes it

hgorski6 opened this issue ยท 2 comments

commented
commented

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

commented

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

Removing the mod has solved the issue, Thank you