Skip to content

Commit

Permalink
neoforge.mods.toml styling tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Jul 1, 2024
1 parent 2662eef commit 9c427cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
modLoader="javafml"
loaderVersion="[1,)"
modLoader = "javafml"
loaderVersion = "[1,)"
license = "LGPLv3"
issueTrackerURL = "https://github.com/Fallen-Breath/fabric-mod-template/issues"

Expand All @@ -14,12 +14,12 @@ Template for my fabric mods
'''
logoFile = "icon.png"

[[mixins]]
config = "${id}.mixins.json"

[[dependencies."${id}"]]
modId = "minecraft"
mandatory = true
versionRange = "${minecraft_dependency}"
ordering = "NONE"
side = "BOTH"

[[mixins]]
config = "${id}.mixins.json"

0 comments on commit 9c427cd

Please sign in to comment.