File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ apply plugin: 'net.minecraftforge.gradle'
1313apply plugin : ' idea'
1414apply plugin : ' maven-publish'
1515
16- version = ' 1.1.1 '
16+ version = ' 1.1.2 '
1717group = ' com.codenamerevy.additionalbars' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
1818archivesBaseName = ' additionalbars'
1919
2020sourceCompatibility = targetCompatibility = compileJava. sourceCompatibility = compileJava. targetCompatibility = ' 1.8' // Need this here so eclipse task generates correctly.
2121
2222minecraft {
23- mappings channel : ' snapshot' , version : ' 20200128 -1.15.1'
23+ mappings channel : ' snapshot' , version : ' 20200207 -1.15.1'
2424 runs {
2525 client {
2626 workingDirectory project. file(' run' )
@@ -75,7 +75,7 @@ minecraft {
7575}
7676
7777dependencies {
78- minecraft ' net.minecraftforge:forge:1.15.2-31.0 .1'
78+ minecraft ' net.minecraftforge:forge:1.15.2-31.1 .1'
7979}
8080
8181// Example for how to get properties into the manifest for reading by the runtime..
Original file line number Diff line number Diff line change 11modLoader =" javafml" # mandatory
2- loaderVersion =" [31,)" # mandatory (28 is current forge version)
2+ loaderVersion =" [31,)" # mandatory
33issueTrackerURL =" https://github.com/CodenameRevy/Additional-Bars/issues" # optional
44[[mods ]] # mandatory
55modId =" additionalbars" # mandatory
66version =" ${file.jarVersion}" # mandatory
77displayName =" Additional Bars" # mandatory
88displayURL =" https://github.com/CodenameRevy/Additional-Bars" # optional
99# logoFile="logo.png" #optional
10- credits =" CodenameRevy" # optional
10+ credits ='''
11+ CodenameRevy (Mod Developer),
12+ ruchom4u (Spanish Translations)''' # optional
1113authors =" CodenameRevy" # optional
1214description ='''
1315This mod adds additional bars to the game that go along with Iron Bars!
1416'''
15- [[dependencies .examplemod ]] # optional
17+ [[dependencies .additionalbars ]] # optional
1618 modId =" forge" # mandatory
1719 mandatory =true # mandatory
1820 versionRange =" [31,)" # mandatory
1921 ordering =" NONE"
2022 side =" BOTH"
21- [[dependencies .examplemod ]]
23+ [[dependencies .additionalbars ]]
2224 modId =" minecraft"
2325 mandatory =true
2426 versionRange =" [1.15.2]"
You can’t perform that action at this time.
0 commit comments