Skip to content

Commit

Permalink
Remove unneeded include
Browse files Browse the repository at this point in the history
If someone can download Island Menu, they can download SMM-Lib. Shouldn't need to embed it. Will mark as dependency.
  • Loading branch information
MoSadie committed Dec 1, 2023
1 parent 442c10b commit 79da58e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Island-Menu

Modifies the main menu to be themed around [MCC Island](https://mccisland.net/). Requires [Mod Menu](https://modrinth.com/mod/modmenu) and [Cloth Config](https://modrinth.com/mod/cloth-config). Embeds [ServerMainMenu Lib](https://github.com/MoSadie/ServerMainMenu-Lib).
Modifies the main menu to be themed around [MCC Island](https://mccisland.net/). Requires [Mod Menu](https://modrinth.com/mod/modmenu), [Cloth Config](https://modrinth.com/mod/cloth-config), and [ServerMainMenu Lib](https://github.com/MoSadie/ServerMainMenu-Lib)

## Features:

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ dependencies {

modApi("com.terraformersmc:modmenu:${project.mod_menu_version}")

//include(modApi("com.mosadie:ServerMainMenu-Lib:${project.smm_lib_version}"))
include(modApi("maven.modrinth:smm-lib:${project.smm_lib_version}"))
//modApi("com.mosadie:ServerMainMenu-Lib:${project.smm_lib_version}")
modApi("maven.modrinth:smm-lib:${project.smm_lib_version}")
}

processResources {
Expand Down

0 comments on commit 79da58e

Please sign in to comment.