v1.1.4+1.20.5-pre1

This commit is contained in:
Oth3r 2024-04-10 14:06:33 -05:00
commit 6da67e67b0
3 changed files with 7 additions and 7 deletions

View file

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

View file

@ -4,14 +4,14 @@ org.gradle.parallel=true
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/develop # check these on https://fabricmc.net/develop
minecraft_version=24w03b minecraft_version=1.20.5-pre1
yarn_mappings=24w03b+build.6 yarn_mappings=1.20.5-pre1+build.3
loader_version=0.15.6 loader_version=0.15.9
# Mod Properties # Mod Properties
mod_version=s1.1.4+24w03b mod_version=s1.1.4+1.20.5-pre1
maven_group=one.oth3r maven_group=one.oth3r
archives_base_name=sit! archives_base_name=sit!
# Dependencies # Dependencies
fabric_version=0.95.1+1.20.5 fabric_version=0.96.15+1.20.5

View file

@ -24,7 +24,7 @@
}, },
"depends": { "depends": {
"fabricloader": ">=0.14.21", "fabricloader": ">=0.14.21",
"minecraft": ">=1.20.5-alpha.24.3.a", "minecraft": ">=1.20.5-beta.1",
"java": ">=17", "java": ">=17",
"fabric-api": "*" "fabric-api": "*"
}, },