Update to fixed Reborn core and bump version

This commit is contained in:
modmuss50 2016-01-13 13:40:02 +00:00
parent a9a85bcd84
commit 7139a62102
2 changed files with 3 additions and 3 deletions

View file

@ -58,7 +58,7 @@ public class TileMachineCasing extends RectangularMultiblockTileEntityBase {
}
@Override
public void tick() {
public void update() {
}
}