Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
Raffa50 committed Jan 5, 2020
1 parent 4420154 commit c8e1447
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/aldrigos/mc/craftplus/Recipes.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public Recipe getElytra(){
"p p");

r.setIngredient('p', Material.PHANTOM_MEMBRANE);
r.setIngredient('w', Material.STRING);
r.setIngredient('s', Material.STRING);

return r;
}
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
main: aldrigos.mc.craftplus.CraftPlusPlugin
name: CraftPlus
version: '0.1.0.0'
description: A test plugin
version: '0.1.0.1'
description: Add more recipes!
load: POSTWORLD
author: Aldrigo Raffaele
website: spigotmc.org
Expand Down

0 comments on commit c8e1447

Please sign in to comment.