Minecraft 1.18

This commit is contained in:
ModProg 2021-12-02 12:16:43 +01:00
parent 3fd4cb7d79
commit 5582cf2d9e
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
plugins { plugins {
id 'fabric-loom' version '0.8-SNAPSHOT' id 'fabric-loom' version '0.10-SNAPSHOT'
id 'maven-publish' id 'maven-publish'
} }

View File

@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/versions.html # check these on https://fabricmc.net/versions.html
minecraft_version=1.17.1 minecraft_version=1.18
yarn_mappings=1.17.1+build.14 yarn_mappings=1.18+build.1
loader_version=0.11.6 loader_version=0.12.8
# Mod Properties # Mod Properties
mod_version = 1.2.3 mod_version = 1.2.3
@ -13,4 +13,4 @@ org.gradle.jvmargs=-Xmx1G
archives_base_name = speed-carts archives_base_name = speed-carts
# Dependencies # Dependencies
fabric_version=0.37.0+1.17 fabric_version=0.43.1+1.18

View File

@ -28,7 +28,7 @@
"depends": { "depends": {
"fabricloader": ">=0.11.3", "fabricloader": ">=0.11.3",
"minecraft": "1.17.x", "minecraft": "1.18.x",
"java": ">=16" "java": ">=16"
} }
} }