From 5582cf2d9e5b3b900b85d7b1db42c5fa6c295875 Mon Sep 17 00:00:00 2001 From: ModProg Date: Thu, 2 Dec 2021 12:16:43 +0100 Subject: [PATCH] Minecraft 1.18 --- build.gradle | 2 +- gradle.properties | 8 ++++---- src/main/resources/fabric.mod.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 3648b8a..b25ef49 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '0.8-SNAPSHOT' + id 'fabric-loom' version '0.10-SNAPSHOT' id 'maven-publish' } diff --git a/gradle.properties b/gradle.properties index 93db695..fee5259 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/versions.html - minecraft_version=1.17.1 - yarn_mappings=1.17.1+build.14 - loader_version=0.11.6 + minecraft_version=1.18 + yarn_mappings=1.18+build.1 + loader_version=0.12.8 # Mod Properties mod_version = 1.2.3 @@ -13,4 +13,4 @@ org.gradle.jvmargs=-Xmx1G archives_base_name = speed-carts # Dependencies - fabric_version=0.37.0+1.17 + fabric_version=0.43.1+1.18 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 6cabb1f..ac6a4c6 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -28,7 +28,7 @@ "depends": { "fabricloader": ">=0.11.3", - "minecraft": "1.17.x", + "minecraft": "1.18.x", "java": ">=16" } }