Update to 1.19

This commit is contained in:
Andrew Lalis 2022-06-17 09:02:11 +02:00
parent 21ae0d8e4d
commit fe22e15bf5
3 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
plugins { plugins {
id 'fabric-loom' version '0.10-SNAPSHOT' id 'fabric-loom' version '0.12-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/use # check these on https://fabricmc.net/use
minecraft_version=1.18.2 minecraft_version=1.19
yarn_mappings=1.18.2+build.3 yarn_mappings=1.19+build.4
loader_version=0.14.7 loader_version=0.14.8
# Mod Properties # Mod Properties
mod_version = 1.0.5 mod_version = 1.0.5
@ -14,4 +14,4 @@ archives_base_name = trample-disabler
# Dependencies # Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
fabric_version=0.56.0+1.18.2 fabric_version=0.56.0+1.19

View File

@ -27,9 +27,9 @@
], ],
"depends": { "depends": {
"fabricloader": ">=0.11.3", "fabricloader": ">=0.14.8",
"fabric": "*", "fabric": "*",
"minecraft": "1.18.x", "minecraft": "1.19.x",
"java": ">=17" "java": ">=17"
} }
} }