Bug Verified

projectile displays will crash the server

#6796 opened by Unknown 8 months ago

Unknownreported this bug

Hello, item displays are currently crashing the server

minecraft 1.21.10, mm dev 5596 crucible 4065, used to work fine on old builds in 1.20.4

Example:

servercrasher:
  Id: netherite_sword
  Skills:
  - projectile{bulletType=DISPLAY;mat=iron_chain;scale=1,1,1;g=0;v=0;rots=0,0,0;sfo=0;type=METEOR;maxDuration=40;HitPlayers=false;stopAtEntity=false;stopAtBlock=false;hfs=0} @ring{r=1.6;p=8;oz=-0.4} ~onUse

Video: https://www.youtube.com/watch?v=y5FyIIbnGUQ

Unknowncommented

the shortest way to do this is: /mm t m - projectile{type=METEOR;hfs=0} @self

Unknowncommented

This usually happens because too many projectile displays overload the server at once. To fix it, try limiting the number of active projectiles, increasing their despawn time, or optimizing the display logic so they don’t all render simultaneously. Using batching or throttling methods can help a lot, especially when running in apkmode, where resources are more restricted.

Sign in to join the discussion.