s1.1.3+24w03b

This commit is contained in:
Oth3r 2024-01-22 17:57:18 -06:00
commit aac7476f52
3 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
plugins { plugins {
id 'fabric-loom' version '1.3-SNAPSHOT' id 'fabric-loom' version '1.5-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=1.20.4 minecraft_version=24w03b
yarn_mappings=1.20.4+build.1 yarn_mappings=24w03b+build.6
loader_version=0.15.0 loader_version=0.15.6
# Mod Properties # Mod Properties
mod_version=1.1.3+1.20.2-1.20.4 mod_version=s1.1.3+24w03b
maven_group=one.oth3r maven_group=one.oth3r
archives_base_name=sit! archives_base_name=sit!
# Dependencies # Dependencies
fabric_version=0.91.1+1.20.3 fabric_version=0.95.1+1.20.5

View file

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