Skip to content

Commit

Permalink
Fix eldarium dans four
Browse files Browse the repository at this point in the history
  • Loading branch information
Dabsunter committed Jul 8, 2017
1 parent 5eb8d89 commit ba5b736
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public RecipesFurnace() { // CraftBukkit - private -> public
this.registerRecipe(Blocks.ZINC_ORE, new ItemStack(Items.ZINC), 1.0F);
this.registerRecipe(Blocks.KOBALT_ORE, new ItemStack(Items.KOBALT), 1.0F);
this.registerRecipe(Blocks.CRONYXE_ORE, new ItemStack(Items.CRONYXE), 1.0F);
this.registerRecipe(Blocks.ELDARIUM_ORE, new ItemStack(Items.ELDARIUM), 1.0F);
this.registerRecipe(Blocks.ELDARIUM_ORE, new ItemStack(Items.ELDARIUM_NUGGET), 1.0F);

// ------------------------
}
Expand Down

0 comments on commit ba5b736

Please sign in to comment.