Overriden setContainerToEmpty. I thought this was already in GH.

This commit is contained in:
drcrazy 2018-07-30 11:48:39 +03:00
parent c0b7c16dfd
commit a6f242e7e6

View file

@ -242,7 +242,10 @@ public class DynamicCell extends Item {
}
return cell;
}
@Override
protected void setContainerToEmpty() {
container = new ItemStack(ModItems.CELL, 1);
}
}
}