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
{{ message }}
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.
During gameplay, a NullPointerException occurred in the DeployerHandler.activateInner() method, leading to a crash. This issue seems to stem from a null return value when attempting to invoke java.util.Collection.stream() in the DeployerHandler class.
Reproduction Steps
Launch Minecraft and load a world where deployers are present.
Trigger an event or action that involves the activation of deployers.
Observe the game for any NullPointerException errors.
The NullPointerException may occur intermittently or consistently under certain conditions.
Expected Result
The game should not crash due to a NullPointerException in the DeployerHandler.activateInner() method. Instead, deployers should function as intended without causing any errors.
Describe the Bug
During gameplay, a NullPointerException occurred in the DeployerHandler.activateInner() method, leading to a crash. This issue seems to stem from a null return value when attempting to invoke java.util.Collection.stream() in the DeployerHandler class.
Reproduction Steps
Expected Result
The game should not crash due to a NullPointerException in the DeployerHandler.activateInner() method. Instead, deployers should function as intended without causing any errors.
Screenshots and Videos
Crash Report or Log
https://pastebin.com/9TieNn0g
Operating System
Windows10
Mod Version
0.5.1d
Minecraft Version
1.20.1
Other Mods
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: