basic crafting grid gui stuff (no functionality yet)
This commit is contained in:
11
src/main/java/storagecraft/item/ItemBlockGrid.java
Normal file
11
src/main/java/storagecraft/item/ItemBlockGrid.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package storagecraft.item;
|
||||
|
||||
import net.minecraft.block.Block;
|
||||
|
||||
public class ItemBlockGrid extends ItemBlockBase
|
||||
{
|
||||
public ItemBlockGrid(Block block)
|
||||
{
|
||||
super(block);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user