diff --git a/gradle.properties b/gradle.properties index 6ff16f74..43fb0319 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,17 +3,16 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use -minecraft_version=1.20-rc1 -yarn_mappings=1.20-rc1+build.2 +minecraft_version=1.20 +yarn_mappings=1.20+build.1 loader_version=0.14.21 #Fabric api fabric_version=0.82.1+1.20 - maven_group = eu.pb4 -mod_version = 0.5.0-rc.2 +mod_version = 0.5.0-rc.3 minecraft_version_supported = ">=1.20-" diff --git a/polymer-common/src/main/resources/fabric.mod.json b/polymer-common/src/main/resources/fabric.mod.json index 1e357ed9..08eded96 100644 --- a/polymer-common/src/main/resources/fabric.mod.json +++ b/polymer-common/src/main/resources/fabric.mod.json @@ -19,7 +19,7 @@ "icon": "assets/icon.png", "environment": "*", "depends": { - "minecraft": ">=1.19.4-beta.1", + "minecraft": ">=1.20", "fabricloader": ">=0.14.4" }, "custom": { diff --git a/polymer-networking/src/main/resources/fabric.mod.json b/polymer-networking/src/main/resources/fabric.mod.json index f18c77cf..bf4af102 100644 --- a/polymer-networking/src/main/resources/fabric.mod.json +++ b/polymer-networking/src/main/resources/fabric.mod.json @@ -19,7 +19,7 @@ "icon": "assets/icon.png", "environment": "*", "depends": { - "minecraft": ">=1.19.3-beta.3", + "minecraft": ">=1.20", "fabricloader": ">=0.14.0" }, "custom": { diff --git a/polymer-resource-pack/src/main/resources/fabric.mod.json b/polymer-resource-pack/src/main/resources/fabric.mod.json index bd375ab3..d5b81a9e 100644 --- a/polymer-resource-pack/src/main/resources/fabric.mod.json +++ b/polymer-resource-pack/src/main/resources/fabric.mod.json @@ -29,7 +29,7 @@ ], "depends": { - "minecraft": ">=1.19.1 <1.20", + "minecraft": ">=1.20", "fabricloader": ">=0.14.0" }, "custom": { diff --git a/polymer-virtual-entity/src/main/resources/fabric.mod.json b/polymer-virtual-entity/src/main/resources/fabric.mod.json index 0ebcdba6..9cdc4363 100644 --- a/polymer-virtual-entity/src/main/resources/fabric.mod.json +++ b/polymer-virtual-entity/src/main/resources/fabric.mod.json @@ -24,7 +24,7 @@ ], "depends": { - "minecraft": ">=1.19.1 <1.20", + "minecraft": ">=1.20", "fabricloader": ">=0.14.0" }, "custom": {