diff --git a/build.gradle.kts b/build.gradle.kts index fa42cbe..7e4fd63 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -30,6 +30,9 @@ dependencies { include(it) modImplementation(it) } + + // https://modrinth.com/mod/modmenu/version/11.0.2 + modLocalRuntime("maven.modrinth:modmenu:3ib3Uvvv") } repositories { diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 369b184..f1d2069 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -14,7 +14,11 @@ "license": "${copyright_licence}", "icon": "assets/civchesttracker/icon.png", "environment": "client", - "entrypoints": {}, + "entrypoints": { + "modmenu": [ + "red.jackf.chesttracker.impl.compat.mods.ChestTrackerModMenu" + ] + }, "depends": { "minecraft": "${minecraft_version}", "fabricloader": ">=${fabric_loader_version}",