Sprache

Phasometer VS Fix

Phasometer VS Fix

Modrinth

Fixes the Wither Storm Mod Phasometer not detecting the Wither Storm when Valkyrien Skies is installed.

22 Downloads aktualisiert 11d ago
neueste v1.0.0 Modrinth
Forge 1.20.1 – 1.20.1

This project was purely vibe coded using Claude. Please don't ask me for any technical details for this mod.

My understanding: When you use the phasometer, wither storm mod checks if you are looking at the wither or not. If yes: put the information of the wither into phasometer nbt data (like: {Phase: 3}), if no: then delete it. All of this happens serverside. Then the client takes that information from the phasometer and puts it on screen. What the valkyrien skies mod does is that it modifyes some server side things and breaks it.

Description from Claude:

Root cause: Valkyrien Skies hooks into Level.getEntities() and transforms the search bounding box into ship-space coordinates. The Phasometer uses ProjectileUtil.getEntityHitResult() internally, which calls Level.getEntities() — so its entity search always returns empty regardless of how close the Wither Storm is.

Fix: Replaces the entity search with ServerLevel.getAllEntities(), which iterates the entity storage directly and is not intercepted by Valkyrien Skies.

Versionen

Release
1.0.0
forge · 1.20.1 · 11d ago
22

Kommentare 0

Noch keine Kommentare. Sei der Erste, der seine Meinung teilt.

Herunterladen Phasometer VS Fix

Dateien werden direkt von der Originalquelle bereitgestellt. Modgrid hostet oder verändert sie nicht.