Modscraper Modscraper Minecraft
Phasometer VS Fix logo

Phasometer VS Fix

Mod

by Murmracek

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

Type

Mod

CurseForge Downloads

490

CurseForge ID

1571493

Modrinth Downloads

297

Modrinth ID

XwGRdRrr

Last Updated

Jul 29, 2026

Description

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.

Recommended Gear

Affiliate

Hardware and extras that pair well with this mod.

As an Amazon Associate I earn from qualifying purchases.

Similar Mods

Included in Modpacks (2)

External Resources