get rid of useless excess method in ironchesttype
This commit is contained in:
parent
e445283092
commit
92ffc8bcd7
|
@ -104,10 +104,6 @@ public enum IronChestType {
|
|||
return null;
|
||||
}
|
||||
|
||||
public static void registerTranslations()
|
||||
{
|
||||
}
|
||||
|
||||
public static void registerBlocksAndRecipes(BlockIronChest blockResult)
|
||||
{
|
||||
ItemStack previous = new ItemStack(Blocks.chest);
|
||||
|
|
Loading…
Reference in New Issue