chore: update versions
This commit is contained in:
parent
919fdc3486
commit
f13e2f4dd3
3 changed files with 13 additions and 11 deletions
|
|
@ -23,8 +23,7 @@ dependencies {
|
|||
modImplementation "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"
|
||||
|
||||
// Mod implementations
|
||||
modImplementation "maven.modrinth:sodium:mc1.21-0.5.9" // Sodium
|
||||
modImplementation "maven.modrinth:sodium-extra:mc1.21-0.5.7" // Sodium Extra
|
||||
modImplementation "maven.modrinth:embeddium:1.0.2+mc1.21" // Embeddium
|
||||
modImplementation "maven.modrinth:distanthorizons:2.1.2-a-1.21" // Distant Horizons
|
||||
modImplementation "maven.modrinth:sodium:mc1.21.4-0.6.3-fabric" // Sodium
|
||||
modImplementation "maven.modrinth:sodium-extra:mc1.21.4-0.6.1+fabric" // Sodium Extra
|
||||
modImplementation "maven.modrinth:distanthorizons:2.2.1-a-1.21.1" // Distant Horizons
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,16 +1,19 @@
|
|||
org.gradle.jvmargs=-Xmx6G
|
||||
org.gradle.parallel=true
|
||||
|
||||
mod_version=1.3.1
|
||||
# Fixes errors caused by Loom version differences
|
||||
loom.ignoreDependencyLoomVersionValidation=true
|
||||
|
||||
mod_version=1.3.2
|
||||
maven_group=com.axolotlmaid.optionsprofiles
|
||||
archives_name=optionsprofiles
|
||||
enabled_platforms=fabric,forge,neoforge
|
||||
|
||||
minecraft_version=1.21
|
||||
minecraft_version=1.21.4
|
||||
|
||||
fabric_loader_version=0.15.11
|
||||
fabric_api_version=0.100.1+1.21
|
||||
fabric_loader_version=0.16.9
|
||||
fabric_api_version=0.111.0+1.21.4
|
||||
|
||||
forge_version=1.21-51.0.7
|
||||
forge_version=1.21.4-54.0.6
|
||||
|
||||
neoforge_version=21.0.6-beta
|
||||
neoforge_version=21.4.9-beta
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ pluginManagement {
|
|||
repositories {
|
||||
maven { url "https://maven.fabricmc.net/" }
|
||||
maven { url "https://maven.architectury.dev/" }
|
||||
maven { url "https://files.minecraftforge.net/maven/" }
|
||||
maven { url "https://maven.minecraftforge.net/" }
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue