Smooooooth animations

This commit is contained in:
Electroblob77
2020-05-31 17:22:23 +01:00
parent a33715ad51
commit cfdda5716d
3 changed files with 24 additions and 24 deletions
@@ -40,6 +40,10 @@ public class TileEntityTimer extends TileEntity implements ITickable {
this.maxTimer = lifetime;
}
public int getLifetime(){
return maxTimer;
}
@Override
public void readFromNBT(NBTTagCompound tagCompound){
super.readFromNBT(tagCompound);