Moved all the machines to the new way of handling the packets

This commit is contained in:
modmuss50 2015-05-30 11:14:00 +01:00
parent 0f321e2426
commit edabf79b1e
9 changed files with 33 additions and 21 deletions

View file

@ -231,7 +231,6 @@ public class RecipeCrafter {
currentTickTime = data.getInteger("currentTickTime");
isactive = data.getBoolean("isActive");
System.out.println(isactive);
}
public void writeToNBT(NBTTagCompound tag) {