Overriden setContainerToEmpty. I thought this was already in GH.
This commit is contained in:
parent
c0b7c16dfd
commit
a6f242e7e6
1 changed files with 5 additions and 2 deletions
|
@ -242,7 +242,10 @@ public class DynamicCell extends Item {
|
|||
}
|
||||
return cell;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
protected void setContainerToEmpty() {
|
||||
container = new ItemStack(ModItems.CELL, 1);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue