File Details
PatchNullRefPickUpSystem-mixins.jar
- R
- Jan 15, 2026
- 4.95 MB
- 836
- Early Access
File Name
PatchNullRefPickUpSystem-mixins.jar
Supported Versions
- Early Access
fix the following error patching hytale PickupItemSystem when nullref :
java.lang.NullPointerException: Cannot invoke "com.hypixel.hytale.component.Ref.isValid()" because "targetRef" is null at com.hypixel.hytale.server.core.modules.entity.item.PickupItemSystem.tick(PickupItemSystem.java:69) at com.hypixel.hytale.component.system.tick.EntityTickingSystem.doTick(EntityTickingSystem.java:92) at com.hypixel.hytale.component.system.tick.EntityTickingSystem.tick(EntityTickingSystem.java:36) at com.hypixel.hytale.component.Store.tick(Store.java:1971) at com.hypixel.hytale.component.system.tick.ArchetypeTickingSystem.tick(ArchetypeTickingSystem.java:36) at com.hypixel.hytale.component.Store.tickInternal(Store.java:1927) at com.hypixel.hytale.component.Store.tick(Store.java:1897) at com.hypixel.hytale.server.core.universe.world.World.tick(World.java:398) at com.hypixel.hytale.server.core.util.thread.TickingThread.run(TickingThread.java:89) at java.base/java.lang.Thread.run(Unknown Source)

