Skip to content

Commit

Permalink
neo toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sisby-folk committed Aug 23, 2024
1 parent 7c296f7 commit fbf70f6
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,29 @@ logoFile = "assets/${modId}/icon.png"
"connector:placeholder" = true

[[dependencies.${ modId }]]
modId = "connectormod"
mandatory = true
modId = "connector"
type = "required"
versionRange = "*"
ordering = "NONE"
side = "BOTH"

[[dependencies.${ modId }]]
modId = "forge"
mandatory = true
modId = "neoforge"
type = "required"
versionRange = "*"
ordering = "NONE"
side = "BOTH"

[[dependencies.${ modId }]]
modId = "minecraft"
mandatory = true
type = "required"
versionRange = "[${mc},)"
ordering = "NONE"
side = "BOTH"

[[dependencies.${ modId }]]
modId = "fabric_api"
mandatory = true
type = "required"
versionRange = "[${fapi},)"
ordering = "NONE"
side = "BOTH"

0 comments on commit fbf70f6

Please sign in to comment.