This commit is contained in:
Oth3r 2024-10-22 11:08:39 -05:00
commit 28d1590017
2 changed files with 6 additions and 6 deletions

View file

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

View file

@ -4,9 +4,9 @@ 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.21.1 minecraft_version=1.21.2
yarn_mappings=1.21.1+build.1 yarn_mappings=1.21.2+build.1
loader_version=0.15.11 loader_version=0.16.7
# Mod Properties # Mod Properties
mod_version=1.1.10+1.21-1.21.1 mod_version=1.1.10+1.21-1.21.1
@ -14,6 +14,6 @@ maven_group=one.oth3r
archives_base_name=sit! archives_base_name=sit!
# Dependencies # Dependencies
fabric_version=0.102.0+1.21.1 fabric_version=0.106.1+1.21.2
modmenu_version=11.0.0-beta.1 modmenu_version=12.0.0-beta.1
yacl_version=3.5.0+1.21-fabric yacl_version=3.5.0+1.21-fabric