mirror of
https://github.com/TeamMidnightDust/MidnightControls.git
synced 2025-12-13 07:15:10 +01:00
⬆️ Update SpruceUI to fix a crash with Not Enough Crashes.
This commit is contained in:
@@ -45,7 +45,6 @@ dependencies {
|
||||
modCompile "io.github.prospector:modmenu:1.8.0+build.16"
|
||||
modCompile "com.github.lambdaurora:spruceui:${project.spruceui_version}"
|
||||
include "com.github.lambdaurora:spruceui:${project.spruceui_version}"
|
||||
//modCompile "io.github.cottonmc:cotton-client-commands:0.4.2+1.14.3-SNAPSHOT"
|
||||
|
||||
// Compatibility mods
|
||||
modCompile "io.github.joaoh1:okzoomer:2.0.1"
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
"fabricloader": ">=0.4.0",
|
||||
"fabric": "*",
|
||||
"minecraft": "1.15.x",
|
||||
"spruceui": ">=1.0.1"
|
||||
"spruceui": ">=1.0.3"
|
||||
},
|
||||
"recommends": {
|
||||
"modmenu": ">=1.8.0+build.16",
|
||||
|
||||
@@ -8,12 +8,12 @@ org.gradle.jvmargs=-Xmx1G
|
||||
loader_version=0.7.3+build.176
|
||||
|
||||
# Mod Properties
|
||||
mod_version = 1.1.0-test7
|
||||
mod_version = 1.1.0-test8
|
||||
maven_group = me.lambdaurora
|
||||
archives_base_name = lambdacontrols
|
||||
|
||||
# Dependencies
|
||||
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
||||
fabric_version=0.4.27+build.286-1.15
|
||||
spruceui_version=1.0.1
|
||||
spruceui_version=1.0.3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user