Fixed bundle bug, updated uCore

This commit is contained in:
Anuken
2017-12-26 22:36:19 -05:00
parent bbda002a5b
commit c693674ac6
2 changed files with 1 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ allprojects {
appName = "Mindustry" appName = "Mindustry"
gdxVersion = '1.9.8' gdxVersion = '1.9.8'
aiVersion = '1.8.1' aiVersion = '1.8.1'
uCoreVersion = '468270db47'; uCoreVersion = '679ca0a4c7';
} }
repositories { repositories {

View File

@@ -119,7 +119,6 @@ text.blocks.maxpowertransfersecond=Max power transfer/second
text.blocks.explosive=Highly explosive! text.blocks.explosive=Highly explosive!
text.blocks.repairssecond=Repairs/second text.blocks.repairssecond=Repairs/second
text.blocks.health=Health text.blocks.health=Health
text.blocks.Damage/shot=Damage/shot
text.blocks.inaccuracy=Health text.blocks.inaccuracy=Health
text.blocks.shots=Shots text.blocks.shots=Shots
text.blocks.shotssecond=Shots/second text.blocks.shotssecond=Shots/second