UI bug cleanup, testing, balancing of repair turrets

This commit is contained in:
Anuken
2018-01-26 18:29:31 -05:00
parent 6c30fe9fcf
commit 8e6f628f5b
14 changed files with 47 additions and 28 deletions

View File

@@ -174,7 +174,7 @@ public class NetworkIO {
if(tile.entity != null){
stream.writeShort(tile.getPackedData());
stream.writeShort(tile.entity.health); //health
stream.writeShort((short)tile.entity.health); //health
//items
for(int i = 0; i < tile.entity.items.length; i ++){