Cotton Scripting API

Cotton Scripting API

1.1k Downloads

NoSuchMethodError: TagContainer.clear()

LemmaEOF opened this issue ยท 4 comments

commented

java.lang.NoSuchMethodError: net.minecraft.class_3503.method_15195()V

TagContainer.clear() got removed at some point, probably 1.14.3. I'm gonna need to redo the tag stuff to make cotton scripting work on new versions.

commented

In theory I've fixed it. (replaced it with an accessor + idMap.clear()) Not sure if it works tho (it launches in dev/prod, but not sure if I didn't break anything)

commented

#4 should fix it.

commented

How do you reproduce this?

commented

This doesn't happen anymore, since Mojang changed tag stuff again.