This commit is contained in:
Brian Neumann-Fopiano
2026-07-27 13:46:24 -05:00
parent d5a55ccfcf
commit 74741ac83e
112 changed files with 3393 additions and 1025 deletions
@@ -52,6 +52,9 @@ public final class IrisNeoForgeClient {
});
NeoForge.EVENT_BUS.addListener((ClientPlayerNetworkEvent.LoggingIn event) -> IrisClient.onWorldJoin());
NeoForge.EVENT_BUS.addListener((ClientPlayerNetworkEvent.LoggingOut event) -> IrisClient.onDisconnect());
NeoForge.EVENT_BUS.addListener((ClientTickEvent.Post event) -> IrisClientKeybinds.pollToggle());
NeoForge.EVENT_BUS.addListener((ClientTickEvent.Post event) -> {
IrisClient.tick();
IrisClientKeybinds.pollToggle();
});
}
}
@@ -1,4 +1,3 @@
public net.minecraft.server.MinecraftServer levels
public net.minecraft.server.MinecraftServer executor
public net.minecraft.server.MinecraftServer storageSource
public net.minecraft.core.MappedRegistry frozen
@@ -5,6 +5,9 @@ license = "GPL-3.0"
[[mixins]]
config = "irisworldgen.entity.mixins.json"
[[mixins]]
config = "irisworldgen.client.mixins.json"
[[mods]]
modId = "irisworldgen"
version = "${version}"