Advertisement
Guest User

Untitled

a guest
Aug 16th, 2024
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.75 KB | None | 0 0
  1. [16:05:46] [INIT] KubeJS 2001.6.5-build.14; MC 2001 forge
  2. [16:05:46] [INIT] Loaded plugins:
  3. [16:05:46] [INIT] - dev.latvian.mods.kubejs.forge.BuiltinKubeJSForgePlugin
  4. [16:05:46] [INIT] - dev.latvian.mods.kubejs.forge.BuiltinKubeJSForgeClientPlugin
  5. [16:05:46] [INIT] - dev.latvian.mods.kubejs.create.KubeJSCreatePlugin
  6. [16:05:46] [INFO] Loaded script server_scripts:Create_MechanicalCrafting.js in 0.001 s
  7. [16:05:46] [INFO] example.js#5: Hello, World! (Loaded server scripts)
  8. [16:05:46] [INFO] Loaded script server_scripts:example.js in 0.0 s
  9. [16:05:46] [INFO] Loaded 2/2 KubeJS server scripts in 0.012 s with 0 errors and 0 warnings
  10. [16:05:46] [INFO] Scripts loaded
  11. [16:05:46] [INFO] Initializing recipe event...
  12. [16:05:47] [INFO] Processing recipes...
  13. [16:05:47] [INFO] Found 6451 recipes in 66.94 ms
  14. [16:05:47] [ERROR] ! Error in 'ServerEvents.recipes': java.lang.RuntimeException: java.lang.RuntimeException: Empty array?
  15. [16:05:47] [ERROR] ! java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: Empty array?
  16. [16:05:47] [ERROR] ! at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
  17. [16:05:47] [ERROR] ! at java.lang.reflect.Constructor.newInstance(Constructor.java:480)
  18. [16:05:47] [ERROR] ! at …kubejs.recipe.RecipesEventJS.runInParallel(RecipesEventJS.java:719)
  19. [16:05:47] [ERROR] ! at …kubejs.recipe.RecipesEventJS.forEachRecipeAsync(RecipesEventJS.java:549)
  20. [16:05:47] [ERROR] ! at …kubejs.recipe.RecipesEventJS.remove(RecipesEventJS.java:584)
  21. [16:05:47] [ERROR] ! at java.lang.reflect.Method.invoke(Method.java:568)
  22. [16:05:47] [ERROR] ! at …rhino.MemberBox.invoke(MemberBox.java:160)
  23. [16:05:47] [ERROR] ! at …rhino.NativeJavaMethod.call(NativeJavaMethod.java:463)
  24. [16:05:47] [ERROR] ! at …rhino.Interpreter.interpretLoop(Interpreter.java:986)
  25. [16:05:47] [ERROR] ! at …rhino.Interpreter.interpret(Interpreter.java:370)
  26. [16:05:47] [ERROR] ! at …rhino.InterpretedFunction.call(InterpretedFunction.java:72)
  27. [16:05:47] [ERROR] ! at …rhino.Context.callSync(Context.java:1290)
  28. [16:05:47] [ERROR] ! at …rhino.Context.doTopCall(Context.java:1307)
  29. [16:05:47] [ERROR] ! at …rhino.InterpretedFunction.call(InterpretedFunction.java:70)
  30. [16:05:47] [ERROR] ! at …rhino.Context.callSync(Context.java:1290)
  31. [16:05:47] [ERROR] ! at …rhino.ArrowFunction.call(ArrowFunction.java:42)
  32. [16:05:47] [ERROR] ! at …rhino.Context.callSync(Context.java:1290)
  33. [16:05:47] [ERROR] ! at …rhino.InterfaceAdapter.invoke(InterfaceAdapter.java:125)
  34. [16:05:47] [ERROR] ! at …rhino.VMBridge.lambda$newInterfaceProxy$0(VMBridge.java:74)
  35. [16:05:47] [ERROR] ! at TRANSFORMER/jdk.proxy3/jdk.proxy3.$Proxy109.onEvent(Unknown Source)
  36. [16:05:47] [ERROR] ! at …kubejs.event.EventHandlerContainer.handle(EventHandlerContainer.java:39)
  37. [16:05:47] [ERROR] ! at …kubejs.event.EventHandler.postToHandlers(EventHandler.java:304)
  38. [16:05:47] [ERROR] ! at …kubejs.event.EventHandler.post(EventHandler.java:272)
  39. [16:05:47] [ERROR] ! at …kubejs.event.EventHandler.post(EventHandler.java:226)
  40. [16:05:47] [ERROR] ! at …kubejs.event.EventHandler.post(EventHandler.java:189)
  41. [16:05:47] [ERROR] ! at …kubejs.recipe.RecipesEventJS.post(RecipesEventJS.java:359)
  42. [16:05:47] [ERROR] ! at net.minecraft.world.item.crafting.RecipeManager.handler$zmn000$customRecipesHead(RecipeManager.java:2531)
  43. [16:05:47] [ERROR] ! at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java)
  44. [16:05:47] [ERROR] ! at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:34)
  45. [16:05:47] [ERROR] ! at net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10789_(SimplePreparableReloadListener.java:13)
  46. [16:05:47] [ERROR] ! at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718)
  47. [16:05:47] [ERROR] ! at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
  48. [16:05:47] [ERROR] ! at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69)
  49. [16:05:47] [ERROR] ! at net.minecraft.server.TickTask.run(TickTask.java:18)
  50. [16:05:47] [ERROR] ! at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:156)
  51. [16:05:47] [ERROR] ! at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23)
  52. [16:05:47] [ERROR] ! at net.minecraft.server.MinecraftServer.m_6367_(MinecraftServer.java:770)
  53. [16:05:47] [ERROR] ! at net.minecraft.server.MinecraftServer.m_6367_(MinecraftServer.java:161)
  54. [16:05:47] [ERROR] ! at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:130)
  55. [16:05:47] [ERROR] ! at net.minecraft.server.MinecraftServer.m_129961_(MinecraftServer.java:753)
  56. [16:05:47] [ERROR] ! at net.minecraft.server.MinecraftServer.m_7245_(MinecraftServer.java:747)
  57. [16:05:47] [ERROR] ! at net.minecraft.util.thread.BlockableEventLoop.m_18701_(BlockableEventLoop.java:139)
  58. [16:05:47] [ERROR] ! at net.minecraft.server.MinecraftServer.m_129861_(MinecraftServer.java:1345)
  59. [16:05:47] [ERROR] ! at net.minecraft.server.commands.ReloadCommand.m_138235_(ReloadCommand.java:22)
  60. [16:05:47] [ERROR] ! at net.minecraft.server.commands.ReloadCommand.m_287964_(ReloadCommand.java:53)
  61. [16:05:47] [ERROR] ! at MC-BOOTSTRAP/[email protected]/com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:264)
  62. [16:05:47] [ERROR] ! at net.minecraft.commands.Commands.m_242674_(Commands.java:257)
  63. [16:05:47] [ERROR] ! at net.minecraft.server.network.ServerGamePacketListenerImpl.m_246958_(ServerGamePacketListenerImpl.java:1246)
  64. [16:05:47] [ERROR] ! at net.minecraft.server.network.ServerGamePacketListenerImpl.m_244885_(ServerGamePacketListenerImpl.java:1223)
  65. [16:05:47] [ERROR] ! at net.minecraft.util.thread.BlockableEventLoop.m_18693_(BlockableEventLoop.java:67)
  66. [16:05:47] [ERROR] ! at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
  67. [16:05:47] [ERROR] ! at net.minecraft.server.TickTask.run(TickTask.java:18)
  68. [16:05:47] [ERROR] ! at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:156)
  69. [16:05:47] [ERROR] ! at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23)
  70. [16:05:47] [ERROR] ! at net.minecraft.server.MinecraftServer.m_6367_(MinecraftServer.java:770)
  71. [16:05:47] [ERROR] ! at net.minecraft.server.MinecraftServer.m_6367_(MinecraftServer.java:161)
  72. [16:05:47] [ERROR] ! at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:130)
  73. [16:05:47] [ERROR] ! at net.minecraft.server.MinecraftServer.m_129961_(MinecraftServer.java:753)
  74. [16:05:47] [ERROR] ! at net.minecraft.server.MinecraftServer.m_7245_(MinecraftServer.java:747)
  75. [16:05:47] [ERROR] ! at net.minecraft.util.thread.BlockableEventLoop.m_18701_(BlockableEventLoop.java:139)
  76. [16:05:47] [ERROR] ! at net.minecraft.server.MinecraftServer.m_130012_(MinecraftServer.java:733)
  77. [16:05:47] [ERROR] ! at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:665)
  78. [16:05:47] [ERROR] ! at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251)
  79. [16:05:47] [ERROR] ! at java.lang.Thread.run(Thread.java:833)
  80. [16:05:47] [ERROR] ! Caused by: java.lang.RuntimeException: java.lang.RuntimeException: Empty array?
  81. [16:05:47] [ERROR] ! at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
  82. [16:05:47] [ERROR] ! at java.lang.reflect.Constructor.newInstance(Constructor.java:480)
  83. [16:05:47] [ERROR] ! at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:159)
  84. [16:05:47] [ERROR] ! at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:173)
  85. [16:05:47] [ERROR] ! at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
  86. [16:05:47] [ERROR] ! at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
  87. [16:05:47] [ERROR] ! at …kubejs.recipe.RecipesEventJS.lambda$forEachRecipeAsync$11(RecipesEventJS.java:549)
  88. [16:05:47] [ERROR] ! Caused by: java.lang.RuntimeException: Empty array?
  89. [16:05:47] [ERROR] ! at blusunrize.immersiveengineering.api.IEApi.lambda$getPreferredStackbyMod$3(IEApi.java:99)
  90. [16:05:47] [ERROR] ! at java.util.Optional.orElseThrow(Optional.java:403)
  91. [16:05:47] [ERROR] ! at blusunrize.immersiveengineering.api.IEApi.getPreferredStackbyMod(IEApi.java:99)
  92. [16:05:47] [ERROR] ! at blusunrize.immersiveengineering.api.crafting.IERecipeSerializer.lambda$readOutput$1(IERecipeSerializer.java:52)
  93. [16:05:47] [ERROR] ! at net.minecraftforge.common.util.Lazy$Fast.get(Lazy.java:55)
  94. [16:05:47] [ERROR] ! at blusunrize.immersiveengineering.api.crafting.CrusherRecipe.lambda$new$0(CrusherRecipe.java:48)
  95. [16:05:47] [ERROR] ! at net.minecraftforge.common.util.Lazy$Fast.get(Lazy.java:55)
  96. [16:05:47] [ERROR] ! at blusunrize.immersiveengineering.api.crafting.MultiblockRecipe.getItemOutputs(MultiblockRecipe.java:67)
  97. [16:05:47] [ERROR] ! at blusunrize.immersiveengineering.api.crafting.MultiblockRecipe.m_8043_(MultiblockRecipe.java:36)
  98. [16:05:47] [ERROR] ! at …kubejs.recipe.JsonRecipeJS.hasOutput(JsonRecipeJS.java:39)
  99. [16:05:47] [ERROR] ! at …kubejs.recipe.filter.OutputFilter.test(OutputFilter.java:15)
  100. [16:05:47] [ERROR] ! at …kubejs.recipe.RecipesEventJS$RecipeStreamFilter.test(RecipesEventJS.java:498)
  101. [16:05:47] [ERROR] ! at …kubejs.recipe.RecipesEventJS$RecipeStreamFilter.test(RecipesEventJS.java:495)
  102. [16:05:47] [ERROR] ! at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:178)
  103. [16:05:47] [ERROR] ! at java.util.HashMap$ValueSpliterator.forEachRemaining(HashMap.java:1779)
  104. [16:05:47] [ERROR] ! at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
  105. [16:05:47] [ERROR] ! at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:290)
  106. [16:05:47] [ERROR] ! at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:754)
  107. [16:05:47] [ERROR] ! ... 5 more
  108. [16:05:47] [INFO] Posted recipe events in 31.77 ms
  109. [16:05:47] [WARN] Error parsing recipe farmersrespite:emptying/water_cup[create:emptying]: {"type":"create:emptying","ingredients":[{"item":"miners_delight:water_cup"}],"results":[{"item":"miners_delight:copper_cup"},{"amount":250,"fluid":"minecraft:water"}]}: Unknown item 'miners_delight:water_cup'
  110. [16:05:47] [WARN] Error parsing recipe create:cutting/compat/biomesoplenty/cherry_log[create:cutting]: {"type":"create:cutting","conditions":[{"type":"forge:mod_loaded","modid":"biomesoplenty"}],"ingredients":[{"item":"biomesoplenty:cherry_log"}],"processingTime":50,"results":[{"item":"biomesoplenty:stripped_cherry_log"}]}: Unknown item 'biomesoplenty:cherry_log'
  111. [16:05:47] [WARN] Error parsing recipe farmersrespite:filling/water_cup[create:filling]: {"type":"create:filling","ingredients":[{"item":"miners_delight:copper_cup"},{"amount":250,"fluid":"minecraft:water","nbt":{}}],"results":[{"item":"miners_delight:water_cup"}]}: Unknown item 'miners_delight:copper_cup'
  112. [16:05:47] [WARN] Error parsing recipe create:cutting/compat/biomesoplenty/stripped_cherry_log[create:cutting]: {"type":"create:cutting","conditions":[{"type":"forge:mod_loaded","modid":"biomesoplenty"}],"ingredients":[{"item":"biomesoplenty:stripped_cherry_log"}],"processingTime":50,"results":[{"count":6,"item":"biomesoplenty:cherry_planks"}]}: Unknown item 'biomesoplenty:stripped_cherry_log'
  113. [16:05:47] [WARN] Error parsing recipe create_confectionery:black_chocolate_recipe_6[create:mixing]: {"group":"create_confectionery","type":"create:mixing","ingredients":[{"item":"create_confectionery:black_chocolate_bricks_wall"}],"results":[{"fluid":"create_confectionery:black_chocolate","amount":1000}],"heatRequirement":"heated"}: Unknown item 'create_confectionery:black_chocolate_bricks_wall'
  114. [16:05:47] [WARN] Error parsing recipe create_confectionery:white_chocolate_recipe_6[create:mixing]: {"group":"create_confectionery","type":"create:mixing","ingredients":[{"item":"create_confectionery:white_chocolate_bricks_wall"}],"results":[{"fluid":"create_confectionery:white_chocolate","amount":1000}],"heatRequirement":"heated"}: Unknown item 'create_confectionery:white_chocolate_bricks_wall'
  115. [16:05:47] [WARN] Error parsing recipe create:cutting/compat/biomesoplenty/stripped_cherry_wood[create:cutting]: {"type":"create:cutting","conditions":[{"type":"forge:mod_loaded","modid":"biomesoplenty"}],"ingredients":[{"item":"biomesoplenty:stripped_cherry_wood"}],"processingTime":50,"results":[{"count":6,"item":"biomesoplenty:cherry_planks"}]}: Unknown item 'biomesoplenty:stripped_cherry_wood'
  116. [16:05:47] [WARN] Error parsing recipe create_confectionery:ruby_chocolate_recipe_6[create:mixing]: {"group":"create_confectionery","type":"create:mixing","ingredients":[{"item":"create_confectionery:ruby_chocolate_brick_wall"}],"results":[{"fluid":"create_confectionery:ruby_chocolate","amount":1000}],"heatRequirement":"heated"}: Unknown item 'create_confectionery:ruby_chocolate_brick_wall'
  117. [16:05:47] [WARN] Error parsing recipe create:cutting/compat/biomesoplenty/cherry_wood[create:cutting]: {"type":"create:cutting","conditions":[{"type":"forge:mod_loaded","modid":"biomesoplenty"}],"ingredients":[{"item":"biomesoplenty:cherry_wood"}],"processingTime":50,"results":[{"item":"biomesoplenty:stripped_cherry_wood"}]}: Unknown item 'biomesoplenty:cherry_wood'
  118. [16:05:47] [WARN] Error parsing recipe create_confectionery:chocolate_recipe_6[create:mixing]: {"group":"create_confectionery","type":"create:mixing","ingredients":[{"item":"create_confectionery:chocolate_bricks_wall"}],"results":[{"fluid":"create:chocolate","amount":1000}],"heatRequirement":"heated"}: Unknown item 'create_confectionery:chocolate_bricks_wall'
  119. [16:05:47] [INFO] Added 0 recipes, removed 2 recipes, modified 0 recipes, with 10 failed recipes in 23.69 ms
  120. [16:05:47] [INFO] Server resource reload complete!
  121.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement