From a70fd60fa7348b41c83d490ddad213e4e09d62d2 Mon Sep 17 00:00:00 2001 From: tr7zw Date: Fri, 22 Sep 2023 18:51:07 +0200 Subject: [PATCH] Update to 1.20.2 --- EntityCulling-Fabric/src/main/resources/fabric.mod.json | 2 +- EntityCulling-Forge/src/main/resources/META-INF/mods.toml | 2 +- gradle-compose.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/EntityCulling-Fabric/src/main/resources/fabric.mod.json b/EntityCulling-Fabric/src/main/resources/fabric.mod.json index 6ce093d..d107d01 100644 --- a/EntityCulling-Fabric/src/main/resources/fabric.mod.json +++ b/EntityCulling-Fabric/src/main/resources/fabric.mod.json @@ -29,6 +29,6 @@ "depends": { "fabric-api": "*", - "minecraft": ">=1.20" + "minecraft": ">=1.20.2" } } diff --git a/EntityCulling-Forge/src/main/resources/META-INF/mods.toml b/EntityCulling-Forge/src/main/resources/META-INF/mods.toml index 7fd34ef..f7c7cc0 100644 --- a/EntityCulling-Forge/src/main/resources/META-INF/mods.toml +++ b/EntityCulling-Forge/src/main/resources/META-INF/mods.toml @@ -19,6 +19,6 @@ Using async raytracing to hide Tile-/Entities that are hidden behind solid block [[dependencies.entityculling]] modId="minecraft" mandatory=true - versionRange="[1.20,)" + versionRange="[1.20.2,)" ordering="NONE" side="CLIENT" diff --git a/gradle-compose.yml b/gradle-compose.yml index 38a71b7..9cc853c 100644 --- a/gradle-compose.yml +++ b/gradle-compose.yml @@ -1,5 +1,5 @@ version: '0.0.2' -source: "https://github.com/tr7zw/ModComposeTemplate/tree/1.20" +source: "https://github.com/tr7zw/ModComposeTemplate/tree/1.20.2" replacements: group: "dev.tr7zw" name: "EntityCulling"