1.20.5-pre2

This commit is contained in:
Oth3r 2025-03-12 18:44:15 -05:00
commit c81b9f1c77
2 changed files with 7 additions and 6 deletions

View file

@ -1,5 +1,5 @@
plugins { plugins {
id 'fabric-loom' version '1.8-SNAPSHOT' id 'fabric-loom' version '1.10-SNAPSHOT'
id 'maven-publish' id 'maven-publish'
id 'com.modrinth.minotaur' version '2.+' id 'com.modrinth.minotaur' version '2.+'
id 'net.darkhax.curseforgegradle' version '1.1.+' id 'net.darkhax.curseforgegradle' version '1.1.+'
@ -39,6 +39,7 @@ processResources {
version : project.version, version : project.version,
minecraft_version : minecraft_version, minecraft_version : minecraft_version,
min_minecraft_version : min_minecraft_version, min_minecraft_version : min_minecraft_version,
max_minecraft_version : max_minecraft_version,
loader_version : loader_version loader_version : loader_version
] ]

View file

@ -4,16 +4,16 @@ org.gradle.parallel=true
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/develop # check these on https://fabricmc.net/develop
min_minecraft_version=1.21.4 min_minecraft_version=1.21.5-beta.2
minecraft_version=1.21.4 minecraft_version=1.21.5-pre2
yarn_mappings=1.21.4+build.8 yarn_mappings=1.21.5-pre2+build.2
loader_version=0.16.10 loader_version=0.16.10
# Mod Properties # Mod Properties
mod_version=1.2.3+1.21.4 mod_version=1.2.3+1.21.5-pre2-1.21.5
maven_group=one.oth3r maven_group=one.oth3r
file_name=sit! file_name=sit!
# Dependencies # Dependencies
fabric_version=0.116.1+1.21.4 fabric_version=0.118.6+1.21.5
modmenu_version=13.0.0-beta.1 modmenu_version=13.0.0-beta.1