Skip to content

Commit

Permalink
Merge branch '1.19.2' into 1.19.3
Browse files Browse the repository at this point in the history
* 1.19.2:
  Updated forge mods.toml
  • Loading branch information
Faboslav committed Dec 6, 2023
2 parents 561a5b3 + f982ff5 commit cf56c9c
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,33 +1,28 @@
modLoader = "javafml"
loaderVersion = "[40,)"
license = "CC BY-NC-ND 4.0"
displayURL = "https://github.com/Faboslav/friends-and-foes-flowery-mooblooms"
issueTrackerURL = "https://github.com/Faboslav/friends-and-foes-flowery-mooblooms/issues"

[[mods]]
modId = "flowerymooblooms"
modId = "${modId}"
version = "${modVersion}"
displayName = "${modName}"
authors = "${modAuthor}"
description = "${modDescription}"
logoFile = "icon.png"

[[dependencies.flowerymooblooms]]
[[dependencies.${ modId }]]
modId = "forge"
mandatory = true
versionRange = "[40.1.0,)"
ordering = "NONE"
side = "BOTH"
versionRange = "[${forgeVersion},)"

[[dependencies.flowerymooblooms]]
[[dependencies.${ modId }]]
modId = "minecraft"
mandatory = true
versionRange = "[1.19.2,)"
ordering = "NONE"
side = "BOTH"
versionRange = "[${minecraftVersion},)"

[[dependencies.flowerymooblooms]]
[[dependencies.${ modId }]]
modId = "friendsandfoes"
mandatory = true
versionRange = "[1.6.5,)"
ordering = "NONE"
side = "BOTH"
versionRange = "[2.0.2,)"

0 comments on commit cf56c9c

Please sign in to comment.