Skip to content

Commit 811cd20

Browse files
author
Codename Revy
committed
1.2.3 Update:
-Russian translations by TheDirectorX
1 parent 3548272 commit 811cd20

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
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.2.2'
16+
version = '1.2.3'
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: '20200309-1.15.1'
23+
mappings channel: 'snapshot', version: '20200329-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.1.18'
78+
minecraft 'net.minecraftforge:forge:1.15.2-31.1.30'
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ displayURL="https://github.com/CodenameRevy/Additional-Bars" #optional
1010
credits='''
1111
CodenameRevy (Mod Developer),
1212
ruchom4u (Spanish Translations),
13-
fantasyair18 (Chinese Traditional (Taiwan) Translations)''' #optional
13+
fantasyair18 (Chinese Traditional (Taiwan) Translations)
14+
TheDirectorX (Russian Translations)''' #optional
1415
authors="CodenameRevy" #optional
1516
description='''
1617
This mod adds additional bars to the game that go along with Iron Bars!

0 commit comments

Comments
 (0)