Update Fabric API and Loom

remotes/origin/1.19
DavidDGTNT 2024-12-29 19:52:51 -06:00
parent 02b726e15a
commit a2ba32123d
3 changed files with 6 additions and 6 deletions

View File

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

View File

@ -5,13 +5,13 @@ org.gradle.parallel=true
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.19.3
yarn_mappings=1.19.3+build.1
loader_version=0.14.11
yarn_mappings=1.19.3+build.5
loader_version=0.16.9
# Mod Properties
mod_version = 1.0.1
mod_version = 1.0.2
maven_group = me.daviddgtnt
archives_base_name = stringtools
# Dependencies
fabric_version=0.68.1+1.19.3
fabric_version=0.76.1+1.19.3

View File

@ -24,7 +24,7 @@
},
"depends": {
"fabricloader": ">=0.14.11",
"fabricloader": ">=0.16.9",
"fabric-api": "*",
"minecraft": "~1.19.3",
"java": ">=17"