diff options
author | syeyoung <cyoung06@naver.com> | 2023-01-01 01:43:21 +0900 |
---|---|---|
committer | syeyoung <cyoung06@naver.com> | 2023-01-01 12:42:16 +0900 |
commit | d3f5b4df809fd03919952285a1906652097f00e6 (patch) | |
tree | 6ace5531214fb40b0080666f8bd2b291d8e3bb1c /loader/src/main/resources | |
parent | de408dbc39b9f07cbbe4d0f2372333226b418903 (diff) | |
download | Skyblock-Dungeons-Guide-d3f5b4df809fd03919952285a1906652097f00e6.tar.gz Skyblock-Dungeons-Guide-d3f5b4df809fd03919952285a1906652097f00e6.tar.bz2 Skyblock-Dungeons-Guide-d3f5b4df809fd03919952285a1906652097f00e6.zip |
- tweaker prevents mod from running ??? Why!!!
Signed-off-by: syeyoung <cyoung06@naver.com>
Diffstat (limited to 'loader/src/main/resources')
-rwxr-xr-x | loader/src/main/resources/mcmod.info | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/loader/src/main/resources/mcmod.info b/loader/src/main/resources/mcmod.info index 8448396d..aef3ce3e 100755 --- a/loader/src/main/resources/mcmod.info +++ b/loader/src/main/resources/mcmod.info @@ -1,14 +1,14 @@ [ { - "modid": "skyblock_dungeons_guide", - "name": "Skyblock Dungeons Guide", - "description": "A mod to help dungeon players to find and solve secrets and puzzles most efficiently.", + "modid": "dungeons_guide_loader", + "name": "Dungeons Guide Loader", + "description": "A loader to a mod to help dungeon players to find and solve secrets and puzzles most efficiently.", "version": "4.0.0", "mcversion": "1.8.9", "url": "https://discord.gg/dg", "updateUrl": "", "authorList": ["syeyoung", "kokoniara"], - "credits": "The guild Jerry's Crew, for nothing.", + "credits": ":)", "logoFile": "", "screenshots": [], "dependencies": [] |