Skip to content
This repository has been archived by the owner on May 13, 2023. It is now read-only.

Commit

Permalink
Made Guide-API a required mod
Browse files Browse the repository at this point in the history
  • Loading branch information
WayofTime committed Aug 14, 2016
1 parent 5dc98a0 commit 7b53111
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
------------------------------------------------------
Version 2.0.4-55
------------------------------------------------------
- Made Guide-API a required mod.

------------------------------------------------------
Version 2.0.3-54
------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mod_name=BloodMagic
package_group=com.wayoftime.bloodmagic
mod_version=2.0.3
mod_version=2.0.4
mc_version=1.9.4
forge_version=12.17.0.1957
curse_id=224791
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/WayofTime/bloodmagic/api/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public static class Mod
public static final String DOMAIN = MODID.toLowerCase(Locale.ENGLISH) + ":";
public static final String NAME = "Blood Magic: Alchemical Wizardry";
public static final String VERSION = "@VERSION@";
public static final String DEPEND = "required-after:Forge@[12.16.0.1840,);after:JEI@[2.23.0,);after:guideapi;";
public static final String DEPEND = "required-after:Forge@[12.16.0.1840,);after:JEI@[2.23.0,);required-after:guideapi;";
}

public static final class Gui
Expand Down

0 comments on commit 7b53111

Please sign in to comment.