Skip to content

Commit

Permalink
Fix exnihilo addon loading order
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleptomania authored and Dream-Master committed Oct 31, 2023
1 parent c1451d0 commit 79422c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
modid = NEIAddons.modId + "|ExNihilo",
name = NEIAddons.modName + ": Ex Nihilo",
version = NEIAddons.modVersion,
dependencies = "after:exnihilo")
dependencies = "after:NEIAddons;after:exnihilo")
public class AddonExnihilo extends BaseAddon {

@Mod.Instance(NEIAddons.modId + "|ExNihilo")
Expand Down

0 comments on commit 79422c5

Please sign in to comment.