Skip to content

Commit

Permalink
Disable useDependencyInformation (#60)
Browse files Browse the repository at this point in the history
* Disable `useDependencyInformation`

* Fix GalaxySpace modID
  • Loading branch information
glowredman authored Jun 25, 2024
1 parent 811c1fc commit ba7acbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
+ "required-after:gtnhlib@[0.0.8.1,);"
+ "required-after:tectech;"
+ "required-after:structurelib;"
+ "required-after:galaxyspace;"
+ "required-after:GalaxySpace;"
+ "after:bartworks;"
+ "after:GoodGenerator;"
+ "after:miscutils;"
Expand Down
6 changes: 1 addition & 5 deletions src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"credits": "",
"logoFile": "assets/gtnhintergalactic/textures/gui/picture/space_elevator_logo.png",
"screenshots": [],
"parent": "",
"requiredMods": [],
"dependencies": ["GT5-Unofficial", "TecTech", "ModularUI", "GalaxySpace", "GalactiCraft"],
"dependants": [],
"useDependencyInformation": true
"parent": ""
}]
}

0 comments on commit ba7acbe

Please sign in to comment.