Skip to content

Commit b3bcbf0

Browse files
committed
Fix ore dictionary error
1 parent e2d903d commit b3bcbf0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/drzhark/mocreatures/init/MoCRecipes.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ public static void registerRecipes(final RegistryEvent.Register<IRecipe> event)
115115
OreDictionary.registerOre("sandstone", new ItemStack(MoCBlocks.silverSandstone));
116116
OreDictionary.registerOre("sandstone", new ItemStack(MoCBlocks.smoothSilverSandstone));
117117
OreDictionary.registerOre("slabWood", new ItemStack(MoCBlocks.wyvwoodSlab));
118-
OreDictionary.registerOre("slabWood", new ItemStack(MoCBlocks.wyvwoodSlabDouble));
119118
OreDictionary.registerOre("stairWood", new ItemStack(MoCBlocks.wyvwoodPlanksStairs));
120119
OreDictionary.registerOre("stone", new ItemStack(MoCBlocks.deepWyvstone));
121120
OreDictionary.registerOre("stone", new ItemStack(MoCBlocks.wyvstone));

0 commit comments

Comments
 (0)