Skip to content

Commit

Permalink
Remember that dependency "types" are NeoForge-specific and not Forge
Browse files Browse the repository at this point in the history
  • Loading branch information
62832 committed May 21, 2024
1 parent 408c97b commit e4b2838
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,35 +16,40 @@ description = "Direct EMC integration with Applied Energistics 2."

[[dependencies]]
modId = "ae2"
type = "required"
mandatory = true
# type = "required"
versionRange = "[15.1.0,)"
ordering = "AFTER"
side = "BOTH"

[[dependencies]]
modId = "projecte"
type = "required"
mandatory = true
# type = "required"
versionRange = "[1.0.1,)"
ordering = "AFTER"
side = "BOTH"

[[dependencies]]
modId = "ae2wtlib"
type = "optional"
mandatory = false
# type = "optional"
versionRange = "[15,)"
ordering = "AFTER"
side = "BOTH"

[[dependencies]]
modId = "teamprojecte"
type = "optional"
mandatory = false
# type = "optional"
versionRange = "[1.1.3,)"
ordering = "AFTER"
side = "SERVER"

[[dependencies]]
modId = "aecapfix"
type = "optional"
mandatory = false
# type = "optional"
versionRange = "[0.8,)"
ordering = "AFTER"
side = "SERVER"

0 comments on commit e4b2838

Please sign in to comment.