Skip to content

Commit

Permalink
Add optional AE2WTLib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
62832 committed Oct 16, 2022
1 parent 744f9a1 commit 024b15d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ ME Greater Accumulation Cells - For when kilobytes just won't do.
ordering="AFTER"
side="BOTH"

[[dependencies.megacells]]
modId="ae2wtlib"
mandatory=false
versionRange = "(,13.0.0)"
ordering="AFTER"
side="BOTH"

[[dependencies.megacells]]
modId="forge"
mandatory=true
Expand Down

0 comments on commit 024b15d

Please sign in to comment.