You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a deployer kills an entity, the came crashes with this error:
The game crashed whilst ticking block entity
Error: java.lang.NullPointerException: Cannot invoke "java.util.List.forEach(java.util.function.Consumer)" because "capturedDrops" is null
Reproduction Steps
1.setup deployer to attack mode
2. place entity in front of deployer
3. continue until entity dies
...
Getting the same crash on my server. Deployer killing mobs, had to change difficulty to peaceful to fix it, instant server crash when loaded in otherwise.
Describe the Bug
When a deployer kills an entity, the came crashes with this error:
The game crashed whilst ticking block entity
Error: java.lang.NullPointerException: Cannot invoke "java.util.List.forEach(java.util.function.Consumer)" because "capturedDrops" is null
Reproduction Steps
1.setup deployer to attack mode
2. place entity in front of deployer
3. continue until entity dies
...
Expected Result
entity drops are processed through deployer
Screenshots and Videos
No response
Crash Report or Log
https://pastebin.com/B72U9aJf
Operating System
Windows 10
Mod Version
0.5.1d
Minecraft Version
1.20.1
Other Mods
Fabric API 0.87.0+ 1.20.1
Additional Context
No response
The text was updated successfully, but these errors were encountered: