Moved Item/Block Registration
This commit is contained in:
parent
c959f92558
commit
0223f6ae1d
6 changed files with 81 additions and 32 deletions
|
@ -2,6 +2,7 @@ package techreborn.itemblocks;
|
|||
|
||||
import techreborn.Core;
|
||||
import techreborn.blocks.BlockOre;
|
||||
import techreborn.init.ModBlocks;
|
||||
import net.minecraft.block.Block;
|
||||
import net.minecraft.item.ItemMultiTexture;
|
||||
|
||||
|
@ -9,7 +10,7 @@ public class ItemBlockOre extends ItemMultiTexture{
|
|||
|
||||
public ItemBlockOre(Block block)
|
||||
{
|
||||
super(Core.ore, Core.ore, BlockOre.types);
|
||||
super(ModBlocks.ore, ModBlocks.ore, BlockOre.types);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue