Skip to content

Commit

Permalink
Wrong dependency format
Browse files Browse the repository at this point in the history
  • Loading branch information
mchorse committed Dec 27, 2018
1 parent 87216d8 commit 4b5995b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/mchorse/metamorph/Metamorph.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* they're outdated), however, iChun saying that he's working on Morph for
* 1.10.2, this is really exciting! :D
*/
@Mod(modid = Metamorph.MODID, name = Metamorph.MODNAME, version = Metamorph.VERSION, guiFactory = Metamorph.GUI_FACTORY, updateJSON = "https://raw.githubusercontent.com/mchorse/metamorph/master/version.json", dependencies = "after:moreplayermodels;mclib@[%MCLIB%,)")
@Mod(modid = Metamorph.MODID, name = Metamorph.MODNAME, version = Metamorph.VERSION, guiFactory = Metamorph.GUI_FACTORY, updateJSON = "https://raw.githubusercontent.com/mchorse/metamorph/master/version.json", dependencies = "after:moreplayermodels;required-after:mclib@[%MCLIB%,)")
public class Metamorph
{
/* Metadata fields */
Expand Down

0 comments on commit 4b5995b

Please sign in to comment.