Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Oth3r
65431280a3 update loom and gradle statements 2025-03-13 17:47:43 -05:00
Oth3r
2e7967699e Merge branch 'master' into 1.21.3
# Conflicts:
#	gradle.properties
2025-03-13 17:39:41 -05:00
Oth3r
a9399fcbf9 1.21.3 number fix 2025-02-18 12:07:14 -06:00
Oth3r
08788456b2 1.21.3 2025-02-17 16:05:18 -06:00
2 changed files with 10 additions and 10 deletions

View file

@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.8-SNAPSHOT'
id 'fabric-loom' version '1.10-SNAPSHOT'
id 'maven-publish'
id 'com.modrinth.minotaur' version '2.+'
id 'net.darkhax.curseforgegradle' version '1.1.+'
@ -14,8 +14,8 @@ base {
}
repositories {
maven { url "https://maven.terraformersmc.com/releases/" }
maven { url "https://maven.isxander.dev/releases" }
maven { url = "https://maven.terraformersmc.com/releases/" }
maven { url = "https://maven.isxander.dev/releases" }
}
loom {
@ -33,7 +33,7 @@ dependencies {
}
processResources {
filteringCharset "UTF-8"
filteringCharset = "UTF-8"
var replaceProperties = [
version : project.version,

View file

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