HomeJavaModsPhasometer VS Fix
Phasometer VS Fix
ModsJava

Phasometer VS Fix

by Murmracek · on CurseForge

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

⬇ Download on CurseForge

The author built this one for Minecraft 1.20.1 on Forge. On other versions it may install and then do nothing.

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.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more