Advertisement
faldonboy10

Untitled

May 28th, 2025
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. [23:54:12 WARN]: [MythicCrucible] Task #1309 for MythicCrucible v2.2.0-SNAPSHOT generated an exception
  2. java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.*PLANKS
  3. at java.base/java.lang.Enum.valueOf(Enum.java:293) ~[?:?]
  4. at org.bukkit.Material.valueOf(Material.java:138) ~[paper-api-1.21.4-R0.1-SNAPSHOT.jar:?]
  5. at MythicCrucible-2.2.0-SNAPSHOT(3).jar/io.lumine.mythiccrucible.items.recipes.crafting.uifilters.VanillaUIFilter.matches(VanillaUIFilter.java:42) ~[MythicCrucible-2.2.0-SNAPSHOT(3).jar:?]
  6. at MythicCrucible-2.2.0-SNAPSHOT(3).jar/io.lumine.mythiccrucible.items.recipes.crafting.uimanager.ProvidedUIFilter.matches(ProvidedUIFilter.java:107) ~[MythicCrucible-2.2.0-SNAPSHOT(3).jar:?]
  7. at MythicCrucible-2.2.0-SNAPSHOT(3).jar/io.lumine.mythiccrucible.items.recipes.crafting.ingredients.MythicIngredient.matches(MythicIngredient.java:310) ~[MythicCrucible-2.2.0-SNAPSHOT(3).jar:?]
  8. at MythicCrucible-2.2.0-SNAPSHOT(3).jar/io.lumine.mythiccrucible.items.recipes.crafting.ingredients.ShapedIngredient.matches(ShapedIngredient.java:160) ~[MythicCrucible-2.2.0-SNAPSHOT(3).jar:?]
  9. at MythicCrucible-2.2.0-SNAPSHOT(3).jar/io.lumine.mythiccrucible.items.recipes.crafting.recipes.ShapedRecipeMatrix.matches(ShapedRecipeMatrix.java:521) ~[MythicCrucible-2.2.0-SNAPSHOT(3).jar:?]
  10. at MythicCrucible-2.2.0-SNAPSHOT(3).jar/io.lumine.mythiccrucible.items.recipes.crafting.recipes.MythicRecipeBlueprint.matches(MythicRecipeBlueprint.java:219) ~[MythicCrucible-2.2.0-SNAPSHOT(3).jar:?]
  11. at MythicCrucible-2.2.0-SNAPSHOT(3).jar/io.lumine.mythiccrucible.items.recipes.crafting.recipes.MythicCraftingManager.displayResult(MythicCraftingManager.java:662) ~[MythicCrucible-2.2.0-SNAPSHOT(3).jar:?]
  12. at MythicCrucible-2.2.0-SNAPSHOT(3).jar/io.lumine.mythiccrucible.items.recipes.crafting.recipes.MythicCraftingManager$1.run(MythicCraftingManager.java:556) ~[MythicCrucible-2.2.0-SNAPSHOT(3).jar:?]
  13. at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:78) ~[paper-1.21.4.jar:1.21.4-222-9b1798d]
  14. at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:474) ~[paper-1.21.4.jar:1.21.4-222-9b1798d]
  15. at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1659) ~[paper-1.21.4.jar:1.21.4-222-9b1798d]
  16. at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1529) ~[paper-1.21.4.jar:1.21.4-222-9b1798d]
  17. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1251) ~[paper-1.21.4.jar:1.21.4-222-9b1798d]
  18. at net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:310) ~[paper-1.21.4.jar:1.21.4-222-9b1798d]
  19. at java.base/java.lang.Thread.run(Thread.java:1570) ~[?:?]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement