Compare commits

...

1 Commits
1.19 ... 1.20

Author SHA1 Message Date
DavidDGTNT bf210d7398 Update to 1.20 2024-12-29 21:34:49 -06:00
2 changed files with 6 additions and 6 deletions

View File

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

View File

@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "stringtools",
"version": "1.0.2-1.19",
"version": "1.0.2-1.20",
"name": "String Tools",
"description": "Single use tools made out of string!",
@ -26,7 +26,7 @@
"depends": {
"fabricloader": ">=0.16.9",
"fabric-api": "*",
"minecraft": "~1.19.3",
"minecraft": "~1.20",
"java": ">=17"
}
}