Improve matter fab

This commit is contained in:
modmuss50 2016-05-28 19:33:17 +01:00
parent 2923220d85
commit 1fd58d8986
2 changed files with 3 additions and 2 deletions

View file

@ -24,6 +24,7 @@ public class DynamicCell extends UniversalBucket{
super(1000, new ItemStack(ModItems.emptyCell), false);
setCreativeTab(TechRebornCreativeTab.instance);
setUnlocalizedName("techreborn.cellFilled");
setMaxStackSize(16);
}
@Override