Skip to content

Commit

Permalink
Added secondary recipes for colored glasses so the uncolored item's r…
Browse files Browse the repository at this point in the history
…ecipe can be found easier
  • Loading branch information
HenryLoenwind committed Nov 29, 2016
1 parent 29129f6 commit 8ea39f8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ public static void addRecipes() {
addShaped(new ItemStack(blockFusedQuartz.getBlock(), 8, type.ordinal()), "GGG", "GCG", "GGG", 'G', type.getUnlocalisedName(), 'C',
new ItemStack(Items.DYE, 1, color.getDyeDamage()));
} else {
addShaped(new ItemStack(type.getBlock(), 8, color.getMetadata()), "GGG", "GCG", "GGG", 'G',
new ItemStack(blockFusedQuartz.getBlock(), 8, type.ordinal()), 'C', new ItemStack(Items.DYE, 1, color.getDyeDamage()));
addShaped(new ItemStack(type.getBlock(), 8, color.getMetadata()), "GGG", "GCG", "GGG", 'G', type.getUnlocalisedName(), 'C',
new ItemStack(Items.DYE, 1, color.getDyeDamage()));
}
Expand Down

0 comments on commit 8ea39f8

Please sign in to comment.