Skip to content

Commit

Permalink
Add ModMenu support
Browse files Browse the repository at this point in the history
  • Loading branch information
Protonull committed Sep 10, 2024
1 parent 9e59edd commit daf5639
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ dependencies {
include(it)
modImplementation(it)
}

// https://modrinth.com/mod/modmenu/version/11.0.2
modLocalRuntime("maven.modrinth:modmenu:3ib3Uvvv")
}

repositories {
Expand Down
6 changes: 5 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
Expand Down

0 comments on commit daf5639

Please sign in to comment.