base mod created
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package net.minecraft.item;
|
||||
|
||||
import net.minecraft.block.Block;
|
||||
|
||||
public class ItemShulkerBox extends ItemBlock
|
||||
{
|
||||
public ItemShulkerBox(Block blockInstance)
|
||||
{
|
||||
super(blockInstance);
|
||||
this.setMaxStackSize(1);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user