Guest User

RecipeManager Issue

a guest
Jun 2nd, 2013
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.80 KB | None | 0 0
  1. # The warning message
  2.  
  3. 2013-06-02 11:02:31 [INFO] [RecipeManager] File: misc - old
  4. line 26   Fatal: Recipe already created with this plugin, file: misc - old
  5. line 26   Fatal: Recipe was not added! Review previous errors and fix them.
  6.  
  7. # The recipe
  8.  
  9. CRAFT
  10. IRON_INGOT:0 + IRON_INGOT:0 + AIR
  11. IRON_INGOT:0 + IRON_INGOT:0 + TRIPWIRE_HOOK
  12. IRON_INGOT:0 + IRON_INGOT:0 + AIR
  13. = IRON_DOOR
  14.  
  15. CRAFT                                   #This is line 26
  16. AIR + IRON_INGOT:0 + IRON_INGOT:0
  17. TRIPWIRE_HOOK + IRON_INGOT:0 + IRON_INGOT:0
  18. AIR + IRON_INGOT:0 + IRON_INGOT:0
  19. = IRON_DOOR
  20.  
  21. # As you can see, they have the same result, and the recipe is mostly the same, just flipped.
  22. # I'd list every recipe like this, but I have too many to mention and sort through.
Advertisement
Add Comment
Please, Sign In to add comment