43444546474849505152
public boolean update(boolean force, boolean applyPhysics) { boolean result = super.update(force, applyPhysics); if (result) { TEBrewingStand stand = getTileEntity(); stand.setBrewTime(brewTime); stand.updateInRange(); } return result; } }