This commit is contained in:
parent
a016a6dd49
commit
e19e483d2f
1 changed files with 5 additions and 0 deletions
|
@ -224,6 +224,11 @@ public class DynamicCell extends Item {
|
|||
return super.drain(maxDrain, doDrain);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ItemStack getContainer() {
|
||||
return new ItemStack(ModItems.CELL, 1);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue