fix: beacon outer halo washed out behind water

This commit is contained in:
itsRevela
2026-04-28 14:19:22 -05:00
parent 0df5cd865b
commit 89ed116fe0
5 changed files with 50 additions and 19 deletions
+2
View File
@@ -9,5 +9,7 @@ private:
static ResourceLocation BEAM_LOCATION;
public:
static bool s_renderOuterHalo;
virtual void render(shared_ptr<TileEntity> _beacon, double x, double y, double z, float a, bool setColor, float alpha, bool useCompiled);
};