Skip to content

Commit

Permalink
fix modid
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Oct 22, 2024
1 parent 23a1e3e commit 502d487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge/src/testMod/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ loaderVersion = "[0,)"
license = "${mod_license}"

[[mods]]
modId = "${mod_id}-testmod"
modId = "${mod_id}_testmod"
version = "1.0.0"
displayName = "${mod_name} Test Mod"

0 comments on commit 502d487

Please sign in to comment.