java.lang.IllegalArgumentException: ItemStack value must not be empty. 1 air minecraft:air
at mezz.jei.util.ErrorUtil.checkNotEmpty(ErrorUtil.java:206) ~[jei:7.7.1.145]
at mezz.jei.plugins.vanilla.ingredients.item.ItemStackHelper.getUniqueId(ItemStackHelper.java:88) ~[jei:7.7.1.145]
at mezz.jei.plugins.vanilla.ingredients.item.ItemStackHelper.getUniqueId(ItemStackHelper.java:28) ~[jei:7.7.1.145]
at mezz.jei.recipes.RecipeMap.addRecipe(RecipeMap.java:94) ~[jei:7.7.1.145]
at mezz.jei.recipes.RecipeMap.addRecipe(RecipeMap.java:75) ~[jei:7.7.1.145]
at mezz.jei.recipes.RecipeManagerInternal.addRecipe(RecipeManagerInternal.java:125) ~[jei:7.7.1.145]
at mezz.jei.recipes.RecipeManagerInternal.addRecipeTyped(RecipeManagerInternal.java:101) ~[jei:7.7.1.145]
at mezz.jei.recipes.RecipeManagerInternal.addRecipes(RecipeManagerInternal.java:94) ~[jei:7.7.1.145]
at mezz.jei.recipes.RecipeManagerInternal.(RecipeManagerInternal.java:86) ~[jei:7.7.1.145]
at mezz.jei.load.PluginLoader.getRecipeManager(PluginLoader.java:145) ~[jei:7.7.1.145]
at mezz.jei.startup.JeiStarter.start(JeiStarter.java:74) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.startJEI(ClientLifecycleHandler.java:147) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.setupJEI(ClientLifecycleHandler.java:140) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.lambda$new$3(ClientLifecycleHandler.java:106) ~[jei:7.7.1.145]
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?]
at com.feywild.feywild.jei.util.FeywildJeiReloader.reload(FeywildJeiReloader.java:20) ~[feywild:1.16.5-2.0.7]
at com.feywild.feywild.network.TradesHandler.lambda$handle$0(TradesHandler.java:15) ~[feywild:1.16.5-2.0.7]
at net.minecraftforge.fml.network.NetworkEvent$Context.enqueueWork(NetworkEvent.java:215) ~[forge:?]
at com.feywild.feywild.network.TradesHandler.handle(TradesHandler.java:12) ~[feywild:1.16.5-2.0.7]
at net.minecraftforge.fml.network.simple.IndexedMessageCodec.lambda$tryDecode$3(IndexedMessageCodec.java:128) ~[forge:?]
at java.util.Optional.ifPresent(Unknown Source) ~[?:1.8.0_202]
at net.minecraftforge.fml.network.simple.IndexedMessageCodec.tryDecode(IndexedMessageCodec.java:128) ~[forge:?]
at net.minecraftforge.fml.network.simple.IndexedMessageCodec.consume(IndexedMessageCodec.java:162) ~[forge:?]
at net.minecraftforge.fml.network.simple.SimpleChannel.networkEventListener(SimpleChannel.java:80) ~[forge:?]
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.fml.network.NetworkInstance.dispatch(NetworkInstance.java:86) ~[forge:?]
at net.minecraftforge.fml.network.NetworkHooks.lambda$onCustomPayload$1(NetworkHooks.java:91) ~[forge:?]
at java.util.Optional.map(Unknown Source) ~[?:1.8.0_202]
at net.minecraftforge.fml.network.NetworkHooks.onCustomPayload(NetworkHooks.java:91) ~[forge:?]
at net.minecraft.client.network.play.ClientPlayNetHandler.func_147240_a(ClientPlayNetHandler.java:1904) ~[?:?]
at net.minecraft.network.play.server.SCustomPayloadPlayPacket.func_148833_a(SCustomPayloadPlayPacket.java:59) ~[?:?]
at net.minecraft.network.play.server.SCustomPayloadPlayPacket.func_148833_a(SCustomPayloadPlayPacket.java:11) ~[?:?]
at net.minecraft.network.PacketThreadUtil.func_225383_a(SourceFile:21) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?]
at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) ~[?:?]
at jeresources.util.LootTableHelper.getManager(LootTableHelper.java:179) ~[jeresources:0.12.1.133]
at jeresources.compatibility.minecraft.MinecraftCompat.registerVanillaMobs(MinecraftCompat.java:52) ~[jeresources:0.12.1.133]
at jeresources.compatibility.minecraft.MinecraftCompat.init(MinecraftCompat.java:36) ~[jeresources:0.12.1.133]
at jeresources.compatibility.Compatibility.init(Compatibility.java:26) ~[jeresources:0.12.1.133]
at jeresources.proxy.CommonProxy.initCompatibility(CommonProxy.java:14) ~[jeresources:0.12.1.133]
at jeresources.jei.JEIConfig.registerCategories(JEIConfig.java:71) ~[jeresources:0.12.1.133]
at mezz.jei.load.PluginLoader.lambda$new$3(PluginLoader.java:109) ~[jei:7.7.1.145]
at mezz.jei.load.PluginCaller.callOnPlugins(PluginCaller.java:26) ~[jei:7.7.1.145]
at mezz.jei.load.PluginLoader.(PluginLoader.java:109) ~[jei:7.7.1.145]
at mezz.jei.startup.JeiStarter.start(JeiStarter.java:69) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.startJEI(ClientLifecycleHandler.java:147) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.setupJEI(ClientLifecycleHandler.java:140) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.lambda$new$3(ClientLifecycleHandler.java:106) ~[jei:7.7.1.145]
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.client.ForgeHooksClient.onRecipesUpdated(ForgeHooksClient.java:786) ~[forge:?]
at net.minecraft.client.network.play.ClientPlayNetHandler.func_199525_a(ClientPlayNetHandler.java:1314) ~[?:?]
at net.minecraft.network.play.server.SUpdateRecipesPacket.func_148833_a(SourceFile:27) ~[?:?]
at net.minecraft.network.play.server.SUpdateRecipesPacket.func_148833_a(SourceFile:15) ~[?:?]
at net.minecraft.network.PacketThreadUtil.func_225383_a(SourceFile:21) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?]
at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103) ~[?:?]
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:948) ~[?:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) ~[?:?]
at net.minecraft.client.main.Main.main(Main.java:184) ~[Medieval%20Minecraft%20%5bFORGE%5d.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_202]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_202]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_202]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_202]
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.16.5-36.2.26.jar:36.2]
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?]
[17:23:59] [Render thread/ERROR]: Found a broken recipe: Nourished End nourished_end:smelt_malachite class net.minecraft.item.crafting.FurnaceRecipe
Outputs:
net.minecraft.item.ItemStack: [[1 air minecraft:air]]
Inputs:
net.minecraft.item.ItemStack: [[1 malachite nourished_end:malachite], [1 furnacecell_primitive bloodmagic:furnacecell_primitive nbt:{Damage:0}, 1 lavacrystal bloodmagic:lavacrystal]]
java.lang.IllegalArgumentException: ItemStack value must not be empty. 1 air minecraft:air
at mezz.jei.util.ErrorUtil.checkNotEmpty(ErrorUtil.java:206) ~[jei:7.7.1.145]
at mezz.jei.plugins.vanilla.ingredients.item.ItemStackHelper.getUniqueId(ItemStackHelper.java:88) ~[jei:7.7.1.145]
at mezz.jei.plugins.vanilla.ingredients.item.ItemStackHelper.getUniqueId(ItemStackHelper.java:28) ~[jei:7.7.1.145]
at mezz.jei.recipes.RecipeMap.addRecipe(RecipeMap.java:94) ~[jei:7.7.1.145]
at mezz.jei.recipes.RecipeMap.addRecipe(RecipeMap.java:75) ~[jei:7.7.1.145]
at mezz.jei.recipes.RecipeManagerInternal.addRecipe(RecipeManagerInternal.java:125) ~[jei:7.7.1.145]
at mezz.jei.recipes.RecipeManagerInternal.addRecipeTyped(RecipeManagerInternal.java:101) ~[jei:7.7.1.145]
at mezz.jei.recipes.RecipeManagerInternal.addRecipes(RecipeManagerInternal.java:94) ~[jei:7.7.1.145]
at mezz.jei.recipes.RecipeManagerInternal.(RecipeManagerInternal.java:86) ~[jei:7.7.1.145]
at mezz.jei.load.PluginLoader.getRecipeManager(PluginLoader.java:145) ~[jei:7.7.1.145]
at mezz.jei.startup.JeiStarter.start(JeiStarter.java:74) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.startJEI(ClientLifecycleHandler.java:147) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.setupJEI(ClientLifecycleHandler.java:140) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.lambda$new$3(ClientLifecycleHandler.java:106) ~[jei:7.7.1.145]
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?]
at com.feywild.feywild.jei.util.FeywildJeiReloader.reload(FeywildJeiReloader.java:20) ~[feywild:1.16.5-2.0.7]
at com.feywild.feywild.network.TradesHandler.lambda$handle$0(TradesHandler.java:15) ~[feywild:1.16.5-2.0.7]
at net.minecraftforge.fml.network.NetworkEvent$Context.enqueueWork(NetworkEvent.java:215) ~[forge:?]
at com.feywild.feywild.network.TradesHandler.handle(TradesHandler.java:12) ~[feywild:1.16.5-2.0.7]
at net.minecraftforge.fml.network.simple.IndexedMessageCodec.lambda$tryDecode$3(IndexedMessageCodec.java:128) ~[forge:?]
at java.util.Optional.ifPresent(Unknown Source) ~[?:1.8.0_202]
at net.minecraftforge.fml.network.simple.IndexedMessageCodec.tryDecode(IndexedMessageCodec.java:128) ~[forge:?]
at net.minecraftforge.fml.network.simple.IndexedMessageCodec.consume(IndexedMessageCodec.java:162) ~[forge:?]
at net.minecraftforge.fml.network.simple.SimpleChannel.networkEventListener(SimpleChannel.java:80) ~[forge:?]
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.fml.network.NetworkInstance.dispatch(NetworkInstance.java:86) ~[forge:?]
at net.minecraftforge.fml.network.NetworkHooks.lambda$onCustomPayload$1(NetworkHooks.java:91) ~[forge:?]
at java.util.Optional.map(Unknown Source) ~[?:1.8.0_202]
at net.minecraftforge.fml.network.NetworkHooks.onCustomPayload(NetworkHooks.java:91) ~[forge:?]
at net.minecraft.client.network.play.ClientPlayNetHandler.func_147240_a(ClientPlayNetHandler.java:1904) ~[?:?]
at net.minecraft.network.play.server.SCustomPayloadPlayPacket.func_148833_a(SCustomPayloadPlayPacket.java:59) ~[?:?]
at net.minecraft.network.play.server.SCustomPayloadPlayPacket.func_148833_a(SCustomPayloadPlayPacket.java:11) ~[?:?]
at net.minecraft.network.PacketThreadUtil.func_225383_a(SourceFile:21) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?]
at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) ~[?:?]
at jeresources.util.LootTableHelper.getManager(LootTableHelper.java:179) ~[jeresources:0.12.1.133]
at jeresources.compatibility.minecraft.MinecraftCompat.registerVanillaMobs(MinecraftCompat.java:52) ~[jeresources:0.12.1.133]
at jeresources.compatibility.minecraft.MinecraftCompat.init(MinecraftCompat.java:36) ~[jeresources:0.12.1.133]
at jeresources.compatibility.Compatibility.init(Compatibility.java:26) ~[jeresources:0.12.1.133]
at jeresources.proxy.CommonProxy.initCompatibility(CommonProxy.java:14) ~[jeresources:0.12.1.133]
at jeresources.jei.JEIConfig.registerCategories(JEIConfig.java:71) ~[jeresources:0.12.1.133]
at mezz.jei.load.PluginLoader.lambda$new$3(PluginLoader.java:109) ~[jei:7.7.1.145]
at mezz.jei.load.PluginCaller.callOnPlugins(PluginCaller.java:26) ~[jei:7.7.1.145]
at mezz.jei.load.PluginLoader.(PluginLoader.java:109) ~[jei:7.7.1.145]
at mezz.jei.startup.JeiStarter.start(JeiStarter.java:69) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.startJEI(ClientLifecycleHandler.java:147) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.setupJEI(ClientLifecycleHandler.java:140) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.lambda$new$3(ClientLifecycleHandler.java:106) ~[jei:7.7.1.145]
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.client.ForgeHooksClient.onRecipesUpdated(ForgeHooksClient.java:786) ~[forge:?]
at net.minecraft.client.network.play.ClientPlayNetHandler.func_199525_a(ClientPlayNetHandler.java:1314) ~[?:?]
at net.minecraft.network.play.server.SUpdateRecipesPacket.func_148833_a(SourceFile:27) ~[?:?]
at net.minecraft.network.play.server.SUpdateRecipesPacket.func_148833_a(SourceFile:15) ~[?:?]
at net.minecraft.network.PacketThreadUtil.func_225383_a(SourceFile:21) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?]
at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103) ~[?:?]
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:948) ~[?:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) ~[?:?]
at net.minecraft.client.main.Main.main(Main.java:184) ~[Medieval%20Minecraft%20%5bFORGE%5d.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_202]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_202]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_202]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_202]
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.16.5-36.2.26.jar:36.2]
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?]
[17:24:01] [Render thread/INFO]: Building recipe registry took 1.820 s
[17:24:01] [Render thread/INFO]: Building runtime...
[17:24:01] [Render thread/INFO]: Building runtime took 79.29 ms
[17:24:01] [Render thread/INFO]: Starting JEI took 27.14 s
[17:24:01] [Render thread/INFO]: Received config from the server: {"minecraft:hide_infestations":true}
[17:24:01] [Render thread/INFO]: Clearing Client Side Armor Data
[17:24:02] [Render thread/INFO]: Adding Diamond Weapons to the End City Treasure Loot Table!
[17:24:02] [Render thread/ERROR]: Couldn't parse loot table undead_expansion:crypt
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'undead_expansion:warden_sword'
[17:24:02] [Render thread/ERROR]: Couldn't parse loot table immersiveengineering:chests/engineers_house
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'immersiveengineering:stick_treated'
[17:24:03] [SoundControl Sound Processor/WARN]: SoundControl Sound Processor is lagging; behind 78 msecs
[17:24:04] [Render thread/ERROR]: Couldn't parse loot table bountiful:blocks/bountyboard
com.google.gson.JsonSyntaxException: Missing ops, expected to find a JsonArray
[17:24:05] [Render thread/ERROR]: Couldn't parse loot table nourished_end:blocks/end_glass
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'nourished_end:deleted_mod_element'
[17:24:05] [Render thread/ERROR]: Couldn't parse loot table ravageandcabbage:entities/cabbager
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'ravageandcabbage:cabbage'
[17:24:06] [Render thread/ERROR]: Couldn't parse loot table nourished_end:blocks/end_glass_pane
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'nourished_end:deleted_mod_element'
[17:24:06] [Render thread/ERROR]: Couldn't parse loot table minecraft:campfire
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'twist:deleted_mod_element'
[17:24:06] [Render thread/WARN]: Found validation problem in {the_afterlight:entities/corrupted_skeleton}.pools[0].entries[1].functions[1]: Parameters [] are not provided in this context
[17:24:06] [Render thread/WARN]: Found validation problem in {the_afterlight:entities/crimson_skeleton}.pools[0].entries[0].functions[1]: Parameters [] are not provided in this context
[17:24:06] [Render thread/WARN]: Found validation problem in {the_afterlight:entities/corrupted_skeleton}.pools[0].entries[2].functions[1]: Parameters [] are not provided in this context
[17:24:06] [Render thread/WARN]: Found validation problem in {the_afterlight:entities/moonspawn}.pools[0].entries[2].functions[1]: Parameters [] are not provided in this context
[17:24:06] [Render thread/WARN]: Found validation problem in {the_afterlight:entities/corrupted_skeleton}.pools[0].entries[0].functions[1]: Parameters [] are not provided in this context
[17:24:06] [Render thread/WARN]: Found validation problem in {alexsmobs:gameplay/seal_reward}.pools[0].entries[1].functions[0]: Parameters [] are not provided in this context
[17:24:06] [Render thread/WARN]: Found validation problem in {the_afterlight:entities/moonspawn}.pools[0].entries[1].functions[1]: Parameters [] are not provided in this context
[17:24:06] [Render thread/WARN]: Found validation problem in {the_afterlight:entities/deep_skeleton_dead}.pools[0].entries[0].functions[1]: Parameters [] are not provided in this context
[17:24:06] [Render thread/WARN]: Found validation problem in {the_afterlight:entities/moonspawn}.pools[0].entries[0].functions[1]: Parameters [] are not provided in this context
[17:24:06] [Render thread/WARN]: Found validation problem in {the_afterlight:entities/crimson_skeleton}.pools[0].entries[2].functions[1]: Parameters [] are not provided in this context
[17:24:06] [Render thread/WARN]: Found validation problem in {the_afterlight:entities/crimson_skeleton}.pools[0].entries[1].functions[1]: Parameters [] are not provided in this context
[17:24:06] [Render thread/INFO]: Registered 16 additional loot tables.
[17:24:06] [Render thread/WARN]: Error during loading of default minecraft compat
java.lang.NullPointerException: null
at net.minecraft.entity.ai.attributes.AttributeModifierManager.func_233795c(SourceFile:62) ~[?:?]
at net.minecraft.entity.LivingEntity.func_233637b(LivingEntity.java:1729) ~[?:?]
at net.minecraft.entity.LivingEntity.func_110138_aP(LivingEntity.java:1509) ~[?:?]
at net.minecraft.entity.LivingEntity.(LivingEntity.java:207) ~[?:?]
at net.minecraft.entity.MobEntity.(MobEntity.java:108) ~[?:?]
at net.minecraft.entity.CreatureEntity.(SourceFile:12) ~[?:?]
at net.minecraft.entity.AgeableEntity.(SourceFile:28) ~[?:?]
at net.minecraft.entity.passive.AnimalEntity.(AnimalEntity.java:37) ~[?:?]
at net.joefoxe.hexerei.client.renderer.entity.custom.CrowEntity.(CrowEntity.java:70) ~[hexerei:0.1.4]
at net.minecraft.entity.EntityType.func_200721_a(EntityType.java:445) ~[?:?]
at jeresources.compatibility.minecraft.MobCompat.initMobXp(MobCompat.java:61) ~[jeresources:0.12.1.133]
at jeresources.compatibility.minecraft.MobCompat.(MobCompat.java:40) ~[jeresources:0.12.1.133]
at jeresources.compatibility.minecraft.MobCompat.getInstance(MobCompat.java:35) ~[jeresources:0.12.1.133]
at jeresources.compatibility.minecraft.MinecraftCompat.registerMob(MinecraftCompat.java:45) ~[jeresources:0.12.1.133]
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[?:1.8.0_202]
at java.util.stream.SortedOps$SizedRefSortingSink.end(Unknown Source) ~[?:1.8.0_202]
at java.util.stream.Sink$ChainedReference.end(Unknown Source) ~[?:1.8.0_202]
at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:1.8.0_202]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:1.8.0_202]
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[?:1.8.0_202]
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[?:1.8.0_202]
at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:1.8.0_202]
at java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[?:1.8.0_202]
at jeresources.compatibility.minecraft.MinecraftCompat.registerVanillaMobs(MinecraftCompat.java:56) ~[jeresources:0.12.1.133]
at jeresources.compatibility.minecraft.MinecraftCompat.init(MinecraftCompat.java:36) ~[jeresources:0.12.1.133]
at jeresources.compatibility.Compatibility.init(Compatibility.java:26) ~[jeresources:0.12.1.133]
at jeresources.proxy.CommonProxy.initCompatibility(CommonProxy.java:14) ~[jeresources:0.12.1.133]
at jeresources.jei.JEIConfig.registerCategories(JEIConfig.java:71) ~[jeresources:0.12.1.133]
at mezz.jei.load.PluginLoader.lambda$new$3(PluginLoader.java:109) ~[jei:7.7.1.145]
at mezz.jei.load.PluginCaller.callOnPlugins(PluginCaller.java:26) ~[jei:7.7.1.145]
at mezz.jei.load.PluginLoader.(PluginLoader.java:109) ~[jei:7.7.1.145]
at mezz.jei.startup.JeiStarter.start(JeiStarter.java:69) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.startJEI(ClientLifecycleHandler.java:147) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.setupJEI(ClientLifecycleHandler.java:140) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.lambda$new$3(ClientLifecycleHandler.java:106) ~[jei:7.7.1.145]
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.client.ForgeHooksClient.onRecipesUpdated(ForgeHooksClient.java:786) ~[forge:?]
at net.minecraft.client.network.play.ClientPlayNetHandler.func_199525_a(ClientPlayNetHandler.java:1314) ~[?:?]
at net.minecraft.network.play.server.SUpdateRecipesPacket.func_148833_a(SourceFile:27) ~[?:?]
at net.minecraft.network.play.server.SUpdateRecipesPacket.func_148833_a(SourceFile:15) ~[?:?]
at net.minecraft.network.PacketThreadUtil.func_225383_a(SourceFile:21) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?]
at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103) ~[?:?]
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:948) ~[?:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) ~[?:?]
at net.minecraft.client.main.Main.main(Main.java:184) ~[Medieval%20Minecraft%20%5bFORGE%5d.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_202]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_202]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_202]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_202]
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.16.5-36.2.26.jar:36.2]
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?]
[17:24:07] [SoundControl Sound Processor/WARN]: SoundControl Sound Processor is lagging; behind 7 msecs
[17:24:26] [Render thread/ERROR]: Exception caught during firing event: null
Index: 5
Listeners:
0: HIGH
1: ASM: class me.shedaniel.architectury.event.forge.EventHandlerImplClient event(Lnet/minecraftforge/client/event/RecipesUpdatedEvent;)V
2: NORMAL
3: ASM: class com.blamejared.crafttweaker.impl.events.CTStateEventHandler onRecipesUpdated(Lnet/minecraftforge/client/event/RecipesUpdatedEvent;)V
4: ASM: class com.minecolonies.coremod.event.TagWorkAroundEventHandler$TagClientEventHandler onRecipesUpdated(Lnet/minecraftforge/client/event/RecipesUpdatedEvent;)V
5: net.minecraftforge.eventbus.EventBus$$Lambda$2844/1197698182@34bd603
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(Unknown Source)
at java.util.ArrayList$Itr.next(Unknown Source)
at mezz.jei.load.PluginCaller.callOnPlugins(PluginCaller.java:21)
at mezz.jei.load.PluginLoader.(PluginLoader.java:109)
at mezz.jei.startup.JeiStarter.start(JeiStarter.java:69)
at mezz.jei.startup.ClientLifecycleHandler.startJEI(ClientLifecycleHandler.java:147)
at mezz.jei.startup.ClientLifecycleHandler.setupJEI(ClientLifecycleHandler.java:140)
at mezz.jei.startup.ClientLifecycleHandler.lambda$new$3(ClientLifecycleHandler.java:106)
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247)
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
at net.minecraftforge.client.ForgeHooksClient.onRecipesUpdated(ForgeHooksClient.java:786)
at net.minecraft.client.network.play.ClientPlayNetHandler.func_199525_a(ClientPlayNetHandler.java:1314)
at net.minecraft.network.play.server.SUpdateRecipesPacket.func_148833_a(SourceFile:27)
at net.minecraft.network.play.server.SUpdateRecipesPacket.func_148833_a(SourceFile:15)
at net.minecraft.network.PacketThreadUtil.func_225383_a(SourceFile:21)
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144)
at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23)
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118)
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103)
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:948)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607)
at net.minecraft.client.main.Main.main(Main.java:184)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82)
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66)
[17:24:26] [Render thread/FATAL]: Error executing task on Client
java.util.ConcurrentModificationException: null
at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.8.0_202]
at java.util.ArrayList$Itr.next(Unknown Source) ~[?:1.8.0_202]
at mezz.jei.load.PluginCaller.callOnPlugins(PluginCaller.java:21) ~[jei:7.7.1.145]
at mezz.jei.load.PluginLoader.(PluginLoader.java:109) ~[jei:7.7.1.145]
at mezz.jei.startup.JeiStarter.start(JeiStarter.java:69) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.startJEI(ClientLifecycleHandler.java:147) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.setupJEI(ClientLifecycleHandler.java:140) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.lambda$new$3(ClientLifecycleHandler.java:106) ~[jei:7.7.1.145]
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.client.ForgeHooksClient.onRecipesUpdated(ForgeHooksClient.java:786) ~[forge:?]
at net.minecraft.client.network.play.ClientPlayNetHandler.func_199525_a(ClientPlayNetHandler.java:1314) ~[?:?]
at net.minecraft.network.play.server.SUpdateRecipesPacket.func_148833_a(SourceFile:27) ~[?:?]
at net.minecraft.network.play.server.SUpdateRecipesPacket.func_148833_a(SourceFile:15) ~[?:?]
at net.minecraft.network.PacketThreadUtil.func_225383_a(SourceFile:21) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?]
at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103) ~[?:?]
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:948) ~[?:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) ~[?:?]
at net.minecraft.client.main.Main.main(Main.java:184) ~[Medieval%20Minecraft%20%5bFORGE%5d.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_202]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_202]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_202]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_202]
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.16.5-36.2.26.jar:36.2]
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?]
[17:24:27] [Render thread/INFO]: Custom modded block handling enabled for projectvibrantjourneys
[17:24:27] [Render thread/WARN]: Image not found: untamedwilds:textures/entity_icon/big_cat/snow_leopard.png
[17:24:27] [Render thread/WARN]: Image not found: quark:textures/model/entity_icon/variants/pig1.png
[17:24:27] [Render thread/WARN]: Image not found: aquaculture:textures/entity_icon/fish/jellyfish.png
[17:24:27] [Render thread/WARN]: Image not found: untamedwilds:textures/entity_icon/big_cat/leopard_1.png
[17:24:27] [Render thread/WARN]: Image not found: alexsmobs:textures/entity_icon/lobster_red.png
[17:24:27] [Render thread/WARN]: Image not found: aquaculture:textures/entity_icon/fish/gar.png
[17:24:27] [Render thread/WARN]: Image not found: aquaculture:textures/entity_icon/fish/bluegill.png
[17:24:27] [Render thread/WARN]: Image not found: quark:textures/model/entity_icon/variants/pig2.png
[17:24:27] [Render thread/WARN]: Image not found: aquaculture:textures/entity_icon/fish/perch.png
[17:24:27] [Render thread/WARN]: Image not found: whisperwoods:textures/entity_icon/moth_grey_spotted_hawk.png
[17:24:27] [Render thread/WARN]: Image not found: aquaculture:textures/entity_icon/fish/minnow.png
[17:24:27] [Render thread/WARN]: Image not found: aquaculture:textures/entity_icon/fish/carp.png
[17:24:27] [Render thread/WARN]: Image not found: ars_nouveau:textures/entity_icon/warder.png
[17:24:27] [Render thread/WARN]: Image not found: betterdefaultbiomes:textures/entity_icon/hostile/frozen_zombie.png
[17:24:27] [Render thread/WARN]: Image not found: ars_nouveau:textures/entity_icon/packhunter.png
[17:24:27] [Render thread/WARN]: Image not found: farlanders:textures/entity_icon/classic_enderman.png
[17:24:27] [Render thread/INFO]: Hooked SereneSeasons getBiomeTemperature()
[17:24:27] [Render thread/INFO]: JavaScript engine provided: Oracle Nashorn
[17:24:27] [Render thread/INFO]: Stopping worker threads
[17:24:27] [Render thread/INFO]: Started 8 worker threads
[17:24:28] [Render thread/INFO]: [CHAT] §e旅行地图:§f 按下[§bM§f]键
[17:24:28] [Render thread/INFO]:
[17:24:28] [Render thread/INFO]: Mapping started in C:\Users\chenzhe\Desktop\medieval.minecraft\versions\Medieval Minecraft [FORGE]\journeymap\data\sp\新的世界 ~1~\C:\Users\chenzhe\Desktop\medieval.minecraft\versions\Medieval Minecraft [FORGE]\journeymap\data\sp\新的世界 ~1~\overworld. Memory: 7088MB total, 3662MB free
[17:24:29] [Render thread/INFO]: Stopping worker threads
[17:24:29] [Render thread/INFO]: Started 8 worker threads
[17:24:29] [SoundControl Sound Processor/WARN]: SoundControl Sound Processor is lagging; behind 55 msecs
[17:24:30] [SoundControl Sound Processor/WARN]: SoundControl Sound Processor is lagging; behind 33 msecs
[17:24:31] [SoundControl Sound Processor/WARN]: SoundControl Sound Processor is lagging; behind 51 msecs
[17:24:31] [SoundControl Sound Processor/WARN]: SoundControl Sound Processor is lagging; behind 7 msecs
[17:24:31] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 2037ms or 40 ticks behind
[17:24:32] [SoundControl Sound Processor/WARN]: SoundControl Sound Processor is lagging; behind 9 msecs
[17:24:32] [SoundControl Sound Processor/WARN]: SoundControl Sound Processor is lagging; behind 0 msecs
[17:24:32] [SoundControl Sound Processor/WARN]: SoundControl Sound Processor is lagging; behind 15 msecs
[17:24:33] [SoundControl Sound Processor/WARN]: SoundControl Sound Processor is lagging; behind 298 msecs
[17:24:33] [SoundControl Sound Processor/WARN]: SoundControl Sound Processor is lagging; behind 11 msecs
[17:24:34] [SoundControl Sound Processor/WARN]: SoundControl Sound Processor is lagging; behind 211 msecs
[17:24:34] [SoundControl Sound Processor/WARN]: SoundControl Sound Processor is lagging; behind 46 msecs
[17:24:34] [SoundControl Sound Processor/WARN]: SoundControl Sound Processor is lagging; behind 82 msecs
[17:24:34] [SoundControl Sound Processor/WARN]: SoundControl Sound Processor is lagging; behind 8 msecs
[17:24:35] [Render thread/WARN]: Image not found: aquaculture:textures/entity_icon/fish/atlantic_herring.png
[17:24:35] [SoundControl Sound Processor/WARN]: SoundControl Sound Processor is lagging; behind 5 msecs
[17:24:41] [Server thread/INFO]: Saving and pausing game...
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/minecraft:overworld
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/minecraft:the_nether
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/minecraft:the_end
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/bloodmagic:dungeon
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/theabyss:dream
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/twilightforest:twilightforest
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/dead_guys_untitled_deepdark:deep_darky
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/theabyss:radio
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/theabyss:ground_lands
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/twilightforest:skylight_forest
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/blue_skies:everdawn
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/atum:atum
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/theabyss:the_abyss
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/the_afterlight:the_afterlight
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/blue_skies:everbright
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/theabyss:frost_world
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/feywild:market_place_dimension
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/undergarden:undergarden
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/theabyss:pocket_dimension
[17:24:41] [Worker-Main-12/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@2708cffc[id=0427bd19-ff48-3765-a3fc-935ed435a945,name=baba,properties={},legacy=false]
com.mojang.authlib.exceptions.AuthenticationUnavailableException: Cannot contact authentication server
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:125) ~[authlib-2.1.28.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:99) ~[authlib-2.1.28.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:186) ~[authlib-2.1.28.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:61) ~[authlib-2.1.28.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:58) ~[authlib-2.1.28.jar:?]
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716) ~[guava-21.0.jar:?]
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424) ~[guava-21.0.jar:?]
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298) ~[guava-21.0.jar:?]
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211) ~[guava-21.0.jar:?]
at com.google.common.cache.LocalCache.get(LocalCache.java:4154) ~[guava-21.0.jar:?]
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158) ~[guava-21.0.jar:?]
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147) ~[guava-21.0.jar:?]
at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153) ~[guava-21.0.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:176) ~[authlib-2.1.28.jar:?]
at net.minecraft.client.Minecraft.func_181037_M(Minecraft.java:2173) ~[?:?]
at net.minecraft.client.resources.SkinManager.func_229293a(SourceFile:98) ~[?:?]
at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source) [?:1.8.0_202]
at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) [?:1.8.0_202]
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) [?:1.8.0_202]
at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) [?:1.8.0_202]
at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) [?:1.8.0_202]
Caused by: java.net.SocketTimeoutException: connect timed out
at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) ~[?:1.8.0_202]
at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) ~[?:1.8.0_202]
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) ~[?:1.8.0_202]
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) ~[?:1.8.0_202]
at java.net.AbstractPlainSocketImpl.connect(Unknown Source) ~[?:1.8.0_202]
at java.net.PlainSocketImpl.connect(Unknown Source) ~[?:1.8.0_202]
at java.net.SocksSocketImpl.connect(Unknown Source) ~[?:1.8.0_202]
at java.net.Socket.connect(Unknown Source) ~[?:1.8.0_202]
at sun.security.ssl.SSLSocketImpl.connect(Unknown Source) ~[?:1.8.0_202]
at sun.net.NetworkClient.doConnect(Unknown Source) ~[?:1.8.0_202]
at sun.net.www.http.HttpClient.openServer(Unknown Source) ~[?:1.8.0_202]
at sun.net.www.http.HttpClient.openServer(Unknown Source) ~[?:1.8.0_202]
at sun.net.www.protocol.https.HttpsClient.(Unknown Source) ~[?:1.8.0_202]
at sun.net.www.protocol.https.HttpsClient.New(Unknown Source) ~[?:1.8.0_202]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source) ~[?:1.8.0_202]
at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) ~[?:1.8.0_202]
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) ~[?:1.8.0_202]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) ~[?:1.8.0_202]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) ~[?:1.8.0_202]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:1.8.0_202]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) ~[?:1.8.0_202]
at com.mojang.authlib.HttpAuthenticationService.performGetRequest(HttpAuthenticationService.java:140) ~[authlib-2.1.28.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:104) ~[authlib-2.1.28.jar:?]
... 20 more
[17:24:48] [Render thread/INFO]: Stopping worker threads
[17:24:48] [Render thread/INFO]: Started 8 worker threads
[17:24:48] [Render thread/INFO]: Flushed changes to Minecraft configuration
[17:24:50] [Server thread/INFO]: Changing view distance to 7, from 11
[17:24:53] [Server thread/INFO]: Patching CombatRules#getDamageAfterMagicAbsorb
[thread 14436 also had an error]
#
A fatal error has been detected by the Java Runtime Environment:
#
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000750b1740, pid=18736, tid=0x000000000000198c
#
JRE version: Java(TM) SE Runtime Environment (8.0_202-b08) (build 1.8.0_202-b08)
Java VM: Java HotSpot(TM) 64-Bit Server VM (25.202-b08 mixed mode windows-amd64 compressed oops)
Problematic frame:
V [jvm.dll+0x3f1740]
#
Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
An error report file with more information is saved as:
Describe the Bug
net.minecraft.item.ItemStack: [[1 schematics_seasonal_rune_crafting feywild:schematics_seasonal_rune_crafting, 1 schematics_deadly_rune_crafting feywild:schematics_deadly_rune_crafting, 1 schematics_yggdrasil_rune_crafting feywild:schematics_yggdrasil_rune_crafting], [1 summer_tree_leaves feywild:summer_tree_leaves], [1 summer_tree_leaves feywild:summer_tree_leaves], [1 spider_eye minecraft:spider_eye]]
java.lang.IllegalArgumentException: ItemStack value must not be empty. 1 air minecraft:air at mezz.jei.util.ErrorUtil.checkNotEmpty(ErrorUtil.java:206) ~[jei:7.7.1.145] at mezz.jei.plugins.vanilla.ingredients.item.ItemStackHelper.getUniqueId(ItemStackHelper.java:88) ~[jei:7.7.1.145] at mezz.jei.plugins.vanilla.ingredients.item.ItemStackHelper.getUniqueId(ItemStackHelper.java:28) ~[jei:7.7.1.145] at mezz.jei.recipes.RecipeMap.addRecipe(RecipeMap.java:94) ~[jei:7.7.1.145] at mezz.jei.recipes.RecipeMap.addRecipe(RecipeMap.java:75) ~[jei:7.7.1.145] at mezz.jei.recipes.RecipeManagerInternal.addRecipe(RecipeManagerInternal.java:125) ~[jei:7.7.1.145] at mezz.jei.recipes.RecipeManagerInternal.addRecipeTyped(RecipeManagerInternal.java:101) ~[jei:7.7.1.145] at mezz.jei.recipes.RecipeManagerInternal.addRecipes(RecipeManagerInternal.java:94) ~[jei:7.7.1.145] at mezz.jei.recipes.RecipeManagerInternal.(RecipeManagerInternal.java:86) ~[jei:7.7.1.145]
at mezz.jei.load.PluginLoader.getRecipeManager(PluginLoader.java:145) ~[jei:7.7.1.145]
at mezz.jei.startup.JeiStarter.start(JeiStarter.java:74) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.startJEI(ClientLifecycleHandler.java:147) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.setupJEI(ClientLifecycleHandler.java:140) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.lambda$new$3(ClientLifecycleHandler.java:106) ~[jei:7.7.1.145]
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?]
at com.feywild.feywild.jei.util.FeywildJeiReloader.reload(FeywildJeiReloader.java:20) ~[feywild:1.16.5-2.0.7]
at com.feywild.feywild.network.TradesHandler.lambda$handle$0(TradesHandler.java:15) ~[feywild:1.16.5-2.0.7]
at net.minecraftforge.fml.network.NetworkEvent$Context.enqueueWork(NetworkEvent.java:215) ~[forge:?]
at com.feywild.feywild.network.TradesHandler.handle(TradesHandler.java:12) ~[feywild:1.16.5-2.0.7]
at net.minecraftforge.fml.network.simple.IndexedMessageCodec.lambda$tryDecode$3(IndexedMessageCodec.java:128) ~[forge:?]
at java.util.Optional.ifPresent(Unknown Source) ~[?:1.8.0_202]
at net.minecraftforge.fml.network.simple.IndexedMessageCodec.tryDecode(IndexedMessageCodec.java:128) ~[forge:?]
at net.minecraftforge.fml.network.simple.IndexedMessageCodec.consume(IndexedMessageCodec.java:162) ~[forge:?]
at net.minecraftforge.fml.network.simple.SimpleChannel.networkEventListener(SimpleChannel.java:80) ~[forge:?]
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.fml.network.NetworkInstance.dispatch(NetworkInstance.java:86) ~[forge:?]
at net.minecraftforge.fml.network.NetworkHooks.lambda$onCustomPayload$1(NetworkHooks.java:91) ~[forge:?]
at java.util.Optional.map(Unknown Source) ~[?:1.8.0_202]
at net.minecraftforge.fml.network.NetworkHooks.onCustomPayload(NetworkHooks.java:91) ~[forge:?]
at net.minecraft.client.network.play.ClientPlayNetHandler.func_147240_a(ClientPlayNetHandler.java:1904) ~[?:?]
at net.minecraft.network.play.server.SCustomPayloadPlayPacket.func_148833_a(SCustomPayloadPlayPacket.java:59) ~[?:?]
at net.minecraft.network.play.server.SCustomPayloadPlayPacket.func_148833_a(SCustomPayloadPlayPacket.java:11) ~[?:?]
at net.minecraft.network.PacketThreadUtil.func_225383_a(SourceFile:21) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?]
at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) ~[?:?]
at jeresources.util.LootTableHelper.getManager(LootTableHelper.java:179) ~[jeresources:0.12.1.133]
at jeresources.compatibility.minecraft.MinecraftCompat.registerVanillaMobs(MinecraftCompat.java:52) ~[jeresources:0.12.1.133]
at jeresources.compatibility.minecraft.MinecraftCompat.init(MinecraftCompat.java:36) ~[jeresources:0.12.1.133]
at jeresources.compatibility.Compatibility.init(Compatibility.java:26) ~[jeresources:0.12.1.133]
at jeresources.proxy.CommonProxy.initCompatibility(CommonProxy.java:14) ~[jeresources:0.12.1.133]
at jeresources.jei.JEIConfig.registerCategories(JEIConfig.java:71) ~[jeresources:0.12.1.133]
at mezz.jei.load.PluginLoader.lambda$new$3(PluginLoader.java:109) ~[jei:7.7.1.145]
at mezz.jei.load.PluginCaller.callOnPlugins(PluginCaller.java:26) ~[jei:7.7.1.145]
at mezz.jei.load.PluginLoader.(PluginLoader.java:109) ~[jei:7.7.1.145]
at mezz.jei.startup.JeiStarter.start(JeiStarter.java:69) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.startJEI(ClientLifecycleHandler.java:147) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.setupJEI(ClientLifecycleHandler.java:140) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.lambda$new$3(ClientLifecycleHandler.java:106) ~[jei:7.7.1.145]
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.client.ForgeHooksClient.onRecipesUpdated(ForgeHooksClient.java:786) ~[forge:?]
at net.minecraft.client.network.play.ClientPlayNetHandler.func_199525_a(ClientPlayNetHandler.java:1314) ~[?:?]
at net.minecraft.network.play.server.SUpdateRecipesPacket.func_148833_a(SourceFile:27) ~[?:?]
at net.minecraft.network.play.server.SUpdateRecipesPacket.func_148833_a(SourceFile:15) ~[?:?]
at net.minecraft.network.PacketThreadUtil.func_225383_a(SourceFile:21) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?]
at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103) ~[?:?]
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:948) ~[?:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) ~[?:?]
at net.minecraft.client.main.Main.main(Main.java:184) ~[Medieval%20Minecraft%20%5bFORGE%5d.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_202]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_202]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_202]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_202]
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.16.5-36.2.26.jar:36.2]
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?]
[17:23:59] [Render thread/ERROR]: Found a broken recipe: Nourished End nourished_end:smelt_malachite class net.minecraft.item.crafting.FurnaceRecipe
Outputs:
net.minecraft.item.ItemStack: [[1 air minecraft:air]]
Inputs:
net.minecraft.item.ItemStack: [[1 malachite nourished_end:malachite], [1 furnacecell_primitive bloodmagic:furnacecell_primitive nbt:{Damage:0}, 1 lavacrystal bloodmagic:lavacrystal]]
java.lang.IllegalArgumentException: ItemStack value must not be empty. 1 air minecraft:air at mezz.jei.util.ErrorUtil.checkNotEmpty(ErrorUtil.java:206) ~[jei:7.7.1.145] at mezz.jei.plugins.vanilla.ingredients.item.ItemStackHelper.getUniqueId(ItemStackHelper.java:88) ~[jei:7.7.1.145] at mezz.jei.plugins.vanilla.ingredients.item.ItemStackHelper.getUniqueId(ItemStackHelper.java:28) ~[jei:7.7.1.145] at mezz.jei.recipes.RecipeMap.addRecipe(RecipeMap.java:94) ~[jei:7.7.1.145] at mezz.jei.recipes.RecipeMap.addRecipe(RecipeMap.java:75) ~[jei:7.7.1.145] at mezz.jei.recipes.RecipeManagerInternal.addRecipe(RecipeManagerInternal.java:125) ~[jei:7.7.1.145] at mezz.jei.recipes.RecipeManagerInternal.addRecipeTyped(RecipeManagerInternal.java:101) ~[jei:7.7.1.145] at mezz.jei.recipes.RecipeManagerInternal.addRecipes(RecipeManagerInternal.java:94) ~[jei:7.7.1.145] at mezz.jei.recipes.RecipeManagerInternal.(RecipeManagerInternal.java:86) ~[jei:7.7.1.145]
at mezz.jei.load.PluginLoader.getRecipeManager(PluginLoader.java:145) ~[jei:7.7.1.145]
at mezz.jei.startup.JeiStarter.start(JeiStarter.java:74) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.startJEI(ClientLifecycleHandler.java:147) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.setupJEI(ClientLifecycleHandler.java:140) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.lambda$new$3(ClientLifecycleHandler.java:106) ~[jei:7.7.1.145]
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?]
at com.feywild.feywild.jei.util.FeywildJeiReloader.reload(FeywildJeiReloader.java:20) ~[feywild:1.16.5-2.0.7]
at com.feywild.feywild.network.TradesHandler.lambda$handle$0(TradesHandler.java:15) ~[feywild:1.16.5-2.0.7]
at net.minecraftforge.fml.network.NetworkEvent$Context.enqueueWork(NetworkEvent.java:215) ~[forge:?]
at com.feywild.feywild.network.TradesHandler.handle(TradesHandler.java:12) ~[feywild:1.16.5-2.0.7]
at net.minecraftforge.fml.network.simple.IndexedMessageCodec.lambda$tryDecode$3(IndexedMessageCodec.java:128) ~[forge:?]
at java.util.Optional.ifPresent(Unknown Source) ~[?:1.8.0_202]
at net.minecraftforge.fml.network.simple.IndexedMessageCodec.tryDecode(IndexedMessageCodec.java:128) ~[forge:?]
at net.minecraftforge.fml.network.simple.IndexedMessageCodec.consume(IndexedMessageCodec.java:162) ~[forge:?]
at net.minecraftforge.fml.network.simple.SimpleChannel.networkEventListener(SimpleChannel.java:80) ~[forge:?]
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.fml.network.NetworkInstance.dispatch(NetworkInstance.java:86) ~[forge:?]
at net.minecraftforge.fml.network.NetworkHooks.lambda$onCustomPayload$1(NetworkHooks.java:91) ~[forge:?]
at java.util.Optional.map(Unknown Source) ~[?:1.8.0_202]
at net.minecraftforge.fml.network.NetworkHooks.onCustomPayload(NetworkHooks.java:91) ~[forge:?]
at net.minecraft.client.network.play.ClientPlayNetHandler.func_147240_a(ClientPlayNetHandler.java:1904) ~[?:?]
at net.minecraft.network.play.server.SCustomPayloadPlayPacket.func_148833_a(SCustomPayloadPlayPacket.java:59) ~[?:?]
at net.minecraft.network.play.server.SCustomPayloadPlayPacket.func_148833_a(SCustomPayloadPlayPacket.java:11) ~[?:?]
at net.minecraft.network.PacketThreadUtil.func_225383_a(SourceFile:21) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?]
at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) ~[?:?]
at jeresources.util.LootTableHelper.getManager(LootTableHelper.java:179) ~[jeresources:0.12.1.133]
at jeresources.compatibility.minecraft.MinecraftCompat.registerVanillaMobs(MinecraftCompat.java:52) ~[jeresources:0.12.1.133]
at jeresources.compatibility.minecraft.MinecraftCompat.init(MinecraftCompat.java:36) ~[jeresources:0.12.1.133]
at jeresources.compatibility.Compatibility.init(Compatibility.java:26) ~[jeresources:0.12.1.133]
at jeresources.proxy.CommonProxy.initCompatibility(CommonProxy.java:14) ~[jeresources:0.12.1.133]
at jeresources.jei.JEIConfig.registerCategories(JEIConfig.java:71) ~[jeresources:0.12.1.133]
at mezz.jei.load.PluginLoader.lambda$new$3(PluginLoader.java:109) ~[jei:7.7.1.145]
at mezz.jei.load.PluginCaller.callOnPlugins(PluginCaller.java:26) ~[jei:7.7.1.145]
at mezz.jei.load.PluginLoader.(PluginLoader.java:109) ~[jei:7.7.1.145]
at mezz.jei.startup.JeiStarter.start(JeiStarter.java:69) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.startJEI(ClientLifecycleHandler.java:147) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.setupJEI(ClientLifecycleHandler.java:140) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.lambda$new$3(ClientLifecycleHandler.java:106) ~[jei:7.7.1.145]
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.client.ForgeHooksClient.onRecipesUpdated(ForgeHooksClient.java:786) ~[forge:?]
at net.minecraft.client.network.play.ClientPlayNetHandler.func_199525_a(ClientPlayNetHandler.java:1314) ~[?:?]
at net.minecraft.network.play.server.SUpdateRecipesPacket.func_148833_a(SourceFile:27) ~[?:?]
at net.minecraft.network.play.server.SUpdateRecipesPacket.func_148833_a(SourceFile:15) ~[?:?]
at net.minecraft.network.PacketThreadUtil.func_225383_a(SourceFile:21) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?]
at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103) ~[?:?]
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:948) ~[?:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) ~[?:?]
at net.minecraft.client.main.Main.main(Main.java:184) ~[Medieval%20Minecraft%20%5bFORGE%5d.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_202]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_202]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_202]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_202]
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.16.5-36.2.26.jar:36.2]
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?]
[17:24:01] [Render thread/INFO]: Building recipe registry took 1.820 s
[17:24:01] [Render thread/INFO]: Building runtime...
[17:24:01] [Render thread/INFO]: Building runtime took 79.29 ms
[17:24:01] [Render thread/INFO]: Starting JEI took 27.14 s
[17:24:01] [Render thread/INFO]: Received config from the server: {"minecraft:hide_infestations":true}
[17:24:01] [Render thread/INFO]: Clearing Client Side Armor Data
[17:24:02] [Render thread/INFO]: Adding Diamond Weapons to the End City Treasure Loot Table!
[17:24:02] [Render thread/ERROR]: Couldn't parse loot table undead_expansion:crypt
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'undead_expansion:warden_sword'
[17:24:02] [Render thread/ERROR]: Couldn't parse loot table immersiveengineering:chests/engineers_house
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'immersiveengineering:stick_treated'
[17:24:03] [SoundControl Sound Processor/WARN]: SoundControl Sound Processor is lagging; behind 78 msecs
[17:24:04] [Render thread/ERROR]: Couldn't parse loot table bountiful:blocks/bountyboard
com.google.gson.JsonSyntaxException: Missing ops, expected to find a JsonArray
[17:24:05] [Render thread/ERROR]: Couldn't parse loot table nourished_end:blocks/end_glass
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'nourished_end:deleted_mod_element'
[17:24:05] [Render thread/ERROR]: Couldn't parse loot table ravageandcabbage:entities/cabbager
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'ravageandcabbage:cabbage'
[17:24:06] [Render thread/ERROR]: Couldn't parse loot table nourished_end:blocks/end_glass_pane
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'nourished_end:deleted_mod_element'
[17:24:06] [Render thread/ERROR]: Couldn't parse loot table minecraft:campfire
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'twist:deleted_mod_element'
[17:24:06] [Render thread/WARN]: Found validation problem in {the_afterlight:entities/corrupted_skeleton}.pools[0].entries[1].functions[1]: Parameters [] are not provided in this context
[17:24:06] [Render thread/WARN]: Found validation problem in {the_afterlight:entities/crimson_skeleton}.pools[0].entries[0].functions[1]: Parameters [] are not provided in this context
[17:24:06] [Render thread/WARN]: Found validation problem in {the_afterlight:entities/corrupted_skeleton}.pools[0].entries[2].functions[1]: Parameters [] are not provided in this context
[17:24:06] [Render thread/WARN]: Found validation problem in {the_afterlight:entities/moonspawn}.pools[0].entries[2].functions[1]: Parameters [] are not provided in this context
[17:24:06] [Render thread/WARN]: Found validation problem in {the_afterlight:entities/corrupted_skeleton}.pools[0].entries[0].functions[1]: Parameters [] are not provided in this context
[17:24:06] [Render thread/WARN]: Found validation problem in {alexsmobs:gameplay/seal_reward}.pools[0].entries[1].functions[0]: Parameters [] are not provided in this context
[17:24:06] [Render thread/WARN]: Found validation problem in {the_afterlight:entities/moonspawn}.pools[0].entries[1].functions[1]: Parameters [] are not provided in this context
[17:24:06] [Render thread/WARN]: Found validation problem in {the_afterlight:entities/deep_skeleton_dead}.pools[0].entries[0].functions[1]: Parameters [] are not provided in this context
[17:24:06] [Render thread/WARN]: Found validation problem in {the_afterlight:entities/moonspawn}.pools[0].entries[0].functions[1]: Parameters [] are not provided in this context
[17:24:06] [Render thread/WARN]: Found validation problem in {the_afterlight:entities/crimson_skeleton}.pools[0].entries[2].functions[1]: Parameters [] are not provided in this context
[17:24:06] [Render thread/WARN]: Found validation problem in {the_afterlight:entities/crimson_skeleton}.pools[0].entries[1].functions[1]: Parameters [] are not provided in this context
[17:24:06] [Render thread/INFO]: Registered 16 additional loot tables.
[17:24:06] [Render thread/WARN]: Error during loading of default minecraft compat
java.lang.NullPointerException: null
at net.minecraft.entity.ai.attributes.AttributeModifierManager.func_233795c(SourceFile:62) ~[?:?]
at net.minecraft.entity.LivingEntity.func_233637b(LivingEntity.java:1729) ~[?:?]
at net.minecraft.entity.LivingEntity.func_110138_aP(LivingEntity.java:1509) ~[?:?]
at net.minecraft.entity.LivingEntity.(LivingEntity.java:207) ~[?:?]
at net.minecraft.entity.MobEntity.(MobEntity.java:108) ~[?:?]
at net.minecraft.entity.CreatureEntity.(SourceFile:12) ~[?:?]
at net.minecraft.entity.AgeableEntity.(SourceFile:28) ~[?:?]
at net.minecraft.entity.passive.AnimalEntity.(AnimalEntity.java:37) ~[?:?]
at net.joefoxe.hexerei.client.renderer.entity.custom.CrowEntity.(CrowEntity.java:70) ~[hexerei:0.1.4]
at net.minecraft.entity.EntityType.func_200721_a(EntityType.java:445) ~[?:?]
at jeresources.compatibility.minecraft.MobCompat.initMobXp(MobCompat.java:61) ~[jeresources:0.12.1.133]
at jeresources.compatibility.minecraft.MobCompat.(MobCompat.java:40) ~[jeresources:0.12.1.133]
at jeresources.compatibility.minecraft.MobCompat.getInstance(MobCompat.java:35) ~[jeresources:0.12.1.133]
at jeresources.compatibility.minecraft.MinecraftCompat.registerMob(MinecraftCompat.java:45) ~[jeresources:0.12.1.133]
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[?:1.8.0_202]
at java.util.stream.SortedOps$SizedRefSortingSink.end(Unknown Source) ~[?:1.8.0_202]
at java.util.stream.Sink$ChainedReference.end(Unknown Source) ~[?:1.8.0_202]
at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:1.8.0_202]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:1.8.0_202]
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[?:1.8.0_202]
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[?:1.8.0_202]
at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:1.8.0_202]
at java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[?:1.8.0_202]
at jeresources.compatibility.minecraft.MinecraftCompat.registerVanillaMobs(MinecraftCompat.java:56) ~[jeresources:0.12.1.133]
at jeresources.compatibility.minecraft.MinecraftCompat.init(MinecraftCompat.java:36) ~[jeresources:0.12.1.133]
at jeresources.compatibility.Compatibility.init(Compatibility.java:26) ~[jeresources:0.12.1.133]
at jeresources.proxy.CommonProxy.initCompatibility(CommonProxy.java:14) ~[jeresources:0.12.1.133]
at jeresources.jei.JEIConfig.registerCategories(JEIConfig.java:71) ~[jeresources:0.12.1.133]
at mezz.jei.load.PluginLoader.lambda$new$3(PluginLoader.java:109) ~[jei:7.7.1.145]
at mezz.jei.load.PluginCaller.callOnPlugins(PluginCaller.java:26) ~[jei:7.7.1.145]
at mezz.jei.load.PluginLoader.(PluginLoader.java:109) ~[jei:7.7.1.145]
at mezz.jei.startup.JeiStarter.start(JeiStarter.java:69) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.startJEI(ClientLifecycleHandler.java:147) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.setupJEI(ClientLifecycleHandler.java:140) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.lambda$new$3(ClientLifecycleHandler.java:106) ~[jei:7.7.1.145]
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.client.ForgeHooksClient.onRecipesUpdated(ForgeHooksClient.java:786) ~[forge:?]
at net.minecraft.client.network.play.ClientPlayNetHandler.func_199525_a(ClientPlayNetHandler.java:1314) ~[?:?]
at net.minecraft.network.play.server.SUpdateRecipesPacket.func_148833_a(SourceFile:27) ~[?:?]
at net.minecraft.network.play.server.SUpdateRecipesPacket.func_148833_a(SourceFile:15) ~[?:?]
at net.minecraft.network.PacketThreadUtil.func_225383_a(SourceFile:21) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?]
at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103) ~[?:?]
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:948) ~[?:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) ~[?:?]
at net.minecraft.client.main.Main.main(Main.java:184) ~[Medieval%20Minecraft%20%5bFORGE%5d.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_202]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_202]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_202]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_202]
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.16.5-36.2.26.jar:36.2]
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?]
[17:24:07] [SoundControl Sound Processor/WARN]: SoundControl Sound Processor is lagging; behind 7 msecs
[17:24:26] [Render thread/ERROR]: Exception caught during firing event: null
Index: 5
Listeners:
0: HIGH
1: ASM: class me.shedaniel.architectury.event.forge.EventHandlerImplClient event(Lnet/minecraftforge/client/event/RecipesUpdatedEvent;)V
2: NORMAL
3: ASM: class com.blamejared.crafttweaker.impl.events.CTStateEventHandler onRecipesUpdated(Lnet/minecraftforge/client/event/RecipesUpdatedEvent;)V
4: ASM: class com.minecolonies.coremod.event.TagWorkAroundEventHandler$TagClientEventHandler onRecipesUpdated(Lnet/minecraftforge/client/event/RecipesUpdatedEvent;)V
5: net.minecraftforge.eventbus.EventBus$$Lambda$2844/1197698182@34bd603
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(Unknown Source)
at java.util.ArrayList$Itr.next(Unknown Source)
at mezz.jei.load.PluginCaller.callOnPlugins(PluginCaller.java:21)
at mezz.jei.load.PluginLoader.(PluginLoader.java:109)
at mezz.jei.startup.JeiStarter.start(JeiStarter.java:69)
at mezz.jei.startup.ClientLifecycleHandler.startJEI(ClientLifecycleHandler.java:147)
at mezz.jei.startup.ClientLifecycleHandler.setupJEI(ClientLifecycleHandler.java:140)
at mezz.jei.startup.ClientLifecycleHandler.lambda$new$3(ClientLifecycleHandler.java:106)
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247)
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
at net.minecraftforge.client.ForgeHooksClient.onRecipesUpdated(ForgeHooksClient.java:786)
at net.minecraft.client.network.play.ClientPlayNetHandler.func_199525_a(ClientPlayNetHandler.java:1314)
at net.minecraft.network.play.server.SUpdateRecipesPacket.func_148833_a(SourceFile:27)
at net.minecraft.network.play.server.SUpdateRecipesPacket.func_148833_a(SourceFile:15)
at net.minecraft.network.PacketThreadUtil.func_225383_a(SourceFile:21)
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144)
at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23)
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118)
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103)
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:948)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607)
at net.minecraft.client.main.Main.main(Main.java:184)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82)
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66)
[17:24:26] [Render thread/FATAL]: Error executing task on Client java.util.ConcurrentModificationException: null at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.8.0_202] at java.util.ArrayList$Itr.next(Unknown Source) ~[?:1.8.0_202] at mezz.jei.load.PluginCaller.callOnPlugins(PluginCaller.java:21) ~[jei:7.7.1.145] at mezz.jei.load.PluginLoader.(PluginLoader.java:109) ~[jei:7.7.1.145]
at mezz.jei.startup.JeiStarter.start(JeiStarter.java:69) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.startJEI(ClientLifecycleHandler.java:147) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.setupJEI(ClientLifecycleHandler.java:140) ~[jei:7.7.1.145]
at mezz.jei.startup.ClientLifecycleHandler.lambda$new$3(ClientLifecycleHandler.java:106) ~[jei:7.7.1.145]
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.client.ForgeHooksClient.onRecipesUpdated(ForgeHooksClient.java:786) ~[forge:?]
at net.minecraft.client.network.play.ClientPlayNetHandler.func_199525_a(ClientPlayNetHandler.java:1314) ~[?:?]
at net.minecraft.network.play.server.SUpdateRecipesPacket.func_148833_a(SourceFile:27) ~[?:?]
at net.minecraft.network.play.server.SUpdateRecipesPacket.func_148833_a(SourceFile:15) ~[?:?]
at net.minecraft.network.PacketThreadUtil.func_225383_a(SourceFile:21) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?]
at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103) ~[?:?]
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:948) ~[?:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) ~[?:?]
at net.minecraft.client.main.Main.main(Main.java:184) ~[Medieval%20Minecraft%20%5bFORGE%5d.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_202]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_202]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_202]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_202]
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.16.5-36.2.26.jar:36.2]
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?]
[17:24:27] [Render thread/INFO]: Custom modded block handling enabled for projectvibrantjourneys
[17:24:27] [Render thread/WARN]: Image not found: untamedwilds:textures/entity_icon/big_cat/snow_leopard.png
[17:24:27] [Render thread/WARN]: Image not found: quark:textures/model/entity_icon/variants/pig1.png
[17:24:27] [Render thread/WARN]: Image not found: aquaculture:textures/entity_icon/fish/jellyfish.png
[17:24:27] [Render thread/WARN]: Image not found: untamedwilds:textures/entity_icon/big_cat/leopard_1.png
[17:24:27] [Render thread/WARN]: Image not found: alexsmobs:textures/entity_icon/lobster_red.png
[17:24:27] [Render thread/WARN]: Image not found: aquaculture:textures/entity_icon/fish/gar.png
[17:24:27] [Render thread/WARN]: Image not found: aquaculture:textures/entity_icon/fish/bluegill.png
[17:24:27] [Render thread/WARN]: Image not found: quark:textures/model/entity_icon/variants/pig2.png
[17:24:27] [Render thread/WARN]: Image not found: aquaculture:textures/entity_icon/fish/perch.png
[17:24:27] [Render thread/WARN]: Image not found: whisperwoods:textures/entity_icon/moth_grey_spotted_hawk.png
[17:24:27] [Render thread/WARN]: Image not found: aquaculture:textures/entity_icon/fish/minnow.png
[17:24:27] [Render thread/WARN]: Image not found: aquaculture:textures/entity_icon/fish/carp.png
[17:24:27] [Render thread/WARN]: Image not found: ars_nouveau:textures/entity_icon/warder.png
[17:24:27] [Render thread/WARN]: Image not found: betterdefaultbiomes:textures/entity_icon/hostile/frozen_zombie.png
[17:24:27] [Render thread/WARN]: Image not found: ars_nouveau:textures/entity_icon/packhunter.png
[17:24:27] [Render thread/WARN]: Image not found: farlanders:textures/entity_icon/classic_enderman.png
[17:24:27] [Render thread/INFO]: Hooked SereneSeasons getBiomeTemperature()
[17:24:27] [Render thread/INFO]: JavaScript engine provided: Oracle Nashorn
[17:24:27] [Render thread/INFO]: Stopping worker threads
[17:24:27] [Render thread/INFO]: Started 8 worker threads
[17:24:28] [Render thread/INFO]: [CHAT] §e旅行地图:§f 按下[§bM§f]键
[17:24:28] [Render thread/INFO]:
[17:24:28] [Render thread/INFO]: Mapping started in C:\Users\chenzhe\Desktop\medieval.minecraft\versions\Medieval Minecraft [FORGE]\journeymap\data\sp\新的世界 ~1~\C:\Users\chenzhe\Desktop\medieval.minecraft\versions\Medieval Minecraft [FORGE]\journeymap\data\sp\新的世界 ~1~\overworld. Memory: 7088MB total, 3662MB free
[17:24:29] [Render thread/INFO]: Stopping worker threads
[17:24:29] [Render thread/INFO]: Started 8 worker threads
[17:24:29] [SoundControl Sound Processor/WARN]: SoundControl Sound Processor is lagging; behind 55 msecs
[17:24:30] [SoundControl Sound Processor/WARN]: SoundControl Sound Processor is lagging; behind 33 msecs
[17:24:31] [SoundControl Sound Processor/WARN]: SoundControl Sound Processor is lagging; behind 51 msecs
[17:24:31] [SoundControl Sound Processor/WARN]: SoundControl Sound Processor is lagging; behind 7 msecs
[17:24:31] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 2037ms or 40 ticks behind
[17:24:32] [SoundControl Sound Processor/WARN]: SoundControl Sound Processor is lagging; behind 9 msecs
[17:24:32] [SoundControl Sound Processor/WARN]: SoundControl Sound Processor is lagging; behind 0 msecs
[17:24:32] [SoundControl Sound Processor/WARN]: SoundControl Sound Processor is lagging; behind 15 msecs
[17:24:33] [SoundControl Sound Processor/WARN]: SoundControl Sound Processor is lagging; behind 298 msecs
[17:24:33] [SoundControl Sound Processor/WARN]: SoundControl Sound Processor is lagging; behind 11 msecs
[17:24:34] [SoundControl Sound Processor/WARN]: SoundControl Sound Processor is lagging; behind 211 msecs
[17:24:34] [SoundControl Sound Processor/WARN]: SoundControl Sound Processor is lagging; behind 46 msecs
[17:24:34] [SoundControl Sound Processor/WARN]: SoundControl Sound Processor is lagging; behind 82 msecs
[17:24:34] [SoundControl Sound Processor/WARN]: SoundControl Sound Processor is lagging; behind 8 msecs
[17:24:35] [Render thread/WARN]: Image not found: aquaculture:textures/entity_icon/fish/atlantic_herring.png
[17:24:35] [SoundControl Sound Processor/WARN]: SoundControl Sound Processor is lagging; behind 5 msecs
[17:24:41] [Server thread/INFO]: Saving and pausing game...
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/minecraft:overworld
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/minecraft:the_nether
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/minecraft:the_end
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/bloodmagic:dungeon
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/theabyss:dream
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/twilightforest:twilightforest
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/dead_guys_untitled_deepdark:deep_darky
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/theabyss:radio
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/theabyss:ground_lands
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/twilightforest:skylight_forest
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/blue_skies:everdawn
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/atum:atum
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/theabyss:the_abyss
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/the_afterlight:the_afterlight
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/blue_skies:everbright
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/theabyss:frost_world
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/feywild:market_place_dimension
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/undergarden:undergarden
[17:24:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[来]'/theabyss:pocket_dimension
[17:24:41] [Worker-Main-12/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@2708cffc[id=0427bd19-ff48-3765-a3fc-935ed435a945,name=baba,properties={},legacy=false]
com.mojang.authlib.exceptions.AuthenticationUnavailableException: Cannot contact authentication server
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:125) ~[authlib-2.1.28.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:99) ~[authlib-2.1.28.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:186) ~[authlib-2.1.28.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:61) ~[authlib-2.1.28.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:58) ~[authlib-2.1.28.jar:?]
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716) ~[guava-21.0.jar:?]
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424) ~[guava-21.0.jar:?]
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298) ~[guava-21.0.jar:?]
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211) ~[guava-21.0.jar:?]
at com.google.common.cache.LocalCache.get(LocalCache.java:4154) ~[guava-21.0.jar:?]
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158) ~[guava-21.0.jar:?]
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147) ~[guava-21.0.jar:?]
at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153) ~[guava-21.0.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:176) ~[authlib-2.1.28.jar:?]
at net.minecraft.client.Minecraft.func_181037_M(Minecraft.java:2173) ~[?:?]
at net.minecraft.client.resources.SkinManager.func_229293a(SourceFile:98) ~[?:?]
at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source) [?:1.8.0_202]
at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) [?:1.8.0_202]
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) [?:1.8.0_202]
at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) [?:1.8.0_202]
at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) [?:1.8.0_202]
Caused by: java.net.SocketTimeoutException: connect timed out
at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) ~[?:1.8.0_202]
at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) ~[?:1.8.0_202]
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) ~[?:1.8.0_202]
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) ~[?:1.8.0_202]
at java.net.AbstractPlainSocketImpl.connect(Unknown Source) ~[?:1.8.0_202]
at java.net.PlainSocketImpl.connect(Unknown Source) ~[?:1.8.0_202]
at java.net.SocksSocketImpl.connect(Unknown Source) ~[?:1.8.0_202]
at java.net.Socket.connect(Unknown Source) ~[?:1.8.0_202]
at sun.security.ssl.SSLSocketImpl.connect(Unknown Source) ~[?:1.8.0_202]
at sun.net.NetworkClient.doConnect(Unknown Source) ~[?:1.8.0_202]
at sun.net.www.http.HttpClient.openServer(Unknown Source) ~[?:1.8.0_202]
at sun.net.www.http.HttpClient.openServer(Unknown Source) ~[?:1.8.0_202]
at sun.net.www.protocol.https.HttpsClient.(Unknown Source) ~[?:1.8.0_202]
at sun.net.www.protocol.https.HttpsClient.New(Unknown Source) ~[?:1.8.0_202]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source) ~[?:1.8.0_202]
at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) ~[?:1.8.0_202]
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) ~[?:1.8.0_202]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) ~[?:1.8.0_202]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) ~[?:1.8.0_202]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:1.8.0_202]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) ~[?:1.8.0_202]
at com.mojang.authlib.HttpAuthenticationService.performGetRequest(HttpAuthenticationService.java:140) ~[authlib-2.1.28.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:104) ~[authlib-2.1.28.jar:?]
... 20 more
[17:24:48] [Render thread/INFO]: Stopping worker threads
[17:24:48] [Render thread/INFO]: Started 8 worker threads
[17:24:48] [Render thread/INFO]: Flushed changes to Minecraft configuration
[17:24:50] [Server thread/INFO]: Changing view distance to 7, from 11
[17:24:53] [Server thread/INFO]: Patching CombatRules#getDamageAfterMagicAbsorb
[thread 14436 also had an error]
#
A fatal error has been detected by the Java Runtime Environment:
#
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000750b1740, pid=18736, tid=0x000000000000198c
#
JRE version: Java(TM) SE Runtime Environment (8.0_202-b08) (build 1.8.0_202-b08)
Java VM: Java HotSpot(TM) 64-Bit Server VM (25.202-b08 mixed mode windows-amd64 compressed oops)
Problematic frame:
V [jvm.dll+0x3f1740]
#
Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
An error report file with more information is saved as:
C:\Users\chenzhe\Desktop\medieval.minecraft\versions\Medieval Minecraft [FORGE]\hs_err_pid18736.log
Compiled method (c1) 456332 31429 3 net.minecraft.advancements.AdvancementRewards::func_241096a (242 bytes) total in heap [0x0000000007fff350,0x00000000080075a8] = 33368 relocation [0x0000000007fff470,0x0000000007fff9d8] = 1384 main code [0x0000000007fff9e0,0x0000000008004980] = 20384 stub code [0x0000000008004980,0x0000000008004c08] = 648 oops [0x0000000008004c08,0x0000000008004c50] = 72 metadata [0x0000000008004c50,0x0000000008004d18] = 200 scopes data [0x0000000008004d18,0x0000000008006b48] = 7728 scopes pcs [0x0000000008006b48,0x0000000008007458] = 2320 dependencies [0x0000000008007458,0x0000000008007460] = 8 handler table [0x0000000008007460,0x0000000008007508] = 168 nul chk table [0x0000000008007508,0x00000000080075a8] = 160 #
If you would like to submit a bug report, please visit:
http://bugreport.java.com/bugreport/crash.jsp
# AL lib: (EE) alc_cleanup: 1 device not closed
Reproduction Steps
1. 2. 3. ...
Screenshots and Videos
No response
Crash Report or Log
No response
Operating System
10
Minecraft Version
1.16
Modloader
Forge
Modpack Version
50.5
Optifine
No
Other Mods
No response