File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55 id " me.shedaniel.unified-publishing" version " 0.1.+"
66}
77
8- version = ' 1.20.1-2.15.12-forge-dev '
8+ version = ' 1.20.1-2.15.12-forge'
99group = ' me.jddev0.energizedpower' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
1010archivesBaseName = ' energizedpower'
1111
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ modId="energizedpower" #mandatory
1919# The version number of the mod - there's a few well known ${} variables useable here or just hardcode it
2020# ${file.jarVersion} will substitute the value of the Implementation-Version as read from the mod's JAR file metadata
2121# see the associated build.gradle script for how to populate this completely automatically during a build
22- version =" 1.20.1-2.15.12-forge-dev " # mandatory
22+ version =" 1.20.1-2.15.12-forge" # mandatory
2323 # A display name for the mod
2424displayName =" Energized Power" # mandatory
2525# A URL to query for updates for this mod. See the JSON update specification https://mcforge.readthedocs.io/en/latest/gettingstarted/autoupdate/
You can’t perform that action at this time.
0 commit comments