Skip to content

Commit

Permalink
Exclude cobblestone slab recipe from ore dictification, closes #940
Browse files Browse the repository at this point in the history
  • Loading branch information
LexManos committed Jan 25, 2014
1 parent 6c6f664 commit 796b53f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public static void initVanillaEntries()
new ItemStack(Blocks.lapis_block),
new ItemStack(Items.cookie),
new ItemStack(Blocks.stonebrick),
new ItemStack(Blocks.stone_slab),
new ItemStack(Blocks.stone_slab, 1, WILDCARD_VALUE),
new ItemStack(Blocks.stone_stairs),
new ItemStack(Blocks.cobblestone_wall),
new ItemStack(Blocks.oak_stairs),
Expand Down

0 comments on commit 796b53f

Please sign in to comment.