BasicEntityBlock and TickableBlockEntity added to simplify block entity creation

This commit is contained in:
XevianLight
2026-02-03 20:00:52 -07:00
parent 012985441f
commit df344034a6
11 changed files with 275 additions and 27 deletions

View File

@@ -156,7 +156,8 @@ public class Aphelion {
@SubscribeEvent
public static void onClientTick(ClientTickEvent.Post e) {
EnvironmentSavedData.refreshFromIntegratedServerIfNeeded(Minecraft.getInstance(), 64, 10000);
if (!Minecraft.getInstance().gui.getDebugOverlay().showDebugScreen()) return;
EnvironmentSavedData.refreshFromIntegratedServerIfNeeded(Minecraft.getInstance(), 64, 50000);
}
}
}