Teleposers and refractoring
This commit is contained in:
parent
1b9f72b494
commit
a8a0ae6e8b
145 changed files with 594 additions and 162 deletions
|
@ -7,7 +7,6 @@ import net.minecraft.item.ItemStack;
|
|||
|
||||
public class ItemBlockBloodRune extends ItemBlock
|
||||
{
|
||||
|
||||
public ItemBlockBloodRune(Block block)
|
||||
{
|
||||
super(block);
|
||||
|
|
|
@ -7,7 +7,6 @@ import net.minecraft.item.ItemStack;
|
|||
|
||||
public class ItemBlockBloodStoneBrick extends ItemBlock
|
||||
{
|
||||
|
||||
public ItemBlockBloodStoneBrick(Block block)
|
||||
{
|
||||
super(block);
|
||||
|
|
|
@ -7,7 +7,6 @@ import net.minecraft.item.ItemStack;
|
|||
|
||||
public class ItemBlockCrystal extends ItemBlock
|
||||
{
|
||||
|
||||
public ItemBlockCrystal(Block block)
|
||||
{
|
||||
super(block);
|
||||
|
|
|
@ -7,7 +7,6 @@ import net.minecraft.item.ItemStack;
|
|||
|
||||
public class ItemBlockPedestal extends ItemBlock
|
||||
{
|
||||
|
||||
public ItemBlockPedestal(Block block)
|
||||
{
|
||||
super(block);
|
||||
|
|
|
@ -7,7 +7,6 @@ import net.minecraft.item.ItemStack;
|
|||
|
||||
public class ItemBlockRitualController extends ItemBlock
|
||||
{
|
||||
|
||||
public ItemBlockRitualController(Block block)
|
||||
{
|
||||
super(block);
|
||||
|
|
|
@ -7,7 +7,6 @@ import net.minecraft.item.ItemStack;
|
|||
|
||||
public class ItemBlockRitualStone extends ItemBlock
|
||||
{
|
||||
|
||||
public ItemBlockRitualStone(Block block)
|
||||
{
|
||||
super(block);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue