Mod menu now works, yay

This commit is contained in:
lukasabbe
2025-10-03 09:35:43 +02:00
parent b96feba1d0
commit 8750d28667
5 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ dependencies {
modImplementation "net.fabricmc.fabric-api:fabric-api:${fabric_version}"
modApi "me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config}"
//modApi "com.terraformersmc:modmenu:${project.mod_menu}"
modApi "com.terraformersmc:modmenu:${project.mod_menu}"
include(implementation "org.yaml:snakeyaml:${project.YAML_snake}")
}
@@ -1,6 +1,6 @@
/*
package com.lukasabbe.bookshelfinspector;
package com.lukasabbe.bookshelfinspector.config;
import com.lukasabbe.bookshelfinspector.BookshelfInspectorClient;
import com.terraformersmc.modmenu.api.ConfigScreenFactory;
import com.terraformersmc.modmenu.api.ModMenuApi;
import me.shedaniel.clothconfig2.api.ConfigBuilder;
@@ -41,4 +41,3 @@ public class ModMenu implements ModMenuApi {
};
}
}
*/
@@ -20,6 +20,9 @@
],
"client": [
"com.lukasabbe.bookshelfinspector.BookshelfInspectorFabricClient"
],
"modmenu": [
"com.lukasabbe.bookshelfinspector.config.ModMenu"
]
},
"mixins": [
+2 -2
View File
@@ -26,7 +26,7 @@ fabric_version=0.134.1+1.21.10
fabric_loader_version=0.17.2
# NeoForge
neoforge_version=21.9.0-beta
neoforge_version=21.9.9-beta
neoforge_loader_version_range=[4,)
# Gradle
@@ -36,4 +36,4 @@ org.gradle.daemon=false
# Global dep
YAML_snake=2.5
cloth_config=19.0.147
mod_menu=15.0.0
mod_menu=16.0.0-rc.1
-1
View File
@@ -66,7 +66,6 @@ modrinth {
}else{
dependencies {
required.project "cloth-config"
required.project "modmenu"
}
}
}