lucaargolo / entity-banners

A Minecraft mod strongly inspired by Terraria, which adds entity specific banners that increase damage and defense against the entity for players nearby.
Mozilla Public License 2.0
2 stars 0 forks source link

crash on killing 50th chicken #8

Open punkchops opened 2 years ago

punkchops commented 2 years ago

Booted out of the game upon killing 50th chicken mob

Minecraft ver. 1.19.2 Fabric Loader 0.14.9 Entity Banners ver. 1.1-BETA+1.19

Encountered an unexpected exception java.lang.NoSuchMethodError: 'void net.minecraft.class_3324.method_43514(net.minecraft.class_2561, net.minecraft.class_5321)' at io.github.lucaargolo.entitybanners.EntityBanners.onInitialize$lambda-4(EntityBanners.kt:141) ~[entity-banners-1.1-BETA+1.19.jar:?]

FULL LOG: https://paste.ee/p/KyWa0

pyl0ris commented 2 years ago

Same exact crash, happens on what seems almost any mob on the 50th kill.

kirchner-trevor commented 2 years ago

I am experiencing the same crash, it crashes the entire multiplayer server when this issue happens. It doesn't appear to be able to drop any entity flags without this happening.

MC Version: 1.19.2 Fabric Loader: 0.14.9 Mod version: entity-banners-1.1-BETA+1.19.jar

Steps to reproduce

  1. Install Modpack "Better MC" v9
  2. Install Entity Banners
  3. Kill enough stufff?? (or somehow cause a banner drop to trigger)
  4. Server crashes

Logs crash-2022-10-29_19.21.20-server.txt crash-2022-10-30_20.48.33-server.txt

lxsmnsyc commented 1 year ago

For anyone reading, disable either shouldBroadcastToEveryone or shouldBroadcastWhenGivenBanner by setting them to false in the config should partially fix this issue.