Skip to content

Commit

Permalink
something?
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbudda committed Feb 4, 2017
1 parent 45b50d3 commit 9bc5ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/vivecraft/VSE.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public void onEnable() {
meta2.setDisplayName("Climb Claws");
meta2.setUnbreakable(true);
is2.setItemMeta(meta2);
ShapedRecipe recipe2 = new ShapedRecipe(is);
ShapedRecipe recipe2 = new ShapedRecipe(is2);
recipe2.shape(" ", "E E", "S S");
recipe2.setIngredient('E', Material.SPIDER_EYE);
recipe2.setIngredient('S', Material.SHEARS);
Expand Down

0 comments on commit 9bc5ca7

Please sign in to comment.