backport: adjust for 1.21.1

phew...
This commit is contained in:
Martin Prokoph
2025-07-15 18:43:59 +02:00
parent 0fd10408ca
commit 06876d98e4
11 changed files with 21 additions and 24 deletions

View File

@@ -14,7 +14,7 @@ public class BlurNeoForge {
Blur.init();
}
@EventBusSubscriber(modid = Blur.MOD_ID, bus = EventBusSubscriber.Bus.GAME, value = Dist.CLIENT)
@EventBusSubscriber(modid = Blur.MOD_ID, value = Dist.CLIENT)
public static class ClientGameEvents {
@SubscribeEvent
public static void endClientTick(ClientTickEvent.Post event) {

View File

@@ -26,13 +26,13 @@ side = "CLIENT"
[[dependencies.blur]]
modId = "minecraft"
mandatory = true
versionRange = "[1.21.2,)"
versionRange = "[1.21,1.21.1]"
ordering = "NONE"
side = "CLIENT"
[[dependencies.blur]]
modId = "midnightlib"
mandatory = true
versionRange = "[1.7.3,)"
versionRange = "[1.7.5,)"
ordering = "NONE"
side = "CLIENT"