Create Fabric

Create Fabric

7M Downloads

crash when deployer kills entity

Illyena opened this issue ยท 3 comments

commented

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

commented

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.

commented

known issue. it will be fixed in next patch.

commented

duplicate of #1096