Skip to content

Commit d0f566c

Browse files
author
Codename Revy
committed
1.1.2 Update:
- Spanish Translations (by ruchom4u)
1 parent 3c2551a commit d0f566c

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ apply plugin: 'net.minecraftforge.gradle'
1313
apply plugin: 'idea'
1414
apply plugin: 'maven-publish'
1515

16-
version = '1.1.1'
16+
version = '1.1.2'
1717
group = 'com.codenamerevy.additionalbars' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
1818
archivesBaseName = 'additionalbars'
1919

2020
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.
2121

2222
minecraft {
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

7777
dependencies {
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..

src/main/resources/META-INF/mods.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
modLoader="javafml" #mandatory
2-
loaderVersion="[31,)" #mandatory (28 is current forge version)
2+
loaderVersion="[31,)" #mandatory
33
issueTrackerURL="https://github.com/CodenameRevy/Additional-Bars/issues" #optional
44
[[mods]] #mandatory
55
modId="additionalbars" #mandatory
66
version="${file.jarVersion}" #mandatory
77
displayName="Additional Bars" #mandatory
88
displayURL="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
1113
authors="CodenameRevy" #optional
1214
description='''
1315
This 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]"

0 commit comments

Comments
 (0)