mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-03-29 14:56:58 +00:00
Fix monitors not updating on NeoForge
This commit is contained in:
parent
efd9a0f315
commit
54a95e07a4
@ -38,7 +38,7 @@ public class ForgeCommonHooks {
|
|||||||
|
|
||||||
@SubscribeEvent
|
@SubscribeEvent
|
||||||
public static void onServerTick(ServerTickEvent.Post event) {
|
public static void onServerTick(ServerTickEvent.Post event) {
|
||||||
CommonHooks.onServerTickStart(event.getServer());
|
CommonHooks.onServerTickEnd();
|
||||||
}
|
}
|
||||||
|
|
||||||
@SubscribeEvent
|
@SubscribeEvent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user