Skip to content

Instantly share code, notes, and snippets.

@charmesal
Created April 16, 2020 16:51
Show Gist options
  • Save charmesal/ffa92283dc91c4111277140f9a6c02dc to your computer and use it in GitHub Desktop.
Save charmesal/ffa92283dc91c4111277140f9a6c02dc to your computer and use it in GitHub Desktop.
[16Apr2020 18:45:42.295] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, Charmesal, --version, 1.15.2-forge-31.1.43, --gameDir, C:\Users\kevin\AppData\Roaming\.minecraft, --assetsDir, C:\Users\kevin\AppData\Roaming\.minecraft\assets, --assetIndex, 1.15, --uuid, c7cc817686e8412aac1038b50944359d, --accessToken, ????????, --userType, legacy, --versionType, release, --launchTarget, fmlclient, --fml.forgeVersion, 31.1.43, --fml.mcVersion, 1.15.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20200307.202953]
[16Apr2020 18:45:42.300] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 5.0.0-milestone.4+67+b1a340b starting: java version 1.8.0_51 by Oracle Corporation
[16Apr2020 18:45:42.871] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[16Apr2020 18:45:43.091] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8 Source=file:/C:/Users/kevin/AppData/Roaming/.minecraft/mods/MixinBootstrap-1.0.2.jar Service=ModLauncher Env=CLIENT
[16Apr2020 18:45:46.046] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [snownee.snow.mixin.Connector]
[16Apr2020 18:45:46.051] [main/INFO] [Kiwi/]: Invoking Mixin Connector
[16Apr2020 18:45:46.057] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlclient' with arguments [--version, 1.15.2-forge-31.1.43, --gameDir, C:\Users\kevin\AppData\Roaming\.minecraft, --assetsDir, C:\Users\kevin\AppData\Roaming\.minecraft\assets, --uuid, c7cc817686e8412aac1038b50944359d, --username, Charmesal, --assetIndex, 1.15, --accessToken, ????????, --userType, legacy, --versionType, release]
[16Apr2020 18:45:50.013] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: Charmesal
[16Apr2020 18:45:54.443] [Render thread/ERROR] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Error occurred applying transform of coremod coremods/remove-enchantment-limit.js function edit_block_event
jdk.nashorn.internal.runtime.ECMAException: ReferenceError: "foundNode" is not defined
at jdk.nashorn.internal.runtime.ECMAErrors.error(ECMAErrors.java:57) ~[nashorn.jar:?]
at jdk.nashorn.internal.runtime.ECMAErrors.referenceError(ECMAErrors.java:319) ~[nashorn.jar:?]
at jdk.nashorn.internal.runtime.ECMAErrors.referenceError(ECMAErrors.java:291) ~[nashorn.jar:?]
at jdk.nashorn.internal.objects.Global.__noSuchProperty__(Global.java:914) ~[nashorn.jar:?]
at jdk.nashorn.internal.scripts.Script$Recompilation$135$723A$\^eval\_.patch_RepairContainer_updateRepairOutput(<eval>:33) ~[?:?]
at jdk.nashorn.internal.scripts.Script$Recompilation$133$351A$\^eval\_.initializeCoreMod$transformer(<eval>:12) ~[?:?]
at jdk.nashorn.internal.runtime.ScriptFunctionData.invoke(ScriptFunctionData.java:638) ~[nashorn.jar:?]
at jdk.nashorn.internal.runtime.ScriptFunction.invoke(ScriptFunction.java:229) ~[nashorn.jar:?]
at jdk.nashorn.internal.runtime.ScriptRuntime.apply(ScriptRuntime.java:387) ~[nashorn.jar:?]
at jdk.nashorn.api.scripting.ScriptObjectMirror.call(ScriptObjectMirror.java:110) ~[nashorn.jar:?]
at net.minecraftforge.coremod.transformer.CoreModMethodTransformer.runCoremod(CoreModMethodTransformer.java:18) ~[coremods-2.0.0-milestone.1.jar:?]
at net.minecraftforge.coremod.transformer.CoreModMethodTransformer.runCoremod(CoreModMethodTransformer.java:10) ~[coremods-2.0.0-milestone.1.jar:?]
at net.minecraftforge.coremod.transformer.CoreModBaseTransformer.transform(CoreModBaseTransformer.java:38) [coremods-2.0.0-milestone.1.jar:?]
at cpw.mods.modlauncher.TransformerHolder.transform(TransformerHolder.java:41) [modlauncher-5.0.0-milestone.4.jar:?]
at cpw.mods.modlauncher.ClassTransformer.performVote(ClassTransformer.java:168) [modlauncher-5.0.0-milestone.4.jar:?]
at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:106) [modlauncher-5.0.0-milestone.4.jar:?]
at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:239) [modlauncher-5.0.0-milestone.4.jar:?]
at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:126) [modlauncher-5.0.0-milestone.4.jar:?]
at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:96) [modlauncher-5.0.0-milestone.4.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) [?:1.8.0_51]
at net.minecraft.block.Blocks.<clinit>(Blocks.java:339) [?:?]
at net.minecraft.util.registry.Registry.lambda$static$3(Registry.java:91) [?:?]
at net.minecraft.util.registry.Registry$$Lambda$579/696411130.get(Unknown Source) [?:?]
at net.minecraft.util.registry.Registry.lambda$static$40(Registry.java:261) [?:?]
at net.minecraft.util.registry.Registry$$Lambda$616/1744146882.accept(Unknown Source) [?:?]
at java.util.LinkedHashMap$LinkedEntrySet.forEach(LinkedHashMap.java:663) [?:1.8.0_51]
at net.minecraft.util.registry.Registry.<clinit>(Registry.java:260) [?:?]
at net.minecraft.util.registry.Bootstrap.func_151354_b(Bootstrap.java:34) [?:?]
at net.minecraft.client.Minecraft.<init>(Minecraft.java:353) [?:?]
at net.minecraft.client.main.Main.main(SourceFile:166) [?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.15.2-31.1.43.jar:31.1]
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$468/1901465425.call(Unknown Source) [forge-1.15.2-31.1.43.jar:31.1]
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.0.0-milestone.4.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.0.0-milestone.4.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.0.0-milestone.4.jar:?]
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.0.0-milestone.4.jar:?]
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.0.0-milestone.4.jar:?]
[16Apr2020 18:46:11.912] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.2.2 build 10
[16Apr2020 18:46:16.598] [modloading-worker-5/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity goblintraders:goblin_trader
[16Apr2020 18:46:16.602] [modloading-worker-5/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity goblintraders:vein_goblin_trader
[16Apr2020 18:46:16.646] [modloading-worker-2/INFO] [net.silentchaos512.utils.config.ConfigSpecWrapper/]: Loading config file C:\Users\kevin\AppData\Roaming\.minecraft\config\silentgear-client.toml
[16Apr2020 18:46:16.648] [modloading-worker-2/INFO] [net.silentchaos512.utils.config.ConfigSpecWrapper/]: Loading config file C:\Users\kevin\AppData\Roaming\.minecraft\config\silentgear-common.toml
[16Apr2020 18:46:16.672] [modloading-worker-6/INFO] [wile.rsgauges.ModRsGauges/]: Gauges and Switches GIT id #1afee92.
[16Apr2020 18:46:16.932] [modloading-worker-7/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading Bountiful listeners..
[16Apr2020 18:46:17.918] [modloading-worker-6/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Loading Init Config
[16Apr2020 18:46:18.052] [modloading-worker-0/INFO] [JarSignVerifier/]: Mod uteamcore is signed with a valid certificate.
[16Apr2020 18:46:18.724] [modloading-worker-0/WARN] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: Attempting to add a Lambda listener with computed generic type of Event. Are you sure this is what you meant? NOTE : there are complex lambda forms where the generic type information is erased and cannot be recovered at runtime.
[16Apr2020 18:46:18.794] [modloading-worker-4/INFO] [Kiwi/Init]: Processing 2 KiwiModule annotations
[16Apr2020 18:46:19.144] [modloading-worker-4/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Loading Config
[16Apr2020 18:46:19.154] [modloading-worker-4/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [plastic,] was added to the CruxInit
[16Apr2020 18:46:19.154] [modloading-worker-4/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [pink_slime,] was added to the CruxInit
[16Apr2020 18:46:19.459] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file C:\Users\kevin\AppData\Roaming\.minecraft\config\bonsaitrees2-common.toml is not correct. Correcting
[16Apr2020 18:46:19.460] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.additionalCuttingTools was corrected from [minecraft:shears] to [minecraft:shears]
[16Apr2020 18:46:19.593] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:rifter
[16Apr2020 18:46:19.670] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:hunter
[16Apr2020 18:46:19.674] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:bladeshroom_cap
[16Apr2020 18:46:19.703] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:nova
[16Apr2020 18:46:19.707] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:nova_spike
[16Apr2020 18:46:19.712] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:crystal_bug
[16Apr2020 18:46:19.718] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:penumbrian
[16Apr2020 18:46:19.724] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:tree_hopper
[16Apr2020 18:46:19.741] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:stinger
[16Apr2020 18:46:19.762] [modloading-worker-0/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 31.1.43, for MC 1.15.2 with MCP 20200307.202953
[16Apr2020 18:46:19.762] [modloading-worker-0/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v31.1.43 Initialized
[16Apr2020 18:46:19.770] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:nightstag
[16Apr2020 18:46:19.784] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:deceitful_snapper
[16Apr2020 18:46:19.787] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:bulb_angler
[16Apr2020 18:46:19.807] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:skulk
[16Apr2020 18:46:19.818] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:shade_squirrel
[16Apr2020 18:46:19.881] [modloading-worker-1/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `milk_bucket`, expected `industrialforegoing`. This could be a intended override, but in most cases indicates a broken mod.
[16Apr2020 18:46:19.891] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:thrown_geode
[16Apr2020 18:46:19.962] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:spore_bomb
[16Apr2020 18:46:19.972] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:cloud
[16Apr2020 18:46:20.155] [modloading-worker-5/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Main.initialize()
[16Apr2020 18:46:20.167] [modloading-worker-5/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Reflecting GuiContainer...
[16Apr2020 18:46:20.204] [modloading-worker-5/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Detected obfuscation: FORGE.
[16Apr2020 18:46:20.206] [modloading-worker-5/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Success.
[16Apr2020 18:46:20.207] [modloading-worker-5/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Initialized.
[16Apr2020 18:46:20.246] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity autumnity:boat
[16Apr2020 18:46:20.253] [modloading-worker-2/INFO] [Mystical Agriculture/]: Registered plugin: com.blakebr0.mysticalagriculture.lib.ModCorePlugin
[16Apr2020 18:46:20.258] [modloading-worker-2/INFO] [Mystical Agriculture/]: Registered plugin: com.github.elrol.industrialagriculture.plugin.MAPlugin
[16Apr2020 18:46:20.289] [modloading-worker-2/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Registering Souls
[16Apr2020 18:46:20.297] [modloading-worker-6/INFO] [com.mojang.text2speech.NarratorWindows/]: Narrator library for x64 successfully loaded
[16Apr2020 18:46:20.304] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity autumnity:snail
[16Apr2020 18:46:21.696] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:water_arrow
[16Apr2020 18:46:21.720] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:box_turtle
[16Apr2020 18:46:21.725] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:arrau_turtle
[16Apr2020 18:46:21.730] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:starshell_turtle
[16Apr2020 18:46:21.731] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:oak_fish_mount
[16Apr2020 18:46:21.731] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:spruce_fish_mount
[16Apr2020 18:46:21.731] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:birch_fish_mount
[16Apr2020 18:46:21.732] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:jungle_fish_mount
[16Apr2020 18:46:21.732] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:acacia_fish_mount
[16Apr2020 18:46:21.732] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:dark_oak_fish_mount
[16Apr2020 18:46:21.776] [modloading-worker-5/INFO] [JarSignVerifier/]: Mod usefulrailroads is signed with a valid certificate.
[16Apr2020 18:46:21.910] [modloading-worker-1/INFO] [JarSignVerifier/]: Mod usefulbackpacks is signed with a valid certificate.
[16Apr2020 18:46:24.201] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity glass_frame
[16Apr2020 18:46:24.208] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity colored_frame
[16Apr2020 18:46:24.284] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity stoneling
[16Apr2020 18:46:24.464] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity cfm:seat
[16Apr2020 18:46:24.858] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity toretoise
[16Apr2020 18:46:24.871] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity totem
[16Apr2020 18:46:25.071] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity gravisand
[16Apr2020 18:46:25.131] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity wrapped
[16Apr2020 18:46:25.147] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity pickarang
[16Apr2020 18:46:25.304] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity foxhound
[16Apr2020 18:46:25.346] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity frog
[16Apr2020 18:46:25.428] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity chest_passenger
[16Apr2020 18:46:26.751] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity crab
[16Apr2020 18:46:27.156] [Render thread/INFO] [net.minecraftforge.fml.DeferredWorkQueue/LOADING]: Dispatching synchronous work after CONSTRUCT: 4 jobs
[16Apr2020 18:46:27.235] [Render thread/INFO] [net.minecraftforge.fml.DeferredWorkQueue/LOADING]: Synchronous work queue completed in 00:00:00.074
[16Apr2020 18:46:27.339] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity snowrealmagic.snow
[16Apr2020 18:46:27.371] [Render thread/INFO] [Kiwi/Init]: Module [kiwi:contributors] initialized
[16Apr2020 18:46:27.391] [Render thread/INFO] [Kiwi/Init]: Module [snowrealmagic:snowrealmagic] initialized
[16Apr2020 18:46:27.392] [Render thread/INFO] [Kiwi/Init]: block: 7
[16Apr2020 18:46:27.392] [Render thread/INFO] [Kiwi/Init]: item: 1
[16Apr2020 18:46:27.392] [Render thread/INFO] [Kiwi/Init]: block_entity_type: 2
[16Apr2020 18:46:27.392] [Render thread/INFO] [Kiwi/Init]: entity_type: 1
[16Apr2020 18:46:27.393] [Render thread/INFO] [Kiwi/Init]: feature: 1
[16Apr2020 18:46:36.369] [Render thread/INFO] [mcwwindows/]: Blocks registered.
[16Apr2020 18:46:36.548] [Render thread/INFO] [wile.rsgauges.ModRsGauges/]: Registered 107 blocks.
[16Apr2020 18:46:36.830] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `anvil`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[16Apr2020 18:46:36.830] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `chipped_anvil`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[16Apr2020 18:46:36.830] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `damaged_anvil`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[16Apr2020 18:46:36.833] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `spawner`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[16Apr2020 18:46:36.835] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `spawner`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[16Apr2020 18:46:36.836] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `cactus`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[16Apr2020 18:46:36.836] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `cactus`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[16Apr2020 18:46:36.836] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `sugar_cane`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[16Apr2020 18:46:36.837] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `sugar_cane`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[16Apr2020 18:46:36.837] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `bamboo`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[16Apr2020 18:46:36.837] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `bamboo`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[16Apr2020 18:46:36.841] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `fletching_table`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[16Apr2020 18:46:36.842] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `fletching_table`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[16Apr2020 18:46:36.858] [Render thread/INFO] [al132.speedyhoppers.SpeedyHoppers/]: Registered block: speedyhoppers:speedyhopper_mk1
[16Apr2020 18:46:36.859] [Render thread/INFO] [al132.speedyhoppers.SpeedyHoppers/]: Registered block: speedyhoppers:speedyhopper_mk2
[16Apr2020 18:46:36.859] [Render thread/INFO] [al132.speedyhoppers.SpeedyHoppers/]: Registered block: speedyhoppers:speedyhopper_mk3
[16Apr2020 18:46:36.979] [Render thread/INFO] [mcwbridges/]: Blocks registered.
[16Apr2020 18:46:38.228] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `snow`, expected `snowrealmagic`. This could be a intended override, but in most cases indicates a broken mod.
[16Apr2020 18:46:38.580] [Render thread/INFO] [STDOUT/]: [ejektaflex.bountiful.SetupLifecycle:registerBlocks:193]: Registering to: minecraft:block, class net.minecraft.block.Block
[16Apr2020 18:46:38.581] [Render thread/INFO] [xerca.xercamusic.common.XercaMusic/]: XercaMusic: Registering blocks
[16Apr2020 18:46:38.654] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [prismarine,] was added to the CruxInit
[16Apr2020 18:46:38.655] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [panda,] was added to the CruxInit
[16Apr2020 18:46:38.655] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [ice,] was added to the CruxInit
[16Apr2020 18:46:38.655] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [cow,] was added to the CruxInit
[16Apr2020 18:46:38.655] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [saltpeter,] was added to the CruxInit
[16Apr2020 18:46:38.655] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [experience,] was added to the CruxInit
[16Apr2020 18:46:38.656] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [graphite,] was added to the CruxInit
[16Apr2020 18:46:38.656] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [magma_cube,] was added to the CruxInit
[16Apr2020 18:46:38.656] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [glowstone,] was added to the CruxInit
[16Apr2020 18:46:38.656] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [pig,] was added to the CruxInit
[16Apr2020 18:46:38.656] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [llama,] was added to the CruxInit
[16Apr2020 18:46:38.657] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [skeleton,] was added to the CruxInit
[16Apr2020 18:46:38.657] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [platinum,] was added to the CruxInit
[16Apr2020 18:46:38.657] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [tungsten,] was added to the CruxInit
[16Apr2020 18:46:38.657] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [bat,] was added to the CruxInit
[16Apr2020 18:46:38.658] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [husk,] was added to the CruxInit
[16Apr2020 18:46:38.658] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [coral,] was added to the CruxInit
[16Apr2020 18:46:38.658] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [rabbit,] was added to the CruxInit
[16Apr2020 18:46:38.658] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [rubber,] was added to the CruxInit
[16Apr2020 18:46:38.658] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [silverfish,] was added to the CruxInit
[16Apr2020 18:46:38.658] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [tin,] was added to the CruxInit
[16Apr2020 18:46:38.658] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [fire,] was added to the CruxInit
[16Apr2020 18:46:38.658] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [sulfur,] was added to the CruxInit
[16Apr2020 18:46:38.658] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [invar,] was added to the CruxInit
[16Apr2020 18:46:38.658] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [wood,] was added to the CruxInit
[16Apr2020 18:46:38.659] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [drowned,] was added to the CruxInit
[16Apr2020 18:46:38.659] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [zinc,] was added to the CruxInit
[16Apr2020 18:46:38.660] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [dolphin,] was added to the CruxInit
[16Apr2020 18:46:38.660] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [zombie_pigman,] was added to the CruxInit
[16Apr2020 18:46:38.660] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [stray,] was added to the CruxInit
[16Apr2020 18:46:38.660] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [nether,] was added to the CruxInit
[16Apr2020 18:46:38.660] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [obsidian,] was added to the CruxInit
[16Apr2020 18:46:38.660] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [shulker,] was added to the CruxInit
[16Apr2020 18:46:38.660] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [turtle,] was added to the CruxInit
[16Apr2020 18:46:38.660] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [chrome,] was added to the CruxInit
[16Apr2020 18:46:38.661] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [vex,] was added to the CruxInit
[16Apr2020 18:46:38.661] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [inferium,] was added to the CruxInit
[16Apr2020 18:46:38.661] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [dirt,] was added to the CruxInit
[16Apr2020 18:46:38.661] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [wither_skeleton,] was added to the CruxInit
[16Apr2020 18:46:38.661] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [brass,] was added to the CruxInit
[16Apr2020 18:46:38.661] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [water,] was added to the CruxInit
[16Apr2020 18:46:38.661] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [bronze,] was added to the CruxInit
[16Apr2020 18:46:38.661] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [horse,] was added to the CruxInit
[16Apr2020 18:46:38.661] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [vindicator,] was added to the CruxInit
[16Apr2020 18:46:38.661] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [phantom,] was added to the CruxInit
[16Apr2020 18:46:38.661] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [evoker,] was added to the CruxInit
[16Apr2020 18:46:38.661] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [mooshroom,] was added to the CruxInit
[16Apr2020 18:46:38.661] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [coal,] was added to the CruxInit
[16Apr2020 18:46:38.661] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [silver,] was added to the CruxInit
[16Apr2020 18:46:38.662] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [squid,] was added to the CruxInit
[16Apr2020 18:46:38.662] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [uranium,] was added to the CruxInit
[16Apr2020 18:46:38.662] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [parrot,] was added to the CruxInit
[16Apr2020 18:46:38.662] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [redstone,] was added to the CruxInit
[16Apr2020 18:46:38.662] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [creeper,] was added to the CruxInit
[16Apr2020 18:46:38.662] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [emerald,] was added to the CruxInit
[16Apr2020 18:46:38.662] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [enderman,] was added to the CruxInit
[16Apr2020 18:46:38.662] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [steel,] was added to the CruxInit
[16Apr2020 18:46:38.662] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [ravager,] was added to the CruxInit
[16Apr2020 18:46:38.662] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [chicken,] was added to the CruxInit
[16Apr2020 18:46:38.662] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [mithril,] was added to the CruxInit
[16Apr2020 18:46:38.662] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [titanium,] was added to the CruxInit
[16Apr2020 18:46:38.662] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [air,] was added to the CruxInit
[16Apr2020 18:46:38.663] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [aluminum,] was added to the CruxInit
[16Apr2020 18:46:38.663] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [fox,] was added to the CruxInit
[16Apr2020 18:46:38.663] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [slime,] was added to the CruxInit
[16Apr2020 18:46:38.663] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [pillager,] was added to the CruxInit
[16Apr2020 18:46:38.663] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [gold,] was added to the CruxInit
[16Apr2020 18:46:38.663] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [iridium,] was added to the CruxInit
[16Apr2020 18:46:38.663] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [blaze,] was added to the CruxInit
[16Apr2020 18:46:38.663] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [endermite,] was added to the CruxInit
[16Apr2020 18:46:38.663] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [cat,] was added to the CruxInit
[16Apr2020 18:46:38.664] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [zombie,] was added to the CruxInit
[16Apr2020 18:46:38.664] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [lapis_lazuli,] was added to the CruxInit
[16Apr2020 18:46:38.664] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [copper,] was added to the CruxInit
[16Apr2020 18:46:38.664] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [end,] was added to the CruxInit
[16Apr2020 18:46:38.664] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [guardian,] was added to the CruxInit
[16Apr2020 18:46:38.664] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [ghast,] was added to the CruxInit
[16Apr2020 18:46:38.665] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [sheep,] was added to the CruxInit
[16Apr2020 18:46:38.665] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [nickel,] was added to the CruxInit
[16Apr2020 18:46:38.665] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [electrum,] was added to the CruxInit
[16Apr2020 18:46:38.665] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [nether_quartz,] was added to the CruxInit
[16Apr2020 18:46:38.665] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [villager,] was added to the CruxInit
[16Apr2020 18:46:38.665] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [wolf,] was added to the CruxInit
[16Apr2020 18:46:38.665] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [nature,] was added to the CruxInit
[16Apr2020 18:46:38.665] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [constantan,] was added to the CruxInit
[16Apr2020 18:46:38.666] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [lead,] was added to the CruxInit
[16Apr2020 18:46:38.666] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [polar_bear,] was added to the CruxInit
[16Apr2020 18:46:38.666] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [stone,] was added to the CruxInit
[16Apr2020 18:46:38.666] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [dye,] was added to the CruxInit
[16Apr2020 18:46:38.667] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [diamond,] was added to the CruxInit
[16Apr2020 18:46:38.667] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [silicon,] was added to the CruxInit
[16Apr2020 18:46:38.667] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [earth,] was added to the CruxInit
[16Apr2020 18:46:38.667] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [fish,] was added to the CruxInit
[16Apr2020 18:46:38.667] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [witch,] was added to the CruxInit
[16Apr2020 18:46:38.684] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [iron,] was added to the CruxInit
[16Apr2020 18:46:38.685] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Crux [spider,] was added to the CruxInit
[16Apr2020 18:46:38.685] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Updating Crops
[16Apr2020 18:46:38.685] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Initializing Crops
[16Apr2020 18:46:38.753] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `crafting_table`, expected `fastbench`. This could be a intended override, but in most cases indicates a broken mod.
[16Apr2020 18:46:38.755] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `crafting_table`, expected `fastbench`. This could be a intended override, but in most cases indicates a broken mod.
[16Apr2020 18:46:39.148] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
[16Apr2020 18:46:39.148] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
[16Apr2020 18:46:39.151] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `blast_furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
[16Apr2020 18:46:39.152] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `blast_furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
[16Apr2020 18:46:39.154] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `smoker`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
[16Apr2020 18:46:39.154] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `smoker`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
[16Apr2020 18:46:39.197] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `diamond_axe`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[16Apr2020 18:46:39.197] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `golden_axe`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[16Apr2020 18:46:39.197] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `iron_axe`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[16Apr2020 18:46:39.197] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `stone_axe`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[16Apr2020 18:46:39.198] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `wooden_axe`, expected `variant16x`. This could be a intended override, but in most cases indicates a broken mod.
[16Apr2020 18:46:39.283] [Render thread/INFO] [mcwwindows/]: Items registered.
[16Apr2020 18:46:39.286] [Render thread/INFO] [wile.rsgauges.ModRsGauges/]: Registered 108 items.
[16Apr2020 18:46:39.322] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `shears`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[16Apr2020 18:46:39.324] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `anvil`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[16Apr2020 18:46:39.324] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `chipped_anvil`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[16Apr2020 18:46:39.324] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `damaged_anvil`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[16Apr2020 18:46:39.341] [Render thread/INFO] [al132.speedyhoppers.SpeedyHoppers/]: Registered item: speedyhoppers:speedyhopper_mk1
[16Apr2020 18:46:39.341] [Render thread/INFO] [al132.speedyhoppers.SpeedyHoppers/]: Registered item: speedyhoppers:speedyhopper_mk2
[16Apr2020 18:46:39.341] [Render thread/INFO] [al132.speedyhoppers.SpeedyHoppers/]: Registered item: speedyhoppers:speedyhopper_mk3
[16Apr2020 18:46:39.353] [Render thread/INFO] [mcwbridges/]: Items registered.
[16Apr2020 18:46:39.531] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `snow`, expected `snowrealmagic`. This could be a intended override, but in most cases indicates a broken mod.
[16Apr2020 18:46:39.628] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `end_crystal`, expected `endergetic`. This could be a intended override, but in most cases indicates a broken mod.
[16Apr2020 18:46:39.646] [Render thread/INFO] [STDOUT/]: [ejektaflex.bountiful.SetupLifecycle:registerItems:183]: Registering to: minecraft:item, class net.minecraft.item.Item
[16Apr2020 18:46:39.646] [Render thread/INFO] [xerca.xercamusic.common.XercaMusic/]: XercaMusic: Registering items
[16Apr2020 18:46:40.188] [Render thread/INFO] [Bookshelf/]: Registering 9 global loot modifier serializers.
[16Apr2020 18:46:40.972] [Render thread/INFO] [wile.rsgauges.ModRsGauges/]: Registered 9 tile entities.
[16Apr2020 18:46:41.088] [Render thread/INFO] [xerca.xercamusic.common.XercaMusic/]: XercaMusic: Registering tile entities
[16Apr2020 18:46:41.321] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity doggytalents:dog
[16Apr2020 18:46:41.322] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity doggytalents:dog_beam
[16Apr2020 18:46:41.323] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity
[16Apr2020 18:46:41.324] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity ob_arrow
[16Apr2020 18:46:41.325] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity bh_arrow
[16Apr2020 18:46:41.327] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity biomesoplenty:boat_bop
[16Apr2020 18:46:41.331] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity silentgear:slingshot_projectile
[16Apr2020 18:46:41.349] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity upgrade_aquatic:boat
[16Apr2020 18:46:41.358] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity upgrade_aquatic:sonar_wave
[16Apr2020 18:46:41.391] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity upgrade_aquatic:nautilus
[16Apr2020 18:46:41.417] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity upgrade_aquatic:pike
[16Apr2020 18:46:41.427] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity upgrade_aquatic:lionfish
[16Apr2020 18:46:41.445] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity upgrade_aquatic:thrasher
[16Apr2020 18:46:41.447] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity upgrade_aquatic:great_thrasher
[16Apr2020 18:46:41.460] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity upgrade_aquatic:flare
[16Apr2020 18:46:41.467] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity goat
[16Apr2020 18:46:41.468] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity goat_boss
[16Apr2020 18:46:41.472] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity merchant
[16Apr2020 18:46:41.473] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity endergetic:poise_cluster
[16Apr2020 18:46:41.474] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity endergetic:bolloom_fruit
[16Apr2020 18:46:41.475] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity endergetic:boof_block
[16Apr2020 18:46:41.511] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity endergetic:puff_bug
[16Apr2020 18:46:41.513] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity endergetic:boat
[16Apr2020 18:46:41.517] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity endergetic:bolloom_balloon
[16Apr2020 18:46:41.519] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity endergetic:bolloom_knot
[16Apr2020 18:46:41.532] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity endergetic:booflo_baby
[16Apr2020 18:46:41.541] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity endergetic:booflo_adolescent
[16Apr2020 18:46:41.574] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity endergetic:booflo
[16Apr2020 18:46:41.576] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity petrock
[16Apr2020 18:46:41.578] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity swampexpansion:boat
[16Apr2020 18:46:41.578] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity xercamusic:music_spirit
[16Apr2020 18:46:41.611] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity gravestone:player_ghost
[16Apr2020 18:46:41.611] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity securitycraft:bouncingbetty
[16Apr2020 18:46:41.612] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity securitycraft:taserbullet
[16Apr2020 18:46:41.614] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity securitycraft:imsbomb
[16Apr2020 18:46:41.616] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity securitycraft:securitycamera
[16Apr2020 18:46:41.625] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity securitycraft:sentry
[16Apr2020 18:46:41.626] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity securitycraft:bullet
[16Apr2020 18:46:41.636] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity endermail:ender_mailman
[16Apr2020 18:46:41.644] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `freeze_top_layer`, expected `snowrealmagic`. This could be a intended override, but in most cases indicates a broken mod.
[16Apr2020 18:46:42.092] [Render thread/INFO] [trade/]: Containers have been registered !
[16Apr2020 18:46:42.654] [Render thread/INFO] [net.minecraftforge.coremod.CoreMod.sounddeviceoptions/COREMODLOG]: Found method init()V, patching...
[16Apr2020 18:46:42.757] [Render thread/INFO] [wile.rsgauges.ModRsGauges/]: Registered 31 block color handlers.
[16Apr2020 18:46:44.381] [Render thread/INFO] [net.minecraft.resources.SimpleReloadableResourceManager/]: Reloading ResourceManager: Default, Mod Resources
[16Apr2020 18:46:44.948] [Server-Worker-7/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file C:\Users\kevin\AppData\Roaming\.minecraft\config\gravestone-client.toml is not correct. Correcting
[16Apr2020 18:46:44.949] [Server-Worker-7/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key dimension_names was corrected from [minecraft:overworld=Overworld, minecraft:nether=Nether, minecraft:the_end=The End] to [minecraft:overworld=Overworld, minecraft:nether=Nether, minecraft:the_end=The End]
[16Apr2020 18:46:45.009] [Server-Worker-7/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file C:\Users\kevin\AppData\Roaming\.minecraft\config\kleeslabs-common.toml is not correct. Correcting
[16Apr2020 18:46:45.009] [Server-Worker-7/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key common.disabledCompat was corrected from [] to []
[16Apr2020 18:46:45.034] [Server-Worker-7/INFO] [wile.rsgauges.ModRsGauges/]: Loaded config file rsgauges-common.toml
[16Apr2020 18:46:45.124] [Server-Worker-7/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file C:\Users\kevin\AppData\Roaming\.minecraft\config\bonsaitrees2-common.toml is not correct. Correcting
[16Apr2020 18:46:45.125] [Server-Worker-7/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.additionalCuttingTools was corrected from [minecraft:shears] to [minecraft:shears]
[16Apr2020 18:46:45.190] [Server-Worker-7/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file C:\Users\kevin\AppData\Roaming\.minecraft\config\bluepower-common.toml is not correct. Correcting
[16Apr2020 18:46:45.191] [Server-Worker-7/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world gen.recipe enabling.albedoBrightness was corrected from 0.01 to 0.01
[16Apr2020 18:46:45.225] [Server-Worker-7/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file C:\Users\kevin\AppData\Roaming\.minecraft\config\journeymap-common.toml is not correct. Correcting
[16Apr2020 18:46:45.225] [Server-Worker-7/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key admins.serverAdmins was corrected from [mysticdrew, 12341234132] to [mysticdrew, 12341234132]
[16Apr2020 18:46:45.226] [Server-Worker-7/INFO] [journeymap/]: Loading JourneyMap Forge Configs
[16Apr2020 18:46:45.272] [Server-Worker-7/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file C:\Users\kevin\AppData\Roaming\.minecraft\config\astikorcarts-common.toml is not correct. Correcting
[16Apr2020 18:46:45.273] [Server-Worker-7/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key common.plowCart.replaceMap was corrected from SimpleCommentedConfig:{#forge:tools/shovels=SimpleCommentedConfig:{minecraft:grass_path=[minecraft:grass_block, minecraft:dirt]}, #forge:tools/hoes=SimpleCommentedConfig:{minecraft:farmland=[minecraft:dirt, minecraft:grass_block, minecraft:grass_path], minecraft:dirt=[minecraft:coarse_dirt]}} to SimpleConfig:{#forge:tools/shovels=SimpleConfig:{minecraft:grass_path=[minecraft:grass_block, minecraft:dirt]}, #forge:tools/hoes=SimpleConfig:{minecraft:farmland=[minecraft:dirt, minecraft:grass_block, minecraft:grass_path], minecraft:dirt=[minecraft:coarse_dirt]}}
[16Apr2020 18:46:45.290] [Server-Worker-7/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file C:\Users\kevin\AppData\Roaming\.minecraft\config\aquaculture-common.toml is not correct. Correcting
[16Apr2020 18:46:45.291] [Server-Worker-7/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key spawn options.box_turtle.exclude was corrected from [] to []
[16Apr2020 18:46:45.291] [Server-Worker-7/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key spawn options.arrau_turtle.exclude was corrected from [] to []
[16Apr2020 18:46:45.291] [Server-Worker-7/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key spawn options.starshell_turtle.exclude was corrected from [] to []
[16Apr2020 18:46:45.480] [modloading-worker-7/INFO] [Silent Gear/]: IAOETool: Rebuilt ore block set, contains 8 items
[16Apr2020 18:46:45.593] [modloading-worker-3/INFO] [wile.rsgauges.ModRsGauges/]: Registering recipe condition processor ...
[16Apr2020 18:46:45.618] [modloading-worker-3/INFO] [wile.rsgauges.ModRsGauges/]: Init networking, overlay handling, content processors ...
[16Apr2020 18:46:45.664] [modloading-worker-1/ERROR] [journeymap/]: Found @journeymap.client.api.ClientPlugin: journeymap.client.api.ClientPlugin, but it doesn't implement IClientPlugin
[16Apr2020 18:46:45.664] [modloading-worker-1/INFO] [journeymap/]: No plugins for JourneyMap API discovered.
[16Apr2020 18:46:45.743] [modloading-worker-2/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 clay_ball = 1 clay
[16Apr2020 18:46:45.744] [modloading-worker-2/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 snowball = 1 snow_block
[16Apr2020 18:46:45.744] [modloading-worker-2/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 glowstone_dust = 1 glowstone
[16Apr2020 18:46:45.744] [modloading-worker-2/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 brick = 1 bricks
[16Apr2020 18:46:45.744] [modloading-worker-2/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 nether_brick = 1 nether_bricks
[16Apr2020 18:46:45.744] [modloading-worker-2/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 9 nether_wart = 1 nether_wart_block
[16Apr2020 18:46:45.744] [modloading-worker-2/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 quartz = 1 quartz_block
[16Apr2020 18:46:45.744] [modloading-worker-2/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 9 melon_slice = 1 melon
[16Apr2020 18:46:45.744] [modloading-worker-2/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 sand = 1 sandstone
[16Apr2020 18:46:45.744] [modloading-worker-2/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 red_sand = 1 red_sandstone
[16Apr2020 18:46:45.761] [modloading-worker-2/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 clay_ball = 1 clay
[16Apr2020 18:46:45.772] [modloading-worker-3/INFO] [mcwwindows/]: Setup method registered
[16Apr2020 18:46:45.820] [modloading-worker-3/INFO] [mcwbridges/]: Setup method registered
[16Apr2020 18:46:45.946] [modloading-worker-1/INFO] [sounddeviceoptions/]: Sound Device Options is starting
[16Apr2020 18:46:46.002] [modloading-worker-2/WARN] [net.minecraftforge.common.BiomeDictionary/]: No types have been added to Biome minecraft:bamboo_jungle, types have been assigned on a best-effort guess: [WET, HOT, JUNGLE]
[16Apr2020 18:46:46.002] [modloading-worker-2/WARN] [net.minecraftforge.common.BiomeDictionary/]: No types have been added to Biome minecraft:bamboo_jungle_hills, types have been assigned on a best-effort guess: [WET, HOT, JUNGLE]
[16Apr2020 18:46:46.006] [modloading-worker-2/WARN] [net.minecraftforge.common.BiomeDictionary/]: No types have been added to Biome dimdungeons:biome_dungeon, types have been assigned on a best-effort guess: could not guess types
[16Apr2020 18:46:46.007] [modloading-worker-2/WARN] [net.minecraftforge.common.BiomeDictionary/]: No types have been added to Biome dimdungeons:biome_dungeon, types have been assigned on a best-effort guess: could not guess types
[16Apr2020 18:46:46.007] [modloading-worker-2/WARN] [net.minecraftforge.common.BiomeDictionary/]: No types have been added to Biome dimdungeons:biome_dungeon, types have been assigned on a best-effort guess: could not guess types
[16Apr2020 18:46:46.007] [modloading-worker-2/WARN] [net.minecraftforge.common.BiomeDictionary/]: No types have been added to Biome dimdungeons:biome_dungeon, types have been assigned on a best-effort guess: could not guess types
[16Apr2020 18:46:46.010] [modloading-worker-2/WARN] [net.minecraftforge.common.BiomeDictionary/]: No types have been added to Biome dimdungeons:biome_dungeon, types have been assigned on a best-effort guess: could not guess types
[16Apr2020 18:46:46.010] [modloading-worker-2/WARN] [net.minecraftforge.common.BiomeDictionary/]: No types have been added to Biome dimdungeons:biome_dungeon, types have been assigned on a best-effort guess: could not guess types
[16Apr2020 18:46:46.010] [modloading-worker-2/WARN] [net.minecraftforge.common.BiomeDictionary/]: No types have been added to Biome autumnity:maple_forest, types have been assigned on a best-effort guess: [FOREST]
[16Apr2020 18:46:46.010] [modloading-worker-2/WARN] [net.minecraftforge.common.BiomeDictionary/]: No types have been added to Biome autumnity:maple_forest_hills, types have been assigned on a best-effort guess: [FOREST]
[16Apr2020 18:46:46.010] [modloading-worker-2/WARN] [net.minecraftforge.common.BiomeDictionary/]: No types have been added to Biome autumnity:pumpkin_fields, types have been assigned on a best-effort guess: [PLAINS]
[16Apr2020 18:46:46.010] [modloading-worker-2/INFO] [inventoryhud/]: setup method registred
[16Apr2020 18:46:46.039] [modloading-worker-6/INFO] [mods.waterstrainer.WaterStrainer/]: --- LootTable import: Start ---
[16Apr2020 18:46:46.187] [modloading-worker-6/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 13: Added loot to table: Strainer: strainer_survivalist - Item: minecraft:sand - Count: 1 - Group: null - Chance: 30 - Subchance: 100 - NBT: null
[16Apr2020 18:46:46.188] [modloading-worker-6/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 14: Added loot to table: Strainer: strainer_survivalist - Item: minecraft:dirt - Count: 1 - Group: null - Chance: 20 - Subchance: 100 - NBT: null
[16Apr2020 18:46:46.188] [modloading-worker-6/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 15: Added loot to table: Strainer: strainer_survivalist - Item: minecraft:stick - Count: 1 - Group: null - Chance: 20 - Subchance: 100 - NBT: null
[16Apr2020 18:46:46.188] [modloading-worker-6/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 16: Added loot to table: Strainer: strainer_survivalist - Item: minecraft:clay_ball - Count: 1 - Group: null - Chance: 15 - Subchance: 100 - NBT: null
[16Apr2020 18:46:46.188] [modloading-worker-6/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 17: Added loot to table: Strainer: strainer_survivalist - Item: minecraft:gravel - Count: 1 - Group: null - Chance: 13 - Subchance: 100 - NBT: null
[16Apr2020 18:46:46.188] [modloading-worker-6/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 18: Added loot to table: Strainer: strainer_survivalist - Item: minecraft:iron_nugget - Count: 1 - Group: NUGGET - Chance: 2 - Subchance: 75 - NBT: null
[16Apr2020 18:46:46.190] [modloading-worker-6/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 19: Added loot to table: Strainer: strainer_survivalist - Item: minecraft:gold_nugget - Count: 1 - Group: NUGGET - Chance: 2 - Subchance: 25 - NBT: null
[16Apr2020 18:46:46.190] [modloading-worker-6/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 21: Copied loot table data from <parent> 'strainer_survivalist' to <child> 'strainer_survivalist_solid'
[16Apr2020 18:46:46.190] [modloading-worker-6/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 22: Copied loot table data from <parent> 'strainer_survivalist' to <child> 'strainer_survivalist_reinforced'
[16Apr2020 18:46:46.191] [modloading-worker-6/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 25: Added loot to table: Strainer: strainer_fisherman - Item: minecraft:cod - Count: 1 - Group: FISH - Chance: 100 - Subchance: 60 - NBT: null
[16Apr2020 18:46:46.191] [modloading-worker-6/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 26: Added loot to table: Strainer: strainer_fisherman - Item: minecraft:salmon - Count: 1 - Group: FISH - Chance: 100 - Subchance: 25 - NBT: null
[16Apr2020 18:46:46.191] [modloading-worker-6/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 27: Added loot to table: Strainer: strainer_fisherman - Item: minecraft:pufferfish - Count: 1 - Group: FISH - Chance: 100 - Subchance: 13 - NBT: null
[16Apr2020 18:46:46.191] [modloading-worker-6/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 28: Added loot to table: Strainer: strainer_fisherman - Item: minecraft:tropical_fish - Count: 1 - Group: FISH - Chance: 100 - Subchance: 2 - NBT: null
[16Apr2020 18:46:46.191] [modloading-worker-6/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 29: Added loot to table: Strainer: strainer_fisherman - Item: minecraft:stick - Count: 1 - Group: JUNK - Chance: 30 - Subchance: 22 - NBT: null
[16Apr2020 18:46:46.192] [modloading-worker-6/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 30: Added loot to table: Strainer: strainer_fisherman - Item: minecraft:string - Count: 1 - Group: JUNK - Chance: 30 - Subchance: 13 - NBT: null
[16Apr2020 18:46:46.192] [modloading-worker-6/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 31: Added loot to table: Strainer: strainer_fisherman - Item: minecraft:leather - Count: 1 - Group: JUNK - Chance: 30 - Subchance: 13 - NBT: null
[16Apr2020 18:46:46.192] [modloading-worker-6/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 32: Added loot to table: Strainer: strainer_fisherman - Item: minecraft:rotten_flesh - Count: 1 - Group: JUNK - Chance: 30 - Subchance: 13 - NBT: null
[16Apr2020 18:46:46.192] [modloading-worker-6/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 33: Added loot to table: Strainer: strainer_fisherman - Item: minecraft:bone - Count: 1 - Group: JUNK - Chance: 30 - Subchance: 13 - NBT: null
[16Apr2020 18:46:46.192] [modloading-worker-6/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 34: Added loot to table: Strainer: strainer_fisherman - Item: minecraft:glass_bottle - Count: 1 - Group: JUNK - Chance: 30 - Subchance: 12 - NBT: null
[16Apr2020 18:46:46.192] [modloading-worker-6/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 35: Added loot to table: Strainer: strainer_fisherman - Item: minecraft:lily_pad - Count: 1 - Group: JUNK - Chance: 30 - Subchance: 7 - NBT: null
[16Apr2020 18:46:46.193] [modloading-worker-6/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 36: Added loot to table: Strainer: strainer_fisherman - Item: minecraft:vine - Count: 1 - Group: JUNK - Chance: 30 - Subchance: 7 - NBT: null
[16Apr2020 18:46:46.201] [modloading-worker-6/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 37: Added loot to table: Strainer: strainer_fisherman - Item: minecraft:enchanted_book - Count: 1 - Group: null - Chance: 1 - Subchance: 100 - NBT: null
[16Apr2020 18:46:46.201] [modloading-worker-6/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 38: Added loot to table: Strainer: strainer_fisherman - Item: $BLANK$ - Count: 1 - Group: null - Chance: 69 - Subchance: 100 - NBT: null
[16Apr2020 18:46:46.201] [modloading-worker-6/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 40: Copied loot table data from <parent> 'strainer_fisherman' to <child> 'strainer_fisherman_solid'
[16Apr2020 18:46:46.202] [modloading-worker-6/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 41: Copied loot table data from <parent> 'strainer_fisherman' to <child> 'strainer_fisherman_reinforced'
[16Apr2020 18:46:46.202] [modloading-worker-6/INFO] [mods.waterstrainer.WaterStrainer/]: Result: Found 0 errors
[16Apr2020 18:46:46.202] [modloading-worker-6/INFO] [mods.waterstrainer.WaterStrainer/]: --- LootTable import: End ---
[16Apr2020 18:46:46.202] [modloading-worker-4/INFO] [com.dynamic_view.DynView/]: Zooming chunks initiated!
[16Apr2020 18:46:46.205] [modloading-worker-6/INFO] [Bookshelf/]: Registering 2 command argument types.
[16Apr2020 18:46:46.205] [modloading-worker-6/INFO] [Bookshelf/]: Registering 7 loot condition types.
[16Apr2020 18:46:46.279] [modloading-worker-3/INFO] [STDOUT/]: [com.symstudios.goatmod.GoatEntitySpawns:addSpawnsToBiomes:17]: REGISTERED GOAT SPAWNS
[16Apr2020 18:46:46.329] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [variant16x] Starting version check at https://raw.githubusercontent.com/BKthousand/Update16x/master/variant16x/updates.json
[16Apr2020 18:46:46.350] [modloading-worker-3/WARN] [morpheus/]: New day handler for dimension 0 has been replaced
[16Apr2020 18:46:46.351] [modloading-worker-4/INFO] [com.logprot.Logprot/]: Shields up!
[16Apr2020 18:46:46.385] [modloading-worker-1/INFO] [trade/]: Common Setup
[16Apr2020 18:46:46.422] [modloading-worker-1/INFO] [trade/]: Registered trading GUI
[16Apr2020 18:46:46.425] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [variant16x] Found status: UP_TO_DATE Current: 0.9.2.1_beta Target: null
[16Apr2020 18:46:46.425] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [doggytalents] Starting version check at https://raw.githubusercontent.com/percivalalb/DoggyTalents/1.15.x/version.json
[16Apr2020 18:46:46.429] [modloading-worker-1/INFO] [trade/]: Packets have been registered !
[16Apr2020 18:46:46.439] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [doggytalents] Found status: UP_TO_DATE Current: 1.15.2.3 Target: null
[16Apr2020 18:46:46.439] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mcwwindows] Starting version check at https://raw.githubusercontent.com/sketchmacaw/macawsmods/master/win_1.15.2.json
[16Apr2020 18:46:46.450] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mcwwindows] Found status: UP_TO_DATE Current: 1.0.0 Target: null
[16Apr2020 18:46:46.462] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [rsgauges] Starting version check at https://raw.githubusercontent.com/stfwi/rsgauges/develop/meta/update.json
[16Apr2020 18:46:46.502] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [rsgauges] Found status: BETA Current: 1.2.2 Target: null
[16Apr2020 18:46:46.502] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [reauth] Starting version check at https://raw.githubusercontent.com/TechnicianLP/ReAuth/master/update.json
[16Apr2020 18:46:46.521] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [reauth] Found status: BETA Current: 3.8.0 Target: null
[16Apr2020 18:46:46.521] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [uteamcore] Starting version check at https://api.u-team.info/update/uteamcore.json
[16Apr2020 18:46:46.596] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [uteamcore] Found status: UP_TO_DATE Current: 2.11.0.156 Target: null
[16Apr2020 18:46:46.596] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [dcintegration] Starting version check at https://raw.githubusercontent.com/ErdbeerbaerLP/Discord-Chat-Integration/master/update_check.json
[16Apr2020 18:46:46.618] [modloading-worker-2/INFO] [quark/]: Loading Module Chain Linkage
[16Apr2020 18:46:46.621] [modloading-worker-2/INFO] [quark/]: Loading Module Chute
[16Apr2020 18:46:46.621] [modloading-worker-2/INFO] [quark/]: Loading Module Color Slime
[16Apr2020 18:46:46.622] [modloading-worker-2/INFO] [quark/]: Loading Module Dispensers Place Blocks
[16Apr2020 18:46:46.622] [modloading-worker-2/INFO] [quark/]: Loading Module Ender Watcher
[16Apr2020 18:46:46.622] [modloading-worker-2/INFO] [quark/]: Loading Module Endermites Form Shulkers
[16Apr2020 18:46:46.622] [modloading-worker-2/INFO] [quark/]: Loading Module Feeding Trough
[16Apr2020 18:46:46.631] [modloading-worker-2/INFO] [quark/]: Loading Module Gravisand
[16Apr2020 18:46:46.631] [modloading-worker-2/INFO] [quark/]: Loading Module Iron Rod
[16Apr2020 18:46:46.631] [modloading-worker-2/INFO] [quark/]: Loading Module Metal Buttons
[16Apr2020 18:46:46.631] [modloading-worker-2/INFO] [quark/]: Loading Module Obsidian Plate
[16Apr2020 18:46:46.631] [modloading-worker-2/INFO] [quark/]: Loading Module Pistons Move Tile Entities
[16Apr2020 18:46:46.634] [modloading-worker-2/INFO] [quark/]: Loading Module Redstone Circuit
[16Apr2020 18:46:46.634] [modloading-worker-2/INFO] [quark/]: Loading Module Weather Sensor
[16Apr2020 18:46:46.634] [modloading-worker-2/INFO] [quark/]: Loading Module Compressed Blocks
[16Apr2020 18:46:46.634] [modloading-worker-2/INFO] [quark/]: Loading Module Duskbound Blocks
[16Apr2020 18:46:46.634] [modloading-worker-2/INFO] [quark/]: Loading Module Framed Glass
[16Apr2020 18:46:46.634] [modloading-worker-2/INFO] [quark/]: Loading Module Grate
[16Apr2020 18:46:46.634] [modloading-worker-2/INFO] [quark/]: Loading Module Iron Plates
[16Apr2020 18:46:46.634] [modloading-worker-2/INFO] [quark/]: Loading Module Item Frames
[16Apr2020 18:46:46.635] [modloading-worker-2/INFO] [quark/]: Loading Module Leaf Carpet
[16Apr2020 18:46:46.635] [modloading-worker-2/INFO] [quark/]: Loading Module Lit Lamp
[16Apr2020 18:46:46.635] [modloading-worker-2/INFO] [quark/]: Loading Module Midori
[16Apr2020 18:46:46.635] [modloading-worker-2/INFO] [quark/]: Loading Module More Brick Types
[16Apr2020 18:46:46.635] [modloading-worker-2/INFO] [quark/]: Loading Module More Potted Plants
[16Apr2020 18:46:46.635] [modloading-worker-2/INFO] [quark/]: Loading Module More Stone Variants
[16Apr2020 18:46:46.635] [modloading-worker-2/INFO] [quark/]: Loading Module Nether Brick Fence Gate
[16Apr2020 18:46:46.635] [modloading-worker-2/INFO] [quark/]: Loading Module Paper Decor
[16Apr2020 18:46:46.635] [modloading-worker-2/INFO] [quark/]: Loading Module Quilted Wool
[16Apr2020 18:46:46.635] [modloading-worker-2/INFO] [quark/]: Loading Module Rope
[16Apr2020 18:46:46.635] [modloading-worker-2/INFO] [quark/]: Loading Module Shingles
[16Apr2020 18:46:46.635] [modloading-worker-2/INFO] [quark/]: Loading Module Soul Sandstone
[16Apr2020 18:46:46.635] [modloading-worker-2/INFO] [quark/]: Loading Module Stained Planks
[16Apr2020 18:46:46.635] [modloading-worker-2/INFO] [quark/]: Loading Module Sturdy Stone
[16Apr2020 18:46:46.635] [modloading-worker-2/INFO] [quark/]: Loading Module Tallow And Candles
[16Apr2020 18:46:46.636] [modloading-worker-2/INFO] [quark/]: Loading Module Thatch
[16Apr2020 18:46:46.637] [modloading-worker-2/INFO] [quark/]: Loading Module Turf
[16Apr2020 18:46:46.637] [modloading-worker-2/INFO] [quark/]: Loading Module Variant Bookshelves
[16Apr2020 18:46:46.637] [modloading-worker-2/INFO] [quark/]: Loading Module Variant Chests
[16Apr2020 18:46:46.639] [modloading-worker-2/INFO] [quark/]: Loading Module Variant Ladders
[16Apr2020 18:46:46.640] [modloading-worker-2/INFO] [quark/]: Loading Module Vertical Planks
[16Apr2020 18:46:46.640] [modloading-worker-2/INFO] [quark/]: Loading Module Vertical Slabs
[16Apr2020 18:46:46.640] [modloading-worker-2/INFO] [quark/]: Loading Module Chests In Boats
[16Apr2020 18:46:46.643] [modloading-worker-2/INFO] [quark/]: Loading Module Easy Transfering
[16Apr2020 18:46:46.643] [modloading-worker-2/INFO] [quark/]: Loading Module F To Switch
[16Apr2020 18:46:46.645] [modloading-worker-2/INFO] [quark/]: Loading Module Hotbar Changer
[16Apr2020 18:46:46.648] [modloading-worker-2/INFO] [quark/]: Loading Module Inventory Sorting
[16Apr2020 18:46:46.648] [modloading-worker-2/INFO] [quark/]: Loading Module Item Sharing
[16Apr2020 18:46:46.654] [modloading-worker-2/INFO] [quark/]: Loading Module Shulker Box Right Click
[16Apr2020 18:46:46.656] [modloading-worker-2/INFO] [quark/]: Loading Module Ancient Tomes
[16Apr2020 18:46:46.658] [modloading-worker-2/INFO] [quark/]: Loading Module Camera
[16Apr2020 18:46:46.659] [modloading-worker-2/INFO] [quark/]: Loading Module Pathfinder Maps
[16Apr2020 18:46:46.660] [modloading-worker-2/INFO] [quark/]: Loading Module Pickarang
[16Apr2020 18:46:46.661] [modloading-worker-2/INFO] [quark/]: Loading Module Slime In A Bucket
[16Apr2020 18:46:46.661] [modloading-worker-2/INFO] [quark/]: Loading Module Trowel
[16Apr2020 18:46:46.662] [modloading-worker-2/INFO] [quark/]: Loading Module Armed Armor Stands
[16Apr2020 18:46:46.662] [modloading-worker-2/INFO] [quark/]: Loading Module Automatic Recipe Unlock
[16Apr2020 18:46:46.663] [modloading-worker-2/INFO] [quark/]: Loading Module Axe Leaf Harvesting
[16Apr2020 18:46:46.664] [modloading-worker-2/INFO] [quark/]: Loading Module Campfires Boost Elytra
[16Apr2020 18:46:46.665] [modloading-worker-2/INFO] [quark/]: Loading Module Compasses Work Everywhere
[16Apr2020 18:46:46.666] [modloading-worker-2/INFO] [quark/]: Loading Module Dirt To Path
[16Apr2020 18:46:46.667] [modloading-worker-2/INFO] [quark/]: Loading Module Double Door Opening
[16Apr2020 18:46:46.667] [modloading-worker-2/INFO] [quark/]: Loading Module Dragon Scales
[16Apr2020 18:46:46.668] [modloading-worker-2/INFO] [quark/]: Loading Module Emotes
[16Apr2020 18:46:46.675] [modloading-worker-2/INFO] [quark/]: Loading Module Enhanced Ladders
[16Apr2020 18:46:46.676] [modloading-worker-2/INFO] [quark/]: Loading Module Glass Shard
[16Apr2020 18:46:46.677] [modloading-worker-2/INFO] [quark/]: Loading Module Hoe Harvesting
[16Apr2020 18:46:46.677] [modloading-worker-2/INFO] [quark/]: Loading Module Improved Sleeping
[16Apr2020 18:46:46.679] [modloading-worker-2/INFO] [quark/]: Loading Module Lock Rotation
[16Apr2020 18:46:46.681] [modloading-worker-2/INFO] [quark/]: Loading Module Note Block Mob Sounds
[16Apr2020 18:46:46.694] [modloading-worker-2/INFO] [quark/]: Loading Module Pat The Dogs
[16Apr2020 18:46:46.694] [modloading-worker-2/INFO] [quark/]: Loading Module Poison Potato Usage
[16Apr2020 18:46:46.696] [modloading-worker-2/INFO] [quark/]: Loading Module Reacharound Placing
[16Apr2020 18:46:46.698] [modloading-worker-2/INFO] [quark/]: Loading Module Sign Editing
[16Apr2020 18:46:46.699] [modloading-worker-2/INFO] [quark/]: Loading Module Simple Harvest
[16Apr2020 18:46:46.699] [modloading-worker-2/INFO] [quark/]: Loading Module Snow Golem Player Heads
[16Apr2020 18:46:46.700] [modloading-worker-2/INFO] [quark/]: Loading Module Springy Slime
[16Apr2020 18:46:46.700] [modloading-worker-2/INFO] [quark/]: Loading Module Utility Recipes
[16Apr2020 18:46:46.701] [modloading-worker-2/INFO] [quark/]: Loading Module Villagers Follow Emeralds
[16Apr2020 18:46:46.702] [modloading-worker-2/INFO] [quark/]: Loading Module Big Dungeon
[16Apr2020 18:46:46.702] [modloading-worker-2/INFO] [quark/]: Loading Module Big Stone Clusters
[16Apr2020 18:46:46.702] [modloading-worker-2/INFO] [quark/]: Loading Module Biotite
[16Apr2020 18:46:46.704] [modloading-worker-2/INFO] [quark/]: Loading Module Blossom Trees
[16Apr2020 18:46:46.704] [modloading-worker-2/INFO] [quark/]: Loading Module Cave Roots
[16Apr2020 18:46:46.705] [modloading-worker-2/INFO] [quark/]: Loading Module Crevices
[16Apr2020 18:46:46.705] [modloading-worker-2/INFO] [quark/]: Loading Module Mega Caves
[16Apr2020 18:46:46.705] [modloading-worker-2/INFO] [quark/]: Loading Module Monster Box
[16Apr2020 18:46:46.707] [modloading-worker-2/INFO] [quark/]: Loading Module Nether Obsidian Spikes
[16Apr2020 18:46:46.708] [modloading-worker-2/INFO] [quark/]: Loading Module New Stone Types
[16Apr2020 18:46:46.708] [modloading-worker-2/INFO] [quark/]: Loading Module Speleothems
[16Apr2020 18:46:46.708] [modloading-worker-2/INFO] [quark/]: Loading Module Underground Clay
[16Apr2020 18:46:46.708] [modloading-worker-2/INFO] [quark/]: Loading Module Brimstone Underground Biome
[16Apr2020 18:46:46.708] [modloading-worker-2/INFO] [quark/]: Loading Module Cave Crystal Underground Biome
[16Apr2020 18:46:46.709] [modloading-worker-2/INFO] [quark/]: Loading Module Elder Prismarine Underground Biome
[16Apr2020 18:46:46.709] [modloading-worker-2/INFO] [quark/]: Loading Module Glowshroom Underground Biome
[16Apr2020 18:46:46.712] [modloading-worker-2/INFO] [quark/]: Loading Module Lush Underground Biome
[16Apr2020 18:46:46.713] [modloading-worker-2/INFO] [quark/]: Loading Module Overgrown Underground Biome
[16Apr2020 18:46:46.713] [modloading-worker-2/INFO] [quark/]: Loading Module Permafrost Underground Biome
[16Apr2020 18:46:46.713] [modloading-worker-2/INFO] [quark/]: Loading Module Sandstone Underground Biome
[16Apr2020 18:46:46.713] [modloading-worker-2/INFO] [quark/]: Loading Module Slime Underground Biome
[16Apr2020 18:46:46.713] [modloading-worker-2/INFO] [quark/]: Loading Module Spider Nest Underground Biome
[16Apr2020 18:46:46.715] [modloading-worker-2/INFO] [quark/]: Loading Module Crabs
[16Apr2020 18:46:46.717] [modloading-worker-2/INFO] [quark/]: Loading Module Foxhound
[16Apr2020 18:46:46.717] [modloading-worker-2/INFO] [quark/]: Loading Module Frogs
[16Apr2020 18:46:46.718] [modloading-worker-2/INFO] [quark/]: Loading Module Stonelings
[16Apr2020 18:46:46.719] [modloading-worker-2/INFO] [quark/]: Loading Module Toretoise
[16Apr2020 18:46:46.720] [modloading-worker-2/INFO] [quark/]: Loading Module Back Button Keybind
[16Apr2020 18:46:46.723] [modloading-worker-2/INFO] [quark/]: Loading Module Chest Searching
[16Apr2020 18:46:46.723] [modloading-worker-2/INFO] [quark/]: Loading Module Greener Grass
[16Apr2020 18:46:46.724] [modloading-worker-2/INFO] [quark/]: Loading Module Improved Mount Hud
[16Apr2020 18:46:46.726] [modloading-worker-2/INFO] [quark/]: Loading Module Improved Tooltips
[16Apr2020 18:46:46.726] [modloading-worker-2/INFO] [quark/]: Loading Module Usage Ticker
[16Apr2020 18:46:46.726] [modloading-worker-2/INFO] [quark/]: Loading Module Variant Animal Textures
[16Apr2020 18:46:46.731] [modloading-worker-2/INFO] [quark/]: Loading Module Backpack
[16Apr2020 18:46:46.733] [modloading-worker-2/INFO] [quark/]: Loading Module Magnets
[16Apr2020 18:46:46.733] [modloading-worker-2/INFO] [quark/]: Loading Module Matrix Enchanting
[16Apr2020 18:46:46.733] [modloading-worker-2/INFO] [quark/]: Loading Module Pipes
[16Apr2020 18:46:46.733] [modloading-worker-2/INFO] [quark/]: Loading Module Totem Of Holding
[16Apr2020 18:46:46.734] [modloading-worker-2/INFO] [quark/]: Loading Module Adjustable Chat
[16Apr2020 18:46:46.734] [modloading-worker-2/INFO] [quark/]: Loading Module Custom Underground Biome
[16Apr2020 18:46:46.762] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [dcintegration] Found status: BETA Current: 1.1.14 Target: null
[16Apr2020 18:46:46.762] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [variant16x_biomesoplenty] Starting version check at https://raw.githubusercontent.com/BKthousand/Update16x/master/variant16x_biomesoplenty/updates.json
[16Apr2020 18:46:46.907] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [variant16x_biomesoplenty] Found status: UP_TO_DATE Current: 0.9.2_beta_pre3 Target: null
[16Apr2020 18:46:46.908] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mcwbridges] Starting version check at https://raw.githubusercontent.com/sketchmacaw/macawsmods/master/bridges.json
[16Apr2020 18:46:46.920] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mcwbridges] Found status: UP_TO_DATE Current: 1.0.4 Target: null
[16Apr2020 18:46:46.920] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [usefulbackpacks] Starting version check at https://api.u-team.info/update/usefulbackpacks.json
[16Apr2020 18:46:46.946] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [usefulbackpacks] Found status: UP_TO_DATE Current: 1.9.4.63 Target: null
[16Apr2020 18:46:46.946] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [silentgear] Starting version check at https://raw.githubusercontent.com/SilentChaos512/Silent-Gear/1.15/update.json
[16Apr2020 18:46:46.964] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [silentgear] Found status: OUTDATED Current: 1.5.3+78 Target: 1.5.8
[16Apr2020 18:46:46.964] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [solarflux] Starting version check at https://dccg.herokuapp.com/api/fmluc/246974
[16Apr2020 18:46:47.115] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [solarflux] Found status: UP_TO_DATE Current: 15.0.0 Target: null
[16Apr2020 18:46:47.115] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mcwroofs] Starting version check at https://raw.githubusercontent.com/sketchmacaw/macawsmods/master/roofs_1.15.2.json
[16Apr2020 18:46:47.124] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mcwroofs] Found status: UP_TO_DATE Current: 1.0.2 Target: null
[16Apr2020 18:46:47.125] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [cfm] Starting version check at https://raw.githubusercontent.com/MrCrayfish/ModUpdates/master/cfm/update.json
[16Apr2020 18:46:47.132] [modloading-worker-6/INFO] [IPCClient/]: Found preferred client: STABLE
[16Apr2020 18:46:47.133] [modloading-worker-6/INFO] [UTeamCore/]: Discord client found and connected.
[16Apr2020 18:46:47.134] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [cfm] Found status: BETA Current: 7.0.0-pre16 Target: null
[16Apr2020 18:46:47.134] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mountedpearl] Starting version check at https://raw.githubusercontent.com/Lothrazar/MountedPearl/master/update.json
[16Apr2020 18:46:47.313] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mountedpearl] Found status: BETA Current: 1.15.2-1.0.0 Target: null
[16Apr2020 18:46:47.313] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [fastleafdecay] Starting version check at http://olafkeijsers.net/fastleafdecay-update.json
[16Apr2020 18:46:47.371] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [fastleafdecay] Found status: BETA Current: v22 Target: null
[16Apr2020 18:46:47.372] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mining_helmet] Starting version check at https://gitlab.com/modding-legacy/supporters/-/raw/master/miners-helmet.json
[16Apr2020 18:46:47.586] [Forge Version Check/WARN] [net.minecraftforge.fml.VersionChecker/]: Failed to process update information
java.io.IOException: Server returned HTTP response code: 403 for URL: https://gitlab.com/modding-legacy/supporters/-/raw/master/miners-helmet.json
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_51]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_51]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_51]
at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1889) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1884) ~[?:1.8.0_51]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1883) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1456) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440) ~[?:1.8.0_51]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) ~[?:1.8.0_51]
at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:189) ~[?:?]
at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:206) [?:?]
at net.minecraftforge.fml.VersionChecker$1$$Lambda$7943/2088469908.accept(Unknown Source) [?:?]
at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_51]
at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:157) [?:?]
Caused by: java.io.IOException: Server returned HTTP response code: 403 for URL: https://gitlab.com/modding-legacy/supporters/-/raw/master/miners-helmet.json
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440) ~[?:1.8.0_51]
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) ~[?:1.8.0_51]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:338) ~[?:1.8.0_51]
at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:173) ~[?:?]
... 4 more
[16Apr2020 18:46:47.588] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [goblintraders] Starting version check at https://raw.githubusercontent.com/MrCrayfish/ModUpdates/master/goblintraders/update.json
[16Apr2020 18:46:47.677] [Forge Version Check/WARN] [net.minecraftforge.fml.VersionChecker/]: Failed to process update information
java.io.FileNotFoundException: https://raw.githubusercontent.com/MrCrayfish/ModUpdates/master/goblintraders/update.json
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_51]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_51]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_51]
at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1889) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1884) ~[?:1.8.0_51]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1883) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1456) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440) ~[?:1.8.0_51]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) ~[?:1.8.0_51]
at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:189) ~[?:?]
at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:206) [?:?]
at net.minecraftforge.fml.VersionChecker$1$$Lambda$7943/2088469908.accept(Unknown Source) [?:?]
at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_51]
at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:157) [?:?]
Caused by: java.io.FileNotFoundException: https://raw.githubusercontent.com/MrCrayfish/ModUpdates/master/goblintraders/update.json
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1835) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440) ~[?:1.8.0_51]
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) ~[?:1.8.0_51]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:338) ~[?:1.8.0_51]
at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:173) ~[?:?]
... 4 more
[16Apr2020 18:46:47.679] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [reap] Starting version check at http://maxhenkel.de/update/reap.json
[16Apr2020 18:46:48.011] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [reap] Found status: AHEAD Current: 1.12.2 Target: null
[16Apr2020 18:46:48.012] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [goatmod] Starting version check at http://myurl.me/
[16Apr2020 18:46:48.115] [Forge Version Check/WARN] [net.minecraftforge.fml.VersionChecker/]: Failed to process update information
java.io.IOException: Server returned HTTP response code: 400 for URL: http://myurl.me/
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_51]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_51]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_51]
at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1889) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1884) ~[?:1.8.0_51]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1883) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1456) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440) ~[?:1.8.0_51]
at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:189) ~[?:?]
at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:206) [?:?]
at net.minecraftforge.fml.VersionChecker$1$$Lambda$7943/2088469908.accept(Unknown Source) [?:?]
at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_51]
at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:157) [?:?]
Caused by: java.io.IOException: Server returned HTTP response code: 400 for URL: http://myurl.me/
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440) ~[?:1.8.0_51]
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) ~[?:1.8.0_51]
at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:173) ~[?:?]
... 4 more
[16Apr2020 18:46:48.116] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [dimstorage] Starting version check at https://raw.githubusercontent.com/Edivad99/mod-version-controll/master/dimstorage_update.json
[16Apr2020 18:46:48.212] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [dimstorage] Found status: UP_TO_DATE Current: 3.1.0 Target: null
[16Apr2020 18:46:48.212] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [improvedwolves] Starting version check at https://mrcrayfish.com/mods?id=improvedwolves
[16Apr2020 18:46:49.043] [Forge Version Check/WARN] [net.minecraftforge.fml.VersionChecker/]: Failed to process update information
com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $
at com.google.gson.Gson.fromJson(Gson.java:899) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:852) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:801) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:773) ~[gson-2.8.0.jar:?]
at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:214) [?:?]
at net.minecraftforge.fml.VersionChecker$1$$Lambda$7943/2088469908.accept(Unknown Source) [?:?]
at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_51]
at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:157) [?:?]
Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $
at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:385) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:183) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
... 7 more
[16Apr2020 18:46:49.043] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[16Apr2020 18:46:49.464] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Found status: OUTDATED Current: 31.1.43 Target: 31.1.46
[16Apr2020 18:46:49.464] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mousetweaks] Starting version check at http://play.sourceruns.org/yalter/MouseTweaks/update.json
[16Apr2020 18:46:49.722] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mousetweaks] Found status: BETA Current: 2.13 Target: null
[16Apr2020 18:46:49.722] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [usefulrailroads] Starting version check at https://api.u-team.info/update/usefulrailroads.json
[16Apr2020 18:46:49.742] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [usefulrailroads] Found status: UP_TO_DATE Current: 1.3.2.21 Target: null
[16Apr2020 18:46:49.743] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [silentlib] Starting version check at https://raw.githubusercontent.com/SilentChaos512/SilentLib/1.14/update.json
[16Apr2020 18:46:49.755] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [silentlib] Found status: BETA Current: 4.6.0+48 Target: null
[16Apr2020 18:46:49.755] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [gravestone] Starting version check at http://maxhenkel.de/update/gravestone.json
[16Apr2020 18:46:49.929] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [gravestone] Found status: UP_TO_DATE Current: 1.17.3 Target: null
[16Apr2020 18:46:49.930] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [securitycraft] Starting version check at https://www.github.com/Geforce132/SecurityCraft/raw/master/Updates/Forge.json
[16Apr2020 18:46:50.194] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [securitycraft] Found status: UP_TO_DATE Current: v1.8.17 Target: null
[16Apr2020 18:46:50.195] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [inventoryhud] Starting version check at https://raw.githubusercontent.com/DmitryLovin/pluginUpdate/master/invupdate.json
[16Apr2020 18:46:50.295] [Forge Version Check/WARN] [net.minecraftforge.fml.VersionChecker/]: Failed to process update information
com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 52 column 46 path $..1.2.1
at com.google.gson.Gson.fromJson(Gson.java:902) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:852) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:801) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:773) ~[gson-2.8.0.jar:?]
at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:214) [?:?]
at net.minecraftforge.fml.VersionChecker$1$$Lambda$7943/2088469908.accept(Unknown Source) [?:?]
at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_51]
at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:157) [?:?]
Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 52 column 46 path $..1.2.1
at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[gson-2.8.0.jar:?]
at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:491) ~[gson-2.8.0.jar:?]
at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.ObjectTypeAdapter.read(ObjectTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:187) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
... 7 more
[16Apr2020 18:46:50.296] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [smoke] Starting version check at http://osheaven.com/minecraft/smoke/update.json
[16Apr2020 18:46:50.371] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [smoke] Found status: UP_TO_DATE Current: 2.0.0 Target: null
[16Apr2020 18:46:50.371] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [xlfoodmod] Starting version check at https://raw.githubusercontent.com/mariot7/XL-Food-Mod/1.15/update.json
[16Apr2020 18:46:50.401] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [xlfoodmod] Found status: UP_TO_DATE Current: 2.2.2 Target: null
[16Apr2020 18:47:01.189] [modloading-worker-0/WARN] [BonsaiTrees2/]: Unable to read model from: bonsaitrees2:models/tree/biomesoplenty/ethereal.json
[16Apr2020 18:47:01.364] [modloading-worker-0/WARN] [BonsaiTrees2/]: Unable to read model from: bonsaitrees2:models/tree/integrateddynamics/menril.json
[16Apr2020 18:47:01.466] [modloading-worker-0/WARN] [BonsaiTrees2/]: Unable to read model from: bonsaitrees2:models/tree/simplefarming/apple.json
[16Apr2020 18:47:01.475] [modloading-worker-0/WARN] [BonsaiTrees2/]: Unable to read model from: bonsaitrees2:models/tree/simplefarming/apricot.json
[16Apr2020 18:47:01.484] [modloading-worker-0/WARN] [BonsaiTrees2/]: Unable to read model from: bonsaitrees2:models/tree/simplefarming/banana.json
[16Apr2020 18:47:01.495] [modloading-worker-0/WARN] [BonsaiTrees2/]: Unable to read model from: bonsaitrees2:models/tree/simplefarming/cherry.json
[16Apr2020 18:47:01.502] [modloading-worker-0/WARN] [BonsaiTrees2/]: Unable to read model from: bonsaitrees2:models/tree/simplefarming/mango.json
[16Apr2020 18:47:01.512] [modloading-worker-0/WARN] [BonsaiTrees2/]: Unable to read model from: bonsaitrees2:models/tree/simplefarming/olive.json
[16Apr2020 18:47:01.519] [modloading-worker-0/WARN] [BonsaiTrees2/]: Unable to read model from: bonsaitrees2:models/tree/simplefarming/orange.json
[16Apr2020 18:47:01.524] [modloading-worker-0/WARN] [BonsaiTrees2/]: Unable to read model from: bonsaitrees2:models/tree/simplefarming/pear.json
[16Apr2020 18:47:01.532] [modloading-worker-0/WARN] [BonsaiTrees2/]: Unable to read model from: bonsaitrees2:models/tree/simplefarming/plum.json
[16Apr2020 18:47:01.538] [modloading-worker-0/WARN] [BonsaiTrees2/]: Unable to read model from: bonsaitrees2:models/tree/traverse/brown_autumnal.json
[16Apr2020 18:47:01.548] [modloading-worker-0/WARN] [BonsaiTrees2/]: Unable to read model from: bonsaitrees2:models/tree/traverse/fir.json
[16Apr2020 18:47:01.556] [modloading-worker-0/WARN] [BonsaiTrees2/]: Unable to read model from: bonsaitrees2:models/tree/traverse/orange_autumnal.json
[16Apr2020 18:47:01.568] [modloading-worker-0/WARN] [BonsaiTrees2/]: Unable to read model from: bonsaitrees2:models/tree/traverse/red_autumnal.json
[16Apr2020 18:47:01.582] [modloading-worker-0/WARN] [BonsaiTrees2/]: Unable to read model from: bonsaitrees2:models/tree/traverse/yellow_autumnal.json
[16Apr2020 18:47:01.582] [modloading-worker-0/INFO] [BonsaiTrees2/]: Found 29 tree models.
[16Apr2020 18:47:01.612] [Server-Worker-7/INFO] [net.minecraftforge.fml.DeferredWorkQueue/LOADING]: Dispatching synchronous work after COMMON_SETUP: 11 jobs
[16Apr2020 18:47:01.622] [Render thread/INFO] [Silent Gear/]: Add wild flax to minecraft:plains
[16Apr2020 18:47:01.625] [Render thread/INFO] [Silent Gear/]: Add wild flax to minecraft:mountains
[16Apr2020 18:47:01.625] [Render thread/INFO] [Silent Gear/]: Add netherwood trees to minecraft:nether
[16Apr2020 18:47:01.625] [Render thread/INFO] [Silent Gear/]: Add crimson iron ore to minecraft:nether
[16Apr2020 18:47:01.626] [Render thread/INFO] [Silent Gear/]: Add wild flax to minecraft:mountain_edge
[16Apr2020 18:47:01.626] [Render thread/INFO] [Silent Gear/]: Add wild flax to minecraft:wooded_mountains
[16Apr2020 18:47:01.626] [Render thread/INFO] [Silent Gear/]: Add wild flax to biomesoplenty:chaparral
[16Apr2020 18:47:01.626] [Render thread/INFO] [Silent Gear/]: Add wild flax to biomesoplenty:grassland
[16Apr2020 18:47:01.626] [Render thread/INFO] [Silent Gear/]: Add wild flax to biomesoplenty:highland
[16Apr2020 18:47:01.627] [Render thread/INFO] [Silent Gear/]: Add wild flax to biomesoplenty:highland_moor
[16Apr2020 18:47:01.627] [Render thread/INFO] [Silent Gear/]: Add wild flax to biomesoplenty:lavender_field
[16Apr2020 18:47:01.627] [Render thread/INFO] [Silent Gear/]: Add wild flax to biomesoplenty:lush_grassland
[16Apr2020 18:47:01.627] [Render thread/INFO] [Silent Gear/]: Add wild flax to biomesoplenty:pasture
[16Apr2020 18:47:01.627] [Render thread/INFO] [Silent Gear/]: Add wild flax to biomesoplenty:poppy_field
[16Apr2020 18:47:01.627] [Render thread/INFO] [Silent Gear/]: Add wild flax to biomesoplenty:prairie
[16Apr2020 18:47:01.627] [Render thread/INFO] [Silent Gear/]: Add wild flax to biomesoplenty:shrubland
[16Apr2020 18:47:01.628] [Render thread/INFO] [Silent Gear/]: Add wild flax to biomesoplenty:steppe
[16Apr2020 18:47:01.628] [Render thread/INFO] [Silent Gear/]: Add netherwood trees to biomesoplenty:ashen_inferno
[16Apr2020 18:47:01.628] [Render thread/INFO] [Silent Gear/]: Add crimson iron ore to biomesoplenty:ashen_inferno
[16Apr2020 18:47:01.628] [Render thread/INFO] [Silent Gear/]: Add netherwood trees to biomesoplenty:undergarden
[16Apr2020 18:47:01.628] [Render thread/INFO] [Silent Gear/]: Add crimson iron ore to biomesoplenty:undergarden
[16Apr2020 18:47:01.628] [Render thread/INFO] [Silent Gear/]: Add netherwood trees to biomesoplenty:visceral_heap
[16Apr2020 18:47:01.628] [Render thread/INFO] [Silent Gear/]: Add crimson iron ore to biomesoplenty:visceral_heap
[16Apr2020 18:47:01.628] [Render thread/INFO] [Silent Gear/]: Add wild flax to autumnity:pumpkin_fields
[16Apr2020 18:47:01.628] [Render thread/INFO] [Silent Gear/]: Add wild flax to midnight:black_ridge
[16Apr2020 18:47:01.628] [Render thread/INFO] [Silent Gear/]: Add wild flax to minecraft:sunflower_plains
[16Apr2020 18:47:01.628] [Render thread/INFO] [Silent Gear/]: Add wild flax to minecraft:gravelly_mountains
[16Apr2020 18:47:01.628] [Render thread/INFO] [Silent Gear/]: Add wild flax to midnight:obscured_peaks
[16Apr2020 18:47:01.628] [Render thread/INFO] [Silent Gear/]: Add wild flax to midnight:crystal_spires
[16Apr2020 18:47:01.629] [Render thread/INFO] [Silent Gear/]: Add wild flax to midnight:night_plains
[16Apr2020 18:47:01.629] [Render thread/INFO] [Silent Gear/]: Add wild flax to midnight:obscured_plateau
[16Apr2020 18:47:01.629] [Render thread/INFO] [Silent Gear/]: Add wild flax to minecraft:modified_gravelly_mountains
[16Apr2020 18:47:01.644] [Render thread/INFO] [Cucumber Library/]: Loaded cucumber-tags.json in 9 ms
[16Apr2020 18:47:01.658] [Render thread/INFO] [journeymap/]: Initializing Packet Registry
[16Apr2020 18:47:01.740] [Server-Worker-7/INFO] [net.minecraftforge.fml.DeferredWorkQueue/LOADING]: Synchronous work queue completed in 00:00:00.127
[16Apr2020 18:47:01.745] [modloading-worker-6/INFO] [inventoryhud/]: clientRegistries method registred
[16Apr2020 18:47:01.939] [modloading-worker-2/INFO] [mcwbridges/]: Mod client setup completed
[16Apr2020 18:47:01.939] [modloading-worker-2/INFO] [mcwbridges/]: ClientRegistries method registered
[16Apr2020 18:47:02.054] [modloading-worker-7/INFO] [trade/]: Client Setup
[16Apr2020 18:47:02.115] [modloading-worker-1/INFO] [mcwwindows/]: ClientRegistries method registered
[16Apr2020 18:47:02.460] [Server-Worker-7/INFO] [net.minecraftforge.fml.DeferredWorkQueue/LOADING]: Dispatching synchronous work after SIDED_SETUP: 2 jobs
[16Apr2020 18:47:02.471] [Server-Worker-7/INFO] [net.minecraftforge.fml.DeferredWorkQueue/LOADING]: Synchronous work queue completed in 00:00:00.011
[16Apr2020 18:47:02.685] [Render thread/FATAL] [net.minecraft.util.concurrent.ThreadTaskExecutor/]: Error executing task on Client
java.lang.IllegalStateException: No renderer registered for computercraft:turtle_player
at net.minecraft.client.renderer.entity.EntityRendererManager.validateRendererExistence(EntityRendererManager.java:192) ~[?:?]
at net.minecraftforge.fml.client.registry.RenderingRegistry.loadEntityRenderers(RenderingRegistry.java:50) ~[?:?]
at net.minecraftforge.fml.client.ClientModLoader.postSidedRunnable(ClientModLoader.java:127) ~[?:?]
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$7261/2127329737.accept(Unknown Source) ~[?:?]
at net.minecraftforge.fml.ModLoader.lambda$loadMods$14(ModLoader.java:158) ~[?:?]
at net.minecraftforge.fml.ModLoader$$Lambda$8701/792635042.run(Unknown Source) ~[?:?]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
at net.minecraft.resources.AsyncReloader$$Lambda$8307/885550081.run(Unknown Source) ~[?:?]
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:898) [?:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:554) [?:?]
at net.minecraft.client.main.Main.main(SourceFile:204) [?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.15.2-31.1.43.jar:31.1]
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$468/1901465425.call(Unknown Source) [forge-1.15.2-31.1.43.jar:31.1]
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.0.0-milestone.4.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.0.0-milestone.4.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.0.0-milestone.4.jar:?]
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.0.0-milestone.4.jar:?]
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.0.0-milestone.4.jar:?]
[16Apr2020 18:47:06.332] [Server-Worker-12/WARN] [net.minecraft.client.audio.SoundHandler/]: File goblintraders:sounds/entity/goblin_trader/annoyed_grunt1.ogg does not exist, cannot add it to event goblintraders:entity.goblin_trader.annoyed_grunt
[16Apr2020 18:47:06.396] [Server-Worker-12/WARN] [net.minecraft.client.audio.SoundHandler/]: File endergetic:sounds/entity/puffbug/puffbug_hurt_1.ogg does not exist, cannot add it to event endergetic:entity.puffbug.hurt
[16Apr2020 18:47:07.239] [Server-Worker-10/ERROR] [net.minecraft.client.renderer.texture.AtlasTexture/]: Using missing texture, unable to load autumnity:textures/mob_effect/stench.png : java.io.FileNotFoundException: autumnity:textures/mob_effect/stench.png
[16Apr2020 18:47:07.440] [Server-Worker-10/ERROR] [net.minecraft.client.renderer.texture.AtlasTexture/]: Using missing texture, unable to load autumnity:textures/mob_effect/extension.png : java.io.FileNotFoundException: autumnity:textures/mob_effect/extension.png
[16Apr2020 18:47:14.041] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: industrialforegoing:blockstates/sludge_block.json: java.io.FileNotFoundException: industrialforegoing:blockstates/sludge_block.json
[16Apr2020 18:47:14.042] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sludge_block.json' missing model for variant: 'industrialforegoing:sludge_block#level=9'
[16Apr2020 18:47:14.042] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sludge_block.json' missing model for variant: 'industrialforegoing:sludge_block#level=8'
[16Apr2020 18:47:14.042] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sludge_block.json' missing model for variant: 'industrialforegoing:sludge_block#level=10'
[16Apr2020 18:47:14.042] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sludge_block.json' missing model for variant: 'industrialforegoing:sludge_block#level=11'
[16Apr2020 18:47:14.042] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sludge_block.json' missing model for variant: 'industrialforegoing:sludge_block#level=12'
[16Apr2020 18:47:14.042] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sludge_block.json' missing model for variant: 'industrialforegoing:sludge_block#level=13'
[16Apr2020 18:47:14.042] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sludge_block.json' missing model for variant: 'industrialforegoing:sludge_block#level=14'
[16Apr2020 18:47:14.042] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sludge_block.json' missing model for variant: 'industrialforegoing:sludge_block#level=15'
[16Apr2020 18:47:14.042] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sludge_block.json' missing model for variant: 'industrialforegoing:sludge_block#level=7'
[16Apr2020 18:47:14.042] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sludge_block.json' missing model for variant: 'industrialforegoing:sludge_block#level=6'
[16Apr2020 18:47:14.042] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sludge_block.json' missing model for variant: 'industrialforegoing:sludge_block#level=5'
[16Apr2020 18:47:14.042] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sludge_block.json' missing model for variant: 'industrialforegoing:sludge_block#level=4'
[16Apr2020 18:47:14.042] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sludge_block.json' missing model for variant: 'industrialforegoing:sludge_block#level=3'
[16Apr2020 18:47:14.043] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sludge_block.json' missing model for variant: 'industrialforegoing:sludge_block#level=2'
[16Apr2020 18:47:14.043] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sludge_block.json' missing model for variant: 'industrialforegoing:sludge_block#level=1'
[16Apr2020 18:47:14.043] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sludge_block.json' missing model for variant: 'industrialforegoing:sludge_block#level=0'
[16Apr2020 18:47:14.044] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: industrialforegoing:blockstates/biofuel_block.json: java.io.FileNotFoundException: industrialforegoing:blockstates/biofuel_block.json
[16Apr2020 18:47:14.044] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/biofuel_block.json' missing model for variant: 'industrialforegoing:biofuel_block#level=15'
[16Apr2020 18:47:14.044] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/biofuel_block.json' missing model for variant: 'industrialforegoing:biofuel_block#level=14'
[16Apr2020 18:47:14.044] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/biofuel_block.json' missing model for variant: 'industrialforegoing:biofuel_block#level=13'
[16Apr2020 18:47:14.044] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/biofuel_block.json' missing model for variant: 'industrialforegoing:biofuel_block#level=12'
[16Apr2020 18:47:14.045] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/biofuel_block.json' missing model for variant: 'industrialforegoing:biofuel_block#level=11'
[16Apr2020 18:47:14.045] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/biofuel_block.json' missing model for variant: 'industrialforegoing:biofuel_block#level=10'
[16Apr2020 18:47:14.045] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/biofuel_block.json' missing model for variant: 'industrialforegoing:biofuel_block#level=8'
[16Apr2020 18:47:14.045] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/biofuel_block.json' missing model for variant: 'industrialforegoing:biofuel_block#level=9'
[16Apr2020 18:47:14.045] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/biofuel_block.json' missing model for variant: 'industrialforegoing:biofuel_block#level=6'
[16Apr2020 18:47:14.045] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/biofuel_block.json' missing model for variant: 'industrialforegoing:biofuel_block#level=7'
[16Apr2020 18:47:14.045] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/biofuel_block.json' missing model for variant: 'industrialforegoing:biofuel_block#level=4'
[16Apr2020 18:47:14.045] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/biofuel_block.json' missing model for variant: 'industrialforegoing:biofuel_block#level=5'
[16Apr2020 18:47:14.045] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/biofuel_block.json' missing model for variant: 'industrialforegoing:biofuel_block#level=2'
[16Apr2020 18:47:14.045] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/biofuel_block.json' missing model for variant: 'industrialforegoing:biofuel_block#level=3'
[16Apr2020 18:47:14.045] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/biofuel_block.json' missing model for variant: 'industrialforegoing:biofuel_block#level=0'
[16Apr2020 18:47:14.045] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/biofuel_block.json' missing model for variant: 'industrialforegoing:biofuel_block#level=1'
[16Apr2020 18:47:14.047] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: industrialforegoing:blockstates/essence_block.json: java.io.FileNotFoundException: industrialforegoing:blockstates/essence_block.json
[16Apr2020 18:47:14.047] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/essence_block.json' missing model for variant: 'industrialforegoing:essence_block#level=10'
[16Apr2020 18:47:14.047] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/essence_block.json' missing model for variant: 'industrialforegoing:essence_block#level=1'
[16Apr2020 18:47:14.047] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/essence_block.json' missing model for variant: 'industrialforegoing:essence_block#level=0'
[16Apr2020 18:47:14.047] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/essence_block.json' missing model for variant: 'industrialforegoing:essence_block#level=7'
[16Apr2020 18:47:14.047] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/essence_block.json' missing model for variant: 'industrialforegoing:essence_block#level=6'
[16Apr2020 18:47:14.048] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/essence_block.json' missing model for variant: 'industrialforegoing:essence_block#level=9'
[16Apr2020 18:47:14.048] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/essence_block.json' missing model for variant: 'industrialforegoing:essence_block#level=8'
[16Apr2020 18:47:14.048] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/essence_block.json' missing model for variant: 'industrialforegoing:essence_block#level=3'
[16Apr2020 18:47:14.048] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/essence_block.json' missing model for variant: 'industrialforegoing:essence_block#level=2'
[16Apr2020 18:47:14.048] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/essence_block.json' missing model for variant: 'industrialforegoing:essence_block#level=5'
[16Apr2020 18:47:14.048] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/essence_block.json' missing model for variant: 'industrialforegoing:essence_block#level=4'
[16Apr2020 18:47:14.048] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/essence_block.json' missing model for variant: 'industrialforegoing:essence_block#level=15'
[16Apr2020 18:47:14.048] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/essence_block.json' missing model for variant: 'industrialforegoing:essence_block#level=12'
[16Apr2020 18:47:14.048] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/essence_block.json' missing model for variant: 'industrialforegoing:essence_block#level=11'
[16Apr2020 18:47:14.049] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/essence_block.json' missing model for variant: 'industrialforegoing:essence_block#level=14'
[16Apr2020 18:47:14.049] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/essence_block.json' missing model for variant: 'industrialforegoing:essence_block#level=13'
[16Apr2020 18:47:14.050] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: industrialforegoing:blockstates/milk_block.json: java.io.FileNotFoundException: industrialforegoing:blockstates/milk_block.json
[16Apr2020 18:47:14.050] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/milk_block.json' missing model for variant: 'industrialforegoing:milk_block#level=15'
[16Apr2020 18:47:14.051] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/milk_block.json' missing model for variant: 'industrialforegoing:milk_block#level=14'
[16Apr2020 18:47:14.051] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/milk_block.json' missing model for variant: 'industrialforegoing:milk_block#level=0'
[16Apr2020 18:47:14.051] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/milk_block.json' missing model for variant: 'industrialforegoing:milk_block#level=1'
[16Apr2020 18:47:14.051] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/milk_block.json' missing model for variant: 'industrialforegoing:milk_block#level=2'
[16Apr2020 18:47:14.051] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/milk_block.json' missing model for variant: 'industrialforegoing:milk_block#level=3'
[16Apr2020 18:47:14.051] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/milk_block.json' missing model for variant: 'industrialforegoing:milk_block#level=4'
[16Apr2020 18:47:14.051] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/milk_block.json' missing model for variant: 'industrialforegoing:milk_block#level=5'
[16Apr2020 18:47:14.051] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/milk_block.json' missing model for variant: 'industrialforegoing:milk_block#level=6'
[16Apr2020 18:47:14.051] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/milk_block.json' missing model for variant: 'industrialforegoing:milk_block#level=7'
[16Apr2020 18:47:14.051] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/milk_block.json' missing model for variant: 'industrialforegoing:milk_block#level=8'
[16Apr2020 18:47:14.051] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/milk_block.json' missing model for variant: 'industrialforegoing:milk_block#level=9'
[16Apr2020 18:47:14.051] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/milk_block.json' missing model for variant: 'industrialforegoing:milk_block#level=11'
[16Apr2020 18:47:14.051] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/milk_block.json' missing model for variant: 'industrialforegoing:milk_block#level=10'
[16Apr2020 18:47:14.051] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/milk_block.json' missing model for variant: 'industrialforegoing:milk_block#level=13'
[16Apr2020 18:47:14.051] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/milk_block.json' missing model for variant: 'industrialforegoing:milk_block#level=12'
[16Apr2020 18:47:14.052] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: industrialforegoing:blockstates/pink_slime_block.json: java.io.FileNotFoundException: industrialforegoing:blockstates/pink_slime_block.json
[16Apr2020 18:47:14.052] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/pink_slime_block.json' missing model for variant: 'industrialforegoing:pink_slime_block#level=7'
[16Apr2020 18:47:14.052] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/pink_slime_block.json' missing model for variant: 'industrialforegoing:pink_slime_block#level=8'
[16Apr2020 18:47:14.052] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/pink_slime_block.json' missing model for variant: 'industrialforegoing:pink_slime_block#level=5'
[16Apr2020 18:47:14.052] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/pink_slime_block.json' missing model for variant: 'industrialforegoing:pink_slime_block#level=6'
[16Apr2020 18:47:14.052] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/pink_slime_block.json' missing model for variant: 'industrialforegoing:pink_slime_block#level=3'
[16Apr2020 18:47:14.052] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/pink_slime_block.json' missing model for variant: 'industrialforegoing:pink_slime_block#level=4'
[16Apr2020 18:47:14.052] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/pink_slime_block.json' missing model for variant: 'industrialforegoing:pink_slime_block#level=1'
[16Apr2020 18:47:14.052] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/pink_slime_block.json' missing model for variant: 'industrialforegoing:pink_slime_block#level=2'
[16Apr2020 18:47:14.052] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/pink_slime_block.json' missing model for variant: 'industrialforegoing:pink_slime_block#level=14'
[16Apr2020 18:47:14.052] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/pink_slime_block.json' missing model for variant: 'industrialforegoing:pink_slime_block#level=15'
[16Apr2020 18:47:14.052] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/pink_slime_block.json' missing model for variant: 'industrialforegoing:pink_slime_block#level=12'
[16Apr2020 18:47:14.052] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/pink_slime_block.json' missing model for variant: 'industrialforegoing:pink_slime_block#level=13'
[16Apr2020 18:47:14.052] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/pink_slime_block.json' missing model for variant: 'industrialforegoing:pink_slime_block#level=9'
[16Apr2020 18:47:14.052] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/pink_slime_block.json' missing model for variant: 'industrialforegoing:pink_slime_block#level=10'
[16Apr2020 18:47:14.052] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/pink_slime_block.json' missing model for variant: 'industrialforegoing:pink_slime_block#level=11'
[16Apr2020 18:47:14.052] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/pink_slime_block.json' missing model for variant: 'industrialforegoing:pink_slime_block#level=0'
[16Apr2020 18:47:14.062] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: industrialforegoing:blockstates/latex_block.json: java.io.FileNotFoundException: industrialforegoing:blockstates/latex_block.json
[16Apr2020 18:47:14.063] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/latex_block.json' missing model for variant: 'industrialforegoing:latex_block#level=6'
[16Apr2020 18:47:14.063] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/latex_block.json' missing model for variant: 'industrialforegoing:latex_block#level=7'
[16Apr2020 18:47:14.063] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/latex_block.json' missing model for variant: 'industrialforegoing:latex_block#level=4'
[16Apr2020 18:47:14.063] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/latex_block.json' missing model for variant: 'industrialforegoing:latex_block#level=5'
[16Apr2020 18:47:14.064] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/latex_block.json' missing model for variant: 'industrialforegoing:latex_block#level=8'
[16Apr2020 18:47:14.064] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/latex_block.json' missing model for variant: 'industrialforegoing:latex_block#level=9'
[16Apr2020 18:47:14.064] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/latex_block.json' missing model for variant: 'industrialforegoing:latex_block#level=15'
[16Apr2020 18:47:14.064] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/latex_block.json' missing model for variant: 'industrialforegoing:latex_block#level=13'
[16Apr2020 18:47:14.064] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/latex_block.json' missing model for variant: 'industrialforegoing:latex_block#level=14'
[16Apr2020 18:47:14.064] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/latex_block.json' missing model for variant: 'industrialforegoing:latex_block#level=11'
[16Apr2020 18:47:14.064] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/latex_block.json' missing model for variant: 'industrialforegoing:latex_block#level=12'
[16Apr2020 18:47:14.064] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/latex_block.json' missing model for variant: 'industrialforegoing:latex_block#level=10'
[16Apr2020 18:47:14.064] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/latex_block.json' missing model for variant: 'industrialforegoing:latex_block#level=2'
[16Apr2020 18:47:14.065] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/latex_block.json' missing model for variant: 'industrialforegoing:latex_block#level=3'
[16Apr2020 18:47:14.065] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/latex_block.json' missing model for variant: 'industrialforegoing:latex_block#level=0'
[16Apr2020 18:47:14.065] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/latex_block.json' missing model for variant: 'industrialforegoing:latex_block#level=1'
[16Apr2020 18:47:14.066] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: industrialforegoing:blockstates/meat_block.json: java.io.FileNotFoundException: industrialforegoing:blockstates/meat_block.json
[16Apr2020 18:47:14.067] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/meat_block.json' missing model for variant: 'industrialforegoing:meat_block#level=1'
[16Apr2020 18:47:14.067] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/meat_block.json' missing model for variant: 'industrialforegoing:meat_block#level=2'
[16Apr2020 18:47:14.067] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/meat_block.json' missing model for variant: 'industrialforegoing:meat_block#level=3'
[16Apr2020 18:47:14.067] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/meat_block.json' missing model for variant: 'industrialforegoing:meat_block#level=4'
[16Apr2020 18:47:14.067] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/meat_block.json' missing model for variant: 'industrialforegoing:meat_block#level=15'
[16Apr2020 18:47:14.067] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/meat_block.json' missing model for variant: 'industrialforegoing:meat_block#level=14'
[16Apr2020 18:47:14.067] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/meat_block.json' missing model for variant: 'industrialforegoing:meat_block#level=0'
[16Apr2020 18:47:14.067] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/meat_block.json' missing model for variant: 'industrialforegoing:meat_block#level=9'
[16Apr2020 18:47:14.067] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/meat_block.json' missing model for variant: 'industrialforegoing:meat_block#level=11'
[16Apr2020 18:47:14.067] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/meat_block.json' missing model for variant: 'industrialforegoing:meat_block#level=10'
[16Apr2020 18:47:14.067] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/meat_block.json' missing model for variant: 'industrialforegoing:meat_block#level=13'
[16Apr2020 18:47:14.067] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/meat_block.json' missing model for variant: 'industrialforegoing:meat_block#level=12'
[16Apr2020 18:47:14.067] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/meat_block.json' missing model for variant: 'industrialforegoing:meat_block#level=5'
[16Apr2020 18:47:14.067] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/meat_block.json' missing model for variant: 'industrialforegoing:meat_block#level=6'
[16Apr2020 18:47:14.067] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/meat_block.json' missing model for variant: 'industrialforegoing:meat_block#level=7'
[16Apr2020 18:47:14.067] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/meat_block.json' missing model for variant: 'industrialforegoing:meat_block#level=8'
[16Apr2020 18:47:14.069] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: industrialforegoing:blockstates/machine_frame_pity.json: java.io.FileNotFoundException: industrialforegoing:blockstates/machine_frame_pity.json
[16Apr2020 18:47:14.069] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/machine_frame_pity.json' missing model for variant: 'industrialforegoing:machine_frame_pity#'
[16Apr2020 18:47:14.070] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: industrialforegoing:blockstates/machine_frame_simple.json: java.io.FileNotFoundException: industrialforegoing:blockstates/machine_frame_simple.json
[16Apr2020 18:47:14.071] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/machine_frame_simple.json' missing model for variant: 'industrialforegoing:machine_frame_simple#'
[16Apr2020 18:47:14.071] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: industrialforegoing:blockstates/machine_frame_advanced.json: java.io.FileNotFoundException: industrialforegoing:blockstates/machine_frame_advanced.json
[16Apr2020 18:47:14.071] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/machine_frame_advanced.json' missing model for variant: 'industrialforegoing:machine_frame_advanced#'
[16Apr2020 18:47:14.072] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: industrialforegoing:blockstates/machine_frame_supreme.json: java.io.FileNotFoundException: industrialforegoing:blockstates/machine_frame_supreme.json
[16Apr2020 18:47:14.072] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/machine_frame_supreme.json' missing model for variant: 'industrialforegoing:machine_frame_supreme#'
[16Apr2020 18:47:14.073] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: industrialforegoing:blockstates/sewage_block.json: java.io.FileNotFoundException: industrialforegoing:blockstates/sewage_block.json
[16Apr2020 18:47:14.073] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sewage_block.json' missing model for variant: 'industrialforegoing:sewage_block#level=10'
[16Apr2020 18:47:14.073] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sewage_block.json' missing model for variant: 'industrialforegoing:sewage_block#level=12'
[16Apr2020 18:47:14.073] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sewage_block.json' missing model for variant: 'industrialforegoing:sewage_block#level=11'
[16Apr2020 18:47:14.073] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sewage_block.json' missing model for variant: 'industrialforegoing:sewage_block#level=14'
[16Apr2020 18:47:14.073] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sewage_block.json' missing model for variant: 'industrialforegoing:sewage_block#level=13'
[16Apr2020 18:47:14.073] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sewage_block.json' missing model for variant: 'industrialforegoing:sewage_block#level=15'
[16Apr2020 18:47:14.073] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sewage_block.json' missing model for variant: 'industrialforegoing:sewage_block#level=5'
[16Apr2020 18:47:14.073] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sewage_block.json' missing model for variant: 'industrialforegoing:sewage_block#level=4'
[16Apr2020 18:47:14.073] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sewage_block.json' missing model for variant: 'industrialforegoing:sewage_block#level=7'
[16Apr2020 18:47:14.073] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sewage_block.json' missing model for variant: 'industrialforegoing:sewage_block#level=6'
[16Apr2020 18:47:14.073] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sewage_block.json' missing model for variant: 'industrialforegoing:sewage_block#level=9'
[16Apr2020 18:47:14.073] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sewage_block.json' missing model for variant: 'industrialforegoing:sewage_block#level=8'
[16Apr2020 18:47:14.073] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sewage_block.json' missing model for variant: 'industrialforegoing:sewage_block#level=1'
[16Apr2020 18:47:14.073] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sewage_block.json' missing model for variant: 'industrialforegoing:sewage_block#level=0'
[16Apr2020 18:47:14.073] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sewage_block.json' missing model for variant: 'industrialforegoing:sewage_block#level=3'
[16Apr2020 18:47:14.074] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sewage_block.json' missing model for variant: 'industrialforegoing:sewage_block#level=2'
[16Apr2020 18:47:15.732] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'solarflux:block/sp_1' referenced from: solarflux:sp_1#: java.io.FileNotFoundException: solarflux:models/block/sp_1.json
[16Apr2020 18:47:15.737] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'solarflux:block/sp_2' referenced from: solarflux:sp_2#: java.io.FileNotFoundException: solarflux:models/block/sp_2.json
[16Apr2020 18:47:15.739] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'solarflux:block/sp_3' referenced from: solarflux:sp_3#: java.io.FileNotFoundException: solarflux:models/block/sp_3.json
[16Apr2020 18:47:15.741] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'solarflux:block/sp_4' referenced from: solarflux:sp_4#: java.io.FileNotFoundException: solarflux:models/block/sp_4.json
[16Apr2020 18:47:15.743] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'solarflux:block/sp_5' referenced from: solarflux:sp_5#: java.io.FileNotFoundException: solarflux:models/block/sp_5.json
[16Apr2020 18:47:15.745] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'solarflux:block/sp_6' referenced from: solarflux:sp_6#: java.io.FileNotFoundException: solarflux:models/block/sp_6.json
[16Apr2020 18:47:15.750] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'solarflux:block/sp_7' referenced from: solarflux:sp_7#: java.io.FileNotFoundException: solarflux:models/block/sp_7.json
[16Apr2020 18:47:15.753] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'solarflux:block/sp_8' referenced from: solarflux:sp_8#: java.io.FileNotFoundException: solarflux:models/block/sp_8.json
[16Apr2020 18:47:21.320] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'torchslabmod:blockstates/end_rod_slab.json' missing model for variant: 'torchslabmod:end_rod_slab#conditional=true,facing=east'
[16Apr2020 18:47:21.320] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'torchslabmod:blockstates/end_rod_slab.json' missing model for variant: 'torchslabmod:end_rod_slab#conditional=false,facing=west'
[16Apr2020 18:47:21.320] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'torchslabmod:blockstates/end_rod_slab.json' missing model for variant: 'torchslabmod:end_rod_slab#conditional=true,facing=north'
[16Apr2020 18:47:21.320] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'torchslabmod:blockstates/end_rod_slab.json' missing model for variant: 'torchslabmod:end_rod_slab#conditional=true,facing=south'
[16Apr2020 18:47:21.320] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'torchslabmod:blockstates/end_rod_slab.json' missing model for variant: 'torchslabmod:end_rod_slab#conditional=true,facing=west'
[16Apr2020 18:47:21.320] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'torchslabmod:blockstates/end_rod_slab.json' missing model for variant: 'torchslabmod:end_rod_slab#conditional=false,facing=east'
[16Apr2020 18:47:21.320] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'torchslabmod:blockstates/end_rod_slab.json' missing model for variant: 'torchslabmod:end_rod_slab#conditional=false,facing=south'
[16Apr2020 18:47:21.320] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'torchslabmod:blockstates/end_rod_slab.json' missing model for variant: 'torchslabmod:end_rod_slab#conditional=false,facing=north'
[16Apr2020 18:47:21.332] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: mining_helmet:blockstates/light_air.json: java.io.FileNotFoundException: mining_helmet:blockstates/light_air.json
[16Apr2020 18:47:21.332] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mining_helmet:blockstates/light_air.json' missing model for variant: 'mining_helmet:light_air#waterlogged=true'
[16Apr2020 18:47:21.332] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mining_helmet:blockstates/light_air.json' missing model for variant: 'mining_helmet:light_air#waterlogged=false'
[16Apr2020 18:47:23.594] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: mysticalagriculture:blockstates/panda_crop.json: java.io.FileNotFoundException: mysticalagriculture:blockstates/panda_crop.json
[16Apr2020 18:47:23.595] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/panda_crop.json' missing model for variant: 'mysticalagriculture:panda_crop#age=7'
[16Apr2020 18:47:23.595] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/panda_crop.json' missing model for variant: 'mysticalagriculture:panda_crop#age=6'
[16Apr2020 18:47:23.595] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/panda_crop.json' missing model for variant: 'mysticalagriculture:panda_crop#age=5'
[16Apr2020 18:47:23.596] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/panda_crop.json' missing model for variant: 'mysticalagriculture:panda_crop#age=4'
[16Apr2020 18:47:23.596] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/panda_crop.json' missing model for variant: 'mysticalagriculture:panda_crop#age=3'
[16Apr2020 18:47:23.596] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/panda_crop.json' missing model for variant: 'mysticalagriculture:panda_crop#age=2'
[16Apr2020 18:47:23.596] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/panda_crop.json' missing model for variant: 'mysticalagriculture:panda_crop#age=1'
[16Apr2020 18:47:23.596] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/panda_crop.json' missing model for variant: 'mysticalagriculture:panda_crop#age=0'
[16Apr2020 18:47:23.597] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: mysticalagriculture:blockstates/ravager_crop.json: java.io.FileNotFoundException: mysticalagriculture:blockstates/ravager_crop.json
[16Apr2020 18:47:23.597] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/ravager_crop.json' missing model for variant: 'mysticalagriculture:ravager_crop#age=4'
[16Apr2020 18:47:23.597] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/ravager_crop.json' missing model for variant: 'mysticalagriculture:ravager_crop#age=5'
[16Apr2020 18:47:23.597] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/ravager_crop.json' missing model for variant: 'mysticalagriculture:ravager_crop#age=6'
[16Apr2020 18:47:23.597] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/ravager_crop.json' missing model for variant: 'mysticalagriculture:ravager_crop#age=7'
[16Apr2020 18:47:23.597] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/ravager_crop.json' missing model for variant: 'mysticalagriculture:ravager_crop#age=0'
[16Apr2020 18:47:23.597] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/ravager_crop.json' missing model for variant: 'mysticalagriculture:ravager_crop#age=1'
[16Apr2020 18:47:23.597] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/ravager_crop.json' missing model for variant: 'mysticalagriculture:ravager_crop#age=2'
[16Apr2020 18:47:23.598] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/ravager_crop.json' missing model for variant: 'mysticalagriculture:ravager_crop#age=3'
[16Apr2020 18:47:23.599] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: mysticalagriculture:blockstates/fox_crop.json: java.io.FileNotFoundException: mysticalagriculture:blockstates/fox_crop.json
[16Apr2020 18:47:23.599] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/fox_crop.json' missing model for variant: 'mysticalagriculture:fox_crop#age=7'
[16Apr2020 18:47:23.599] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/fox_crop.json' missing model for variant: 'mysticalagriculture:fox_crop#age=1'
[16Apr2020 18:47:23.599] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/fox_crop.json' missing model for variant: 'mysticalagriculture:fox_crop#age=2'
[16Apr2020 18:47:23.599] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/fox_crop.json' missing model for variant: 'mysticalagriculture:fox_crop#age=0'
[16Apr2020 18:47:23.599] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/fox_crop.json' missing model for variant: 'mysticalagriculture:fox_crop#age=5'
[16Apr2020 18:47:23.599] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/fox_crop.json' missing model for variant: 'mysticalagriculture:fox_crop#age=6'
[16Apr2020 18:47:23.599] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/fox_crop.json' missing model for variant: 'mysticalagriculture:fox_crop#age=3'
[16Apr2020 18:47:23.599] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/fox_crop.json' missing model for variant: 'mysticalagriculture:fox_crop#age=4'
[16Apr2020 18:47:23.600] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: mysticalagriculture:blockstates/magma_cube_crop.json: java.io.FileNotFoundException: mysticalagriculture:blockstates/magma_cube_crop.json
[16Apr2020 18:47:23.600] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/magma_cube_crop.json' missing model for variant: 'mysticalagriculture:magma_cube_crop#age=1'
[16Apr2020 18:47:23.600] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/magma_cube_crop.json' missing model for variant: 'mysticalagriculture:magma_cube_crop#age=2'
[16Apr2020 18:47:23.600] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/magma_cube_crop.json' missing model for variant: 'mysticalagriculture:magma_cube_crop#age=3'
[16Apr2020 18:47:23.600] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/magma_cube_crop.json' missing model for variant: 'mysticalagriculture:magma_cube_crop#age=4'
[16Apr2020 18:47:23.600] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/magma_cube_crop.json' missing model for variant: 'mysticalagriculture:magma_cube_crop#age=5'
[16Apr2020 18:47:23.600] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/magma_cube_crop.json' missing model for variant: 'mysticalagriculture:magma_cube_crop#age=6'
[16Apr2020 18:47:23.600] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/magma_cube_crop.json' missing model for variant: 'mysticalagriculture:magma_cube_crop#age=7'
[16Apr2020 18:47:23.600] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/magma_cube_crop.json' missing model for variant: 'mysticalagriculture:magma_cube_crop#age=0'
[16Apr2020 18:47:23.601] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: mysticalagriculture:blockstates/pillager_crop.json: java.io.FileNotFoundException: mysticalagriculture:blockstates/pillager_crop.json
[16Apr2020 18:47:23.601] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/pillager_crop.json' missing model for variant: 'mysticalagriculture:pillager_crop#age=6'
[16Apr2020 18:47:23.601] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/pillager_crop.json' missing model for variant: 'mysticalagriculture:pillager_crop#age=7'
[16Apr2020 18:47:23.601] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/pillager_crop.json' missing model for variant: 'mysticalagriculture:pillager_crop#age=2'
[16Apr2020 18:47:23.601] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/pillager_crop.json' missing model for variant: 'mysticalagriculture:pillager_crop#age=3'
[16Apr2020 18:47:23.601] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/pillager_crop.json' missing model for variant: 'mysticalagriculture:pillager_crop#age=4'
[16Apr2020 18:47:23.601] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/pillager_crop.json' missing model for variant: 'mysticalagriculture:pillager_crop#age=5'
[16Apr2020 18:47:23.601] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/pillager_crop.json' missing model for variant: 'mysticalagriculture:pillager_crop#age=0'
[16Apr2020 18:47:23.601] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/pillager_crop.json' missing model for variant: 'mysticalagriculture:pillager_crop#age=1'
[16Apr2020 18:47:23.602] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: mysticalagriculture:blockstates/llama_crop.json: java.io.FileNotFoundException: mysticalagriculture:blockstates/llama_crop.json
[16Apr2020 18:47:23.602] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/llama_crop.json' missing model for variant: 'mysticalagriculture:llama_crop#age=3'
[16Apr2020 18:47:23.602] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/llama_crop.json' missing model for variant: 'mysticalagriculture:llama_crop#age=4'
[16Apr2020 18:47:23.602] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/llama_crop.json' missing model for variant: 'mysticalagriculture:llama_crop#age=1'
[16Apr2020 18:47:23.602] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/llama_crop.json' missing model for variant: 'mysticalagriculture:llama_crop#age=2'
[16Apr2020 18:47:23.602] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/llama_crop.json' missing model for variant: 'mysticalagriculture:llama_crop#age=7'
[16Apr2020 18:47:23.602] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/llama_crop.json' missing model for variant: 'mysticalagriculture:llama_crop#age=5'
[16Apr2020 18:47:23.602] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/llama_crop.json' missing model for variant: 'mysticalagriculture:llama_crop#age=6'
[16Apr2020 18:47:23.602] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/llama_crop.json' missing model for variant: 'mysticalagriculture:llama_crop#age=0'
[16Apr2020 18:47:23.603] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: mysticalagriculture:blockstates/bat_crop.json: java.io.FileNotFoundException: mysticalagriculture:blockstates/bat_crop.json
[16Apr2020 18:47:23.603] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/bat_crop.json' missing model for variant: 'mysticalagriculture:bat_crop#age=7'
[16Apr2020 18:47:23.603] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/bat_crop.json' missing model for variant: 'mysticalagriculture:bat_crop#age=6'
[16Apr2020 18:47:23.603] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/bat_crop.json' missing model for variant: 'mysticalagriculture:bat_crop#age=5'
[16Apr2020 18:47:23.603] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/bat_crop.json' missing model for variant: 'mysticalagriculture:bat_crop#age=4'
[16Apr2020 18:47:23.603] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/bat_crop.json' missing model for variant: 'mysticalagriculture:bat_crop#age=3'
[16Apr2020 18:47:23.603] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/bat_crop.json' missing model for variant: 'mysticalagriculture:bat_crop#age=2'
[16Apr2020 18:47:23.603] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/bat_crop.json' missing model for variant: 'mysticalagriculture:bat_crop#age=1'
[16Apr2020 18:47:23.603] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/bat_crop.json' missing model for variant: 'mysticalagriculture:bat_crop#age=0'
[16Apr2020 18:47:23.604] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: mysticalagriculture:blockstates/husk_crop.json: java.io.FileNotFoundException: mysticalagriculture:blockstates/husk_crop.json
[16Apr2020 18:47:23.604] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/husk_crop.json' missing model for variant: 'mysticalagriculture:husk_crop#age=0'
[16Apr2020 18:47:23.604] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/husk_crop.json' missing model for variant: 'mysticalagriculture:husk_crop#age=7'
[16Apr2020 18:47:23.604] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/husk_crop.json' missing model for variant: 'mysticalagriculture:husk_crop#age=5'
[16Apr2020 18:47:23.604] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/husk_crop.json' missing model for variant: 'mysticalagriculture:husk_crop#age=6'
[16Apr2020 18:47:23.604] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/husk_crop.json' missing model for variant: 'mysticalagriculture:husk_crop#age=3'
[16Apr2020 18:47:23.604] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/husk_crop.json' missing model for variant: 'mysticalagriculture:husk_crop#age=4'
[16Apr2020 18:47:23.604] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/husk_crop.json' missing model for variant: 'mysticalagriculture:husk_crop#age=1'
[16Apr2020 18:47:23.604] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/husk_crop.json' missing model for variant: 'mysticalagriculture:husk_crop#age=2'
[16Apr2020 18:47:23.604] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: mysticalagriculture:blockstates/endermite_crop.json: java.io.FileNotFoundException: mysticalagriculture:blockstates/endermite_crop.json
[16Apr2020 18:47:23.604] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/endermite_crop.json' missing model for variant: 'mysticalagriculture:endermite_crop#age=0'
[16Apr2020 18:47:23.604] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/endermite_crop.json' missing model for variant: 'mysticalagriculture:endermite_crop#age=7'
[16Apr2020 18:47:23.604] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/endermite_crop.json' missing model for variant: 'mysticalagriculture:endermite_crop#age=5'
[16Apr2020 18:47:23.604] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/endermite_crop.json' missing model for variant: 'mysticalagriculture:endermite_crop#age=6'
[16Apr2020 18:47:23.604] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/endermite_crop.json' missing model for variant: 'mysticalagriculture:endermite_crop#age=3'
[16Apr2020 18:47:23.604] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/endermite_crop.json' missing model for variant: 'mysticalagriculture:endermite_crop#age=4'
[16Apr2020 18:47:23.605] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/endermite_crop.json' missing model for variant: 'mysticalagriculture:endermite_crop#age=1'
[16Apr2020 18:47:23.605] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/endermite_crop.json' missing model for variant: 'mysticalagriculture:endermite_crop#age=2'
[16Apr2020 18:47:23.605] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: mysticalagriculture:blockstates/cat_crop.json: java.io.FileNotFoundException: mysticalagriculture:blockstates/cat_crop.json
[16Apr2020 18:47:23.605] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/cat_crop.json' missing model for variant: 'mysticalagriculture:cat_crop#age=4'
[16Apr2020 18:47:23.605] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/cat_crop.json' missing model for variant: 'mysticalagriculture:cat_crop#age=5'
[16Apr2020 18:47:23.605] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/cat_crop.json' missing model for variant: 'mysticalagriculture:cat_crop#age=6'
[16Apr2020 18:47:23.605] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/cat_crop.json' missing model for variant: 'mysticalagriculture:cat_crop#age=7'
[16Apr2020 18:47:23.605] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/cat_crop.json' missing model for variant: 'mysticalagriculture:cat_crop#age=0'
[16Apr2020 18:47:23.605] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/cat_crop.json' missing model for variant: 'mysticalagriculture:cat_crop#age=1'
[16Apr2020 18:47:23.605] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/cat_crop.json' missing model for variant: 'mysticalagriculture:cat_crop#age=2'
[16Apr2020 18:47:23.605] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/cat_crop.json' missing model for variant: 'mysticalagriculture:cat_crop#age=3'
[16Apr2020 18:47:23.606] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: mysticalagriculture:blockstates/silverfish_crop.json: java.io.FileNotFoundException: mysticalagriculture:blockstates/silverfish_crop.json
[16Apr2020 18:47:23.606] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/silverfish_crop.json' missing model for variant: 'mysticalagriculture:silverfish_crop#age=0'
[16Apr2020 18:47:23.607] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/silverfish_crop.json' missing model for variant: 'mysticalagriculture:silverfish_crop#age=6'
[16Apr2020 18:47:23.607] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/silverfish_crop.json' missing model for variant: 'mysticalagriculture:silverfish_crop#age=5'
[16Apr2020 18:47:23.607] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/silverfish_crop.json' missing model for variant: 'mysticalagriculture:silverfish_crop#age=7'
[16Apr2020 18:47:23.607] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/silverfish_crop.json' missing model for variant: 'mysticalagriculture:silverfish_crop#age=2'
[16Apr2020 18:47:23.607] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/silverfish_crop.json' missing model for variant: 'mysticalagriculture:silverfish_crop#age=1'
[16Apr2020 18:47:23.607] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/silverfish_crop.json' missing model for variant: 'mysticalagriculture:silverfish_crop#age=4'
[16Apr2020 18:47:23.607] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/silverfish_crop.json' missing model for variant: 'mysticalagriculture:silverfish_crop#age=3'
[16Apr2020 18:47:23.608] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: mysticalagriculture:blockstates/drowned_crop.json: java.io.FileNotFoundException: mysticalagriculture:blockstates/drowned_crop.json
[16Apr2020 18:47:23.608] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/drowned_crop.json' missing model for variant: 'mysticalagriculture:drowned_crop#age=4'
[16Apr2020 18:47:23.608] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/drowned_crop.json' missing model for variant: 'mysticalagriculture:drowned_crop#age=3'
[16Apr2020 18:47:23.609] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/drowned_crop.json' missing model for variant: 'mysticalagriculture:drowned_crop#age=6'
[16Apr2020 18:47:23.609] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/drowned_crop.json' missing model for variant: 'mysticalagriculture:drowned_crop#age=5'
[16Apr2020 18:47:23.609] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/drowned_crop.json' missing model for variant: 'mysticalagriculture:drowned_crop#age=0'
[16Apr2020 18:47:23.609] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/drowned_crop.json' missing model for variant: 'mysticalagriculture:drowned_crop#age=2'
[16Apr2020 18:47:23.609] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/drowned_crop.json' missing model for variant: 'mysticalagriculture:drowned_crop#age=1'
[16Apr2020 18:47:23.609] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/drowned_crop.json' missing model for variant: 'mysticalagriculture:drowned_crop#age=7'
[16Apr2020 18:47:23.610] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: mysticalagriculture:blockstates/guardian_crop.json: java.io.FileNotFoundException: mysticalagriculture:blockstates/guardian_crop.json
[16Apr2020 18:47:23.610] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/guardian_crop.json' missing model for variant: 'mysticalagriculture:guardian_crop#age=7'
[16Apr2020 18:47:23.610] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/guardian_crop.json' missing model for variant: 'mysticalagriculture:guardian_crop#age=5'
[16Apr2020 18:47:23.610] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/guardian_crop.json' missing model for variant: 'mysticalagriculture:guardian_crop#age=6'
[16Apr2020 18:47:23.610] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/guardian_crop.json' missing model for variant: 'mysticalagriculture:guardian_crop#age=3'
[16Apr2020 18:47:23.610] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/guardian_crop.json' missing model for variant: 'mysticalagriculture:guardian_crop#age=4'
[16Apr2020 18:47:23.611] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/guardian_crop.json' missing model for variant: 'mysticalagriculture:guardian_crop#age=1'
[16Apr2020 18:47:23.611] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/guardian_crop.json' missing model for variant: 'mysticalagriculture:guardian_crop#age=2'
[16Apr2020 18:47:23.611] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/guardian_crop.json' missing model for variant: 'mysticalagriculture:guardian_crop#age=0'
[16Apr2020 18:47:23.613] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: mysticalagriculture:blockstates/dolphin_crop.json: java.io.FileNotFoundException: mysticalagriculture:blockstates/dolphin_crop.json
[16Apr2020 18:47:23.613] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/dolphin_crop.json' missing model for variant: 'mysticalagriculture:dolphin_crop#age=0'
[16Apr2020 18:47:23.613] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/dolphin_crop.json' missing model for variant: 'mysticalagriculture:dolphin_crop#age=1'
[16Apr2020 18:47:23.613] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/dolphin_crop.json' missing model for variant: 'mysticalagriculture:dolphin_crop#age=2'
[16Apr2020 18:47:23.613] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/dolphin_crop.json' missing model for variant: 'mysticalagriculture:dolphin_crop#age=3'
[16Apr2020 18:47:23.613] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/dolphin_crop.json' missing model for variant: 'mysticalagriculture:dolphin_crop#age=4'
[16Apr2020 18:47:23.613] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/dolphin_crop.json' missing model for variant: 'mysticalagriculture:dolphin_crop#age=5'
[16Apr2020 18:47:23.613] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/dolphin_crop.json' missing model for variant: 'mysticalagriculture:dolphin_crop#age=6'
[16Apr2020 18:47:23.613] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/dolphin_crop.json' missing model for variant: 'mysticalagriculture:dolphin_crop#age=7'
[16Apr2020 18:47:23.614] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: mysticalagriculture:blockstates/zombie_pigman_crop.json: java.io.FileNotFoundException: mysticalagriculture:blockstates/zombie_pigman_crop.json
[16Apr2020 18:47:23.614] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/zombie_pigman_crop.json' missing model for variant: 'mysticalagriculture:zombie_pigman_crop#age=2'
[16Apr2020 18:47:23.614] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/zombie_pigman_crop.json' missing model for variant: 'mysticalagriculture:zombie_pigman_crop#age=1'
[16Apr2020 18:47:23.614] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/zombie_pigman_crop.json' missing model for variant: 'mysticalagriculture:zombie_pigman_crop#age=4'
[16Apr2020 18:47:23.614] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/zombie_pigman_crop.json' missing model for variant: 'mysticalagriculture:zombie_pigman_crop#age=3'
[16Apr2020 18:47:23.614] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/zombie_pigman_crop.json' missing model for variant: 'mysticalagriculture:zombie_pigman_crop#age=6'
[16Apr2020 18:47:23.614] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/zombie_pigman_crop.json' missing model for variant: 'mysticalagriculture:zombie_pigman_crop#age=5'
[16Apr2020 18:47:23.614] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/zombie_pigman_crop.json' missing model for variant: 'mysticalagriculture:zombie_pigman_crop#age=7'
[16Apr2020 18:47:23.614] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/zombie_pigman_crop.json' missing model for variant: 'mysticalagriculture:zombie_pigman_crop#age=0'
[16Apr2020 18:47:23.616] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: mysticalagriculture:blockstates/stray_crop.json: java.io.FileNotFoundException: mysticalagriculture:blockstates/stray_crop.json
[16Apr2020 18:47:23.616] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/stray_crop.json' missing model for variant: 'mysticalagriculture:stray_crop#age=0'
[16Apr2020 18:47:23.616] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/stray_crop.json' missing model for variant: 'mysticalagriculture:stray_crop#age=2'
[16Apr2020 18:47:23.616] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/stray_crop.json' missing model for variant: 'mysticalagriculture:stray_crop#age=1'
[16Apr2020 18:47:23.616] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/stray_crop.json' missing model for variant: 'mysticalagriculture:stray_crop#age=4'
[16Apr2020 18:47:23.616] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/stray_crop.json' missing model for variant: 'mysticalagriculture:stray_crop#age=3'
[16Apr2020 18:47:23.616] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/stray_crop.json' missing model for variant: 'mysticalagriculture:stray_crop#age=6'
[16Apr2020 18:47:23.616] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/stray_crop.json' missing model for variant: 'mysticalagriculture:stray_crop#age=5'
[16Apr2020 18:47:23.616] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/stray_crop.json' missing model for variant: 'mysticalagriculture:stray_crop#age=7'
[16Apr2020 18:47:23.617] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: mysticalagriculture:blockstates/shulker_crop.json: java.io.FileNotFoundException: mysticalagriculture:blockstates/shulker_crop.json
[16Apr2020 18:47:23.617] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/shulker_crop.json' missing model for variant: 'mysticalagriculture:shulker_crop#age=0'
[16Apr2020 18:47:23.617] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/shulker_crop.json' missing model for variant: 'mysticalagriculture:shulker_crop#age=1'
[16Apr2020 18:47:23.617] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/shulker_crop.json' missing model for variant: 'mysticalagriculture:shulker_crop#age=2'
[16Apr2020 18:47:23.617] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/shulker_crop.json' missing model for variant: 'mysticalagriculture:shulker_crop#age=3'
[16Apr2020 18:47:23.617] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/shulker_crop.json' missing model for variant: 'mysticalagriculture:shulker_crop#age=4'
[16Apr2020 18:47:23.617] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/shulker_crop.json' missing model for variant: 'mysticalagriculture:shulker_crop#age=5'
[16Apr2020 18:47:23.617] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/shulker_crop.json' missing model for variant: 'mysticalagriculture:shulker_crop#age=6'
[16Apr2020 18:47:23.617] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/shulker_crop.json' missing model for variant: 'mysticalagriculture:shulker_crop#age=7'
[16Apr2020 18:47:23.617] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: mysticalagriculture:blockstates/wolf_crop.json: java.io.FileNotFoundException: mysticalagriculture:blockstates/wolf_crop.json
[16Apr2020 18:47:23.617] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/wolf_crop.json' missing model for variant: 'mysticalagriculture:wolf_crop#age=2'
[16Apr2020 18:47:23.618] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/wolf_crop.json' missing model for variant: 'mysticalagriculture:wolf_crop#age=3'
[16Apr2020 18:47:23.618] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/wolf_crop.json' missing model for variant: 'mysticalagriculture:wolf_crop#age=0'
[16Apr2020 18:47:23.618] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/wolf_crop.json' missing model for variant: 'mysticalagriculture:wolf_crop#age=1'
[16Apr2020 18:47:23.618] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/wolf_crop.json' missing model for variant: 'mysticalagriculture:wolf_crop#age=6'
[16Apr2020 18:47:23.618] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/wolf_crop.json' missing model for variant: 'mysticalagriculture:wolf_crop#age=7'
[16Apr2020 18:47:23.618] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/wolf_crop.json' missing model for variant: 'mysticalagriculture:wolf_crop#age=4'
[16Apr2020 18:47:23.618] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/wolf_crop.json' missing model for variant: 'mysticalagriculture:wolf_crop#age=5'
[16Apr2020 18:47:23.618] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: mysticalagriculture:blockstates/villager_crop.json: java.io.FileNotFoundException: mysticalagriculture:blockstates/villager_crop.json
[16Apr2020 18:47:23.618] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/villager_crop.json' missing model for variant: 'mysticalagriculture:villager_crop#age=7'
[16Apr2020 18:47:23.618] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/villager_crop.json' missing model for variant: 'mysticalagriculture:villager_crop#age=6'
[16Apr2020 18:47:23.618] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/villager_crop.json' missing model for variant: 'mysticalagriculture:villager_crop#age=5'
[16Apr2020 18:47:23.618] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/villager_crop.json' missing model for variant: 'mysticalagriculture:villager_crop#age=4'
[16Apr2020 18:47:23.618] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/villager_crop.json' missing model for variant: 'mysticalagriculture:villager_crop#age=3'
[16Apr2020 18:47:23.618] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/villager_crop.json' missing model for variant: 'mysticalagriculture:villager_crop#age=2'
[16Apr2020 18:47:23.619] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/villager_crop.json' missing model for variant: 'mysticalagriculture:villager_crop#age=1'
[16Apr2020 18:47:23.619] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/villager_crop.json' missing model for variant: 'mysticalagriculture:villager_crop#age=0'
[16Apr2020 18:47:23.619] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: mysticalagriculture:blockstates/vex_crop.json: java.io.FileNotFoundException: mysticalagriculture:blockstates/vex_crop.json
[16Apr2020 18:47:23.619] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/vex_crop.json' missing model for variant: 'mysticalagriculture:vex_crop#age=6'
[16Apr2020 18:47:23.619] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/vex_crop.json' missing model for variant: 'mysticalagriculture:vex_crop#age=5'
[16Apr2020 18:47:23.619] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/vex_crop.json' missing model for variant: 'mysticalagriculture:vex_crop#age=7'
[16Apr2020 18:47:23.619] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/vex_crop.json' missing model for variant: 'mysticalagriculture:vex_crop#age=2'
[16Apr2020 18:47:23.619] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/vex_crop.json' missing model for variant: 'mysticalagriculture:vex_crop#age=1'
[16Apr2020 18:47:23.619] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/vex_crop.json' missing model for variant: 'mysticalagriculture:vex_crop#age=4'
[16Apr2020 18:47:23.619] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/vex_crop.json' missing model for variant: 'mysticalagriculture:vex_crop#age=3'
[16Apr2020 18:47:23.619] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/vex_crop.json' missing model for variant: 'mysticalagriculture:vex_crop#age=0'
[16Apr2020 18:47:23.620] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: mysticalagriculture:blockstates/pink_slime_crop.json: java.io.FileNotFoundException: mysticalagriculture:blockstates/pink_slime_crop.json
[16Apr2020 18:47:23.620] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/pink_slime_crop.json' missing model for variant: 'mysticalagriculture:pink_slime_crop#age=2'
[16Apr2020 18:47:23.620] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/pink_slime_crop.json' missing model for variant: 'mysticalagriculture:pink_slime_crop#age=1'
[16Apr2020 18:47:23.620] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/pink_slime_crop.json' missing model for variant: 'mysticalagriculture:pink_slime_crop#age=0'
[16Apr2020 18:47:23.620] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/pink_slime_crop.json' missing model for variant: 'mysticalagriculture:pink_slime_crop#age=6'
[16Apr2020 18:47:23.620] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/pink_slime_crop.json' missing model for variant: 'mysticalagriculture:pink_slime_crop#age=5'
[16Apr2020 18:47:23.620] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/pink_slime_crop.json' missing model for variant: 'mysticalagriculture:pink_slime_crop#age=4'
[16Apr2020 18:47:23.620] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/pink_slime_crop.json' missing model for variant: 'mysticalagriculture:pink_slime_crop#age=3'
[16Apr2020 18:47:23.620] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/pink_slime_crop.json' missing model for variant: 'mysticalagriculture:pink_slime_crop#age=7'
[16Apr2020 18:47:23.621] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: mysticalagriculture:blockstates/polar_bear_crop.json: java.io.FileNotFoundException: mysticalagriculture:blockstates/polar_bear_crop.json
[16Apr2020 18:47:23.621] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/polar_bear_crop.json' missing model for variant: 'mysticalagriculture:polar_bear_crop#age=0'
[16Apr2020 18:47:23.621] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/polar_bear_crop.json' missing model for variant: 'mysticalagriculture:polar_bear_crop#age=3'
[16Apr2020 18:47:23.621] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/polar_bear_crop.json' missing model for variant: 'mysticalagriculture:polar_bear_crop#age=4'
[16Apr2020 18:47:23.621] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/polar_bear_crop.json' missing model for variant: 'mysticalagriculture:polar_bear_crop#age=1'
[16Apr2020 18:47:23.621] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/polar_bear_crop.json' missing model for variant: 'mysticalagriculture:polar_bear_crop#age=2'
[16Apr2020 18:47:23.621] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/polar_bear_crop.json' missing model for variant: 'mysticalagriculture:polar_bear_crop#age=7'
[16Apr2020 18:47:23.621] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/polar_bear_crop.json' missing model for variant: 'mysticalagriculture:polar_bear_crop#age=5'
[16Apr2020 18:47:23.621] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/polar_bear_crop.json' missing model for variant: 'mysticalagriculture:polar_bear_crop#age=6'
[16Apr2020 18:47:23.622] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: mysticalagriculture:blockstates/horse_crop.json: java.io.FileNotFoundException: mysticalagriculture:blockstates/horse_crop.json
[16Apr2020 18:47:23.622] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/horse_crop.json' missing model for variant: 'mysticalagriculture:horse_crop#age=0'
[16Apr2020 18:47:23.622] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/horse_crop.json' missing model for variant: 'mysticalagriculture:horse_crop#age=7'
[16Apr2020 18:47:23.622] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/horse_crop.json' missing model for variant: 'mysticalagriculture:horse_crop#age=5'
[16Apr2020 18:47:23.622] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/horse_crop.json' missing model for variant: 'mysticalagriculture:horse_crop#age=6'
[16Apr2020 18:47:23.622] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/horse_crop.json' missing model for variant: 'mysticalagriculture:horse_crop#age=3'
[16Apr2020 18:47:23.622] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/horse_crop.json' missing model for variant: 'mysticalagriculture:horse_crop#age=4'
[16Apr2020 18:47:23.622] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/horse_crop.json' missing model for variant: 'mysticalagriculture:horse_crop#age=1'
[16Apr2020 18:47:23.622] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/horse_crop.json' missing model for variant: 'mysticalagriculture:horse_crop#age=2'
[16Apr2020 18:47:23.622] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: mysticalagriculture:blockstates/vindicator_crop.json: java.io.FileNotFoundException: mysticalagriculture:blockstates/vindicator_crop.json
[16Apr2020 18:47:23.622] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/vindicator_crop.json' missing model for variant: 'mysticalagriculture:vindicator_crop#age=0'
[16Apr2020 18:47:23.622] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/vindicator_crop.json' missing model for variant: 'mysticalagriculture:vindicator_crop#age=4'
[16Apr2020 18:47:23.623] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/vindicator_crop.json' missing model for variant: 'mysticalagriculture:vindicator_crop#age=3'
[16Apr2020 18:47:23.623] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/vindicator_crop.json' missing model for variant: 'mysticalagriculture:vindicator_crop#age=2'
[16Apr2020 18:47:23.623] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/vindicator_crop.json' missing model for variant: 'mysticalagriculture:vindicator_crop#age=1'
[16Apr2020 18:47:23.623] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/vindicator_crop.json' missing model for variant: 'mysticalagriculture:vindicator_crop#age=7'
[16Apr2020 18:47:23.623] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/vindicator_crop.json' missing model for variant: 'mysticalagriculture:vindicator_crop#age=6'
[16Apr2020 18:47:23.623] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/vindicator_crop.json' missing model for variant: 'mysticalagriculture:vindicator_crop#age=5'
[16Apr2020 18:47:23.623] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: mysticalagriculture:blockstates/phantom_crop.json: java.io.FileNotFoundException: mysticalagriculture:blockstates/phantom_crop.json
[16Apr2020 18:47:23.623] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/phantom_crop.json' missing model for variant: 'mysticalagriculture:phantom_crop#age=0'
[16Apr2020 18:47:23.623] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/phantom_crop.json' missing model for variant: 'mysticalagriculture:phantom_crop#age=1'
[16Apr2020 18:47:23.624] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/phantom_crop.json' missing model for variant: 'mysticalagriculture:phantom_crop#age=2'
[16Apr2020 18:47:23.624] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/phantom_crop.json' missing model for variant: 'mysticalagriculture:phantom_crop#age=3'
[16Apr2020 18:47:23.624] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/phantom_crop.json' missing model for variant: 'mysticalagriculture:phantom_crop#age=4'
[16Apr2020 18:47:23.624] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/phantom_crop.json' missing model for variant: 'mysticalagriculture:phantom_crop#age=5'
[16Apr2020 18:47:23.624] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/phantom_crop.json' missing model for variant: 'mysticalagriculture:phantom_crop#age=6'
[16Apr2020 18:47:23.624] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/phantom_crop.json' missing model for variant: 'mysticalagriculture:phantom_crop#age=7'
[16Apr2020 18:47:23.626] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: mysticalagriculture:blockstates/plastic_crop.json: java.io.FileNotFoundException: mysticalagriculture:blockstates/plastic_crop.json
[16Apr2020 18:47:23.627] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/plastic_crop.json' missing model for variant: 'mysticalagriculture:plastic_crop#age=7'
[16Apr2020 18:47:23.627] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/plastic_crop.json' missing model for variant: 'mysticalagriculture:plastic_crop#age=6'
[16Apr2020 18:47:23.627] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/plastic_crop.json' missing model for variant: 'mysticalagriculture:plastic_crop#age=1'
[16Apr2020 18:47:23.628] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/plastic_crop.json' missing model for variant: 'mysticalagriculture:plastic_crop#age=0'
[16Apr2020 18:47:23.628] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/plastic_crop.json' missing model for variant: 'mysticalagriculture:plastic_crop#age=3'
[16Apr2020 18:47:23.628] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/plastic_crop.json' missing model for variant: 'mysticalagriculture:plastic_crop#age=2'
[16Apr2020 18:47:23.628] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/plastic_crop.json' missing model for variant: 'mysticalagriculture:plastic_crop#age=5'
[16Apr2020 18:47:23.628] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/plastic_crop.json' missing model for variant: 'mysticalagriculture:plastic_crop#age=4'
[16Apr2020 18:47:23.629] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: mysticalagriculture:blockstates/evoker_crop.json: java.io.FileNotFoundException: mysticalagriculture:blockstates/evoker_crop.json
[16Apr2020 18:47:23.629] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/evoker_crop.json' missing model for variant: 'mysticalagriculture:evoker_crop#age=0'
[16Apr2020 18:47:23.629] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/evoker_crop.json' missing model for variant: 'mysticalagriculture:evoker_crop#age=1'
[16Apr2020 18:47:23.629] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/evoker_crop.json' missing model for variant: 'mysticalagriculture:evoker_crop#age=2'
[16Apr2020 18:47:23.629] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/evoker_crop.json' missing model for variant: 'mysticalagriculture:evoker_crop#age=3'
[16Apr2020 18:47:23.629] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/evoker_crop.json' missing model for variant: 'mysticalagriculture:evoker_crop#age=4'
[16Apr2020 18:47:23.629] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/evoker_crop.json' missing model for variant: 'mysticalagriculture:evoker_crop#age=5'
[16Apr2020 18:47:23.629] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/evoker_crop.json' missing model for variant: 'mysticalagriculture:evoker_crop#age=6'
[16Apr2020 18:47:23.629] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/evoker_crop.json' missing model for variant: 'mysticalagriculture:evoker_crop#age=7'
[16Apr2020 18:47:23.630] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: mysticalagriculture:blockstates/mooshroom_crop.json: java.io.FileNotFoundException: mysticalagriculture:blockstates/mooshroom_crop.json
[16Apr2020 18:47:23.630] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/mooshroom_crop.json' missing model for variant: 'mysticalagriculture:mooshroom_crop#age=0'
[16Apr2020 18:47:23.630] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/mooshroom_crop.json' missing model for variant: 'mysticalagriculture:mooshroom_crop#age=7'
[16Apr2020 18:47:23.630] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/mooshroom_crop.json' missing model for variant: 'mysticalagriculture:mooshroom_crop#age=5'
[16Apr2020 18:47:23.630] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/mooshroom_crop.json' missing model for variant: 'mysticalagriculture:mooshroom_crop#age=6'
[16Apr2020 18:47:23.630] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/mooshroom_crop.json' missing model for variant: 'mysticalagriculture:mooshroom_crop#age=3'
[16Apr2020 18:47:23.630] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/mooshroom_crop.json' missing model for variant: 'mysticalagriculture:mooshroom_crop#age=4'
[16Apr2020 18:47:23.630] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/mooshroom_crop.json' missing model for variant: 'mysticalagriculture:mooshroom_crop#age=1'
[16Apr2020 18:47:23.630] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/mooshroom_crop.json' missing model for variant: 'mysticalagriculture:mooshroom_crop#age=2'
[16Apr2020 18:47:23.631] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: mysticalagriculture:blockstates/witch_crop.json: java.io.FileNotFoundException: mysticalagriculture:blockstates/witch_crop.json
[16Apr2020 18:47:23.631] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/witch_crop.json' missing model for variant: 'mysticalagriculture:witch_crop#age=7'
[16Apr2020 18:47:23.631] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/witch_crop.json' missing model for variant: 'mysticalagriculture:witch_crop#age=4'
[16Apr2020 18:47:23.631] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/witch_crop.json' missing model for variant: 'mysticalagriculture:witch_crop#age=3'
[16Apr2020 18:47:23.631] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/witch_crop.json' missing model for variant: 'mysticalagriculture:witch_crop#age=6'
[16Apr2020 18:47:23.631] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/witch_crop.json' missing model for variant: 'mysticalagriculture:witch_crop#age=5'
[16Apr2020 18:47:23.631] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/witch_crop.json' missing model for variant: 'mysticalagriculture:witch_crop#age=0'
[16Apr2020 18:47:23.631] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/witch_crop.json' missing model for variant: 'mysticalagriculture:witch_crop#age=2'
[16Apr2020 18:47:23.631] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/witch_crop.json' missing model for variant: 'mysticalagriculture:witch_crop#age=1'
[16Apr2020 18:47:23.632] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: mysticalagriculture:blockstates/parrot_crop.json: java.io.FileNotFoundException: mysticalagriculture:blockstates/parrot_crop.json
[16Apr2020 18:47:23.632] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/parrot_crop.json' missing model for variant: 'mysticalagriculture:parrot_crop#age=3'
[16Apr2020 18:47:23.632] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/parrot_crop.json' missing model for variant: 'mysticalagriculture:parrot_crop#age=2'
[16Apr2020 18:47:23.632] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/parrot_crop.json' missing model for variant: 'mysticalagriculture:parrot_crop#age=1'
[16Apr2020 18:47:23.632] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/parrot_crop.json' missing model for variant: 'mysticalagriculture:parrot_crop#age=0'
[16Apr2020 18:47:23.632] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/parrot_crop.json' missing model for variant: 'mysticalagriculture:parrot_crop#age=7'
[16Apr2020 18:47:23.632] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/parrot_crop.json' missing model for variant: 'mysticalagriculture:parrot_crop#age=6'
[16Apr2020 18:47:23.632] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/parrot_crop.json' missing model for variant: 'mysticalagriculture:parrot_crop#age=5'
[16Apr2020 18:47:23.632] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'mysticalagriculture:blockstates/parrot_crop.json' missing model for variant: 'mysticalagriculture:parrot_crop#age=4'
[16Apr2020 18:47:23.827] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: bluepower:blockstates/multipart.json: java.io.FileNotFoundException: bluepower:blockstates/multipart.json
[16Apr2020 18:47:23.828] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/multipart.json' missing model for variant: 'bluepower:multipart#'
[16Apr2020 18:47:23.872] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/alloyfurnace.json' missing model for variant: 'bluepower:alloyfurnace#active=true,facing=up'
[16Apr2020 18:47:23.873] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/alloyfurnace.json' missing model for variant: 'bluepower:alloyfurnace#active=false,facing=up'
[16Apr2020 18:47:23.873] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/alloyfurnace.json' missing model for variant: 'bluepower:alloyfurnace#active=true,facing=down'
[16Apr2020 18:47:23.873] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/alloyfurnace.json' missing model for variant: 'bluepower:alloyfurnace#active=false,facing=down'
[16Apr2020 18:47:23.896] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/buffer.json' missing model for variant: 'bluepower:buffer#active=false,facing=up'
[16Apr2020 18:47:23.897] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/buffer.json' missing model for variant: 'bluepower:buffer#active=false,facing=down'
[16Apr2020 18:47:23.897] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/buffer.json' missing model for variant: 'bluepower:buffer#active=true,facing=up'
[16Apr2020 18:47:23.897] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/buffer.json' missing model for variant: 'bluepower:buffer#active=true,facing=down'
[16Apr2020 18:47:23.899] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'bluepower:block/buffer_on' referenced from: bluepower:buffer#active=true,facing=north: java.io.FileNotFoundException: bluepower:models/block/buffer_on.json
[16Apr2020 18:47:23.922] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/circuit_table.json' in resourcepack: 'Mod Resources' for variant: 'normal': Unknown blockstate property: 'normal'
[16Apr2020 18:47:23.922] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/circuit_table.json' missing model for variant: 'bluepower:circuit_table#'
[16Apr2020 18:47:23.962] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/manager.json' in resourcepack: 'Mod Resources' for variant: 'active=false,powered=true,rejecting=true': Unknown blockstate property: 'powered'
[16Apr2020 18:47:23.963] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/manager.json' in resourcepack: 'Mod Resources' for variant: 'active=false,powered=false,rejecting=false': Unknown blockstate property: 'powered'
[16Apr2020 18:47:23.963] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/manager.json' in resourcepack: 'Mod Resources' for variant: 'active=true,powered=true,rejecting=true': Unknown blockstate property: 'powered'
[16Apr2020 18:47:23.963] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/manager.json' in resourcepack: 'Mod Resources' for variant: 'active=true,powered=false,rejecting=false': Unknown blockstate property: 'powered'
[16Apr2020 18:47:23.963] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/manager.json' in resourcepack: 'Mod Resources' for variant: 'active=true,powered=true,rejecting=false': Unknown blockstate property: 'powered'
[16Apr2020 18:47:23.963] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/manager.json' in resourcepack: 'Mod Resources' for variant: 'active=false,powered=false,rejecting=true': Unknown blockstate property: 'powered'
[16Apr2020 18:47:23.963] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/manager.json' in resourcepack: 'Mod Resources' for variant: 'active=true,powered=false,rejecting=true': Unknown blockstate property: 'powered'
[16Apr2020 18:47:23.963] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/manager.json' in resourcepack: 'Mod Resources' for variant: 'active=false,powered=true,rejecting=false': Unknown blockstate property: 'powered'
[16Apr2020 18:47:24.336] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/blulectric_furnace.json' missing model for variant: 'bluepower:blulectric_furnace#active=false,facing=down'
[16Apr2020 18:47:24.336] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/blulectric_furnace.json' missing model for variant: 'bluepower:blulectric_furnace#active=true,facing=down'
[16Apr2020 18:47:24.336] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/blulectric_furnace.json' missing model for variant: 'bluepower:blulectric_furnace#active=false,facing=up'
[16Apr2020 18:47:24.336] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/blulectric_furnace.json' missing model for variant: 'bluepower:blulectric_furnace#active=true,facing=up'
[16Apr2020 18:47:24.340] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/blulectric_alloyfurnace.json' missing model for variant: 'bluepower:blulectric_alloyfurnace#active=true,facing=up'
[16Apr2020 18:47:24.340] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/blulectric_alloyfurnace.json' missing model for variant: 'bluepower:blulectric_alloyfurnace#active=false,facing=up'
[16Apr2020 18:47:24.340] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/blulectric_alloyfurnace.json' missing model for variant: 'bluepower:blulectric_alloyfurnace#active=false,facing=down'
[16Apr2020 18:47:24.340] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/blulectric_alloyfurnace.json' missing model for variant: 'bluepower:blulectric_alloyfurnace#active=true,facing=down'
[16Apr2020 18:47:24.421] [Server-Worker-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:112]: java.lang.RuntimeException: Could not find OBJ model
[16Apr2020 18:47:24.421] [Server-Worker-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:112]: at net.minecraftforge.client.model.obj.OBJLoader.lambda$loadModel$0(OBJLoader.java:81)
[16Apr2020 18:47:24.421] [Server-Worker-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:112]: at net.minecraftforge.client.model.obj.OBJLoader$$Lambda$8748/1594319024.apply(Unknown Source)
[16Apr2020 18:47:24.422] [Server-Worker-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:112]: at java.util.HashMap.computeIfAbsent(HashMap.java:1118)
[16Apr2020 18:47:24.422] [Server-Worker-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:112]: at net.minecraftforge.client.model.obj.OBJLoader.loadModel(OBJLoader.java:73)
[16Apr2020 18:47:24.422] [Server-Worker-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:112]: at net.minecraftforge.client.model.obj.OBJLoader.read(OBJLoader.java:68)
[16Apr2020 18:47:24.422] [Server-Worker-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:112]: at net.minecraftforge.client.model.obj.OBJLoader.read(OBJLoader.java:36)
[16Apr2020 18:47:24.422] [Server-Worker-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:112]: at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:108)
[16Apr2020 18:47:24.422] [Server-Worker-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:112]: at net.minecraftforge.client.model.ModelLoaderRegistry.deserializeGeometry(ModelLoaderRegistry.java:124)
[16Apr2020 18:47:24.422] [Server-Worker-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:112]: at net.minecraftforge.client.model.ModelLoaderRegistry$ExpandedBlockModelDeserializer.deserialize(ModelLoaderRegistry.java:361)
[16Apr2020 18:47:24.423] [Server-Worker-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:112]: at net.minecraftforge.client.model.ModelLoaderRegistry$ExpandedBlockModelDeserializer.deserialize(ModelLoaderRegistry.java:345)
[16Apr2020 18:47:24.423] [Server-Worker-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:112]: at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69)
[16Apr2020 18:47:24.423] [Server-Worker-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:112]: at net.minecraft.util.JSONUtils.func_188173_a(SourceFile:494)
[16Apr2020 18:47:24.423] [Server-Worker-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:112]: at net.minecraft.util.JSONUtils.func_193839_a(SourceFile:534)
[16Apr2020 18:47:24.423] [Server-Worker-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:112]: at net.minecraft.client.renderer.model.BlockModel.func_178307_a(BlockModel.java:63)
[16Apr2020 18:47:24.423] [Server-Worker-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:112]: at net.minecraft.client.renderer.model.ModelBakery.func_177594_c(ModelBakery.java:535)
[16Apr2020 18:47:24.423] [Server-Worker-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:112]: at net.minecraft.client.renderer.model.ModelBakery.func_209598_b(ModelBakery.java:330)
[16Apr2020 18:47:24.423] [Server-Worker-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:112]: at net.minecraft.client.renderer.model.ModelBakery.func_209597_a(ModelBakery.java:311)
[16Apr2020 18:47:24.424] [Server-Worker-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:112]: at net.minecraft.client.renderer.model.ModelBakery.func_217843_a(ModelBakery.java:469)
[16Apr2020 18:47:24.424] [Server-Worker-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:112]: at net.minecraft.client.renderer.model.ModelBakery.lambda$processLoading$8(ModelBakery.java:181)
[16Apr2020 18:47:24.424] [Server-Worker-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:112]: at net.minecraft.client.renderer.model.ModelBakery$$Lambda$8147/571450250.accept(Unknown Source)
[16Apr2020 18:47:24.424] [Server-Worker-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:112]: at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:408)
[16Apr2020 18:47:24.424] [Server-Worker-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:112]: at net.minecraft.client.renderer.model.ModelBakery.processLoading(ModelBakery.java:180)
[16Apr2020 18:47:24.425] [Server-Worker-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:112]: at net.minecraftforge.client.model.ModelLoader.<init>(ModelLoader.java:72)
[16Apr2020 18:47:24.425] [Server-Worker-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:112]: at net.minecraft.client.renderer.model.ModelManager.func_212854_a_(ModelManager.java:55)
[16Apr2020 18:47:24.425] [Server-Worker-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:112]: at net.minecraft.client.renderer.model.ModelManager.func_212854_a_(ModelManager.java:19)
[16Apr2020 18:47:24.425] [Server-Worker-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:112]: at net.minecraft.client.resources.ReloadListener.func_215270_b(SourceFile:11)
[16Apr2020 18:47:24.425] [Server-Worker-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:112]: at net.minecraft.client.resources.ReloadListener$$Lambda$7274/114743696.get(Unknown Source)
[16Apr2020 18:47:24.425] [Server-Worker-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:112]: at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1582)
[16Apr2020 18:47:24.426] [Server-Worker-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:112]: at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1574)
[16Apr2020 18:47:24.426] [Server-Worker-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:112]: at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
[16Apr2020 18:47:24.426] [Server-Worker-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:112]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
[16Apr2020 18:47:24.426] [Server-Worker-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:112]: at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689)
[16Apr2020 18:47:24.426] [Server-Worker-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:112]: at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
[16Apr2020 18:47:24.426] [Server-Worker-8/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:634]: Caused by: java.io.FileNotFoundException: bluepower:models/block/engine/engine_on.obj
[16Apr2020 18:47:24.427] [Server-Worker-8/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:634]: at net.minecraft.resources.FallbackResourceManager.func_199002_a(FallbackResourceManager.java:60)
[16Apr2020 18:47:24.427] [Server-Worker-8/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:634]: at net.minecraft.resources.SimpleReloadableResourceManager.func_199002_a(SimpleReloadableResourceManager.java:59)
[16Apr2020 18:47:24.427] [Server-Worker-8/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:634]: at net.minecraftforge.client.model.obj.OBJLoader.lambda$loadModel$0(OBJLoader.java:77)
[16Apr2020 18:47:24.427] [Server-Worker-8/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:634]: ... 32 more
[16Apr2020 18:47:24.428] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'bluepower:block/engine_on' referenced from: bluepower:engine#active=true,facing=down,gear=true,glider=true,waterlogged=true: java.lang.RuntimeException: Could not find OBJ model
[16Apr2020 18:47:24.438] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/kinetic_generator.json' in resourcepack: 'Mod Resources' for variant: 'facing=south': Unknown blockstate property: 'facing'
[16Apr2020 18:47:24.438] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/kinetic_generator.json' in resourcepack: 'Mod Resources' for variant: 'facing=east': Unknown blockstate property: 'facing'
[16Apr2020 18:47:24.438] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/kinetic_generator.json' in resourcepack: 'Mod Resources' for variant: 'facing=down': Unknown blockstate property: 'facing'
[16Apr2020 18:47:24.438] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/kinetic_generator.json' in resourcepack: 'Mod Resources' for variant: 'facing=north': Unknown blockstate property: 'facing'
[16Apr2020 18:47:24.438] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/kinetic_generator.json' in resourcepack: 'Mod Resources' for variant: 'facing=up': Unknown blockstate property: 'facing'
[16Apr2020 18:47:24.438] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/kinetic_generator.json' in resourcepack: 'Mod Resources' for variant: 'facing=west': Unknown blockstate property: 'facing'
[16Apr2020 18:47:24.438] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/kinetic_generator.json' missing model for variant: 'bluepower:kinetic_generator#'
[16Apr2020 18:47:24.443] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/thermopile.json' in resourcepack: 'Mod Resources' for variant: 'facing=south': Unknown blockstate property: 'facing'
[16Apr2020 18:47:24.443] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/thermopile.json' in resourcepack: 'Mod Resources' for variant: 'facing=east': Unknown blockstate property: 'facing'
[16Apr2020 18:47:24.444] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/thermopile.json' in resourcepack: 'Mod Resources' for variant: 'facing=north': Unknown blockstate property: 'facing'
[16Apr2020 18:47:24.444] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/thermopile.json' in resourcepack: 'Mod Resources' for variant: 'facing=west': Unknown blockstate property: 'facing'
[16Apr2020 18:47:25.817] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: bluepower:blockstates/sortron.json: java.io.FileNotFoundException: bluepower:blockstates/sortron.json
[16Apr2020 18:47:25.818] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'bluepower:blockstates/sortron.json' missing model for variant: 'bluepower:sortron#'
[16Apr2020 18:47:39.823] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'industrialforegoing:mob_essence_tool#inventory' referenced from: industrialforegoing:mob_essence_tool#inventory: java.io.FileNotFoundException: industrialforegoing:models/item/mob_essence_tool.json
[16Apr2020 18:47:41.695] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'snowrealmagic:stairs#inventory' referenced from: snowrealmagic:stairs#inventory: java.io.FileNotFoundException: snowrealmagic:models/item/stairs.json
[16Apr2020 18:47:41.696] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'snowrealmagic:slab#inventory' referenced from: snowrealmagic:slab#inventory: java.io.FileNotFoundException: snowrealmagic:models/item/slab.json
[16Apr2020 18:47:41.697] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'snowrealmagic:fence_gate#inventory' referenced from: snowrealmagic:fence_gate#inventory: java.io.FileNotFoundException: snowrealmagic:models/item/fence_gate.json
[16Apr2020 18:47:42.195] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'goatmod:goat_spawn_egg#inventory' referenced from: goatmod:goat_spawn_egg#inventory: java.io.FileNotFoundException: goatmod:models/item/goat_spawn_egg.json
[16Apr2020 18:47:42.630] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:panda_essence#inventory' referenced from: mysticalagriculture:panda_essence#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/panda_essence.json
[16Apr2020 18:47:42.632] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:fox_essence#inventory' referenced from: mysticalagriculture:fox_essence#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/fox_essence.json
[16Apr2020 18:47:42.633] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:bat_essence#inventory' referenced from: mysticalagriculture:bat_essence#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/bat_essence.json
[16Apr2020 18:47:42.636] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:cat_essence#inventory' referenced from: mysticalagriculture:cat_essence#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/cat_essence.json
[16Apr2020 18:47:42.640] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:wolf_essence#inventory' referenced from: mysticalagriculture:wolf_essence#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/wolf_essence.json
[16Apr2020 18:47:42.642] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:plastic_essence#inventory' referenced from: mysticalagriculture:plastic_essence#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/plastic_essence.json
[16Apr2020 18:47:42.644] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:parrot_essence#inventory' referenced from: mysticalagriculture:parrot_essence#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/parrot_essence.json
[16Apr2020 18:47:42.664] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:llama_essence#inventory' referenced from: mysticalagriculture:llama_essence#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/llama_essence.json
[16Apr2020 18:47:42.665] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:husk_essence#inventory' referenced from: mysticalagriculture:husk_essence#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/husk_essence.json
[16Apr2020 18:47:42.666] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:silverfish_essence#inventory' referenced from: mysticalagriculture:silverfish_essence#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/silverfish_essence.json
[16Apr2020 18:47:42.667] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:drowned_essence#inventory' referenced from: mysticalagriculture:drowned_essence#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/drowned_essence.json
[16Apr2020 18:47:42.669] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:guardian_essence#inventory' referenced from: mysticalagriculture:guardian_essence#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/guardian_essence.json
[16Apr2020 18:47:42.671] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:dolphin_essence#inventory' referenced from: mysticalagriculture:dolphin_essence#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/dolphin_essence.json
[16Apr2020 18:47:42.672] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:zombie_pigman_essence#inventory' referenced from: mysticalagriculture:zombie_pigman_essence#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/zombie_pigman_essence.json
[16Apr2020 18:47:42.674] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:stray_essence#inventory' referenced from: mysticalagriculture:stray_essence#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/stray_essence.json
[16Apr2020 18:47:42.674] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:vex_essence#inventory' referenced from: mysticalagriculture:vex_essence#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/vex_essence.json
[16Apr2020 18:47:42.676] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:polar_bear_essence#inventory' referenced from: mysticalagriculture:polar_bear_essence#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/polar_bear_essence.json
[16Apr2020 18:47:42.676] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:horse_essence#inventory' referenced from: mysticalagriculture:horse_essence#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/horse_essence.json
[16Apr2020 18:47:42.678] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:witch_essence#inventory' referenced from: mysticalagriculture:witch_essence#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/witch_essence.json
[16Apr2020 18:47:42.689] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:ravager_essence#inventory' referenced from: mysticalagriculture:ravager_essence#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/ravager_essence.json
[16Apr2020 18:47:42.690] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:magma_cube_essence#inventory' referenced from: mysticalagriculture:magma_cube_essence#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/magma_cube_essence.json
[16Apr2020 18:47:42.691] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:pillager_essence#inventory' referenced from: mysticalagriculture:pillager_essence#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/pillager_essence.json
[16Apr2020 18:47:42.692] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:endermite_essence#inventory' referenced from: mysticalagriculture:endermite_essence#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/endermite_essence.json
[16Apr2020 18:47:42.693] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:shulker_essence#inventory' referenced from: mysticalagriculture:shulker_essence#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/shulker_essence.json
[16Apr2020 18:47:42.694] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:villager_essence#inventory' referenced from: mysticalagriculture:villager_essence#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/villager_essence.json
[16Apr2020 18:47:42.695] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:pink_slime_essence#inventory' referenced from: mysticalagriculture:pink_slime_essence#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/pink_slime_essence.json
[16Apr2020 18:47:42.696] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:vindicator_essence#inventory' referenced from: mysticalagriculture:vindicator_essence#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/vindicator_essence.json
[16Apr2020 18:47:42.697] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:phantom_essence#inventory' referenced from: mysticalagriculture:phantom_essence#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/phantom_essence.json
[16Apr2020 18:47:42.698] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:mooshroom_essence#inventory' referenced from: mysticalagriculture:mooshroom_essence#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/mooshroom_essence.json
[16Apr2020 18:47:42.701] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:evoker_essence#inventory' referenced from: mysticalagriculture:evoker_essence#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/evoker_essence.json
[16Apr2020 18:47:42.725] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:panda_seeds#inventory' referenced from: mysticalagriculture:panda_seeds#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/panda_seeds.json
[16Apr2020 18:47:42.726] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:fox_seeds#inventory' referenced from: mysticalagriculture:fox_seeds#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/fox_seeds.json
[16Apr2020 18:47:42.727] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:bat_seeds#inventory' referenced from: mysticalagriculture:bat_seeds#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/bat_seeds.json
[16Apr2020 18:47:42.728] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:cat_seeds#inventory' referenced from: mysticalagriculture:cat_seeds#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/cat_seeds.json
[16Apr2020 18:47:42.729] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:wolf_seeds#inventory' referenced from: mysticalagriculture:wolf_seeds#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/wolf_seeds.json
[16Apr2020 18:47:42.730] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:plastic_seeds#inventory' referenced from: mysticalagriculture:plastic_seeds#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/plastic_seeds.json
[16Apr2020 18:47:42.731] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:parrot_seeds#inventory' referenced from: mysticalagriculture:parrot_seeds#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/parrot_seeds.json
[16Apr2020 18:47:42.743] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:llama_seeds#inventory' referenced from: mysticalagriculture:llama_seeds#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/llama_seeds.json
[16Apr2020 18:47:42.744] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:husk_seeds#inventory' referenced from: mysticalagriculture:husk_seeds#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/husk_seeds.json
[16Apr2020 18:47:42.745] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:silverfish_seeds#inventory' referenced from: mysticalagriculture:silverfish_seeds#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/silverfish_seeds.json
[16Apr2020 18:47:42.746] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:drowned_seeds#inventory' referenced from: mysticalagriculture:drowned_seeds#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/drowned_seeds.json
[16Apr2020 18:47:42.747] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:guardian_seeds#inventory' referenced from: mysticalagriculture:guardian_seeds#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/guardian_seeds.json
[16Apr2020 18:47:42.748] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:dolphin_seeds#inventory' referenced from: mysticalagriculture:dolphin_seeds#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/dolphin_seeds.json
[16Apr2020 18:47:42.749] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:zombie_pigman_seeds#inventory' referenced from: mysticalagriculture:zombie_pigman_seeds#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/zombie_pigman_seeds.json
[16Apr2020 18:47:42.749] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:stray_seeds#inventory' referenced from: mysticalagriculture:stray_seeds#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/stray_seeds.json
[16Apr2020 18:47:42.751] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:vex_seeds#inventory' referenced from: mysticalagriculture:vex_seeds#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/vex_seeds.json
[16Apr2020 18:47:42.753] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:polar_bear_seeds#inventory' referenced from: mysticalagriculture:polar_bear_seeds#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/polar_bear_seeds.json
[16Apr2020 18:47:42.754] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:horse_seeds#inventory' referenced from: mysticalagriculture:horse_seeds#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/horse_seeds.json
[16Apr2020 18:47:42.756] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:witch_seeds#inventory' referenced from: mysticalagriculture:witch_seeds#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/witch_seeds.json
[16Apr2020 18:47:42.766] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:ravager_seeds#inventory' referenced from: mysticalagriculture:ravager_seeds#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/ravager_seeds.json
[16Apr2020 18:47:42.767] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:magma_cube_seeds#inventory' referenced from: mysticalagriculture:magma_cube_seeds#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/magma_cube_seeds.json
[16Apr2020 18:47:42.769] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:pillager_seeds#inventory' referenced from: mysticalagriculture:pillager_seeds#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/pillager_seeds.json
[16Apr2020 18:47:42.773] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:endermite_seeds#inventory' referenced from: mysticalagriculture:endermite_seeds#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/endermite_seeds.json
[16Apr2020 18:47:42.774] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:shulker_seeds#inventory' referenced from: mysticalagriculture:shulker_seeds#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/shulker_seeds.json
[16Apr2020 18:47:42.775] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:villager_seeds#inventory' referenced from: mysticalagriculture:villager_seeds#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/villager_seeds.json
[16Apr2020 18:47:42.776] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:pink_slime_seeds#inventory' referenced from: mysticalagriculture:pink_slime_seeds#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/pink_slime_seeds.json
[16Apr2020 18:47:42.777] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:vindicator_seeds#inventory' referenced from: mysticalagriculture:vindicator_seeds#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/vindicator_seeds.json
[16Apr2020 18:47:42.777] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:phantom_seeds#inventory' referenced from: mysticalagriculture:phantom_seeds#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/phantom_seeds.json
[16Apr2020 18:47:42.778] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:mooshroom_seeds#inventory' referenced from: mysticalagriculture:mooshroom_seeds#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/mooshroom_seeds.json
[16Apr2020 18:47:42.781] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'mysticalagriculture:evoker_seeds#inventory' referenced from: mysticalagriculture:evoker_seeds#inventory: java.io.FileNotFoundException: mysticalagriculture:models/item/evoker_seeds.json
[16Apr2020 18:47:43.205] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'bluepower:multipart#inventory' referenced from: bluepower:multipart#inventory: java.io.FileNotFoundException: bluepower:models/item/multipart.json
[16Apr2020 18:47:43.265] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'bluepower:half_block#inventory' referenced from: bluepower:half_block#inventory: java.io.FileNotFoundException: bluepower:models/item/half_block.json
[16Apr2020 18:47:43.266] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'bluepower:panel#inventory' referenced from: bluepower:panel#inventory: java.io.FileNotFoundException: bluepower:models/item/panel.json
[16Apr2020 18:47:43.267] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'bluepower:cover#inventory' referenced from: bluepower:cover#inventory: java.io.FileNotFoundException: bluepower:models/item/cover.json
[16Apr2020 18:47:43.456] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'bluepower:sortron#inventory' referenced from: bluepower:sortron#inventory: java.io.FileNotFoundException: bluepower:models/item/sortron.json
[16Apr2020 18:47:44.719] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'quark:magnetized_block#inventory' referenced from: quark:magnetized_block#inventory: java.io.FileNotFoundException: quark:models/item/magnetized_block.json
[16Apr2020 18:47:53.469] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to resolve texture reference: #-1 in coffeespawner:block/coffee_machine_pan_mug
[16Apr2020 18:47:53.469] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to resolve texture reference: #-1 in coffeespawner:block/coffee_machine_no_mug
[16Apr2020 18:47:53.469] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to resolve texture reference: #-1 in coffeespawner:block/coffee_machine_mug
[16Apr2020 18:47:53.469] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to resolve texture reference: #-1 in coffeespawner:item/coffee_machine_pan
[16Apr2020 18:47:53.469] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to resolve texture reference: #-1 in economyinc:block/block_atm
[16Apr2020 18:47:53.469] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to resolve texture reference: #-1 in economyinc:item/block_atm
[16Apr2020 18:47:53.470] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to resolve texture reference: #-1 in coffeespawner:item/coffee_machine
[16Apr2020 18:47:53.470] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to resolve texture reference: #missing in waterstrainer:item/worm_bin
[16Apr2020 18:47:53.470] [Server-Worker-8/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to resolve texture reference: #missing in waterstrainer:block/worm_bin
[16Apr2020 18:47:53.645] [Server-Worker-9/ERROR] [net.minecraft.client.renderer.texture.AtlasTexture/]: Using missing texture, unable to load bluepower:textures/blocks/machines/regulator_active.png : java.io.FileNotFoundException: bluepower:textures/blocks/machines/regulator_active.png
[16Apr2020 18:47:53.856] [Server-Worker-7/ERROR] [net.minecraft.client.renderer.texture.AtlasTexture/]: Using missing texture, unable to load solarflux:textures/blocks/example_base.png : java.io.FileNotFoundException: solarflux:textures/blocks/example_base.png
[16Apr2020 18:47:55.100] [Server-Worker-10/ERROR] [net.minecraft.client.renderer.texture.AtlasTexture/]: Using missing texture, unable to load bluepower:textures/blocks/engine.png : java.io.FileNotFoundException: bluepower:textures/blocks/engine.png
[16Apr2020 18:47:57.922] [Server-Worker-12/ERROR] [net.minecraft.client.renderer.texture.AtlasTexture/]: Using missing texture, unable to load bluepower:textures/blocks/machines/item_detector_front_active.png : java.io.FileNotFoundException: bluepower:textures/blocks/machines/item_detector_front_active.png
[16Apr2020 18:47:58.385] [Server-Worker-7/ERROR] [net.minecraft.client.renderer.texture.AtlasTexture/]: Using missing texture, unable to load minecraft:textures/block/spruce_planks_planks.png : java.io.FileNotFoundException: minecraft:textures/block/spruce_planks_planks.png
[16Apr2020 18:47:59.903] [Server-Worker-10/ERROR] [net.minecraft.client.renderer.texture.AtlasTexture/]: Using missing texture, unable to load bountiful:textures/item/decree.png : java.io.FileNotFoundException: bountiful:textures/item/decree.png
[16Apr2020 18:48:00.053] [Server-Worker-8/WARN] [net.minecraft.client.renderer.texture.AtlasTexture/]: Texture rsgauges:block/bistableswitch/bistableswitch3texture_front with size 24x24 limits mip level from 4 to 3
[16Apr2020 18:48:06.542] [Server-Worker-9/ERROR] [net.minecraft.client.renderer.texture.AtlasTexture/]: Using missing texture, unable to load cookingforblockheads:textures/entity/cow/cow.png : java.io.FileNotFoundException: cookingforblockheads:textures/entity/cow/cow.png
[16Apr2020 18:48:08.127] [modloading-worker-4/INFO] [STDERR/]: [net.geforcemods.securitycraft.compat.versionchecker.VersionUpdateChecker:getCompoundNBT:45]: java.io.FileNotFoundException: https://github.com/Geforce132/SecurityCraft/raw/master/Updates/1.15.2-forge-31.1.43.json
[16Apr2020 18:48:08.127] [modloading-worker-4/INFO] [STDERR/]: [net.geforcemods.securitycraft.compat.versionchecker.VersionUpdateChecker:getCompoundNBT:45]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1835)
[16Apr2020 18:48:08.127] [modloading-worker-4/INFO] [STDERR/]: [net.geforcemods.securitycraft.compat.versionchecker.VersionUpdateChecker:getCompoundNBT:45]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440)
[16Apr2020 18:48:08.128] [modloading-worker-4/INFO] [STDERR/]: [net.geforcemods.securitycraft.compat.versionchecker.VersionUpdateChecker:getCompoundNBT:45]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[16Apr2020 18:48:08.128] [modloading-worker-4/INFO] [STDERR/]: [net.geforcemods.securitycraft.compat.versionchecker.VersionUpdateChecker:getCompoundNBT:45]: at java.net.URL.openStream(URL.java:1038)
[16Apr2020 18:48:08.128] [modloading-worker-4/INFO] [STDERR/]: [net.geforcemods.securitycraft.compat.versionchecker.VersionUpdateChecker:getCompoundNBT:45]: at net.geforcemods.securitycraft.compat.versionchecker.VersionUpdateChecker.getCompoundNBT(VersionUpdateChecker.java:26)
[16Apr2020 18:48:08.128] [modloading-worker-4/INFO] [STDERR/]: [net.geforcemods.securitycraft.compat.versionchecker.VersionUpdateChecker:getCompoundNBT:45]: at net.geforcemods.securitycraft.SecurityCraft.lambda$null$6(SecurityCraft.java:99)
[16Apr2020 18:48:08.128] [modloading-worker-4/INFO] [STDERR/]: [net.geforcemods.securitycraft.compat.versionchecker.VersionUpdateChecker:getCompoundNBT:45]: at net.geforcemods.securitycraft.SecurityCraft$$Lambda$8784/2146826049.run(Unknown Source)
[16Apr2020 18:48:08.128] [modloading-worker-4/INFO] [STDERR/]: [net.geforcemods.securitycraft.compat.versionchecker.VersionUpdateChecker:getCompoundNBT:45]: at net.minecraftforge.fml.DistExecutor.runWhenOn(DistExecutor.java:56)
[16Apr2020 18:48:08.128] [modloading-worker-4/INFO] [STDERR/]: [net.geforcemods.securitycraft.compat.versionchecker.VersionUpdateChecker:getCompoundNBT:45]: at net.geforcemods.securitycraft.SecurityCraft.onInterModEnqueue(SecurityCraft.java:98)
[16Apr2020 18:48:08.129] [modloading-worker-4/INFO] [STDERR/]: [net.geforcemods.securitycraft.compat.versionchecker.VersionUpdateChecker:getCompoundNBT:45]: at net.minecraftforge.eventbus.ASMEventHandler_584_SecurityCraft_onInterModEnqueue_InterModEnqueueEvent.invoke(.dynamic)
[16Apr2020 18:48:08.129] [modloading-worker-4/INFO] [STDERR/]: [net.geforcemods.securitycraft.compat.versionchecker.VersionUpdateChecker:getCompoundNBT:45]: at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
[16Apr2020 18:48:08.129] [modloading-worker-4/INFO] [STDERR/]: [net.geforcemods.securitycraft.compat.versionchecker.VersionUpdateChecker:getCompoundNBT:45]: at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
[16Apr2020 18:48:08.129] [modloading-worker-4/INFO] [STDERR/]: [net.geforcemods.securitycraft.compat.versionchecker.VersionUpdateChecker:getCompoundNBT:45]: at net.minecraftforge.fml.javafmlmod.FMLModContainer.fireEvent(FMLModContainer.java:106)
[16Apr2020 18:48:08.129] [modloading-worker-4/INFO] [STDERR/]: [net.geforcemods.securitycraft.compat.versionchecker.VersionUpdateChecker:getCompoundNBT:45]: at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$2213/943843194.accept(Unknown Source)
[16Apr2020 18:48:08.129] [modloading-worker-4/INFO] [STDERR/]: [net.geforcemods.securitycraft.compat.versionchecker.VersionUpdateChecker:getCompoundNBT:45]: at java.util.function.Consumer.lambda$andThen$14(Consumer.java:65)
[16Apr2020 18:48:08.129] [modloading-worker-4/INFO] [STDERR/]: [net.geforcemods.securitycraft.compat.versionchecker.VersionUpdateChecker:getCompoundNBT:45]: at java.util.function.Consumer$$Lambda$2195/25859938.accept(Unknown Source)
[16Apr2020 18:48:08.129] [modloading-worker-4/INFO] [STDERR/]: [net.geforcemods.securitycraft.compat.versionchecker.VersionUpdateChecker:getCompoundNBT:45]: at java.util.function.Consumer.lambda$andThen$14(Consumer.java:65)
[16Apr2020 18:48:08.129] [modloading-worker-4/INFO] [STDERR/]: [net.geforcemods.securitycraft.compat.versionchecker.VersionUpdateChecker:getCompoundNBT:45]: at java.util.function.Consumer$$Lambda$2195/25859938.accept(Unknown Source)
[16Apr2020 18:48:08.130] [modloading-worker-4/INFO] [STDERR/]: [net.geforcemods.securitycraft.compat.versionchecker.VersionUpdateChecker:getCompoundNBT:45]: at net.minecraftforge.fml.ModContainer.transitionState(ModContainer.java:112)
[16Apr2020 18:48:08.130] [modloading-worker-4/INFO] [STDERR/]: [net.geforcemods.securitycraft.compat.versionchecker.VersionUpdateChecker:getCompoundNBT:45]: at net.minecraftforge.fml.ModList.lambda$null$10(ModList.java:134)
[16Apr2020 18:48:08.130] [modloading-worker-4/INFO] [STDERR/]: [net.geforcemods.securitycraft.compat.versionchecker.VersionUpdateChecker:getCompoundNBT:45]: at net.minecraftforge.fml.ModList$$Lambda$2457/1249814941.accept(Unknown Source)
[16Apr2020 18:48:08.130] [modloading-worker-4/INFO] [STDERR/]: [net.geforcemods.securitycraft.compat.versionchecker.VersionUpdateChecker:getCompoundNBT:45]: at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
[16Apr2020 18:48:08.130] [modloading-worker-4/INFO] [STDERR/]: [net.geforcemods.securitycraft.compat.versionchecker.VersionUpdateChecker:getCompoundNBT:45]: at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
[16Apr2020 18:48:08.130] [modloading-worker-4/INFO] [STDERR/]: [net.geforcemods.securitycraft.compat.versionchecker.VersionUpdateChecker:getCompoundNBT:45]: at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
[16Apr2020 18:48:08.130] [modloading-worker-4/INFO] [STDERR/]: [net.geforcemods.securitycraft.compat.versionchecker.VersionUpdateChecker:getCompoundNBT:45]: at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
[16Apr2020 18:48:08.130] [modloading-worker-4/INFO] [STDERR/]: [net.geforcemods.securitycraft.compat.versionchecker.VersionUpdateChecker:getCompoundNBT:45]: at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
[16Apr2020 18:48:08.130] [modloading-worker-4/INFO] [STDERR/]: [net.geforcemods.securitycraft.compat.versionchecker.VersionUpdateChecker:getCompoundNBT:45]: at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
[16Apr2020 18:48:08.130] [modloading-worker-4/INFO] [STDERR/]: [net.geforcemods.securitycraft.compat.versionchecker.VersionUpdateChecker:getCompoundNBT:45]: at java.util.concurrent.ForkJoinPool$WorkQueue.execLocalTasks(ForkJoinPool.java:1040)
[16Apr2020 18:48:08.131] [modloading-worker-4/INFO] [STDERR/]: [net.geforcemods.securitycraft.compat.versionchecker.VersionUpdateChecker:getCompoundNBT:45]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1058)
[16Apr2020 18:48:08.131] [modloading-worker-4/INFO] [STDERR/]: [net.geforcemods.securitycraft.compat.versionchecker.VersionUpdateChecker:getCompoundNBT:45]: at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689)
[16Apr2020 18:48:08.131] [modloading-worker-4/INFO] [STDERR/]: [net.geforcemods.securitycraft.compat.versionchecker.VersionUpdateChecker:getCompoundNBT:45]: at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
[16Apr2020 18:48:08.149] [modloading-worker-5/INFO] [edivad.dimstorage.Main/]: Enabled support for The One Probe
[16Apr2020 18:48:08.318] [Server-Worker-8/INFO] [net.minecraftforge.fml.DeferredWorkQueue/LOADING]: Dispatching synchronous work after COMPLETE: 1 jobs
[16Apr2020 18:48:08.322] [Render thread/INFO] [journeymap/]: PostInit
[16Apr2020 18:48:08.618] [Render thread/INFO] [journeymap/]: JourneyMap log initialized.
[16Apr2020 18:48:08.619] [Render thread/INFO] [journeymap/]: initialize ENTER
[16Apr2020 18:48:08.867] [Render thread/WARN] [journeymap/]: Couldn't determine locale from game settings, defaulting to en_GB
[16Apr2020 18:48:08.902] [Render thread/INFO] [journeymap/]: [ClientAPI] built with JourneyMap API 1.5-SNAPSHOT
[16Apr2020 18:48:08.902] [Render thread/INFO] [journeymap/]: Initializing plugins with Client API: journeymap.client.api.impl.ClientAPI
[16Apr2020 18:48:08.903] [Render thread/INFO] [journeymap/]: initialize EXIT, elapsed count 0 avg ?ms
[16Apr2020 18:48:09.435] [Render thread/INFO] [journeymap/]: Added entity icons from journeymap:icon/entity. Success: false
[16Apr2020 18:48:10.030] [Render thread/INFO] [journeymap/]: Preloaded theme textures: 73
[16Apr2020 18:48:10.036] [Render thread/INFO] [journeymap/webmap/]: Configured port 8123 is available.
[16Apr2020 18:48:10.068] [Render thread/INFO] [STDERR/]: [info.journeymap.shaded.org.slf4j.helpers.Util:report:127]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[16Apr2020 18:48:10.069] [Render thread/INFO] [STDERR/]: [info.journeymap.shaded.org.slf4j.helpers.Util:report:127]: SLF4J: Defaulting to no-operation (NOP) logger implementation
[16Apr2020 18:48:10.069] [Render thread/INFO] [STDERR/]: [info.journeymap.shaded.org.slf4j.helpers.Util:report:127]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[16Apr2020 18:48:10.137] [Render thread/INFO] [journeymap/webmap/]: Webmap is now listening on port 8123.
[16Apr2020 18:48:10.150] [Render thread/WARN] [net.minecraftforge.fml.DeferredWorkQueue/LOADING]: Mod 'journeymap' took 1.827 s to run a deferred task.
[16Apr2020 18:48:10.150] [Server-Worker-8/INFO] [net.minecraftforge.fml.DeferredWorkQueue/LOADING]: Synchronous work queue completed in 00:00:01.831
[16Apr2020 18:48:10.209] [Thread-29/INFO] [STDERR/]: [org.eclipse.jetty.util.log.StdErrLog:info:322]: 2020-04-16 18:48:10.207:INFO::Thread-29: Logging initialized @148717ms to org.eclipse.jetty.util.log.StdErrLog
[16Apr2020 18:48:10.458] [Thread-29/INFO] [STDERR/]: [org.eclipse.jetty.util.log.StdErrLog:info:322]: 2020-04-16 18:48:10.458:INFO:oejs.Server:Thread-29: jetty-9.4.z-SNAPSHOT
[16Apr2020 18:48:10.577] [Thread-29/INFO] [STDERR/]: [org.eclipse.jetty.util.log.StdErrLog:info:322]: 2020-04-16 18:48:10.577:INFO:oejs.session:Thread-29: DefaultSessionIdManager workerName=node0
[16Apr2020 18:48:10.582] [Thread-29/INFO] [STDERR/]: [org.eclipse.jetty.util.log.StdErrLog:info:322]: 2020-04-16 18:48:10.582:INFO:oejs.session:Thread-29: No SessionScavenger set, using defaults
[16Apr2020 18:48:10.589] [Thread-29/INFO] [STDERR/]: [org.eclipse.jetty.util.log.StdErrLog:info:322]: 2020-04-16 18:48:10.589:INFO:oejs.session:Thread-29: Scavenging every 600000ms
[16Apr2020 18:48:10.667] [Thread-29/INFO] [STDERR/]: [org.eclipse.jetty.util.log.StdErrLog:info:322]: 2020-04-16 18:48:10.666:INFO:oejs.AbstractConnector:Thread-29: Started ServerConnector@1f378565{HTTP/1.1,[http/1.1]}{0.0.0.0:8123}
[16Apr2020 18:48:10.667] [Thread-29/INFO] [STDERR/]: [org.eclipse.jetty.util.log.StdErrLog:info:322]: 2020-04-16 18:48:10.667:INFO:oejs.Server:Thread-29: Started @149178ms
[16Apr2020 18:48:10.688] [JM-VersionCheck-1/ERROR] [journeymap/]: Could not check version URL
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) ~[?:1.8.0_51]
at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949) ~[?:1.8.0_51]
at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302) ~[?:1.8.0_51]
at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296) ~[?:1.8.0_51]
at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1497) ~[?:1.8.0_51]
at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:212) ~[?:1.8.0_51]
at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979) ~[?:1.8.0_51]
at sun.security.ssl.Handshaker.process_record(Handshaker.java:914) ~[?:1.8.0_51]
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062) ~[?:1.8.0_51]
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375) ~[?:1.8.0_51]
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403) ~[?:1.8.0_51]
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387) ~[?:1.8.0_51]
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:275) ~[httpclient-4.3.3.jar:4.3.3]
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:254) ~[httpclient-4.3.3.jar:4.3.3]
at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:117) ~[httpclient-4.3.3.jar:4.3.3]
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:314) ~[httpclient-4.3.3.jar:4.3.3]
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:363) ~[httpclient-4.3.3.jar:4.3.3]
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:219) ~[httpclient-4.3.3.jar:4.3.3]
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195) ~[httpclient-4.3.3.jar:4.3.3]
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86) ~[httpclient-4.3.3.jar:4.3.3]
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108) ~[httpclient-4.3.3.jar:4.3.3]
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:186) ~[httpclient-4.3.3.jar:4.3.3]
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3]
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106) ~[httpclient-4.3.3.jar:4.3.3]
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3]
at journeymap.common.version.VersionCheck$1.run(VersionCheck.java:131) [?:1.15.2-5.7.0beta1]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_51]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_51]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_51]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_51]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:387) ~[?:1.8.0_51]
at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292) ~[?:1.8.0_51]
at sun.security.validator.Validator.validate(Validator.java:260) ~[?:1.8.0_51]
at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324) ~[?:1.8.0_51]
at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229) ~[?:1.8.0_51]
at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124) ~[?:1.8.0_51]
at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1479) ~[?:1.8.0_51]
... 26 more
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:145) ~[?:1.8.0_51]
at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:131) ~[?:1.8.0_51]
at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280) ~[?:1.8.0_51]
at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:382) ~[?:1.8.0_51]
at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292) ~[?:1.8.0_51]
at sun.security.validator.Validator.validate(Validator.java:260) ~[?:1.8.0_51]
at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324) ~[?:1.8.0_51]
at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229) ~[?:1.8.0_51]
at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124) ~[?:1.8.0_51]
at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1479) ~[?:1.8.0_51]
... 26 more
[16Apr2020 18:48:33.430] [Render thread/INFO] [sounddeviceoptions/]: SoundManager loading on device null
[16Apr2020 18:48:33.500] [Render thread/INFO] [net.minecraft.client.audio.SoundSystem/]: OpenAL initialized.
[16Apr2020 18:48:33.501] [Render thread/INFO] [net.minecraft.client.audio.SoundEngine/SOUNDS]: Sound engine started
[16Apr2020 18:48:34.116] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x128x0 jei:textures/atlas/gui.png-atlas
[16Apr2020 18:48:34.120] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 2048x2048x4 minecraft:textures/atlas/blocks.png-atlas
[16Apr2020 18:48:34.225] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x256x4 minecraft:textures/atlas/signs.png-atlas
[16Apr2020 18:48:34.229] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
[16Apr2020 18:48:34.231] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
[16Apr2020 18:48:34.234] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 1024x1024x4 minecraft:textures/atlas/chest.png-atlas
[16Apr2020 18:48:34.240] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
[16Apr2020 18:48:34.241] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
[16Apr2020 18:49:00.974] [Render thread/INFO] [Mystical Agriculture/]: Model replacement took 13 milliseconds.
[16Apr2020 18:49:02.523] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x256x0 minecraft:textures/atlas/particles.png-atlas
[16Apr2020 18:49:02.529] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
[16Apr2020 18:49:02.530] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[16Apr2020 18:49:02.732] [Render thread/INFO] [ambientsounds/]: Successfully loaded sound engine. 11 dimension(s) and 32 region(s)
[16Apr2020 18:49:10.237] [Render thread/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
[16Apr2020 18:49:10.238] [Render thread/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[16Apr2020 18:49:10.238] [Render thread/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
[16Apr2020 18:49:10.239] [Render thread/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
[16Apr2020 18:49:10.240] [Render thread/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[16Apr2020 18:49:10.343] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Starting integrated minecraft server version 1.15.2
[16Apr2020 18:49:10.343] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Generating keypair
[16Apr2020 18:49:10.479] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file C:\Users\kevin\AppData\Roaming\.minecraft\saves\1_1\serverconfig\waystones-server.toml is not correct. Correcting
[16Apr2020 18:49:10.479] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.dimensionalWarp.dimensionalWarpXpCost was corrected from 3 to 0
[16Apr2020 18:49:10.531] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Bountiful listening for resource reloads..
[16Apr2020 18:49:10.639] [Server thread/INFO] [net.minecraftforge.common.DimensionManager/DIMS]: Registered dimension midnight:midnight of type midnight:midnight and id 3
[16Apr2020 18:49:10.713] [Server thread/INFO] [net.minecraftforge.common.DimensionManager/DIMS]: Registered dimension dimdungeons:dungeon_dimension of type dimdungeons:dungeon_dimension and id 4
[16Apr2020 18:49:15.791] [Server thread/INFO] [net.minecraft.resources.SimpleReloadableResourceManager/]: Reloading ResourceManager: Default, AI-Improvements-1.15.2-0.3.0.jar, AmbientEnvironment-3.0.0.jar, AmbientSounds_v3.0.18_mc1.15.2.jar, Apotheosis-1.15.2-3.0.7.jar, AppleSkin-mc1.15.2-forge-1.0.13.jar, Aquaculture-1.15.2-2.0.13.jar, astikorcarts-1.0.2-1.15.2.jar, AttributeFix-1.15.2-7.0.1.jar, AutoRegLib-1.5-40.jar, autumnity-1.1.1-1.15.2.jar, bambooblocks-1.15.2-1.3.jar, beesknees-1.15.2-1.0.1.jar, BetterAdvancements-1.15.2-0.1.0.96.jar, BetterBurning-1.15.2-1.3.4.jar, BetterThanMending-1.4.0.jar, BiomesOPlenty-1.15.2-10.0.0.345-universal.jar, bluepower-1.15.2-0.4.184-alpha-universal.jar, BonsaiTrees-2.1.2.6.jar, Bookshelf-1.15.2-5.3.9.jar, Bountiful-1.15.2-3.1.0.jar, buildinggadgets-3.3.4.jar, carpetstairsmod-mc1.15-v1.3.jar, crayfishfurnituremod-7.0.0-pre16-mc1.15.1.jar, ChunkNoGoByeBye-1.15.2-1.2.0.jar, ClearView-1.15.2-1.0.0.jar, ClickMachine-1.15.2-3.0.2.jar, ClothConfig2-2.0.jar, CoffeeSpawner-1.15.1-6.0.0.jar, comforts-FORGE-1.15.2-2.0.0.1.jar, cc-tweaked-1.15.2-1.86.2.jar, Controlling-6.1.3.jar, CookingForBlockheads_1.15.2-8.0.0.jar, CraftingAutomat-MC1.15.2-1.2.1.jar, craftingstation-3.0.5.jar, Cucumber-1.15.2-3.0.5.jar, cullparticles-1.0.jar, curios-FORGE-1.15.2-2.0.1.jar, damage_indicator-0.1.0.jar, dcintegration-1.1.14-1.15.jar, despeggshatch_1.15-1.2.jar, dimdungeons-1.051-forge-1.15.2.jar, DimStorage-1.15.2-3.1.0.jar, DoggyTalents-1.15.2-1.15.2.3.jar, doubledoors_1.15.2-1.2.jar, dynviewdist-1.4.jar, EconomyInc-1.6.8MC1.15.jar, elevatorid-1.15.2-1.7.0.jar, EnchantmentDescriptions-1.15.2-2.0.5.jar, The-Endergetic-Expansion-1.15.2-v1.2.5.jar, EnderMail-1.15.2-1.0.2.jar, FarmingForBlockheads_1.15.2-6.1.0.jar, FastWorkbench-1.15.1-3.0.0.jar, FastFurnace-1.15.1-3.0.0.jar, FastLeafDecay-v22.jar, forge-1.15.2-31.1.43-universal.jar, GoatMod-1.15.2-1.1.jar, goblintraders-1.2.0-mc1.15.2.jar, gravestone-1.17.3.jar, Industrial+Agriculture[Industrial+Foregoing]-1.15.2-1.6.1.jar, improvedwolves-1.1.1-mc1.15.2.jar, Industrial+Agriculture[Core]-1.15.2-1.7.0.jar, industrial-foregoing-1.15.2-2.2.2-28d4a81.jar, InventoryHud_1.15.1-1.15.2.forge.2.4.jar, invtotem_1.15.2-1.0.jar, invtweaks-1.15.2-1.0.1.jar, jei-1.15.2-6.0.0.2.jar, journeymap-1.15.2-5.7.0beta1.jar, Kiwi-1.15.2-2.6.5.jar, KleeSlabs_1.15.2-8.0.0.jar, leavesdecayonotherleaves-1.1.jar, libnonymous-1.15.2-1.1.1.5.jar, LightOverlay-4.3.jar, logprot-1.15.1-1.2.jar, lowtechcrafting-1.15.1-0.2.1.jar, mcw-bridges-1.0.4fix-mc1.15.2.jar, mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar, mcw-windows-1.0.0-mc1.15.1_1.15.2.jar, themidnight-0.5.6.jar, mining-helmet-1.15.2-1.0.8.jar, Morpheus-1.15.2-4.2.50.jar, mountedpearl-1.15.2-1.0.0.jar, MouseTweaks-2.13-mc1.15.1.jar, movingelevators-1.2.4-mc1.15.jar, MysticalAgriculture-1.15.2-3.0.2.jar, NetherPortalFix_1.15.2-6.0.0.jar, omegamute_1.15-1.0.jar, Oscars-1.0.1.jar, PackingTape-1.15.2-0.9.5.jar, Patchouli-1.15.2-1.2-31.jar, petrock-0.6.5.jar, Ping-1.15.2-1.6.4.jar, Placebo-1.15.2-3.0.2.jar, playerhopper-1.15-1.2.jar, Quark-r2.1-230.jar, QuarkOddities-1.15.2.jar, reap-1.12.2.jar, ReAuth-1.14-3.8.0.jar, refinedpipes-0.4.jar, respawnablepets-1.1.jar, rsgauges-1.15.2-1.2.2.jar, SecurityCraft+v1.8.17.jar, SilentGear-1.15.2-1.5.3+78.jar, SilentLib-1.15.2-4.6.0+48.jar, simplylight-1.15.2-0.9.0.jar, Smoke-1.15.2-2.0.0.jar, SnowRealMagic-1.15.2-1.7.4.jar, SolarFluxReborn-1.15.2-15.0.0.jar, solcarrot-1.15.2-1.9.4.jar, sounddeviceoptions-1.3.0.jar, speedyhoppers-1.15.2-2.jar, speedyladders-1.15.2-1.jar, spiderspwebs_1.15.2-1.0.jar, StorageDrawers-1.15.2-7.0.2.jar, streamdc-2.2.jar, swampexpansion-1.15.2-1.5.1.jar, swingthroughgrass-1.15.2-1.4.0.jar, theoneprobe-1.15-2.0.2.jar, titanium-1.15.2-2.3.7.jar, ToolBelt-1.15.2-1.14.1.jar, torchslabmod-1.15.1_v1.5.jar, Trading_Players_1.1.jar, TrashSlot_1.15.2-11.0.0.jar, Upgrade-Aquatic-1.15.2-v1.5.1.jar, useful_backpacks-1.15.2-1.9.4.63.jar, useful_railroads-1.15.2-1.3.2.21.jar, u_team_core-1.15.2-2.11.0.156.jar, Variant16x-1.15-v0.9.2.1_beta.jar, Variant16x-BiomesOPlenty-1.15-v0.9.2_beta_pre3.jar, WaterStrainer-1.15.2-9.0.0.jar, Waystones_1.15.2-6.0.1.jar, WitherSkeletonTweaks-1.15.1-4.0.0.jar, xercamusic-1.15.2-1.0.jar, XL-Food-Mod-1.15.2-2.2.2.jar, bluepower
[16Apr2020 18:49:20.848] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe silentgear:crushing/crimson_iron_chunks as it's conditions were not met
[16Apr2020 18:49:20.850] [Server thread/INFO] [BonsaiTrees2/Serializer]: Skipping recipe 'bonsaitrees2:sapling/biomesoplenty/ethereal', contains unknown sapling.
[16Apr2020 18:49:20.850] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe bonsaitrees2:sapling/biomesoplenty/ethereal as it's serializer returned null
[16Apr2020 18:49:20.850] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe quark:tweaks/crafting/utility/chests/compat/wisteria_chest_wood as it's conditions were not met
[16Apr2020 18:49:20.853] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe quark:oddities/crafting/soul_compass as it's conditions were not met
[16Apr2020 18:49:20.878] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:stone_sword as it's conditions were not met
[16Apr2020 18:49:20.881] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe quark:building/crafting/chests/compat/wisteria_chest as it's conditions were not met
[16Apr2020 18:49:20.892] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:ladder as it's conditions were not met
[16Apr2020 18:49:20.903] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/aluminum_ingot as it's serializer returned null
[16Apr2020 18:49:20.907] [Server thread/INFO] [BonsaiTrees2/Serializer]: Skipping recipe 'bonsaitrees2:sapling/traverse/orange_autumnal', contains unknown sapling.
[16Apr2020 18:49:20.908] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe bonsaitrees2:sapling/traverse/orange_autumnal as it's serializer returned null
[16Apr2020 18:49:20.918] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:trapped_chest as it's conditions were not met
[16Apr2020 18:49:20.925] [Server thread/INFO] [BonsaiTrees2/Serializer]: Skipping recipe 'bonsaitrees2:sapling/simplefarming/orange', contains unknown sapling.
[16Apr2020 18:49:20.925] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe bonsaitrees2:sapling/simplefarming/orange as it's serializer returned null
[16Apr2020 18:49:20.926] [Server thread/INFO] [BonsaiTrees2/Serializer]: Skipping recipe 'bonsaitrees2:sapling/simplefarming/banana', contains unknown sapling.
[16Apr2020 18:49:20.926] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe bonsaitrees2:sapling/simplefarming/banana as it's serializer returned null
[16Apr2020 18:49:20.933] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe silentgear:crushing/crimson_iron_dust as it's conditions were not met
[16Apr2020 18:49:20.934] [Server thread/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe autumnity:maple_sign
com.google.gson.JsonSyntaxException: Unknown item 'autumnity:maple_sign'
at net.minecraft.item.crafting.ShapedRecipe.lambda$deserializeItem$0(ShapedRecipe.java:264) ~[?:?]
at net.minecraft.item.crafting.ShapedRecipe$$Lambda$9772/596111339.get(Unknown Source) ~[?:?]
at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_51]
at net.minecraft.item.crafting.ShapedRecipe.func_199798_a(ShapedRecipe.java:263) ~[?:?]
at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:283) ~[?:?]
at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:274) ~[?:?]
at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:134) ~[?:?]
at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:60) [?:?]
at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:37) [?:?]
at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) [?:?]
at net.minecraft.client.resources.ReloadListener$$Lambda$7276/796732411.accept(Unknown Source) [?:?]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) [?:1.8.0_51]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) [?:?]
at net.minecraft.resources.AsyncReloader$$Lambda$8307/885550081.run(Unknown Source) [?:?]
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?]
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.server.MinecraftServer.func_213166_h(MinecraftServer.java:731) [?:?]
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?]
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714) [?:?]
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?]
at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1464) [?:?]
at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:450) [?:?]
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:77) [?:?]
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:96) [?:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:613) [?:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
[16Apr2020 18:49:20.937] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:light_blue_wool as it's conditions were not met
[16Apr2020 18:49:20.944] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:stone_axe as it's conditions were not met
[16Apr2020 18:49:20.954] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/constantan_ingot as it's serializer returned null
[16Apr2020 18:49:20.954] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe quark:tweaks/crafting/utility/chests/mixed_chest_wood_but_without_exclusions as it's conditions were not met
[16Apr2020 18:49:20.955] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:pink_wool as it's conditions were not met
[16Apr2020 18:49:20.971] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe quark:building/crafting/chests/compat/hive_trapped_chest as it's conditions were not met
[16Apr2020 18:49:20.971] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe theoneprobe:probegoggles as it's conditions were not met
[16Apr2020 18:49:20.981] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/mithril_ingot as it's serializer returned null
[16Apr2020 18:49:20.983] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:blue_wool as it's conditions were not met
[16Apr2020 18:49:20.990] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:lime_wool as it's conditions were not met
[16Apr2020 18:49:20.990] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:light_gray_wool as it's conditions were not met
[16Apr2020 18:49:20.990] [Server thread/INFO] [BonsaiTrees2/Serializer]: Skipping recipe 'bonsaitrees2:sapling/simplefarming/mango', contains unknown sapling.
[16Apr2020 18:49:20.990] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe bonsaitrees2:sapling/simplefarming/mango as it's serializer returned null
[16Apr2020 18:49:20.996] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/tin_ingot as it's serializer returned null
[16Apr2020 18:49:21.001] [Server thread/INFO] [BonsaiTrees2/Serializer]: Skipping recipe 'bonsaitrees2:sapling/simplefarming/apple', contains unknown sapling.
[16Apr2020 18:49:21.001] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe bonsaitrees2:sapling/simplefarming/apple as it's serializer returned null
[16Apr2020 18:49:21.011] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe quark:automation/crafting/redstone_randomizer_ender as it's conditions were not met
[16Apr2020 18:49:21.021] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/iridium_ingot as it's serializer returned null
[16Apr2020 18:49:21.026] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe quark:building/crafting/chests/compat/wisteria_trapped_chest as it's conditions were not met
[16Apr2020 18:49:21.047] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/bronze_ingot as it's serializer returned null
[16Apr2020 18:49:21.051] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe quark:automation/crafting/weather_sensor_obsidian as it's conditions were not met
[16Apr2020 18:49:21.054] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/invar_ingot as it's serializer returned null
[16Apr2020 18:49:21.075] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe rsgauges:gauge/rustic_circular_gauge_recipe as it's conditions were not met
[16Apr2020 18:49:21.097] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:yellow_wool as it's conditions were not met
[16Apr2020 18:49:21.105] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/chrome_ingot as it's serializer returned null
[16Apr2020 18:49:21.115] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe quark:building/crafting/chests/compat/rosewood_trapped_chest as it's conditions were not met
[16Apr2020 18:49:21.138] [Server thread/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe goatmod:wool
com.google.gson.JsonSyntaxException: Unknown item 'minecraft:wool'
at net.minecraft.item.crafting.ShapedRecipe.lambda$deserializeItem$0(ShapedRecipe.java:264) ~[?:?]
at net.minecraft.item.crafting.ShapedRecipe$$Lambda$9772/596111339.get(Unknown Source) ~[?:?]
at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_51]
at net.minecraft.item.crafting.ShapedRecipe.func_199798_a(ShapedRecipe.java:263) ~[?:?]
at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:283) ~[?:?]
at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:274) ~[?:?]
at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:134) ~[?:?]
at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:60) [?:?]
at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:37) [?:?]
at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) [?:?]
at net.minecraft.client.resources.ReloadListener$$Lambda$7276/796732411.accept(Unknown Source) [?:?]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) [?:1.8.0_51]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) [?:?]
at net.minecraft.resources.AsyncReloader$$Lambda$8307/885550081.run(Unknown Source) [?:?]
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?]
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.server.MinecraftServer.func_213166_h(MinecraftServer.java:731) [?:?]
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?]
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714) [?:?]
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?]
at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1464) [?:?]
at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:450) [?:?]
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:77) [?:?]
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:96) [?:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:613) [?:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
[16Apr2020 18:49:21.148] [Server thread/INFO] [BonsaiTrees2/Serializer]: Skipping recipe 'bonsaitrees2:sapling/simplefarming/pear', contains unknown sapling.
[16Apr2020 18:49:21.149] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe bonsaitrees2:sapling/simplefarming/pear as it's serializer returned null
[16Apr2020 18:49:21.151] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:stone_hoe as it's conditions were not met
[16Apr2020 18:49:21.154] [Server thread/INFO] [BonsaiTrees2/Serializer]: Skipping recipe 'bonsaitrees2:sapling/traverse/brown_autumnal', contains unknown sapling.
[16Apr2020 18:49:21.154] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe bonsaitrees2:sapling/traverse/brown_autumnal as it's serializer returned null
[16Apr2020 18:49:21.160] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:red_wool as it's conditions were not met
[16Apr2020 18:49:21.166] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:magenta_wool as it's conditions were not met
[16Apr2020 18:49:21.171] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/electrum_ingot as it's serializer returned null
[16Apr2020 18:49:21.171] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:purple_wool as it's conditions were not met
[16Apr2020 18:49:21.173] [Server thread/INFO] [BonsaiTrees2/Serializer]: Skipping recipe 'bonsaitrees2:sapling/simplefarming/cherry', contains unknown sapling.
[16Apr2020 18:49:21.173] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe bonsaitrees2:sapling/simplefarming/cherry as it's serializer returned null
[16Apr2020 18:49:21.174] [Server thread/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe titanium:test_serializer/saplings_to_sticks
com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'titanium:test_serializer'
at net.minecraft.item.crafting.RecipeManager.lambda$deserializeRecipe$8(RecipeManager.java:133) ~[?:?]
at net.minecraft.item.crafting.RecipeManager$$Lambda$9768/316541407.get(Unknown Source) ~[?:?]
at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_51]
at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:132) ~[?:?]
at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:60) [?:?]
at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:37) [?:?]
at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) [?:?]
at net.minecraft.client.resources.ReloadListener$$Lambda$7276/796732411.accept(Unknown Source) [?:?]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) [?:1.8.0_51]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) [?:?]
at net.minecraft.resources.AsyncReloader$$Lambda$8307/885550081.run(Unknown Source) [?:?]
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?]
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.server.MinecraftServer.func_213166_h(MinecraftServer.java:731) [?:?]
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?]
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714) [?:?]
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?]
at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1464) [?:?]
at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:450) [?:?]
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:77) [?:?]
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:96) [?:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:613) [?:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
[16Apr2020 18:49:21.188] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/silicon as it's serializer returned null
[16Apr2020 18:49:21.188] [Server thread/INFO] [BonsaiTrees2/Serializer]: Skipping recipe 'bonsaitrees2:sapling/simplefarming/olive', contains unknown sapling.
[16Apr2020 18:49:21.189] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe bonsaitrees2:sapling/simplefarming/olive as it's serializer returned null
[16Apr2020 18:49:21.220] [Server thread/INFO] [BonsaiTrees2/Serializer]: Skipping recipe 'bonsaitrees2:sapling/traverse/yellow_autumnal', contains unknown sapling.
[16Apr2020 18:49:21.221] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe bonsaitrees2:sapling/traverse/yellow_autumnal as it's serializer returned null
[16Apr2020 18:49:21.221] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:orange_wool as it's conditions were not met
[16Apr2020 18:49:21.226] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:green_wool as it's conditions were not met
[16Apr2020 18:49:21.228] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:cyan_wool as it's conditions were not met
[16Apr2020 18:49:21.233] [Server thread/INFO] [BonsaiTrees2/Serializer]: Skipping recipe 'bonsaitrees2:sapling/simplefarming/apricot', contains unknown sapling.
[16Apr2020 18:49:21.233] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe bonsaitrees2:sapling/simplefarming/apricot as it's serializer returned null
[16Apr2020 18:49:21.240] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:nether_wart_block as it's conditions were not met
[16Apr2020 18:49:21.245] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe silentgear:alloy_smelting/crimson_steel as it's conditions were not met
[16Apr2020 18:49:21.254] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:chest as it's conditions were not met
[16Apr2020 18:49:21.258] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:inferium_watering_can_pt as it's conditions were not met
[16Apr2020 18:49:21.269] [Server thread/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe titanium:test_serializer/dirt_to_used
com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'titanium:test_serializer'
at net.minecraft.item.crafting.RecipeManager.lambda$deserializeRecipe$8(RecipeManager.java:133) ~[?:?]
at net.minecraft.item.crafting.RecipeManager$$Lambda$9768/316541407.get(Unknown Source) ~[?:?]
at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_51]
at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:132) ~[?:?]
at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:60) [?:?]
at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:37) [?:?]
at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) [?:?]
at net.minecraft.client.resources.ReloadListener$$Lambda$7276/796732411.accept(Unknown Source) [?:?]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) [?:1.8.0_51]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) [?:?]
at net.minecraft.resources.AsyncReloader$$Lambda$8307/885550081.run(Unknown Source) [?:?]
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?]
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.server.MinecraftServer.func_213166_h(MinecraftServer.java:731) [?:?]
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?]
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714) [?:?]
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?]
at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1464) [?:?]
at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:450) [?:?]
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:77) [?:?]
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:96) [?:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:613) [?:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
[16Apr2020 18:49:21.307] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/saltpeter as it's serializer returned null
[16Apr2020 18:49:21.318] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/steel_ingot as it's serializer returned null
[16Apr2020 18:49:21.324] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe quark:oddities/crafting/backpack_no_hide as it's conditions were not met
[16Apr2020 18:49:21.329] [Server thread/INFO] [BonsaiTrees2/Serializer]: Skipping recipe 'bonsaitrees2:sapling/traverse/fir', contains unknown sapling.
[16Apr2020 18:49:21.329] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe bonsaitrees2:sapling/traverse/fir as it's serializer returned null
[16Apr2020 18:49:21.342] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/titanium_ingot as it's serializer returned null
[16Apr2020 18:49:21.344] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe quark:building/crafting/chests/compat/rosewood_chest as it's conditions were not met
[16Apr2020 18:49:21.347] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:black_wool as it's conditions were not met
[16Apr2020 18:49:21.351] [Server thread/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe swampexpansion:quark/rice_sack
com.google.gson.JsonSyntaxException: Unknown item 'swampexpansion:rice_sack'
at net.minecraft.item.crafting.ShapedRecipe.lambda$deserializeItem$0(ShapedRecipe.java:264) ~[?:?]
at net.minecraft.item.crafting.ShapedRecipe$$Lambda$9772/596111339.get(Unknown Source) ~[?:?]
at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_51]
at net.minecraft.item.crafting.ShapedRecipe.func_199798_a(ShapedRecipe.java:263) ~[?:?]
at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:283) ~[?:?]
at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:274) ~[?:?]
at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:134) ~[?:?]
at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:60) [?:?]
at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:37) [?:?]
at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) [?:?]
at net.minecraft.client.resources.ReloadListener$$Lambda$7276/796732411.accept(Unknown Source) [?:?]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) [?:1.8.0_51]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) [?:?]
at net.minecraft.resources.AsyncReloader$$Lambda$8307/885550081.run(Unknown Source) [?:?]
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?]
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.server.MinecraftServer.func_213166_h(MinecraftServer.java:731) [?:?]
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?]
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714) [?:?]
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?]
at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1464) [?:?]
at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:450) [?:?]
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:77) [?:?]
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:96) [?:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:613) [?:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
[16Apr2020 18:49:21.365] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe quark:tools/crafting/pickarang_no_heart as it's conditions were not met
[16Apr2020 18:49:21.376] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe quark:automation/crafting/ender_watcher_obsidian as it's conditions were not met
[16Apr2020 18:49:21.379] [Server thread/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe titanium:test_serializer/dirt_to_diamod
com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'titanium:test_serializer'
at net.minecraft.item.crafting.RecipeManager.lambda$deserializeRecipe$8(RecipeManager.java:133) ~[?:?]
at net.minecraft.item.crafting.RecipeManager$$Lambda$9768/316541407.get(Unknown Source) ~[?:?]
at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_51]
at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:132) ~[?:?]
at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:60) [?:?]
at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:37) [?:?]
at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) [?:?]
at net.minecraft.client.resources.ReloadListener$$Lambda$7276/796732411.accept(Unknown Source) [?:?]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) [?:1.8.0_51]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) [?:?]
at net.minecraft.resources.AsyncReloader$$Lambda$8307/885550081.run(Unknown Source) [?:?]
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?]
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.server.MinecraftServer.func_213166_h(MinecraftServer.java:731) [?:?]
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?]
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714) [?:?]
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?]
at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1464) [?:?]
at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:450) [?:?]
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:77) [?:?]
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:96) [?:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:613) [?:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
[16Apr2020 18:49:21.387] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe quark:building/crafting/chests/compat/hive_chest as it's conditions were not met
[16Apr2020 18:49:21.388] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:stone_pickaxe as it's conditions were not met
[16Apr2020 18:49:21.391] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:stone_shovel as it's conditions were not met
[16Apr2020 18:49:21.393] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/rubber as it's serializer returned null
[16Apr2020 18:49:21.409] [Server thread/INFO] [BonsaiTrees2/Serializer]: Skipping recipe 'bonsaitrees2:sapling/traverse/red_autumnal', contains unknown sapling.
[16Apr2020 18:49:21.409] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe bonsaitrees2:sapling/traverse/red_autumnal as it's serializer returned null
[16Apr2020 18:49:21.410] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:bookshelf as it's conditions were not met
[16Apr2020 18:49:21.424] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/platinum_ingot as it's serializer returned null
[16Apr2020 18:49:21.438] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/sulfur as it's serializer returned null
[16Apr2020 18:49:21.441] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:green_dye as it's conditions were not met
[16Apr2020 18:49:21.456] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/lead_ingot as it's serializer returned null
[16Apr2020 18:49:21.470] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/graphite_ingot as it's serializer returned null
[16Apr2020 18:49:21.472] [Server thread/INFO] [BonsaiTrees2/Serializer]: Skipping recipe 'bonsaitrees2:sapling/simplefarming/plum', contains unknown sapling.
[16Apr2020 18:49:21.472] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe bonsaitrees2:sapling/simplefarming/plum as it's serializer returned null
[16Apr2020 18:49:21.472] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:gray_wool as it's conditions were not met
[16Apr2020 18:49:21.477] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/uranium_ingot as it's serializer returned null
[16Apr2020 18:49:21.493] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/nickel_ingot as it's serializer returned null
[16Apr2020 18:49:21.494] [Server thread/INFO] [BonsaiTrees2/Serializer]: Skipping recipe 'bonsaitrees2:sapling/integrateddynamics/menril', contains unknown sapling.
[16Apr2020 18:49:21.494] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe bonsaitrees2:sapling/integrateddynamics/menril as it's serializer returned null
[16Apr2020 18:49:21.503] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe quark:tweaks/crafting/utility/chests/compat/rosewood_chest_wood as it's conditions were not met
[16Apr2020 18:49:21.503] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:brown_wool as it's conditions were not met
[16Apr2020 18:49:21.506] [Server thread/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe swampexpansion:quark/rice_sack_uncompress
com.google.gson.JsonSyntaxException: Unknown item 'swampexpansion:rice_sack'
at net.minecraft.item.crafting.Ingredient.lambda$deserializeItemList$12(Ingredient.java:214) ~[?:?]
at net.minecraft.item.crafting.Ingredient$$Lambda$9770/104013213.get(Unknown Source) ~[?:?]
at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_51]
at net.minecraft.item.crafting.Ingredient.func_199803_a(Ingredient.java:213) ~[?:?]
at net.minecraftforge.common.crafting.VanillaIngredientSerializer.parse(VanillaIngredientSerializer.java:41) ~[?:?]
at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:155) ~[?:?]
at net.minecraft.item.crafting.Ingredient.func_199802_a(Ingredient.java:187) ~[?:?]
at net.minecraft.item.crafting.ShapelessRecipe$Serializer.func_199568_a(ShapelessRecipe.java:95) ~[?:?]
at net.minecraft.item.crafting.ShapelessRecipe$Serializer.func_199425_a_(ShapelessRecipe.java:80) ~[?:?]
at net.minecraft.item.crafting.ShapelessRecipe$Serializer.func_199425_a_(ShapelessRecipe.java:76) ~[?:?]
at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:134) ~[?:?]
at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:60) [?:?]
at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:37) [?:?]
at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) [?:?]
at net.minecraft.client.resources.ReloadListener$$Lambda$7276/796732411.accept(Unknown Source) [?:?]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) [?:1.8.0_51]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) [?:?]
at net.minecraft.resources.AsyncReloader$$Lambda$8307/885550081.run(Unknown Source) [?:?]
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?]
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.server.MinecraftServer.func_213166_h(MinecraftServer.java:731) [?:?]
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?]
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714) [?:?]
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?]
at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1464) [?:?]
at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:450) [?:?]
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:77) [?:?]
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:96) [?:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:613) [?:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
[16Apr2020 18:49:21.525] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe rsgauges:oldfancy/oldfancy_bistableswitch1_recipe_backcycle as it's conditions were not met
[16Apr2020 18:49:21.539] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Loaded 16 recipes
[16Apr2020 18:49:21.543] [Server thread/INFO] [placebo/]: Registered 22 additional recipes.
[16Apr2020 18:49:21.544] [Server thread/INFO] [placebo/]: Beginning replacement of all shapeless recipes...
[16Apr2020 18:49:21.566] [Server thread/INFO] [placebo/]: Successfully replaced 956 recipes with fast recipes.
[16Apr2020 18:49:22.591] [Server thread/ERROR] [net.minecraft.world.storage.loot.LootTableManager/]: Couldn't parse loot table endergetic:blocks/frisbloom_seeds
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'endergetic:frisbloom_seeds'
at net.minecraft.util.JSONUtils.func_219793_a(SourceFile:128) ~[?:?]
at net.minecraft.util.JSONUtils$$Lambda$9830/1045457567.get(Unknown Source) ~[?:?]
at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_51]
at net.minecraft.util.JSONUtils.func_188172_b(SourceFile:128) ~[?:?]
at net.minecraft.util.JSONUtils.func_188180_i(SourceFile:136) ~[?:?]
at net.minecraft.world.storage.loot.ItemLootEntry$Serializer.func_212829_b_(SourceFile:54) ~[?:?]
at net.minecraft.world.storage.loot.ItemLootEntry$Serializer.func_212829_b_(SourceFile:35) ~[?:?]
at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:156) ~[?:?]
at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:130) ~[?:?]
at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:53) ~[?:?]
at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:41) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[gson-2.8.0.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:441) ~[?:?]
at net.minecraft.util.JSONUtils.func_188174_a(SourceFile:449) ~[?:?]
at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:205) ~[?:?]
at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:202) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[gson-2.8.0.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:441) ~[?:?]
at net.minecraft.util.JSONUtils.func_188177_a(SourceFile:457) ~[?:?]
at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:245) ~[?:?]
at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:242) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:925) ~[gson-2.8.0.jar:?]
at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:824) ~[?:?]
at net.minecraft.world.storage.loot.LootTableManager.lambda$apply$0(LootTableManager.java:47) [?:?]
at net.minecraft.world.storage.loot.LootTableManager$$Lambda$9843/531349317.accept(Unknown Source) [?:?]
at java.util.HashMap.forEach(HashMap.java:1280) [?:1.8.0_51]
at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:44) [?:?]
at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:22) [?:?]
at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) [?:?]
at net.minecraft.client.resources.ReloadListener$$Lambda$7276/796732411.accept(Unknown Source) [?:?]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) [?:1.8.0_51]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) [?:?]
at net.minecraft.resources.AsyncReloader$$Lambda$8307/885550081.run(Unknown Source) [?:?]
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?]
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.server.MinecraftServer.func_213166_h(MinecraftServer.java:731) [?:?]
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?]
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714) [?:?]
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?]
at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1464) [?:?]
at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:450) [?:?]
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:77) [?:?]
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:96) [?:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:613) [?:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
[16Apr2020 18:49:22.609] [Server thread/ERROR] [net.minecraft.world.storage.loot.LootTableManager/]: Couldn't parse loot table autumnity:blocks/maple_chest
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'autumnity:maple_chest'
at net.minecraft.util.JSONUtils.func_219793_a(SourceFile:128) ~[?:?]
at net.minecraft.util.JSONUtils$$Lambda$9830/1045457567.get(Unknown Source) ~[?:?]
at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_51]
at net.minecraft.util.JSONUtils.func_188172_b(SourceFile:128) ~[?:?]
at net.minecraft.util.JSONUtils.func_188180_i(SourceFile:136) ~[?:?]
at net.minecraft.world.storage.loot.ItemLootEntry$Serializer.func_212829_b_(SourceFile:54) ~[?:?]
at net.minecraft.world.storage.loot.ItemLootEntry$Serializer.func_212829_b_(SourceFile:35) ~[?:?]
at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:156) ~[?:?]
at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:130) ~[?:?]
at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:53) ~[?:?]
at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:41) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[gson-2.8.0.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:441) ~[?:?]
at net.minecraft.util.JSONUtils.func_188174_a(SourceFile:449) ~[?:?]
at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:205) ~[?:?]
at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:202) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[gson-2.8.0.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:441) ~[?:?]
at net.minecraft.util.JSONUtils.func_188177_a(SourceFile:457) ~[?:?]
at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:245) ~[?:?]
at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:242) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:925) ~[gson-2.8.0.jar:?]
at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:824) ~[?:?]
at net.minecraft.world.storage.loot.LootTableManager.lambda$apply$0(LootTableManager.java:47) [?:?]
at net.minecraft.world.storage.loot.LootTableManager$$Lambda$9843/531349317.accept(Unknown Source) [?:?]
at java.util.HashMap.forEach(HashMap.java:1280) [?:1.8.0_51]
at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:44) [?:?]
at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:22) [?:?]
at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) [?:?]
at net.minecraft.client.resources.ReloadListener$$Lambda$7276/796732411.accept(Unknown Source) [?:?]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) [?:1.8.0_51]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) [?:?]
at net.minecraft.resources.AsyncReloader$$Lambda$8307/885550081.run(Unknown Source) [?:?]
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?]
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.server.MinecraftServer.func_213166_h(MinecraftServer.java:731) [?:?]
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?]
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714) [?:?]
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?]
at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1464) [?:?]
at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:450) [?:?]
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:77) [?:?]
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:96) [?:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:613) [?:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
[16Apr2020 18:49:23.375] [Server thread/ERROR] [net.minecraft.world.storage.loot.LootTableManager/]: Couldn't parse loot table bountiful:blocks/bountyboard
com.google.gson.JsonSyntaxException: Missing ops, expected to find a JsonArray
at net.minecraft.util.JSONUtils.func_151214_t(SourceFile:426) ~[?:?]
at net.minecraft.world.storage.loot.functions.CopyNbt$Serializer.func_186530_b(SourceFile:245) ~[?:?]
at net.minecraft.world.storage.loot.functions.CopyNbt$Serializer.func_186530_b(SourceFile:227) ~[?:?]
at net.minecraft.world.storage.loot.LootFunction$Serializer.func_212870_b_(SourceFile:104) ~[?:?]
at net.minecraft.world.storage.loot.LootFunction$Serializer.func_212870_b_(SourceFile:89) ~[?:?]
at net.minecraft.world.storage.loot.functions.LootFunctionManager$Serializer.deserialize(SourceFile:93) ~[?:?]
at net.minecraft.world.storage.loot.functions.LootFunctionManager$Serializer.deserialize(SourceFile:81) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[gson-2.8.0.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:441) ~[?:?]
at net.minecraft.util.JSONUtils.func_188177_a(SourceFile:457) ~[?:?]
at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:154) ~[?:?]
at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:130) ~[?:?]
at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:53) ~[?:?]
at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:41) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[gson-2.8.0.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:441) ~[?:?]
at net.minecraft.util.JSONUtils.func_188174_a(SourceFile:449) ~[?:?]
at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:205) ~[?:?]
at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:202) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[gson-2.8.0.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:441) ~[?:?]
at net.minecraft.util.JSONUtils.func_188177_a(SourceFile:457) ~[?:?]
at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:245) ~[?:?]
at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:242) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:925) ~[gson-2.8.0.jar:?]
at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:824) ~[?:?]
at net.minecraft.world.storage.loot.LootTableManager.lambda$apply$0(LootTableManager.java:47) [?:?]
at net.minecraft.world.storage.loot.LootTableManager$$Lambda$9843/531349317.accept(Unknown Source) [?:?]
at java.util.HashMap.forEach(HashMap.java:1280) [?:1.8.0_51]
at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:44) [?:?]
at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:22) [?:?]
at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) [?:?]
at net.minecraft.client.resources.ReloadListener$$Lambda$7276/796732411.accept(Unknown Source) [?:?]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) [?:1.8.0_51]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) [?:?]
at net.minecraft.resources.AsyncReloader$$Lambda$8307/885550081.run(Unknown Source) [?:?]
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?]
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.server.MinecraftServer.func_213166_h(MinecraftServer.java:731) [?:?]
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?]
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714) [?:?]
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?]
at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1464) [?:?]
at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:450) [?:?]
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:77) [?:?]
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:96) [?:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:613) [?:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
[16Apr2020 18:49:23.693] [Server thread/ERROR] [net.minecraft.world.storage.loot.LootTableManager/]: Couldn't parse loot table endergetic:blocks/frisbloom_stem
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'endergetic:frisbloom_seeds'
at net.minecraft.util.JSONUtils.func_219793_a(SourceFile:128) ~[?:?]
at net.minecraft.util.JSONUtils$$Lambda$9830/1045457567.get(Unknown Source) ~[?:?]
at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_51]
at net.minecraft.util.JSONUtils.func_188172_b(SourceFile:128) ~[?:?]
at net.minecraft.util.JSONUtils.func_188180_i(SourceFile:136) ~[?:?]
at net.minecraft.world.storage.loot.ItemLootEntry$Serializer.func_212829_b_(SourceFile:54) ~[?:?]
at net.minecraft.world.storage.loot.ItemLootEntry$Serializer.func_212829_b_(SourceFile:35) ~[?:?]
at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:156) ~[?:?]
at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:130) ~[?:?]
at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:53) ~[?:?]
at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:41) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[gson-2.8.0.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:441) ~[?:?]
at net.minecraft.util.JSONUtils.func_188174_a(SourceFile:449) ~[?:?]
at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:205) ~[?:?]
at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:202) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[gson-2.8.0.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:441) ~[?:?]
at net.minecraft.util.JSONUtils.func_188177_a(SourceFile:457) ~[?:?]
at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:245) ~[?:?]
at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:242) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:925) ~[gson-2.8.0.jar:?]
at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:824) ~[?:?]
at net.minecraft.world.storage.loot.LootTableManager.lambda$apply$0(LootTableManager.java:47) [?:?]
at net.minecraft.world.storage.loot.LootTableManager$$Lambda$9843/531349317.accept(Unknown Source) [?:?]
at java.util.HashMap.forEach(HashMap.java:1280) [?:1.8.0_51]
at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:44) [?:?]
at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:22) [?:?]
at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) [?:?]
at net.minecraft.client.resources.ReloadListener$$Lambda$7276/796732411.accept(Unknown Source) [?:?]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) [?:1.8.0_51]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) [?:?]
at net.minecraft.resources.AsyncReloader$$Lambda$8307/885550081.run(Unknown Source) [?:?]
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?]
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.server.MinecraftServer.func_213166_h(MinecraftServer.java:731) [?:?]
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?]
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714) [?:?]
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?]
at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1464) [?:?]
at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:450) [?:?]
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:77) [?:?]
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:96) [?:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:613) [?:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
[16Apr2020 18:49:23.882] [Server thread/ERROR] [net.minecraft.world.storage.loot.LootTableManager/]: Couldn't parse loot table autumnity:blocks/maple_sign
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'autumnity:maple_sign'
at net.minecraft.util.JSONUtils.func_219793_a(SourceFile:128) ~[?:?]
at net.minecraft.util.JSONUtils$$Lambda$9830/1045457567.get(Unknown Source) ~[?:?]
at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_51]
at net.minecraft.util.JSONUtils.func_188172_b(SourceFile:128) ~[?:?]
at net.minecraft.util.JSONUtils.func_188180_i(SourceFile:136) ~[?:?]
at net.minecraft.world.storage.loot.ItemLootEntry$Serializer.func_212829_b_(SourceFile:54) ~[?:?]
at net.minecraft.world.storage.loot.ItemLootEntry$Serializer.func_212829_b_(SourceFile:35) ~[?:?]
at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:156) ~[?:?]
at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:130) ~[?:?]
at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:53) ~[?:?]
at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:41) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[gson-2.8.0.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:441) ~[?:?]
at net.minecraft.util.JSONUtils.func_188174_a(SourceFile:449) ~[?:?]
at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:205) ~[?:?]
at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:202) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[gson-2.8.0.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:441) ~[?:?]
at net.minecraft.util.JSONUtils.func_188177_a(SourceFile:457) ~[?:?]
at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:245) ~[?:?]
at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:242) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:925) ~[gson-2.8.0.jar:?]
at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:824) ~[?:?]
at net.minecraft.world.storage.loot.LootTableManager.lambda$apply$0(LootTableManager.java:47) [?:?]
at net.minecraft.world.storage.loot.LootTableManager$$Lambda$9843/531349317.accept(Unknown Source) [?:?]
at java.util.HashMap.forEach(HashMap.java:1280) [?:1.8.0_51]
at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:44) [?:?]
at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:22) [?:?]
at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) [?:?]
at net.minecraft.client.resources.ReloadListener$$Lambda$7276/796732411.accept(Unknown Source) [?:?]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) [?:1.8.0_51]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) [?:?]
at net.minecraft.resources.AsyncReloader$$Lambda$8307/885550081.run(Unknown Source) [?:?]
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?]
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.server.MinecraftServer.func_213166_h(MinecraftServer.java:731) [?:?]
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?]
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714) [?:?]
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?]
at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1464) [?:?]
at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:450) [?:?]
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:77) [?:?]
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:96) [?:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:613) [?:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
[16Apr2020 18:49:24.021] [Server thread/INFO] [placebo/]: Registered 5 additional loot tables.
[16Apr2020 18:49:24.226] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement bountiful:main/bounty_complete_rare: Invalid criterion trigger: bountiful:bounty_complete_rare
[16Apr2020 18:49:24.316] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement bountiful:main/bounty_complete_epic: Invalid criterion trigger: bountiful:bounty_complete_epic
[16Apr2020 18:49:24.347] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement silentgear:part_analyzer: Expected item to be an item, was unknown string 'silentgear:part_analyzer'
[16Apr2020 18:49:24.397] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement bountiful:main/bounty_complete_common: Invalid criterion trigger: bountiful:bounty_complete_common
[16Apr2020 18:49:24.486] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement bountiful:main/bounty_complete_uncommon: Invalid criterion trigger: bountiful:bounty_complete_uncommon
[16Apr2020 18:49:24.489] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement bountiful:main/royal_mandate: Invalid criterion trigger: bountiful:royal_mandate
[16Apr2020 18:49:24.509] [Server thread/INFO] [net.minecraft.advancements.AdvancementList/]: Loaded 2368 advancements
[16Apr2020 18:49:24.514] [Server thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Resource Manager Reloading
[16Apr2020 18:49:24.622] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab wood_slab_0 could not be found.
[16Apr2020 18:49:24.622] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab wood_slab_1 could not be found.
[16Apr2020 18:49:24.622] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab other_slab could not be found.
[16Apr2020 18:49:24.627] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab biotite_slab could not be found.
[16Apr2020 18:49:24.627] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab snow_bricks_slab_double could not be found.
[16Apr2020 18:49:24.627] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab sandy_bricks_slab_double could not be found.
[16Apr2020 18:49:24.627] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab charred_nether_brick_slab could not be found.
[16Apr2020 18:49:24.627] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab sandstone_bricks_slab_double could not be found.
[16Apr2020 18:49:24.627] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab sandstone_smooth_slab could not be found.
[16Apr2020 18:49:24.627] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab red_sandstone_bricks_slab_double could not be found.
[16Apr2020 18:49:24.627] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab red_sandstone_smooth_slab could not be found.
[16Apr2020 18:49:24.627] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab end_bricks_slab could not be found.
[16Apr2020 18:49:24.627] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab prismarine_slab could not be found.
[16Apr2020 18:49:24.627] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab prismarine_dark_slab could not be found.
[16Apr2020 18:49:24.627] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab prismarine_bricks_slab could not be found.
[16Apr2020 18:49:24.627] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stone_diorite_slab could not be found.
[16Apr2020 18:49:24.627] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stone_diorite_bricks_slab could not be found.
[16Apr2020 18:49:24.627] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stone_granite_slab could not be found.
[16Apr2020 18:49:24.627] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stone_granite_bricks_slab could not be found.
[16Apr2020 18:49:24.627] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stone_andesite_slab could not be found.
[16Apr2020 18:49:24.627] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stone_andesite_bricks_slab could not be found.
[16Apr2020 18:49:24.627] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stone_basalt_slab could not be found.
[16Apr2020 18:49:24.627] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stone_basalt_bricks_slab could not be found.
[16Apr2020 18:49:24.627] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_gray_slab could not be found.
[16Apr2020 18:49:24.627] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_magenta_slab could not be found.
[16Apr2020 18:49:24.627] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_cyan_slab could not be found.
[16Apr2020 18:49:24.627] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_blue_slab could not be found.
[16Apr2020 18:49:24.627] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_orange_slab could not be found.
[16Apr2020 18:49:24.627] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_red_slab could not be found.
[16Apr2020 18:49:24.627] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_yellow_slab could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_light_blue_slab could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_purple_slab could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_silver_slab could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_lime_slab could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_green_slab could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_black_slab could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_brown_slab could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_white_slab could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_pink_slab could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_gray_slab could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_magenta_slab could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_cyan_slab could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_blue_slab could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_orange_slab could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_red_slab could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_yellow_slab could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_light_blue_slab could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_purple_slab could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_silver_slab could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_lime_slab could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_green_slab could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_black_slab could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_brown_slab could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_white_slab could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_pink_slab could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab reed_block_slab could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab thatch_slab_double could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab icy_stone_slab could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab fire_stone_slab could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stone_limestone_slab could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stone_marble_slab could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab duskbound_block_slab_double could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab magma_bricks_slab_double could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab midori_block_slab_double could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab iron_plate_slab_double could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab polished_netherrack_bricks_slab could not be found.
[16Apr2020 18:49:24.628] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab soul_sandstone_slab_double could not be found.
[16Apr2020 18:49:24.629] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab soul_sandstone_bricks_slab_double could not be found.
[16Apr2020 18:49:24.629] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab soul_sandstone_smooth_slab could not be found.
[16Apr2020 18:49:24.629] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab bark_oak_slab could not be found.
[16Apr2020 18:49:24.629] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab bark_spruce_slab could not be found.
[16Apr2020 18:49:24.629] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab bark_birch_slab could not be found.
[16Apr2020 18:49:24.629] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab bark_jungle_slab could not be found.
[16Apr2020 18:49:24.629] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab bark_acacia_slab could not be found.
[16Apr2020 18:49:24.629] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab bark_dark_oak_slab could not be found.
[16Apr2020 18:49:24.814] [Server thread/INFO] [Silent Gear/TraitManager]: Reloading trait files
[16Apr2020 18:49:24.830] [Server thread/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:simple_trait'
[16Apr2020 18:49:24.839] [Server thread/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:damage_type_trait'
[16Apr2020 18:49:24.842] [Server thread/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:durability_trait'
[16Apr2020 18:49:24.845] [Server thread/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:enchantment_trait'
[16Apr2020 18:49:24.848] [Server thread/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:nbt_trait'
[16Apr2020 18:49:24.856] [Server thread/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:potion_effect_trait'
[16Apr2020 18:49:24.860] [Server thread/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:stat_modifier_trait'
[16Apr2020 18:49:24.876] [Server thread/INFO] [Silent Gear/TraitManager]: Registered 25 traits
[16Apr2020 18:49:25.129] [Server thread/INFO] [Silent Gear/PartManager]: Reloading part files
[16Apr2020 18:49:25.131] [Server thread/INFO] [Silent Gear/PartManager]: Registered serializer 'silentgear:highlight'
[16Apr2020 18:49:25.131] [Server thread/INFO] [Silent Gear/PartManager]: Registered serializer 'silentgear:grip'
[16Apr2020 18:49:25.131] [Server thread/INFO] [Silent Gear/PartManager]: Registered serializer 'silentgear:binding'
[16Apr2020 18:49:25.131] [Server thread/INFO] [Silent Gear/PartManager]: Registered serializer 'silentgear:tip'
[16Apr2020 18:49:25.131] [Server thread/INFO] [Silent Gear/PartManager]: Registered serializer 'silentgear:main'
[16Apr2020 18:49:25.131] [Server thread/INFO] [Silent Gear/PartManager]: Registered serializer 'silentgear:bowstring'
[16Apr2020 18:49:25.131] [Server thread/INFO] [Silent Gear/PartManager]: Registered serializer 'silentgear:misc_upgrade'
[16Apr2020 18:49:25.131] [Server thread/INFO] [Silent Gear/PartManager]: Registered serializer 'silentgear:rod'
[16Apr2020 18:49:25.195] [Server thread/INFO] [Silent Gear/PartManager]: Registered 57 parts
[16Apr2020 18:49:25.572] [Server thread/INFO] [bluepower/]: Skipped adding item/block TranslatableComponent{key='item.minecraft.iron_ingot', args=[], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}} to the Alloy Furnace recipes.
[16Apr2020 18:49:25.783] [Server thread/INFO] [bluepower/]: Skipped adding item/block TranslatableComponent{key='item.minecraft.gold_nugget', args=[], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}} to the Alloy Furnace recipes.
[16Apr2020 18:49:25.796] [Server thread/INFO] [bluepower/]: Skipped adding item/block TranslatableComponent{key='item.minecraft.iron_nugget', args=[], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}} to the Alloy Furnace recipes.
[16Apr2020 18:49:25.816] [Server thread/INFO] [bluepower/]: Skipped adding item/block TranslatableComponent{key='item.minecraft.gold_ingot', args=[], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}} to the Alloy Furnace recipes.
[16Apr2020 18:49:25.838] [Server thread/INFO] [bluepower/]: Skipped adding item/block TranslatableComponent{key='item.minecraft.gold_ingot', args=[], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}} to the Alloy Furnace recipes.
[16Apr2020 18:49:26.462] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Bountiful reloading resources! :D
[16Apr2020 18:49:26.614] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:26.620] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:26.623] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:26.624] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:26.626] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:26.627] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:26.627] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:26.628] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:26.629] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:26.631] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:26.633] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:26.633] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:26.634] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:26.635] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:26.637] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:26.775] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/apotheosis}
[16Apr2020 18:49:26.884] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:26.896] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/aquaculture}
[16Apr2020 18:49:26.901] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:26.911] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/upgrade_aquatic}
[16Apr2020 18:49:26.915] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/aquaculture}
[16Apr2020 18:49:26.917] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:26.919] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/upgrade_aquatic}
[16Apr2020 18:49:26.923] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/aquaculture}
[16Apr2020 18:49:26.936] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/quark}
[16Apr2020 18:49:26.943] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:26.946] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/storagedrawers}
[16Apr2020 18:49:26.950] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:26.951] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:26.952] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/quark}
[16Apr2020 18:49:26.954] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:26.959] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/quark}
[16Apr2020 18:49:26.961] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:26.963] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/upgrademodifiers}
[16Apr2020 18:49:26.964] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:26.966] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:26.968] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/simplefarming}
[16Apr2020 18:49:26.970] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:26.975] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/vanillafoodpantry}
[16Apr2020 18:49:26.980] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/xlfoodmod}
[16Apr2020 18:49:26.985] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:26.992] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/vanillafoodpantry}
[16Apr2020 18:49:26.994] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/xlfoodmod}
[16Apr2020 18:49:26.997] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:26.999] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:27.000] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:27.002] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:27.007] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/quark}
[16Apr2020 18:49:27.008] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/simplefarming}
[16Apr2020 18:49:27.009] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:27.011] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/farmingforblockheads}
[16Apr2020 18:49:27.014] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/simplefarming}
[16Apr2020 18:49:27.018] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:27.024] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/farmingforblockheads}
[16Apr2020 18:49:27.026] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/quark}
[16Apr2020 18:49:27.030] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:27.032] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:27.034] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:27.041] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:27.043] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:27.047] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:27.050] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:27.051] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:27.056] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:27.062] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:27.065] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:27.068] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:27.076] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/comforts}
[16Apr2020 18:49:27.079] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:27.082] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:27.084] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:27.095] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/quark}
[16Apr2020 18:49:27.097] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:27.108] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/upgrademodifiers}
[16Apr2020 18:49:27.112] [Server thread/INFO] [BonsaiTrees2/]: Loaded 29 bonsai types and 6 soil types
[16Apr2020 18:49:27.130] [Server thread/INFO] [BonsaiTrees2/]: Updated soil compatibility
[16Apr2020 18:49:33.129] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Preparing start region for dimension minecraft:overworld
[16Apr2020 18:49:35.321] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
[16Apr2020 18:49:35.321] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
[16Apr2020 18:49:35.321] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
[16Apr2020 18:49:35.321] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
[16Apr2020 18:49:35.321] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
[16Apr2020 18:49:35.694] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0%
[16Apr2020 18:49:39.029] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83%
[16Apr2020 18:49:39.029] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83%
[16Apr2020 18:49:39.030] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83%
[16Apr2020 18:49:39.031] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83%
[16Apr2020 18:49:39.031] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83%
[16Apr2020 18:49:39.031] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83%
[16Apr2020 18:49:39.221] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83%
[16Apr2020 18:49:40.070] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83%
[16Apr2020 18:49:40.168] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 93%
[16Apr2020 18:49:40.690] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 93%
[16Apr2020 18:49:41.207] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 93%
[16Apr2020 18:49:41.662] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 93%
[16Apr2020 18:49:42.611] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 93%
[16Apr2020 18:49:43.123] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 93%
[16Apr2020 18:49:43.240] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 97%
[16Apr2020 18:49:43.532] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Time elapsed: 10376 ms
[16Apr2020 18:49:43.538] [Server thread/INFO] [Bookshelf/]: Registering 1 commands.
[16Apr2020 18:49:43.647] [Server thread/INFO] [BonsaiTrees2/]: Updated soil compatibility
[16Apr2020 18:49:43.649] [Server thread/INFO] [biomesoplenty/]: Registering BoP commands...
[16Apr2020 18:49:43.840] [Server thread/INFO] [trade/]: Commands have been registered !
[16Apr2020 18:49:44.056] [Server thread/INFO] [Silent Gear/TraitManager]: Gear traits loaded: 25
[16Apr2020 18:49:44.056] [Server thread/INFO] [Silent Gear/PartManager]: Gear parts loaded: 57
[16Apr2020 18:49:44.056] [Server thread/INFO] [de.erdbeerbaerlp.dcintegration.DiscordIntegration/]: Started
[16Apr2020 18:49:44.187] [Server thread/INFO] [net.minecraft.resources.SimpleReloadableResourceManager/]: Reloading ResourceManager: Default, AI-Improvements-1.15.2-0.3.0.jar, AmbientEnvironment-3.0.0.jar, AmbientSounds_v3.0.18_mc1.15.2.jar, Apotheosis-1.15.2-3.0.7.jar, AppleSkin-mc1.15.2-forge-1.0.13.jar, Aquaculture-1.15.2-2.0.13.jar, astikorcarts-1.0.2-1.15.2.jar, AttributeFix-1.15.2-7.0.1.jar, AutoRegLib-1.5-40.jar, autumnity-1.1.1-1.15.2.jar, bambooblocks-1.15.2-1.3.jar, beesknees-1.15.2-1.0.1.jar, BetterAdvancements-1.15.2-0.1.0.96.jar, BetterBurning-1.15.2-1.3.4.jar, BetterThanMending-1.4.0.jar, BiomesOPlenty-1.15.2-10.0.0.345-universal.jar, bluepower-1.15.2-0.4.184-alpha-universal.jar, BonsaiTrees-2.1.2.6.jar, Bookshelf-1.15.2-5.3.9.jar, Bountiful-1.15.2-3.1.0.jar, buildinggadgets-3.3.4.jar, carpetstairsmod-mc1.15-v1.3.jar, crayfishfurnituremod-7.0.0-pre16-mc1.15.1.jar, ChunkNoGoByeBye-1.15.2-1.2.0.jar, ClearView-1.15.2-1.0.0.jar, ClickMachine-1.15.2-3.0.2.jar, ClothConfig2-2.0.jar, CoffeeSpawner-1.15.1-6.0.0.jar, comforts-FORGE-1.15.2-2.0.0.1.jar, cc-tweaked-1.15.2-1.86.2.jar, Controlling-6.1.3.jar, CookingForBlockheads_1.15.2-8.0.0.jar, CraftingAutomat-MC1.15.2-1.2.1.jar, craftingstation-3.0.5.jar, Cucumber-1.15.2-3.0.5.jar, cullparticles-1.0.jar, curios-FORGE-1.15.2-2.0.1.jar, damage_indicator-0.1.0.jar, dcintegration-1.1.14-1.15.jar, despeggshatch_1.15-1.2.jar, dimdungeons-1.051-forge-1.15.2.jar, DimStorage-1.15.2-3.1.0.jar, DoggyTalents-1.15.2-1.15.2.3.jar, doubledoors_1.15.2-1.2.jar, dynviewdist-1.4.jar, EconomyInc-1.6.8MC1.15.jar, elevatorid-1.15.2-1.7.0.jar, EnchantmentDescriptions-1.15.2-2.0.5.jar, The-Endergetic-Expansion-1.15.2-v1.2.5.jar, EnderMail-1.15.2-1.0.2.jar, FarmingForBlockheads_1.15.2-6.1.0.jar, FastWorkbench-1.15.1-3.0.0.jar, FastFurnace-1.15.1-3.0.0.jar, FastLeafDecay-v22.jar, forge-1.15.2-31.1.43-universal.jar, GoatMod-1.15.2-1.1.jar, goblintraders-1.2.0-mc1.15.2.jar, gravestone-1.17.3.jar, Industrial+Agriculture[Industrial+Foregoing]-1.15.2-1.6.1.jar, improvedwolves-1.1.1-mc1.15.2.jar, Industrial+Agriculture[Core]-1.15.2-1.7.0.jar, industrial-foregoing-1.15.2-2.2.2-28d4a81.jar, InventoryHud_1.15.1-1.15.2.forge.2.4.jar, invtotem_1.15.2-1.0.jar, invtweaks-1.15.2-1.0.1.jar, jei-1.15.2-6.0.0.2.jar, journeymap-1.15.2-5.7.0beta1.jar, Kiwi-1.15.2-2.6.5.jar, KleeSlabs_1.15.2-8.0.0.jar, leavesdecayonotherleaves-1.1.jar, libnonymous-1.15.2-1.1.1.5.jar, LightOverlay-4.3.jar, logprot-1.15.1-1.2.jar, lowtechcrafting-1.15.1-0.2.1.jar, mcw-bridges-1.0.4fix-mc1.15.2.jar, mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar, mcw-windows-1.0.0-mc1.15.1_1.15.2.jar, themidnight-0.5.6.jar, mining-helmet-1.15.2-1.0.8.jar, Morpheus-1.15.2-4.2.50.jar, mountedpearl-1.15.2-1.0.0.jar, MouseTweaks-2.13-mc1.15.1.jar, movingelevators-1.2.4-mc1.15.jar, MysticalAgriculture-1.15.2-3.0.2.jar, NetherPortalFix_1.15.2-6.0.0.jar, omegamute_1.15-1.0.jar, Oscars-1.0.1.jar, PackingTape-1.15.2-0.9.5.jar, Patchouli-1.15.2-1.2-31.jar, petrock-0.6.5.jar, Ping-1.15.2-1.6.4.jar, Placebo-1.15.2-3.0.2.jar, playerhopper-1.15-1.2.jar, Quark-r2.1-230.jar, QuarkOddities-1.15.2.jar, reap-1.12.2.jar, ReAuth-1.14-3.8.0.jar, refinedpipes-0.4.jar, respawnablepets-1.1.jar, rsgauges-1.15.2-1.2.2.jar, SecurityCraft+v1.8.17.jar, SilentGear-1.15.2-1.5.3+78.jar, SilentLib-1.15.2-4.6.0+48.jar, simplylight-1.15.2-0.9.0.jar, Smoke-1.15.2-2.0.0.jar, SnowRealMagic-1.15.2-1.7.4.jar, SolarFluxReborn-1.15.2-15.0.0.jar, solcarrot-1.15.2-1.9.4.jar, sounddeviceoptions-1.3.0.jar, speedyhoppers-1.15.2-2.jar, speedyladders-1.15.2-1.jar, spiderspwebs_1.15.2-1.0.jar, StorageDrawers-1.15.2-7.0.2.jar, streamdc-2.2.jar, swampexpansion-1.15.2-1.5.1.jar, swingthroughgrass-1.15.2-1.4.0.jar, theoneprobe-1.15-2.0.2.jar, titanium-1.15.2-2.3.7.jar, ToolBelt-1.15.2-1.14.1.jar, torchslabmod-1.15.1_v1.5.jar, Trading_Players_1.1.jar, TrashSlot_1.15.2-11.0.0.jar, Upgrade-Aquatic-1.15.2-v1.5.1.jar, useful_backpacks-1.15.2-1.9.4.63.jar, useful_railroads-1.15.2-1.3.2.21.jar, u_team_core-1.15.2-2.11.0.156.jar, Variant16x-1.15-v0.9.2.1_beta.jar, Variant16x-BiomesOPlenty-1.15-v0.9.2_beta_pre3.jar, WaterStrainer-1.15.2-9.0.0.jar, Waystones_1.15.2-6.0.1.jar, WitherSkeletonTweaks-1.15.1-4.0.0.jar, xercamusic-1.15.2-1.0.jar, XL-Food-Mod-1.15.2-2.2.2.jar, bluepower
[16Apr2020 18:49:48.030] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe silentgear:crushing/crimson_iron_chunks as it's conditions were not met
[16Apr2020 18:49:48.031] [Server thread/INFO] [BonsaiTrees2/Serializer]: Skipping recipe 'bonsaitrees2:sapling/biomesoplenty/ethereal', contains unknown sapling.
[16Apr2020 18:49:48.031] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe bonsaitrees2:sapling/biomesoplenty/ethereal as it's serializer returned null
[16Apr2020 18:49:48.031] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe quark:tweaks/crafting/utility/chests/compat/wisteria_chest_wood as it's conditions were not met
[16Apr2020 18:49:48.031] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe quark:oddities/crafting/soul_compass as it's conditions were not met
[16Apr2020 18:49:48.040] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:stone_sword as it's conditions were not met
[16Apr2020 18:49:48.041] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe quark:building/crafting/chests/compat/wisteria_chest as it's conditions were not met
[16Apr2020 18:49:48.046] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:ladder as it's conditions were not met
[16Apr2020 18:49:48.047] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/aluminum_ingot as it's serializer returned null
[16Apr2020 18:49:48.050] [Server thread/INFO] [BonsaiTrees2/Serializer]: Skipping recipe 'bonsaitrees2:sapling/traverse/orange_autumnal', contains unknown sapling.
[16Apr2020 18:49:48.050] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe bonsaitrees2:sapling/traverse/orange_autumnal as it's serializer returned null
[16Apr2020 18:49:48.065] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:trapped_chest as it's conditions were not met
[16Apr2020 18:49:48.073] [Server thread/INFO] [BonsaiTrees2/Serializer]: Skipping recipe 'bonsaitrees2:sapling/simplefarming/orange', contains unknown sapling.
[16Apr2020 18:49:48.074] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe bonsaitrees2:sapling/simplefarming/orange as it's serializer returned null
[16Apr2020 18:49:48.078] [Server thread/INFO] [BonsaiTrees2/Serializer]: Skipping recipe 'bonsaitrees2:sapling/simplefarming/banana', contains unknown sapling.
[16Apr2020 18:49:48.078] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe bonsaitrees2:sapling/simplefarming/banana as it's serializer returned null
[16Apr2020 18:49:48.089] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe silentgear:crushing/crimson_iron_dust as it's conditions were not met
[16Apr2020 18:49:48.089] [Server thread/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe autumnity:maple_sign
com.google.gson.JsonSyntaxException: Unknown item 'autumnity:maple_sign'
at net.minecraft.item.crafting.ShapedRecipe.lambda$deserializeItem$0(ShapedRecipe.java:264) ~[?:?]
at net.minecraft.item.crafting.ShapedRecipe$$Lambda$9772/596111339.get(Unknown Source) ~[?:?]
at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_51]
at net.minecraft.item.crafting.ShapedRecipe.func_199798_a(ShapedRecipe.java:263) ~[?:?]
at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:283) ~[?:?]
at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:274) ~[?:?]
at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:134) ~[?:?]
at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:60) [?:?]
at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:37) [?:?]
at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) [?:?]
at net.minecraft.client.resources.ReloadListener$$Lambda$7276/796732411.accept(Unknown Source) [?:?]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) [?:1.8.0_51]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) [?:?]
at net.minecraft.resources.AsyncReloader$$Lambda$8307/885550081.run(Unknown Source) [?:?]
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?]
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.server.MinecraftServer.func_213166_h(MinecraftServer.java:731) [?:?]
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?]
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714) [?:?]
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?]
at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1464) [?:?]
at net.minecraft.server.MinecraftServer.func_193031_aM(MinecraftServer.java:1440) [?:?]
at com.bluepowermod.BluePower.onServerStarted(BluePower.java:115) [?:0.4.184-alpha]
at net.minecraftforge.eventbus.ASMEventHandler_469_BluePower_onServerStarted_FMLServerStartedEvent.invoke(.dynamic) [?:?]
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) [eventbus-2.0.0-milestone.1-service.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) [eventbus-2.0.0-milestone.1-service.jar:?]
at net.minecraftforge.fml.server.ServerLifecycleHooks.handleServerStarted(ServerLifecycleHooks.java:95) [?:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:614) [?:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
[16Apr2020 18:49:48.098] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:light_blue_wool as it's conditions were not met
[16Apr2020 18:49:48.112] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:stone_axe as it's conditions were not met
[16Apr2020 18:49:48.115] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/constantan_ingot as it's serializer returned null
[16Apr2020 18:49:48.118] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe quark:tweaks/crafting/utility/chests/mixed_chest_wood_but_without_exclusions as it's conditions were not met
[16Apr2020 18:49:48.123] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:pink_wool as it's conditions were not met
[16Apr2020 18:49:48.177] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe quark:building/crafting/chests/compat/hive_trapped_chest as it's conditions were not met
[16Apr2020 18:49:48.178] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe theoneprobe:probegoggles as it's conditions were not met
[16Apr2020 18:49:48.192] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/mithril_ingot as it's serializer returned null
[16Apr2020 18:49:48.194] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:blue_wool as it's conditions were not met
[16Apr2020 18:49:48.203] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:lime_wool as it's conditions were not met
[16Apr2020 18:49:48.204] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:light_gray_wool as it's conditions were not met
[16Apr2020 18:49:48.205] [Server thread/INFO] [BonsaiTrees2/Serializer]: Skipping recipe 'bonsaitrees2:sapling/simplefarming/mango', contains unknown sapling.
[16Apr2020 18:49:48.206] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe bonsaitrees2:sapling/simplefarming/mango as it's serializer returned null
[16Apr2020 18:49:48.209] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/tin_ingot as it's serializer returned null
[16Apr2020 18:49:48.212] [Server thread/INFO] [BonsaiTrees2/Serializer]: Skipping recipe 'bonsaitrees2:sapling/simplefarming/apple', contains unknown sapling.
[16Apr2020 18:49:48.212] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe bonsaitrees2:sapling/simplefarming/apple as it's serializer returned null
[16Apr2020 18:49:48.228] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe quark:automation/crafting/redstone_randomizer_ender as it's conditions were not met
[16Apr2020 18:49:48.232] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/iridium_ingot as it's serializer returned null
[16Apr2020 18:49:48.247] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe quark:building/crafting/chests/compat/wisteria_trapped_chest as it's conditions were not met
[16Apr2020 18:49:48.271] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/bronze_ingot as it's serializer returned null
[16Apr2020 18:49:48.277] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe quark:automation/crafting/weather_sensor_obsidian as it's conditions were not met
[16Apr2020 18:49:48.279] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/invar_ingot as it's serializer returned null
[16Apr2020 18:49:48.315] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe rsgauges:gauge/rustic_circular_gauge_recipe as it's conditions were not met
[16Apr2020 18:49:48.343] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:yellow_wool as it's conditions were not met
[16Apr2020 18:49:48.348] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/chrome_ingot as it's serializer returned null
[16Apr2020 18:49:48.363] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe quark:building/crafting/chests/compat/rosewood_trapped_chest as it's conditions were not met
[16Apr2020 18:49:48.387] [Server thread/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe goatmod:wool
com.google.gson.JsonSyntaxException: Unknown item 'minecraft:wool'
at net.minecraft.item.crafting.ShapedRecipe.lambda$deserializeItem$0(ShapedRecipe.java:264) ~[?:?]
at net.minecraft.item.crafting.ShapedRecipe$$Lambda$9772/596111339.get(Unknown Source) ~[?:?]
at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_51]
at net.minecraft.item.crafting.ShapedRecipe.func_199798_a(ShapedRecipe.java:263) ~[?:?]
at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:283) ~[?:?]
at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:274) ~[?:?]
at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:134) ~[?:?]
at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:60) [?:?]
at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:37) [?:?]
at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) [?:?]
at net.minecraft.client.resources.ReloadListener$$Lambda$7276/796732411.accept(Unknown Source) [?:?]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) [?:1.8.0_51]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) [?:?]
at net.minecraft.resources.AsyncReloader$$Lambda$8307/885550081.run(Unknown Source) [?:?]
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?]
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.server.MinecraftServer.func_213166_h(MinecraftServer.java:731) [?:?]
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?]
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714) [?:?]
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?]
at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1464) [?:?]
at net.minecraft.server.MinecraftServer.func_193031_aM(MinecraftServer.java:1440) [?:?]
at com.bluepowermod.BluePower.onServerStarted(BluePower.java:115) [?:0.4.184-alpha]
at net.minecraftforge.eventbus.ASMEventHandler_469_BluePower_onServerStarted_FMLServerStartedEvent.invoke(.dynamic) [?:?]
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) [eventbus-2.0.0-milestone.1-service.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) [eventbus-2.0.0-milestone.1-service.jar:?]
at net.minecraftforge.fml.server.ServerLifecycleHooks.handleServerStarted(ServerLifecycleHooks.java:95) [?:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:614) [?:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
[16Apr2020 18:49:48.400] [Server thread/INFO] [BonsaiTrees2/Serializer]: Skipping recipe 'bonsaitrees2:sapling/simplefarming/pear', contains unknown sapling.
[16Apr2020 18:49:48.400] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe bonsaitrees2:sapling/simplefarming/pear as it's serializer returned null
[16Apr2020 18:49:48.412] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:stone_hoe as it's conditions were not met
[16Apr2020 18:49:48.413] [Server thread/INFO] [BonsaiTrees2/Serializer]: Skipping recipe 'bonsaitrees2:sapling/traverse/brown_autumnal', contains unknown sapling.
[16Apr2020 18:49:48.413] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe bonsaitrees2:sapling/traverse/brown_autumnal as it's serializer returned null
[16Apr2020 18:49:48.420] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:red_wool as it's conditions were not met
[16Apr2020 18:49:48.423] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:magenta_wool as it's conditions were not met
[16Apr2020 18:49:48.425] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/electrum_ingot as it's serializer returned null
[16Apr2020 18:49:48.427] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:purple_wool as it's conditions were not met
[16Apr2020 18:49:48.431] [Server thread/INFO] [BonsaiTrees2/Serializer]: Skipping recipe 'bonsaitrees2:sapling/simplefarming/cherry', contains unknown sapling.
[16Apr2020 18:49:48.431] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe bonsaitrees2:sapling/simplefarming/cherry as it's serializer returned null
[16Apr2020 18:49:48.431] [Server thread/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe titanium:test_serializer/saplings_to_sticks
com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'titanium:test_serializer'
at net.minecraft.item.crafting.RecipeManager.lambda$deserializeRecipe$8(RecipeManager.java:133) ~[?:?]
at net.minecraft.item.crafting.RecipeManager$$Lambda$9768/316541407.get(Unknown Source) ~[?:?]
at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_51]
at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:132) ~[?:?]
at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:60) [?:?]
at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:37) [?:?]
at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) [?:?]
at net.minecraft.client.resources.ReloadListener$$Lambda$7276/796732411.accept(Unknown Source) [?:?]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) [?:1.8.0_51]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) [?:?]
at net.minecraft.resources.AsyncReloader$$Lambda$8307/885550081.run(Unknown Source) [?:?]
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?]
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.server.MinecraftServer.func_213166_h(MinecraftServer.java:731) [?:?]
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?]
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714) [?:?]
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?]
at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1464) [?:?]
at net.minecraft.server.MinecraftServer.func_193031_aM(MinecraftServer.java:1440) [?:?]
at com.bluepowermod.BluePower.onServerStarted(BluePower.java:115) [?:0.4.184-alpha]
at net.minecraftforge.eventbus.ASMEventHandler_469_BluePower_onServerStarted_FMLServerStartedEvent.invoke(.dynamic) [?:?]
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) [eventbus-2.0.0-milestone.1-service.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) [eventbus-2.0.0-milestone.1-service.jar:?]
at net.minecraftforge.fml.server.ServerLifecycleHooks.handleServerStarted(ServerLifecycleHooks.java:95) [?:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:614) [?:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
[16Apr2020 18:49:48.443] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/silicon as it's serializer returned null
[16Apr2020 18:49:48.443] [Server thread/INFO] [BonsaiTrees2/Serializer]: Skipping recipe 'bonsaitrees2:sapling/simplefarming/olive', contains unknown sapling.
[16Apr2020 18:49:48.444] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe bonsaitrees2:sapling/simplefarming/olive as it's serializer returned null
[16Apr2020 18:49:48.491] [Server thread/INFO] [BonsaiTrees2/Serializer]: Skipping recipe 'bonsaitrees2:sapling/traverse/yellow_autumnal', contains unknown sapling.
[16Apr2020 18:49:48.491] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe bonsaitrees2:sapling/traverse/yellow_autumnal as it's serializer returned null
[16Apr2020 18:49:48.493] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:orange_wool as it's conditions were not met
[16Apr2020 18:49:48.497] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:green_wool as it's conditions were not met
[16Apr2020 18:49:48.499] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:cyan_wool as it's conditions were not met
[16Apr2020 18:49:48.499] [Server thread/INFO] [BonsaiTrees2/Serializer]: Skipping recipe 'bonsaitrees2:sapling/simplefarming/apricot', contains unknown sapling.
[16Apr2020 18:49:48.499] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe bonsaitrees2:sapling/simplefarming/apricot as it's serializer returned null
[16Apr2020 18:49:48.510] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:nether_wart_block as it's conditions were not met
[16Apr2020 18:49:48.514] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe silentgear:alloy_smelting/crimson_steel as it's conditions were not met
[16Apr2020 18:49:48.529] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:chest as it's conditions were not met
[16Apr2020 18:49:48.532] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:inferium_watering_can_pt as it's conditions were not met
[16Apr2020 18:49:48.537] [Server thread/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe titanium:test_serializer/dirt_to_used
com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'titanium:test_serializer'
at net.minecraft.item.crafting.RecipeManager.lambda$deserializeRecipe$8(RecipeManager.java:133) ~[?:?]
at net.minecraft.item.crafting.RecipeManager$$Lambda$9768/316541407.get(Unknown Source) ~[?:?]
at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_51]
at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:132) ~[?:?]
at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:60) [?:?]
at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:37) [?:?]
at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) [?:?]
at net.minecraft.client.resources.ReloadListener$$Lambda$7276/796732411.accept(Unknown Source) [?:?]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) [?:1.8.0_51]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) [?:?]
at net.minecraft.resources.AsyncReloader$$Lambda$8307/885550081.run(Unknown Source) [?:?]
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?]
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.server.MinecraftServer.func_213166_h(MinecraftServer.java:731) [?:?]
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?]
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714) [?:?]
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?]
at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1464) [?:?]
at net.minecraft.server.MinecraftServer.func_193031_aM(MinecraftServer.java:1440) [?:?]
at com.bluepowermod.BluePower.onServerStarted(BluePower.java:115) [?:0.4.184-alpha]
at net.minecraftforge.eventbus.ASMEventHandler_469_BluePower_onServerStarted_FMLServerStartedEvent.invoke(.dynamic) [?:?]
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) [eventbus-2.0.0-milestone.1-service.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) [eventbus-2.0.0-milestone.1-service.jar:?]
at net.minecraftforge.fml.server.ServerLifecycleHooks.handleServerStarted(ServerLifecycleHooks.java:95) [?:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:614) [?:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
[16Apr2020 18:49:48.560] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/saltpeter as it's serializer returned null
[16Apr2020 18:49:48.564] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/steel_ingot as it's serializer returned null
[16Apr2020 18:49:48.578] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe quark:oddities/crafting/backpack_no_hide as it's conditions were not met
[16Apr2020 18:49:48.581] [Server thread/INFO] [BonsaiTrees2/Serializer]: Skipping recipe 'bonsaitrees2:sapling/traverse/fir', contains unknown sapling.
[16Apr2020 18:49:48.581] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe bonsaitrees2:sapling/traverse/fir as it's serializer returned null
[16Apr2020 18:49:48.582] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/titanium_ingot as it's serializer returned null
[16Apr2020 18:49:48.582] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe quark:building/crafting/chests/compat/rosewood_chest as it's conditions were not met
[16Apr2020 18:49:48.583] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:black_wool as it's conditions were not met
[16Apr2020 18:49:48.583] [Server thread/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe swampexpansion:quark/rice_sack
com.google.gson.JsonSyntaxException: Unknown item 'swampexpansion:rice_sack'
at net.minecraft.item.crafting.ShapedRecipe.lambda$deserializeItem$0(ShapedRecipe.java:264) ~[?:?]
at net.minecraft.item.crafting.ShapedRecipe$$Lambda$9772/596111339.get(Unknown Source) ~[?:?]
at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_51]
at net.minecraft.item.crafting.ShapedRecipe.func_199798_a(ShapedRecipe.java:263) ~[?:?]
at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:283) ~[?:?]
at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:274) ~[?:?]
at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:134) ~[?:?]
at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:60) [?:?]
at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:37) [?:?]
at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) [?:?]
at net.minecraft.client.resources.ReloadListener$$Lambda$7276/796732411.accept(Unknown Source) [?:?]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) [?:1.8.0_51]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) [?:?]
at net.minecraft.resources.AsyncReloader$$Lambda$8307/885550081.run(Unknown Source) [?:?]
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?]
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.server.MinecraftServer.func_213166_h(MinecraftServer.java:731) [?:?]
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?]
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714) [?:?]
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?]
at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1464) [?:?]
at net.minecraft.server.MinecraftServer.func_193031_aM(MinecraftServer.java:1440) [?:?]
at com.bluepowermod.BluePower.onServerStarted(BluePower.java:115) [?:0.4.184-alpha]
at net.minecraftforge.eventbus.ASMEventHandler_469_BluePower_onServerStarted_FMLServerStartedEvent.invoke(.dynamic) [?:?]
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) [eventbus-2.0.0-milestone.1-service.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) [eventbus-2.0.0-milestone.1-service.jar:?]
at net.minecraftforge.fml.server.ServerLifecycleHooks.handleServerStarted(ServerLifecycleHooks.java:95) [?:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:614) [?:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
[16Apr2020 18:49:48.619] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe quark:tools/crafting/pickarang_no_heart as it's conditions were not met
[16Apr2020 18:49:48.636] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe quark:automation/crafting/ender_watcher_obsidian as it's conditions were not met
[16Apr2020 18:49:48.642] [Server thread/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe titanium:test_serializer/dirt_to_diamod
com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'titanium:test_serializer'
at net.minecraft.item.crafting.RecipeManager.lambda$deserializeRecipe$8(RecipeManager.java:133) ~[?:?]
at net.minecraft.item.crafting.RecipeManager$$Lambda$9768/316541407.get(Unknown Source) ~[?:?]
at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_51]
at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:132) ~[?:?]
at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:60) [?:?]
at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:37) [?:?]
at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) [?:?]
at net.minecraft.client.resources.ReloadListener$$Lambda$7276/796732411.accept(Unknown Source) [?:?]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) [?:1.8.0_51]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) [?:?]
at net.minecraft.resources.AsyncReloader$$Lambda$8307/885550081.run(Unknown Source) [?:?]
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?]
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.server.MinecraftServer.func_213166_h(MinecraftServer.java:731) [?:?]
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?]
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714) [?:?]
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?]
at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1464) [?:?]
at net.minecraft.server.MinecraftServer.func_193031_aM(MinecraftServer.java:1440) [?:?]
at com.bluepowermod.BluePower.onServerStarted(BluePower.java:115) [?:0.4.184-alpha]
at net.minecraftforge.eventbus.ASMEventHandler_469_BluePower_onServerStarted_FMLServerStartedEvent.invoke(.dynamic) [?:?]
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) [eventbus-2.0.0-milestone.1-service.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) [eventbus-2.0.0-milestone.1-service.jar:?]
at net.minecraftforge.fml.server.ServerLifecycleHooks.handleServerStarted(ServerLifecycleHooks.java:95) [?:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:614) [?:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
[16Apr2020 18:49:48.659] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe quark:building/crafting/chests/compat/hive_chest as it's conditions were not met
[16Apr2020 18:49:48.660] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:stone_pickaxe as it's conditions were not met
[16Apr2020 18:49:48.665] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:stone_shovel as it's conditions were not met
[16Apr2020 18:49:48.665] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/rubber as it's serializer returned null
[16Apr2020 18:49:48.683] [Server thread/INFO] [BonsaiTrees2/Serializer]: Skipping recipe 'bonsaitrees2:sapling/traverse/red_autumnal', contains unknown sapling.
[16Apr2020 18:49:48.684] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe bonsaitrees2:sapling/traverse/red_autumnal as it's serializer returned null
[16Apr2020 18:49:48.684] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:bookshelf as it's conditions were not met
[16Apr2020 18:49:48.686] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/platinum_ingot as it's serializer returned null
[16Apr2020 18:49:48.704] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/sulfur as it's serializer returned null
[16Apr2020 18:49:48.717] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:green_dye as it's conditions were not met
[16Apr2020 18:49:48.733] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/lead_ingot as it's serializer returned null
[16Apr2020 18:49:48.759] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/graphite_ingot as it's serializer returned null
[16Apr2020 18:49:48.767] [Server thread/INFO] [BonsaiTrees2/Serializer]: Skipping recipe 'bonsaitrees2:sapling/simplefarming/plum', contains unknown sapling.
[16Apr2020 18:49:48.767] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe bonsaitrees2:sapling/simplefarming/plum as it's serializer returned null
[16Apr2020 18:49:48.767] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:gray_wool as it's conditions were not met
[16Apr2020 18:49:48.777] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/uranium_ingot as it's serializer returned null
[16Apr2020 18:49:48.793] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe mysticalagriculture:essence/common/nickel_ingot as it's serializer returned null
[16Apr2020 18:49:48.794] [Server thread/INFO] [BonsaiTrees2/Serializer]: Skipping recipe 'bonsaitrees2:sapling/integrateddynamics/menril', contains unknown sapling.
[16Apr2020 18:49:48.794] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe bonsaitrees2:sapling/integrateddynamics/menril as it's serializer returned null
[16Apr2020 18:49:48.799] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe quark:tweaks/crafting/utility/chests/compat/rosewood_chest_wood as it's conditions were not met
[16Apr2020 18:49:48.799] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe minecraft:brown_wool as it's conditions were not met
[16Apr2020 18:49:48.807] [Server thread/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe swampexpansion:quark/rice_sack_uncompress
com.google.gson.JsonSyntaxException: Unknown item 'swampexpansion:rice_sack'
at net.minecraft.item.crafting.Ingredient.lambda$deserializeItemList$12(Ingredient.java:214) ~[?:?]
at net.minecraft.item.crafting.Ingredient$$Lambda$9770/104013213.get(Unknown Source) ~[?:?]
at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_51]
at net.minecraft.item.crafting.Ingredient.func_199803_a(Ingredient.java:213) ~[?:?]
at net.minecraftforge.common.crafting.VanillaIngredientSerializer.parse(VanillaIngredientSerializer.java:41) ~[?:?]
at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:155) ~[?:?]
at net.minecraft.item.crafting.Ingredient.func_199802_a(Ingredient.java:187) ~[?:?]
at net.minecraft.item.crafting.ShapelessRecipe$Serializer.func_199568_a(ShapelessRecipe.java:95) ~[?:?]
at net.minecraft.item.crafting.ShapelessRecipe$Serializer.func_199425_a_(ShapelessRecipe.java:80) ~[?:?]
at net.minecraft.item.crafting.ShapelessRecipe$Serializer.func_199425_a_(ShapelessRecipe.java:76) ~[?:?]
at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:134) ~[?:?]
at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:60) [?:?]
at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:37) [?:?]
at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) [?:?]
at net.minecraft.client.resources.ReloadListener$$Lambda$7276/796732411.accept(Unknown Source) [?:?]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) [?:1.8.0_51]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) [?:?]
at net.minecraft.resources.AsyncReloader$$Lambda$8307/885550081.run(Unknown Source) [?:?]
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?]
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.server.MinecraftServer.func_213166_h(MinecraftServer.java:731) [?:?]
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?]
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714) [?:?]
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?]
at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1464) [?:?]
at net.minecraft.server.MinecraftServer.func_193031_aM(MinecraftServer.java:1440) [?:?]
at com.bluepowermod.BluePower.onServerStarted(BluePower.java:115) [?:0.4.184-alpha]
at net.minecraftforge.eventbus.ASMEventHandler_469_BluePower_onServerStarted_FMLServerStartedEvent.invoke(.dynamic) [?:?]
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) [eventbus-2.0.0-milestone.1-service.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) [eventbus-2.0.0-milestone.1-service.jar:?]
at net.minecraftforge.fml.server.ServerLifecycleHooks.handleServerStarted(ServerLifecycleHooks.java:95) [?:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:614) [?:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
[16Apr2020 18:49:48.844] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe rsgauges:oldfancy/oldfancy_bistableswitch1_recipe_backcycle as it's conditions were not met
[16Apr2020 18:49:48.859] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Loaded 16 recipes
[16Apr2020 18:49:48.865] [Server thread/INFO] [placebo/]: Registered 22 additional recipes.
[16Apr2020 18:49:48.865] [Server thread/INFO] [placebo/]: Beginning replacement of all shapeless recipes...
[16Apr2020 18:49:48.882] [Server thread/INFO] [placebo/]: Successfully replaced 956 recipes with fast recipes.
[16Apr2020 18:49:49.780] [Server thread/ERROR] [net.minecraft.world.storage.loot.LootTableManager/]: Couldn't parse loot table endergetic:blocks/frisbloom_seeds
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'endergetic:frisbloom_seeds'
at net.minecraft.util.JSONUtils.func_219793_a(SourceFile:128) ~[?:?]
at net.minecraft.util.JSONUtils$$Lambda$9830/1045457567.get(Unknown Source) ~[?:?]
at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_51]
at net.minecraft.util.JSONUtils.func_188172_b(SourceFile:128) ~[?:?]
at net.minecraft.util.JSONUtils.func_188180_i(SourceFile:136) ~[?:?]
at net.minecraft.world.storage.loot.ItemLootEntry$Serializer.func_212829_b_(SourceFile:54) ~[?:?]
at net.minecraft.world.storage.loot.ItemLootEntry$Serializer.func_212829_b_(SourceFile:35) ~[?:?]
at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:156) ~[?:?]
at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:130) ~[?:?]
at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:53) ~[?:?]
at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:41) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[gson-2.8.0.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:441) ~[?:?]
at net.minecraft.util.JSONUtils.func_188174_a(SourceFile:449) ~[?:?]
at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:205) ~[?:?]
at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:202) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[gson-2.8.0.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:441) ~[?:?]
at net.minecraft.util.JSONUtils.func_188177_a(SourceFile:457) ~[?:?]
at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:245) ~[?:?]
at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:242) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:925) ~[gson-2.8.0.jar:?]
at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:824) ~[?:?]
at net.minecraft.world.storage.loot.LootTableManager.lambda$apply$0(LootTableManager.java:47) [?:?]
at net.minecraft.world.storage.loot.LootTableManager$$Lambda$9843/531349317.accept(Unknown Source) [?:?]
at java.util.HashMap.forEach(HashMap.java:1280) [?:1.8.0_51]
at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:44) [?:?]
at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:22) [?:?]
at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) [?:?]
at net.minecraft.client.resources.ReloadListener$$Lambda$7276/796732411.accept(Unknown Source) [?:?]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) [?:1.8.0_51]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) [?:?]
at net.minecraft.resources.AsyncReloader$$Lambda$8307/885550081.run(Unknown Source) [?:?]
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?]
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.server.MinecraftServer.func_213166_h(MinecraftServer.java:731) [?:?]
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?]
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714) [?:?]
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?]
at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1464) [?:?]
at net.minecraft.server.MinecraftServer.func_193031_aM(MinecraftServer.java:1440) [?:?]
at com.bluepowermod.BluePower.onServerStarted(BluePower.java:115) [?:0.4.184-alpha]
at net.minecraftforge.eventbus.ASMEventHandler_469_BluePower_onServerStarted_FMLServerStartedEvent.invoke(.dynamic) [?:?]
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) [eventbus-2.0.0-milestone.1-service.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) [eventbus-2.0.0-milestone.1-service.jar:?]
at net.minecraftforge.fml.server.ServerLifecycleHooks.handleServerStarted(ServerLifecycleHooks.java:95) [?:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:614) [?:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
[16Apr2020 18:49:49.807] [Server thread/ERROR] [net.minecraft.world.storage.loot.LootTableManager/]: Couldn't parse loot table autumnity:blocks/maple_chest
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'autumnity:maple_chest'
at net.minecraft.util.JSONUtils.func_219793_a(SourceFile:128) ~[?:?]
at net.minecraft.util.JSONUtils$$Lambda$9830/1045457567.get(Unknown Source) ~[?:?]
at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_51]
at net.minecraft.util.JSONUtils.func_188172_b(SourceFile:128) ~[?:?]
at net.minecraft.util.JSONUtils.func_188180_i(SourceFile:136) ~[?:?]
at net.minecraft.world.storage.loot.ItemLootEntry$Serializer.func_212829_b_(SourceFile:54) ~[?:?]
at net.minecraft.world.storage.loot.ItemLootEntry$Serializer.func_212829_b_(SourceFile:35) ~[?:?]
at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:156) ~[?:?]
at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:130) ~[?:?]
at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:53) ~[?:?]
at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:41) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[gson-2.8.0.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:441) ~[?:?]
at net.minecraft.util.JSONUtils.func_188174_a(SourceFile:449) ~[?:?]
at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:205) ~[?:?]
at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:202) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[gson-2.8.0.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:441) ~[?:?]
at net.minecraft.util.JSONUtils.func_188177_a(SourceFile:457) ~[?:?]
at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:245) ~[?:?]
at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:242) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:925) ~[gson-2.8.0.jar:?]
at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:824) ~[?:?]
at net.minecraft.world.storage.loot.LootTableManager.lambda$apply$0(LootTableManager.java:47) [?:?]
at net.minecraft.world.storage.loot.LootTableManager$$Lambda$9843/531349317.accept(Unknown Source) [?:?]
at java.util.HashMap.forEach(HashMap.java:1280) [?:1.8.0_51]
at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:44) [?:?]
at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:22) [?:?]
at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) [?:?]
at net.minecraft.client.resources.ReloadListener$$Lambda$7276/796732411.accept(Unknown Source) [?:?]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) [?:1.8.0_51]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) [?:?]
at net.minecraft.resources.AsyncReloader$$Lambda$8307/885550081.run(Unknown Source) [?:?]
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?]
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.server.MinecraftServer.func_213166_h(MinecraftServer.java:731) [?:?]
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?]
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714) [?:?]
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?]
at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1464) [?:?]
at net.minecraft.server.MinecraftServer.func_193031_aM(MinecraftServer.java:1440) [?:?]
at com.bluepowermod.BluePower.onServerStarted(BluePower.java:115) [?:0.4.184-alpha]
at net.minecraftforge.eventbus.ASMEventHandler_469_BluePower_onServerStarted_FMLServerStartedEvent.invoke(.dynamic) [?:?]
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) [eventbus-2.0.0-milestone.1-service.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) [eventbus-2.0.0-milestone.1-service.jar:?]
at net.minecraftforge.fml.server.ServerLifecycleHooks.handleServerStarted(ServerLifecycleHooks.java:95) [?:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:614) [?:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
[16Apr2020 18:49:50.694] [Server thread/ERROR] [net.minecraft.world.storage.loot.LootTableManager/]: Couldn't parse loot table bountiful:blocks/bountyboard
com.google.gson.JsonSyntaxException: Missing ops, expected to find a JsonArray
at net.minecraft.util.JSONUtils.func_151214_t(SourceFile:426) ~[?:?]
at net.minecraft.world.storage.loot.functions.CopyNbt$Serializer.func_186530_b(SourceFile:245) ~[?:?]
at net.minecraft.world.storage.loot.functions.CopyNbt$Serializer.func_186530_b(SourceFile:227) ~[?:?]
at net.minecraft.world.storage.loot.LootFunction$Serializer.func_212870_b_(SourceFile:104) ~[?:?]
at net.minecraft.world.storage.loot.LootFunction$Serializer.func_212870_b_(SourceFile:89) ~[?:?]
at net.minecraft.world.storage.loot.functions.LootFunctionManager$Serializer.deserialize(SourceFile:93) ~[?:?]
at net.minecraft.world.storage.loot.functions.LootFunctionManager$Serializer.deserialize(SourceFile:81) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[gson-2.8.0.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:441) ~[?:?]
at net.minecraft.util.JSONUtils.func_188177_a(SourceFile:457) ~[?:?]
at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:154) ~[?:?]
at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:130) ~[?:?]
at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:53) ~[?:?]
at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:41) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[gson-2.8.0.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:441) ~[?:?]
at net.minecraft.util.JSONUtils.func_188174_a(SourceFile:449) ~[?:?]
at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:205) ~[?:?]
at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:202) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[gson-2.8.0.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:441) ~[?:?]
at net.minecraft.util.JSONUtils.func_188177_a(SourceFile:457) ~[?:?]
at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:245) ~[?:?]
at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:242) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:925) ~[gson-2.8.0.jar:?]
at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:824) ~[?:?]
at net.minecraft.world.storage.loot.LootTableManager.lambda$apply$0(LootTableManager.java:47) [?:?]
at net.minecraft.world.storage.loot.LootTableManager$$Lambda$9843/531349317.accept(Unknown Source) [?:?]
at java.util.HashMap.forEach(HashMap.java:1280) [?:1.8.0_51]
at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:44) [?:?]
at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:22) [?:?]
at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) [?:?]
at net.minecraft.client.resources.ReloadListener$$Lambda$7276/796732411.accept(Unknown Source) [?:?]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) [?:1.8.0_51]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) [?:?]
at net.minecraft.resources.AsyncReloader$$Lambda$8307/885550081.run(Unknown Source) [?:?]
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?]
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.server.MinecraftServer.func_213166_h(MinecraftServer.java:731) [?:?]
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?]
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714) [?:?]
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?]
at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1464) [?:?]
at net.minecraft.server.MinecraftServer.func_193031_aM(MinecraftServer.java:1440) [?:?]
at com.bluepowermod.BluePower.onServerStarted(BluePower.java:115) [?:0.4.184-alpha]
at net.minecraftforge.eventbus.ASMEventHandler_469_BluePower_onServerStarted_FMLServerStartedEvent.invoke(.dynamic) [?:?]
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) [eventbus-2.0.0-milestone.1-service.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) [eventbus-2.0.0-milestone.1-service.jar:?]
at net.minecraftforge.fml.server.ServerLifecycleHooks.handleServerStarted(ServerLifecycleHooks.java:95) [?:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:614) [?:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
[16Apr2020 18:49:51.012] [Server thread/ERROR] [net.minecraft.world.storage.loot.LootTableManager/]: Couldn't parse loot table endergetic:blocks/frisbloom_stem
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'endergetic:frisbloom_seeds'
at net.minecraft.util.JSONUtils.func_219793_a(SourceFile:128) ~[?:?]
at net.minecraft.util.JSONUtils$$Lambda$9830/1045457567.get(Unknown Source) ~[?:?]
at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_51]
at net.minecraft.util.JSONUtils.func_188172_b(SourceFile:128) ~[?:?]
at net.minecraft.util.JSONUtils.func_188180_i(SourceFile:136) ~[?:?]
at net.minecraft.world.storage.loot.ItemLootEntry$Serializer.func_212829_b_(SourceFile:54) ~[?:?]
at net.minecraft.world.storage.loot.ItemLootEntry$Serializer.func_212829_b_(SourceFile:35) ~[?:?]
at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:156) ~[?:?]
at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:130) ~[?:?]
at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:53) ~[?:?]
at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:41) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[gson-2.8.0.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:441) ~[?:?]
at net.minecraft.util.JSONUtils.func_188174_a(SourceFile:449) ~[?:?]
at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:205) ~[?:?]
at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:202) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[gson-2.8.0.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:441) ~[?:?]
at net.minecraft.util.JSONUtils.func_188177_a(SourceFile:457) ~[?:?]
at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:245) ~[?:?]
at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:242) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:925) ~[gson-2.8.0.jar:?]
at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:824) ~[?:?]
at net.minecraft.world.storage.loot.LootTableManager.lambda$apply$0(LootTableManager.java:47) [?:?]
at net.minecraft.world.storage.loot.LootTableManager$$Lambda$9843/531349317.accept(Unknown Source) [?:?]
at java.util.HashMap.forEach(HashMap.java:1280) [?:1.8.0_51]
at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:44) [?:?]
at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:22) [?:?]
at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) [?:?]
at net.minecraft.client.resources.ReloadListener$$Lambda$7276/796732411.accept(Unknown Source) [?:?]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) [?:1.8.0_51]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) [?:?]
at net.minecraft.resources.AsyncReloader$$Lambda$8307/885550081.run(Unknown Source) [?:?]
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?]
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.server.MinecraftServer.func_213166_h(MinecraftServer.java:731) [?:?]
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?]
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714) [?:?]
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?]
at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1464) [?:?]
at net.minecraft.server.MinecraftServer.func_193031_aM(MinecraftServer.java:1440) [?:?]
at com.bluepowermod.BluePower.onServerStarted(BluePower.java:115) [?:0.4.184-alpha]
at net.minecraftforge.eventbus.ASMEventHandler_469_BluePower_onServerStarted_FMLServerStartedEvent.invoke(.dynamic) [?:?]
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) [eventbus-2.0.0-milestone.1-service.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) [eventbus-2.0.0-milestone.1-service.jar:?]
at net.minecraftforge.fml.server.ServerLifecycleHooks.handleServerStarted(ServerLifecycleHooks.java:95) [?:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:614) [?:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
[16Apr2020 18:49:51.217] [Server thread/ERROR] [net.minecraft.world.storage.loot.LootTableManager/]: Couldn't parse loot table autumnity:blocks/maple_sign
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'autumnity:maple_sign'
at net.minecraft.util.JSONUtils.func_219793_a(SourceFile:128) ~[?:?]
at net.minecraft.util.JSONUtils$$Lambda$9830/1045457567.get(Unknown Source) ~[?:?]
at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_51]
at net.minecraft.util.JSONUtils.func_188172_b(SourceFile:128) ~[?:?]
at net.minecraft.util.JSONUtils.func_188180_i(SourceFile:136) ~[?:?]
at net.minecraft.world.storage.loot.ItemLootEntry$Serializer.func_212829_b_(SourceFile:54) ~[?:?]
at net.minecraft.world.storage.loot.ItemLootEntry$Serializer.func_212829_b_(SourceFile:35) ~[?:?]
at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:156) ~[?:?]
at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:130) ~[?:?]
at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:53) ~[?:?]
at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:41) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[gson-2.8.0.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:441) ~[?:?]
at net.minecraft.util.JSONUtils.func_188174_a(SourceFile:449) ~[?:?]
at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:205) ~[?:?]
at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:202) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[gson-2.8.0.jar:?]
at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:441) ~[?:?]
at net.minecraft.util.JSONUtils.func_188177_a(SourceFile:457) ~[?:?]
at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:245) ~[?:?]
at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:242) ~[?:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[gson-2.8.0.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:925) ~[gson-2.8.0.jar:?]
at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:824) ~[?:?]
at net.minecraft.world.storage.loot.LootTableManager.lambda$apply$0(LootTableManager.java:47) [?:?]
at net.minecraft.world.storage.loot.LootTableManager$$Lambda$9843/531349317.accept(Unknown Source) [?:?]
at java.util.HashMap.forEach(HashMap.java:1280) [?:1.8.0_51]
at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:44) [?:?]
at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:22) [?:?]
at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) [?:?]
at net.minecraft.client.resources.ReloadListener$$Lambda$7276/796732411.accept(Unknown Source) [?:?]
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) [?:1.8.0_51]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) [?:1.8.0_51]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) [?:?]
at net.minecraft.resources.AsyncReloader$$Lambda$8307/885550081.run(Unknown Source) [?:?]
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?]
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.server.MinecraftServer.func_213166_h(MinecraftServer.java:731) [?:?]
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?]
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714) [?:?]
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708) [?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?]
at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1464) [?:?]
at net.minecraft.server.MinecraftServer.func_193031_aM(MinecraftServer.java:1440) [?:?]
at com.bluepowermod.BluePower.onServerStarted(BluePower.java:115) [?:0.4.184-alpha]
at net.minecraftforge.eventbus.ASMEventHandler_469_BluePower_onServerStarted_FMLServerStartedEvent.invoke(.dynamic) [?:?]
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) [eventbus-2.0.0-milestone.1-service.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) [eventbus-2.0.0-milestone.1-service.jar:?]
at net.minecraftforge.fml.server.ServerLifecycleHooks.handleServerStarted(ServerLifecycleHooks.java:95) [?:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:614) [?:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
[16Apr2020 18:49:51.386] [Server thread/INFO] [placebo/]: Registered 5 additional loot tables.
[16Apr2020 18:49:51.601] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement bountiful:main/bounty_complete_rare: Invalid criterion trigger: bountiful:bounty_complete_rare
[16Apr2020 18:49:51.614] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement bountiful:main/bounty_complete_epic: Invalid criterion trigger: bountiful:bounty_complete_epic
[16Apr2020 18:49:51.619] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement silentgear:part_analyzer: Expected item to be an item, was unknown string 'silentgear:part_analyzer'
[16Apr2020 18:49:51.643] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement bountiful:main/bounty_complete_common: Invalid criterion trigger: bountiful:bounty_complete_common
[16Apr2020 18:49:51.696] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement bountiful:main/bounty_complete_uncommon: Invalid criterion trigger: bountiful:bounty_complete_uncommon
[16Apr2020 18:49:51.697] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager/]: Parsing error loading custom advancement bountiful:main/royal_mandate: Invalid criterion trigger: bountiful:royal_mandate
[16Apr2020 18:49:51.716] [Server thread/INFO] [net.minecraft.advancements.AdvancementList/]: Loaded 2368 advancements
[16Apr2020 18:49:51.717] [Server thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Resource Manager Reloading
[16Apr2020 18:49:51.852] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab wood_slab_0 could not be found.
[16Apr2020 18:49:51.852] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab wood_slab_1 could not be found.
[16Apr2020 18:49:51.852] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab other_slab could not be found.
[16Apr2020 18:49:51.854] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab biotite_slab could not be found.
[16Apr2020 18:49:51.855] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab snow_bricks_slab_double could not be found.
[16Apr2020 18:49:51.855] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab sandy_bricks_slab_double could not be found.
[16Apr2020 18:49:51.855] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab charred_nether_brick_slab could not be found.
[16Apr2020 18:49:51.855] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab sandstone_bricks_slab_double could not be found.
[16Apr2020 18:49:51.855] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab sandstone_smooth_slab could not be found.
[16Apr2020 18:49:51.855] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab red_sandstone_bricks_slab_double could not be found.
[16Apr2020 18:49:51.855] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab red_sandstone_smooth_slab could not be found.
[16Apr2020 18:49:51.855] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab end_bricks_slab could not be found.
[16Apr2020 18:49:51.855] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab prismarine_slab could not be found.
[16Apr2020 18:49:51.856] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab prismarine_dark_slab could not be found.
[16Apr2020 18:49:51.856] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab prismarine_bricks_slab could not be found.
[16Apr2020 18:49:51.856] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stone_diorite_slab could not be found.
[16Apr2020 18:49:51.856] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stone_diorite_bricks_slab could not be found.
[16Apr2020 18:49:51.856] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stone_granite_slab could not be found.
[16Apr2020 18:49:51.856] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stone_granite_bricks_slab could not be found.
[16Apr2020 18:49:51.856] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stone_andesite_slab could not be found.
[16Apr2020 18:49:51.856] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stone_andesite_bricks_slab could not be found.
[16Apr2020 18:49:51.857] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stone_basalt_slab could not be found.
[16Apr2020 18:49:51.861] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stone_basalt_bricks_slab could not be found.
[16Apr2020 18:49:51.861] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_gray_slab could not be found.
[16Apr2020 18:49:51.862] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_magenta_slab could not be found.
[16Apr2020 18:49:51.862] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_cyan_slab could not be found.
[16Apr2020 18:49:51.862] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_blue_slab could not be found.
[16Apr2020 18:49:51.862] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_orange_slab could not be found.
[16Apr2020 18:49:51.862] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_red_slab could not be found.
[16Apr2020 18:49:51.862] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_yellow_slab could not be found.
[16Apr2020 18:49:51.862] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_light_blue_slab could not be found.
[16Apr2020 18:49:51.863] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_purple_slab could not be found.
[16Apr2020 18:49:51.864] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_silver_slab could not be found.
[16Apr2020 18:49:51.864] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_lime_slab could not be found.
[16Apr2020 18:49:51.864] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_green_slab could not be found.
[16Apr2020 18:49:51.864] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_black_slab could not be found.
[16Apr2020 18:49:51.864] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_brown_slab could not be found.
[16Apr2020 18:49:51.864] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_white_slab could not be found.
[16Apr2020 18:49:51.864] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_clay_tiles_pink_slab could not be found.
[16Apr2020 18:49:51.864] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_gray_slab could not be found.
[16Apr2020 18:49:51.864] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_magenta_slab could not be found.
[16Apr2020 18:49:51.864] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_cyan_slab could not be found.
[16Apr2020 18:49:51.864] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_blue_slab could not be found.
[16Apr2020 18:49:51.864] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_orange_slab could not be found.
[16Apr2020 18:49:51.864] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_red_slab could not be found.
[16Apr2020 18:49:51.864] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_yellow_slab could not be found.
[16Apr2020 18:49:51.865] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_light_blue_slab could not be found.
[16Apr2020 18:49:51.865] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_purple_slab could not be found.
[16Apr2020 18:49:51.865] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_silver_slab could not be found.
[16Apr2020 18:49:51.865] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_lime_slab could not be found.
[16Apr2020 18:49:51.865] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_green_slab could not be found.
[16Apr2020 18:49:51.865] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_black_slab could not be found.
[16Apr2020 18:49:51.865] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_brown_slab could not be found.
[16Apr2020 18:49:51.865] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_white_slab could not be found.
[16Apr2020 18:49:51.865] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stained_planks_pink_slab could not be found.
[16Apr2020 18:49:51.865] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab reed_block_slab could not be found.
[16Apr2020 18:49:51.866] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab thatch_slab_double could not be found.
[16Apr2020 18:49:51.866] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab icy_stone_slab could not be found.
[16Apr2020 18:49:51.866] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab fire_stone_slab could not be found.
[16Apr2020 18:49:51.866] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stone_limestone_slab could not be found.
[16Apr2020 18:49:51.866] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab stone_marble_slab could not be found.
[16Apr2020 18:49:51.866] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab duskbound_block_slab_double could not be found.
[16Apr2020 18:49:51.866] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab magma_bricks_slab_double could not be found.
[16Apr2020 18:49:51.866] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab midori_block_slab_double could not be found.
[16Apr2020 18:49:51.866] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab iron_plate_slab_double could not be found.
[16Apr2020 18:49:51.866] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab polished_netherrack_bricks_slab could not be found.
[16Apr2020 18:49:51.866] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab soul_sandstone_slab_double could not be found.
[16Apr2020 18:49:51.866] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab soul_sandstone_bricks_slab_double could not be found.
[16Apr2020 18:49:51.866] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab soul_sandstone_smooth_slab could not be found.
[16Apr2020 18:49:51.866] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab bark_oak_slab could not be found.
[16Apr2020 18:49:51.866] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab bark_spruce_slab could not be found.
[16Apr2020 18:49:51.866] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab bark_birch_slab could not be found.
[16Apr2020 18:49:51.866] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab bark_jungle_slab could not be found.
[16Apr2020 18:49:51.866] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab bark_acacia_slab could not be found.
[16Apr2020 18:49:51.866] [Server thread/ERROR] [net.blay09.mods.kleeslabs.KleeSlabs/]: Slab bark_dark_oak_slab could not be found.
[16Apr2020 18:49:52.305] [Server thread/INFO] [Silent Gear/TraitManager]: Reloading trait files
[16Apr2020 18:49:52.317] [Server thread/INFO] [Silent Gear/TraitManager]: Registered 25 traits
[16Apr2020 18:49:52.580] [Server thread/INFO] [Silent Gear/PartManager]: Reloading part files
[16Apr2020 18:49:52.603] [Server thread/INFO] [Silent Gear/PartManager]: Registered 57 parts
[16Apr2020 18:49:52.858] [Server thread/INFO] [bluepower/]: Skipped adding item/block TranslatableComponent{key='item.minecraft.iron_ingot', args=[], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}} to the Alloy Furnace recipes.
[16Apr2020 18:49:52.898] [Server thread/INFO] [bluepower/]: Skipped adding item/block TranslatableComponent{key='item.minecraft.gold_nugget', args=[], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}} to the Alloy Furnace recipes.
[16Apr2020 18:49:52.900] [Server thread/INFO] [bluepower/]: Skipped adding item/block TranslatableComponent{key='item.minecraft.iron_nugget', args=[], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}} to the Alloy Furnace recipes.
[16Apr2020 18:49:53.029] [Server thread/INFO] [bluepower/]: Skipped adding item/block TranslatableComponent{key='item.minecraft.gold_ingot', args=[], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}} to the Alloy Furnace recipes.
[16Apr2020 18:49:53.137] [Server thread/INFO] [bluepower/]: Skipped adding item/block TranslatableComponent{key='item.minecraft.gold_ingot', args=[], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}} to the Alloy Furnace recipes.
[16Apr2020 18:49:53.985] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Bountiful reloading resources! :D
[16Apr2020 18:49:54.167] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.170] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.170] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.171] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.172] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.172] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.173] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.174] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.188] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.190] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.193] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.206] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.207] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.209] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.210] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.556] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/apotheosis}
[16Apr2020 18:49:54.557] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.564] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/aquaculture}
[16Apr2020 18:49:54.566] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.568] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/upgrade_aquatic}
[16Apr2020 18:49:54.570] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/aquaculture}
[16Apr2020 18:49:54.573] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.577] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/upgrade_aquatic}
[16Apr2020 18:49:54.607] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/aquaculture}
[16Apr2020 18:49:54.609] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/quark}
[16Apr2020 18:49:54.619] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.619] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/storagedrawers}
[16Apr2020 18:49:54.624] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.631] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.633] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/quark}
[16Apr2020 18:49:54.634] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.636] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/quark}
[16Apr2020 18:49:54.637] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.639] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/upgrademodifiers}
[16Apr2020 18:49:54.641] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.644] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.648] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/simplefarming}
[16Apr2020 18:49:54.650] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.652] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/vanillafoodpantry}
[16Apr2020 18:49:54.654] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/xlfoodmod}
[16Apr2020 18:49:54.657] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.658] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/vanillafoodpantry}
[16Apr2020 18:49:54.662] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/xlfoodmod}
[16Apr2020 18:49:54.664] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.669] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.671] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.672] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.674] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/quark}
[16Apr2020 18:49:54.676] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/simplefarming}
[16Apr2020 18:49:54.687] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.689] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/farmingforblockheads}
[16Apr2020 18:49:54.691] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/simplefarming}
[16Apr2020 18:49:54.705] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.708] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/farmingforblockheads}
[16Apr2020 18:49:54.714] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/quark}
[16Apr2020 18:49:54.717] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.720] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.722] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.724] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.725] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.728] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.733] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.735] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.737] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.738] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.740] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.742] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.746] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/comforts}
[16Apr2020 18:49:54.747] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.749] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.751] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.752] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/quark}
[16Apr2020 18:49:54.753] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/bountiful}
[16Apr2020 18:49:54.755] [Server thread/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading BR{bountiful/upgrademodifiers}
[16Apr2020 18:49:54.756] [Server thread/INFO] [BonsaiTrees2/]: Loaded 29 bonsai types and 6 soil types
[16Apr2020 18:49:54.767] [Server thread/INFO] [BonsaiTrees2/]: Updated soil compatibility
[16Apr2020 18:50:02.299] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[16Apr2020 18:50:02.301] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (dungeon_dimension): All chunks are saved
[16Apr2020 18:50:02.301] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[16Apr2020 18:50:02.302] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (midnight): All chunks are saved
[16Apr2020 18:50:02.303] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Changing view distance to 9, from 10
[16Apr2020 18:50:02.316] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2255ms or 45 ticks behind
[16Apr2020 18:50:04.747] [Netty Local Client IO #0/INFO] [Silent Gear/]: Read 25 traits from server
[16Apr2020 18:50:04.866] [Netty Local Client IO #0/INFO] [Silent Gear/]: Read 57 parts from server
[16Apr2020 18:50:05.037] [Netty Local Client IO #0/INFO] [journeymap/]: Dev Mode?
[16Apr2020 18:50:05.052] [Netty Server IO #1/INFO] [journeymap/]: Dev Mode?
[16Apr2020 18:50:08.606] [Netty Local Client IO #0/INFO] [net.minecraftforge.fml.network.NetworkHooks/]: Connected to a modded server.
[16Apr2020 18:50:08.611] [Server thread/WARN] [net.minecraft.network.datasync.EntityDataManager/]: defineId called for: class net.minecraft.entity.passive.WolfEntity from class com.mrcrayfish.improvedwolves.common.CustomDataParameters
[16Apr2020 18:50:08.612] [Server thread/WARN] [net.minecraft.network.datasync.EntityDataManager/]: defineId called for: class net.minecraft.entity.player.PlayerEntity from class com.mrcrayfish.improvedwolves.common.CustomDataParameters
[16Apr2020 18:50:09.126] [Server thread/INFO] [net.minecraft.server.management.PlayerList/]: Charmesal[local:E:8c977ce8] logged in with entity id 339 at (250.4886054917844, 71.0, 356.23007483630016)
[16Apr2020 18:50:09.210] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Charmesal joined the game
[16Apr2020 18:50:11.703] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Saving and pausing game...
[16Apr2020 18:50:11.728] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level '1.1'/minecraft:overworld
[16Apr2020 18:50:11.784] [Render thread/INFO] [BonsaiTrees2/]: Updated soil compatibility
[16Apr2020 18:50:12.570] [Server thread/ERROR] [net.minecraft.world.gen.feature.structure.Structures/]: Unknown structure piece id: midnight:entrance_structure
[16Apr2020 18:50:19.757] [Render thread/WARN] [BonsaiTrees2/]: Unable to read model from: bonsaitrees2:models/tree/biomesoplenty/ethereal.json
[16Apr2020 18:50:19.802] [Render thread/WARN] [BonsaiTrees2/]: Unable to read model from: bonsaitrees2:models/tree/integrateddynamics/menril.json
[16Apr2020 18:50:19.841] [Render thread/WARN] [BonsaiTrees2/]: Unable to read model from: bonsaitrees2:models/tree/simplefarming/apple.json
[16Apr2020 18:50:19.842] [Render thread/WARN] [BonsaiTrees2/]: Unable to read model from: bonsaitrees2:models/tree/simplefarming/apricot.json
[16Apr2020 18:50:19.844] [Render thread/WARN] [BonsaiTrees2/]: Unable to read model from: bonsaitrees2:models/tree/simplefarming/banana.json
[16Apr2020 18:50:19.845] [Render thread/WARN] [BonsaiTrees2/]: Unable to read model from: bonsaitrees2:models/tree/simplefarming/cherry.json
[16Apr2020 18:50:19.849] [Render thread/WARN] [BonsaiTrees2/]: Unable to read model from: bonsaitrees2:models/tree/simplefarming/mango.json
[16Apr2020 18:50:19.851] [Render thread/WARN] [BonsaiTrees2/]: Unable to read model from: bonsaitrees2:models/tree/simplefarming/olive.json
[16Apr2020 18:50:19.854] [Render thread/WARN] [BonsaiTrees2/]: Unable to read model from: bonsaitrees2:models/tree/simplefarming/orange.json
[16Apr2020 18:50:19.855] [Render thread/WARN] [BonsaiTrees2/]: Unable to read model from: bonsaitrees2:models/tree/simplefarming/pear.json
[16Apr2020 18:50:19.857] [Render thread/WARN] [BonsaiTrees2/]: Unable to read model from: bonsaitrees2:models/tree/simplefarming/plum.json
[16Apr2020 18:50:19.858] [Render thread/WARN] [BonsaiTrees2/]: Unable to read model from: bonsaitrees2:models/tree/traverse/brown_autumnal.json
[16Apr2020 18:50:19.860] [Render thread/WARN] [BonsaiTrees2/]: Unable to read model from: bonsaitrees2:models/tree/traverse/fir.json
[16Apr2020 18:50:19.862] [Render thread/WARN] [BonsaiTrees2/]: Unable to read model from: bonsaitrees2:models/tree/traverse/orange_autumnal.json
[16Apr2020 18:50:19.867] [Render thread/WARN] [BonsaiTrees2/]: Unable to read model from: bonsaitrees2:models/tree/traverse/red_autumnal.json
[16Apr2020 18:50:19.869] [Render thread/WARN] [BonsaiTrees2/]: Unable to read model from: bonsaitrees2:models/tree/traverse/yellow_autumnal.json
[16Apr2020 18:50:19.869] [Render thread/INFO] [BonsaiTrees2/]: Found 29 tree models.
[16Apr2020 18:50:19.942] [Render thread/INFO] [mezz.jei.util.LoggedTimer/]: Starting JEI...
[16Apr2020 18:50:21.179] [Render thread/INFO] [BonsaiTrees2/]: Registering 29 saplings
[16Apr2020 18:50:21.281] [Render thread/INFO] [mezz.jei.load.registration.AdvancedRegistration/]: Added recipe manager plugin: class dan200.computercraft.shared.integration.jei.RecipeResolver
[16Apr2020 18:50:21.283] [Render thread/INFO] [mezz.jei.util.LoggedTimer/]: Building ingredient list...
[16Apr2020 18:50:21.295] [Render thread/INFO] [mezz.jei.util.LoggedTimer/]: Building ingredient list took 12.33 ms
[16Apr2020 18:50:21.295] [Render thread/INFO] [mezz.jei.util.LoggedTimer/]: Building ingredient filter...
[16Apr2020 18:50:24.207] [Render thread/INFO] [mezz.jei.util.LoggedTimer/]: Building ingredient filter took 2.912 s
[16Apr2020 18:50:24.208] [Render thread/INFO] [mezz.jei.util.LoggedTimer/]: Building bookmarks...
[16Apr2020 18:50:24.218] [Render thread/INFO] [mezz.jei.util.LoggedTimer/]: Building bookmarks took 9.806 ms
[16Apr2020 18:50:24.218] [Render thread/INFO] [mezz.jei.util.LoggedTimer/]: Building recipe registry...
[16Apr2020 18:50:24.582] [Render thread/INFO] [mezz.jei.util.LoggedTimer/]: Building recipe registry took 364.2 ms
[16Apr2020 18:50:24.594] [Render thread/INFO] [mezz.jei.util.LoggedTimer/]: Building runtime...
[16Apr2020 18:50:24.691] [Render thread/INFO] [mezz.jei.util.LoggedTimer/]: Building runtime took 97.10 ms
[16Apr2020 18:50:24.694] [Render thread/INFO] [mezz.jei.ingredients.IngredientManager/]: Ingredients are being added at runtime: 24 net.minecraft.item.ItemStack
[16Apr2020 18:50:24.716] [Render thread/INFO] [mezz.jei.util.LoggedTimer/]: Starting JEI took 4.774 s
[16Apr2020 18:50:25.050] [Render thread/WARN] [net.minecraft.client.network.play.ClientPlayNetHandler/]: Unknown custom packet identifier: kleeslabs:network
[16Apr2020 18:50:25.050] [Render thread/WARN] [net.minecraft.client.network.play.ClientPlayNetHandler/]: Unknown custom packet identifier: kleeslabs:network
[16Apr2020 18:50:25.050] [Render thread/WARN] [net.minecraft.client.network.play.ClientPlayNetHandler/]: Unknown custom packet identifier: kleeslabs:network
[16Apr2020 18:50:25.050] [Render thread/WARN] [net.minecraft.client.network.play.ClientPlayNetHandler/]: Unknown custom packet identifier: kleeslabs:network
[16Apr2020 18:50:25.051] [Render thread/INFO] [mods.waterstrainer.WaterStrainer/]: --- LootTable import: Start ---
[16Apr2020 18:50:25.051] [Render thread/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 13: Added loot to table: Strainer: strainer_survivalist - Item: minecraft:sand - Count: 1 - Group: null - Chance: 30 - Subchance: 100 - NBT: null
[16Apr2020 18:50:25.051] [Render thread/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 14: Added loot to table: Strainer: strainer_survivalist - Item: minecraft:dirt - Count: 1 - Group: null - Chance: 20 - Subchance: 100 - NBT: null
[16Apr2020 18:50:25.051] [Render thread/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 15: Added loot to table: Strainer: strainer_survivalist - Item: minecraft:stick - Count: 1 - Group: null - Chance: 20 - Subchance: 100 - NBT: null
[16Apr2020 18:50:25.051] [Render thread/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 16: Added loot to table: Strainer: strainer_survivalist - Item: minecraft:clay_ball - Count: 1 - Group: null - Chance: 15 - Subchance: 100 - NBT: null
[16Apr2020 18:50:25.051] [Render thread/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 17: Added loot to table: Strainer: strainer_survivalist - Item: minecraft:gravel - Count: 1 - Group: null - Chance: 13 - Subchance: 100 - NBT: null
[16Apr2020 18:50:25.051] [Render thread/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 18: Added loot to table: Strainer: strainer_survivalist - Item: minecraft:iron_nugget - Count: 1 - Group: NUGGET - Chance: 2 - Subchance: 75 - NBT: null
[16Apr2020 18:50:25.052] [Render thread/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 19: Added loot to table: Strainer: strainer_survivalist - Item: minecraft:gold_nugget - Count: 1 - Group: NUGGET - Chance: 2 - Subchance: 25 - NBT: null
[16Apr2020 18:50:25.052] [Render thread/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 21: Copied loot table data from <parent> 'strainer_survivalist' to <child> 'strainer_survivalist_solid'
[16Apr2020 18:50:25.052] [Render thread/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 22: Copied loot table data from <parent> 'strainer_survivalist' to <child> 'strainer_survivalist_reinforced'
[16Apr2020 18:50:25.052] [Render thread/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 25: Added loot to table: Strainer: strainer_fisherman - Item: minecraft:cod - Count: 1 - Group: FISH - Chance: 100 - Subchance: 60 - NBT: null
[16Apr2020 18:50:25.052] [Render thread/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 26: Added loot to table: Strainer: strainer_fisherman - Item: minecraft:salmon - Count: 1 - Group: FISH - Chance: 100 - Subchance: 25 - NBT: null
[16Apr2020 18:50:25.052] [Render thread/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 27: Added loot to table: Strainer: strainer_fisherman - Item: minecraft:pufferfish - Count: 1 - Group: FISH - Chance: 100 - Subchance: 13 - NBT: null
[16Apr2020 18:50:25.052] [Render thread/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 28: Added loot to table: Strainer: strainer_fisherman - Item: minecraft:tropical_fish - Count: 1 - Group: FISH - Chance: 100 - Subchance: 2 - NBT: null
[16Apr2020 18:50:25.052] [Render thread/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 29: Added loot to table: Strainer: strainer_fisherman - Item: minecraft:stick - Count: 1 - Group: JUNK - Chance: 30 - Subchance: 22 - NBT: null
[16Apr2020 18:50:25.053] [Render thread/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 30: Added loot to table: Strainer: strainer_fisherman - Item: minecraft:string - Count: 1 - Group: JUNK - Chance: 30 - Subchance: 13 - NBT: null
[16Apr2020 18:50:25.053] [Render thread/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 31: Added loot to table: Strainer: strainer_fisherman - Item: minecraft:leather - Count: 1 - Group: JUNK - Chance: 30 - Subchance: 13 - NBT: null
[16Apr2020 18:50:25.053] [Render thread/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 32: Added loot to table: Strainer: strainer_fisherman - Item: minecraft:rotten_flesh - Count: 1 - Group: JUNK - Chance: 30 - Subchance: 13 - NBT: null
[16Apr2020 18:50:25.054] [Render thread/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 33: Added loot to table: Strainer: strainer_fisherman - Item: minecraft:bone - Count: 1 - Group: JUNK - Chance: 30 - Subchance: 13 - NBT: null
[16Apr2020 18:50:25.054] [Render thread/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 34: Added loot to table: Strainer: strainer_fisherman - Item: minecraft:glass_bottle - Count: 1 - Group: JUNK - Chance: 30 - Subchance: 12 - NBT: null
[16Apr2020 18:50:25.054] [Render thread/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 35: Added loot to table: Strainer: strainer_fisherman - Item: minecraft:lily_pad - Count: 1 - Group: JUNK - Chance: 30 - Subchance: 7 - NBT: null
[16Apr2020 18:50:25.054] [Render thread/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 36: Added loot to table: Strainer: strainer_fisherman - Item: minecraft:vine - Count: 1 - Group: JUNK - Chance: 30 - Subchance: 7 - NBT: null
[16Apr2020 18:50:25.054] [Render thread/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 37: Added loot to table: Strainer: strainer_fisherman - Item: minecraft:enchanted_book - Count: 1 - Group: null - Chance: 1 - Subchance: 100 - NBT: null
[16Apr2020 18:50:25.054] [Render thread/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 38: Added loot to table: Strainer: strainer_fisherman - Item: $BLANK$ - Count: 1 - Group: null - Chance: 69 - Subchance: 100 - NBT: null
[16Apr2020 18:50:25.055] [Render thread/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 40: Copied loot table data from <parent> 'strainer_fisherman' to <child> 'strainer_fisherman_solid'
[16Apr2020 18:50:25.055] [Render thread/INFO] [mods.waterstrainer.WaterStrainer/]: [SUCCESS] Line 41: Copied loot table data from <parent> 'strainer_fisherman' to <child> 'strainer_fisherman_reinforced'
[16Apr2020 18:50:25.055] [Render thread/INFO] [mods.waterstrainer.WaterStrainer/]: Result: Found 0 errors
[16Apr2020 18:50:25.055] [Render thread/INFO] [mods.waterstrainer.WaterStrainer/]: --- LootTable import: End ---
[16Apr2020 18:50:25.055] [Render thread/INFO] [net.minecraft.advancements.AdvancementList/]: Loaded 122 advancements
[16Apr2020 18:50:26.301] [Render thread/INFO] [journeymap/]: Custom modded block handling enabled for biomesoplenty
[16Apr2020 18:50:26.542] [Render thread/INFO] [journeymap/]: Loaded 0 waypoints from C:\Users\kevin\AppData\Roaming\.minecraft\journeymap\data\sp\1_1\waypoints
[16Apr2020 18:50:26.562] [Render thread/INFO] [journeymap/]: Mapping started in C:\Users\kevin\AppData\Roaming\.minecraft\journeymap\data\sp\1_1\DIM0. Memory: 4096MB total, 775MB free
[16Apr2020 18:50:32.388] [Render thread/INFO] [net.minecraft.client.gui.NewChatGui/]: [CHAT] JourneyMap: Press [J] or open browser to http://localhost:8123
[16Apr2020 18:50:32.395] [Render thread/INFO] [journeymap/]: JourneyMap: Press [J] or open browser to http://localhost:8123
[16Apr2020 18:50:32.660] [Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: Encountered an unexpected exception
net.minecraft.crash.ReportedException: Ticking block entity
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:853) ~[?:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:784) ~[?:?]
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:114) ~[?:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:637) [?:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
Caused by: java.lang.NullPointerException
at net.minecraft.world.World.func_217391_K(World.java:472) ~[?:?]
at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:368) ~[?:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:849) ~[?:?]
... 4 more
[16Apr2020 18:50:32.665] [Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: This crash report has been saved to: C:\Users\kevin\AppData\Roaming\.minecraft\crash-reports\crash-2020-04-16_18.50.32-server.txt
[16Apr2020 18:50:32.665] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Stopping server
[16Apr2020 18:50:32.668] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving players
[16Apr2020 18:50:32.681] [Server thread/INFO] [net.minecraft.network.play.ServerPlayNetHandler/]: Charmesal lost connection: Server closed
[16Apr2020 18:50:32.681] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Charmesal left the game
[16Apr2020 18:50:32.703] [Server thread/INFO] [net.minecraft.network.play.ServerPlayNetHandler/]: Stopping singleplayer server as player logged out
[16Apr2020 18:50:32.704] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving worlds
[16Apr2020 18:50:32.704] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level '1.1'/minecraft:overworld
[16Apr2020 18:50:32.971] [Render thread/INFO] [STDOUT/]: [net.minecraft.util.registry.Bootstrap:func_179870_a:103]: ---- Minecraft Crash Report ----
// My bad.
Time: 4/16/20 6:50 PM
Description: Ticking block entity
java.lang.NullPointerException: Ticking block entity
at net.minecraft.world.World.func_217391_K(World.java:472) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:368) ~[?:?] {re:classloading,xf:fml:quark:change-sleeping-player-count,xf:fml:quark:add-rave-hook,re:mixin}
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:849) ~[?:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:784) ~[?:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:114) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:637) ~[?:?] {re:classloading,pl:accesstransformer:B}
at java.lang.Thread.run(Thread.java:745) ~[?:1.8.0_51] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at net.minecraft.world.World.func_217391_K(World.java:472)
-- Block entity being ticked --
Details:
Name: null // com.bluepowermod.tile.tier3.TileSortron
Block: Block{bluepower:sortron}
Block location: World: (252,71,356), Chunk: (at 12,4,4 in 15,22; contains blocks 240,0,352 to 255,255,367), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Block: Block{bluepower:sortron}
Block location: World: (252,71,356), Chunk: (at 12,4,4 in 15,22; contains blocks 240,0,352 to 255,255,367), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Stacktrace:
at net.minecraft.world.World.func_217391_K(World.java:472)
at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:368)
-- Affected level --
Details:
All players: 1 total; [ServerPlayerEntity['Charmesal'/339, l='1.1', x=250.49, y=71.00, z=356.23]]
Chunk stats: ServerChunkCache: 2450
Level dimension: DimensionType{minecraft:overworld}
Level name: 1.1
Level seed: -1643566574382481558
Level generator: ID 07 - biomesoplenty, ver 0. Features enabled: true
Level generator options: {}
Level spawn location: World: (208,70,240), Chunk: (at 0,4,0 in 13,15; contains blocks 208,0,240 to 223,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 40117 game time, 3090 day time
Known server brands: forge
Level was modded: true
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 21339 (now: false), thunder time: 120918 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:849)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:784)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:114)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:637)
at java.lang.Thread.run(Thread.java:745)
-- System Details --
Details:
Minecraft Version: 1.15.2
Minecraft Version ID: 1.15.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 916776920 bytes (874 MB) / 4294967296 bytes (4096 MB) up to 4294967296 bytes (4096 MB)
CPUs: 8
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
ModLauncher: 5.0.0-milestone.4+67+b1a340b
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/eventbus-2.0.0-milestone.1-service.jar eventbus PLUGINSERVICE
/forge-1.15.2-31.1.43.jar object_holder_definalize PLUGINSERVICE
/forge-1.15.2-31.1.43.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-2.0.4-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.15.2-31.1.43.jar capability_inject_definalize PLUGINSERVICE
/forge-1.15.2-31.1.43.jar runtimedistcleaner PLUGINSERVICE
/forge-1.15.2-31.1.43.jar fml TRANSFORMATIONSERVICE
/MixinBootstrap-1.0.2.jar mixinbootstrap TRANSFORMATIONSERVICE
/MixinBootstrap-1.0.2.jar mixin PLUGINSERVICE
/MixinBootstrap-1.0.2.jar mixinbootstrap PLUGINSERVICE
FML: 31.1
Forge: net.minecraftforge:31.1.43
FML Language Providers:
javafml@31.1
minecraft@1
kotlinforforge@1.1.0
kotlinfml@1.5.0
Mod List:
NetherPortalFix_1.15.2-6.0.0.jar NetherPortalFix {netherportalfix@6.0.0 DONE}
Variant16x-1.15-v0.9.2.1_beta.jar Variant16x {variant16x@0.9.2.1_beta DONE}
CraftingAutomat-MC1.15.2-1.2.1.jar Crafting Automat {craftingautomat@1.2.1 DONE}
refinedpipes-0.4.jar Refined Pipes {refinedpipes@0.4 DONE}
DoggyTalents-1.15.2-1.15.2.3.jar Doggy Talents {doggytalents@1.15.2.3 DONE}
spiderspwebs_1.15.2-1.0.jar Spiders Produce Webs {spiderspwebs@1.0 DONE}
mcw-windows-1.0.0-mc1.15.1_1.15.2.jar Macaw's Windows {mcwwindows@1.0.0 DONE}
Industrial+Agriculture[Core]-1.15.2-1.7.0.jar Industrial Agriculture {industrialagriculture@1.15.2-1.7.0 DONE}
KleeSlabs_1.15.2-8.0.0.jar KleeSlabs {kleeslabs@8.0.0 DONE}
rsgauges-1.15.2-1.2.2.jar Gauges and Switches {rsgauges@1.2.2 DONE}
CoffeeSpawner-1.15.1-6.0.0.jar Coffee Spawner {coffeespawner@1.15.1-6.0.0 DONE}
CookingForBlockheads_1.15.2-8.0.0.jar Cooking for Blockheads {cookingforblockheads@8.0.0 DONE}
Controlling-6.1.3.jar Controlling {controlling@6.1.3 DONE}
ReAuth-1.14-3.8.0.jar ReAuth {reauth@3.8.0 DONE}
Placebo-1.15.2-3.0.2.jar Placebo {placebo@3.0.2 DONE}
WitherSkeletonTweaks-1.15.1-4.0.0.jar Wither Skeleton Tweaks {wstweaks@4.0.0 DONE}
Bookshelf-1.15.2-5.3.9.jar Bookshelf {bookshelf@5.3.9 DONE}
u_team_core-1.15.2-2.11.0.156.jar U Team Core {uteamcore@2.11.0.156 DONE}
lowtechcrafting-1.15.1-0.2.1.jar Low Tech Crafting {lowtechcrafting@0.2.1 DONE}
buildinggadgets-3.3.4.jar Building Gadgets {buildinggadgets@3.3.4 DONE}
Apotheosis-1.15.2-3.0.7.jar Apotheosis {apotheosis@3.0.7 DONE}
Morpheus-1.15.2-4.2.50.jar Morpheus {morpheus@version DONE}
WaterStrainer-1.15.2-9.0.0.jar Water Strainer {waterstrainer@1.15.2-9.0.0 DONE}
speedyhoppers-1.15.2-2.jar Speedy Hoppers {speedyhoppers@1.15.2-2 DONE}
SnowRealMagic-1.15.2-1.7.4.jar Snow! Real Magic! {snowrealmagic@1.7.4 DONE}
carpetstairsmod-mc1.15-v1.3.jar Carpet Stairs Mod {carpetstairsmod@1.1 DONE}
dynviewdist-1.4.jar Dynamic view distance {dynview@1.4 DONE}
BetterThanMending-1.4.0.jar BetterThanMending {betterthanmending@1.4.0 DONE}
respawnablepets-1.1.jar Respawnable Pets {respawnablepets@1.1 DONE}
dcintegration-1.1.14-1.15.jar Discord Integration {dcintegration@1.1.14 DONE}
Variant16x-BiomesOPlenty-1.15-v0.9.2_beta_pre3.jar Variant16x: Biomes O' Plenty {variant16x_biomesoplenty@0.9.2_beta_pre3 DONE}
ClearView-1.15.2-1.0.0.jar Lava Clear View {clearview@1.0.0 DONE}
streamdc-2.2.jar Stream Death Counter {streamdc@2.2 DONE}
mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {mcwbridges@1.0.4 DONE}
industrial-foregoing-1.15.2-2.2.2-28d4a81.jar Industrial Foregoing {industrialforegoing@2.2.2 DONE}
useful_backpacks-1.15.2-1.9.4.63.jar Useful Backpacks {usefulbackpacks@1.9.4.63 DONE}
EconomyInc-1.6.8MC1.15.jar Economy Inc. {economyinc@1.6 DONE}
AmbientSounds_v3.0.18_mc1.15.2.jar Ambient Sounds {ambientsounds@3.0.3 DONE}
Ping-1.15.2-1.6.4.jar Ping {ping@1.15.2-1.6.4 DONE}
BiomesOPlenty-1.15.2-10.0.0.345-universal.jar Biomes O' Plenty {biomesoplenty@1.15.2-10.0.0.342 DONE}
invtotem_1.15.2-1.0.jar Inventory Totem {invtotem@1.0 DONE}
SilentGear-1.15.2-1.5.3+78.jar Silent Gear {silentgear@1.5.3+78 DONE}
simplylight-1.15.2-0.9.0.jar Simply Light {simplylight@1.15.2-0.9.0 DONE}
omegamute_1.15-1.0.jar Omega Mute {omegamute@1.0 DONE}
SolarFluxReborn-1.15.2-15.0.0.jar Solar Flux Reborn {solarflux@15.0.0 DONE}
curios-FORGE-1.15.2-2.0.1.jar Curios API {curios@FORGE-1.15.2-2.0.1 DONE}
Patchouli-1.15.2-1.2-31.jar Patchouli {patchouli@1.15.2-1.2-30 DONE}
ClothConfig2-2.0.jar Cloth Config Forge v2 API {cloth-config2@2.0 DONE}
libnonymous-1.15.2-1.1.1.5.jar Libnonymous {libnonymous@1.1.1.5 DONE}
elevatorid-1.15.2-1.7.0.jar Elevator Mod {elevatorid@1.15.2-1.7.0 DONE}
mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {mcwroofs@1.0.2 DONE}
ChunkNoGoByeBye-1.15.2-1.2.0.jar ChunkNoGoByeBye {chunknogobyebye@1.15.2-1.2.0 DONE}
crayfishfurnituremod-7.0.0-pre16-mc1.15.1.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre16 DONE}
cc-tweaked-1.15.2-1.86.2.jar CC: Tweaked {computercraft@1.86.2 DONE}
AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {aiimprovements@0.3.0 DONE}
mountedpearl-1.15.2-1.0.0.jar Mounted Pearl Mod {mountedpearl@1.15.2-1.0.0 DONE}
BetterBurning-1.15.2-1.3.4.jar BetterBurning {betterburning@1.3.4 DONE}
speedyladders-1.15.2-1.jar Speedy Ladders {speedyladders@1.15.2-1 DONE}
FastLeafDecay-v22.jar FastLeafDecay {fastleafdecay@v22 DONE}
leavesdecayonotherleaves-1.1.jar Leaves Decay on other Leaves {leavesdecayonotherleaves@1.1 DONE}
cullparticles-1.0.jar Cull Particles {cullparticles@1.0 DONE}
BetterAdvancements-1.15.2-0.1.0.96.jar Better Advancements {betteradvancements@0.1.0.96 DONE}
Industrial+Agriculture[Industrial+Foregoing]-1.15.2-1.6.1.jar Industrial Agriculture Plugin-Industrial Foregoing {iapif@1.15.2-1.6.1 DONE}
QuarkOddities-1.15.2.jar Quark Oddities {quarkoddities@1.15.2 DONE}
Kiwi-1.15.2-2.6.5.jar Kiwi {kiwi@2.6.5 DONE}
doubledoors_1.15.2-1.2.jar Double Doors {doubledoors@1.2 DONE}
Cucumber-1.15.2-3.0.5.jar Cucumber Library {cucumber@3.0.5 DONE}
TrashSlot_1.15.2-11.0.0.jar TrashSlot {trashslot@11.0.0 DONE}
torchslabmod-1.15.1_v1.5.jar Torch Slab Mod {torchslabmod@1.5.0 DONE}
damage_indicator-0.1.0.jar Ama's Damage Indicator {damage_indicator@0.0.9 DONE}
mining-helmet-1.15.2-1.0.8.jar Mining Helmet {mining_helmet@1.0.8 DONE}
craftingstation-3.0.5.jar Crafting Station {craftingstation@3.0.5 DONE}
bambooblocks-1.15.2-1.3.jar Bamboo Blocks {bambooblocks@1.2.11 DONE}
jei-1.15.2-6.0.0.2.jar Just Enough Items {jei@6.0.0.2 DONE}
AttributeFix-1.15.2-7.0.1.jar AttributeFix {attributefix@7.0.1 DONE}
goblintraders-1.2.0-mc1.15.2.jar Goblin Traders {goblintraders@1.2.0 DONE}
despeggshatch_1.15-1.2.jar Despawning Eggs Hatch {despeggshatch@1.2 DONE}
Upgrade-Aquatic-1.15.2-v1.5.1.jar Upgrade Aquatic {upgrade_aquatic@1.5.1 DONE}
reap-1.12.2.jar Reap Mod {reap@1.12.2 DONE}
invtweaks-1.15.2-1.0.1.jar Inventory Tweaks Reborn {invtweaks@1.15.2-1.0.1 DONE}
Waystones_1.15.2-6.0.1.jar Waystones {waystones@6.0.1 DONE}
LightOverlay-4.3.jar Light Overlay Forge {lightoverlay-forge@4.3 DONE}
journeymap-1.15.2-5.7.0beta1.jar Journeymap {journeymap@1.15.2-5.7.0beta1 DONE}
GoatMod-1.15.2-1.1.jar Goat Mod {goatmod@1.0 DONE}
comforts-FORGE-1.15.2-2.0.0.1.jar Comforts {comforts@FORGE-1.15.2-2.0.0.1 DONE}
DimStorage-1.15.2-3.1.0.jar DimStorage {dimstorage@3.1.0 DONE}
FarmingForBlockheads_1.15.2-6.1.0.jar Farming for Blockheads {farmingforblockheads@6.1.0 DONE}
improvedwolves-1.1.1-mc1.15.2.jar Improved Wolves {improvedwolves@1.1.1 DONE}
The-Endergetic-Expansion-1.15.2-v1.2.5.jar The Endergetic Expansion {endergetic@1.2.1 DONE}
BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {bonsaitrees2@2.1.2.6 DONE}
ClickMachine-1.15.2-3.0.2.jar Click Machine {clickmachine@3.0.2 DONE}
petrock-0.6.5.jar PetRock {petrock@version DONE}
PackingTape-1.15.2-0.9.5.jar Packing Tape {packingtape@0.9.5 DONE}
swampexpansion-1.15.2-1.5.1.jar Swamp Expansion {swampexpansion@NONE DONE}
forge-1.15.2-31.1.43-universal.jar Forge {forge@31.1.43 DONE}
Bountiful-1.15.2-3.1.0.jar Bountiful {bountiful@1.15.2-3.1.0 DONE}
xercamusic-1.15.2-1.0.jar Xerca's Music Mod {xercamusic@1.15.2-1.0 DONE}
MysticalAgriculture-1.15.2-3.0.2.jar Mystical Agriculture {mysticalagriculture@3.0.2 DONE}
sounddeviceoptions-1.3.0.jar Sound Device Options {sounddeviceoptions@1.3.0 DONE}
forge-1.15.2-31.1.43-client.jar Minecraft {minecraft@1.15.2 DONE}
logprot-1.15.1-1.2.jar Logprot {logprot@1.2 DONE}
EnchantmentDescriptions-1.15.2-2.0.5.jar EnchantmentDescriptions {enchdesc@2.0.5 DONE}
theoneprobe-1.15-2.0.2.jar The One Probe {theoneprobe@1.15-2.0.2 DONE}
swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {swingthroughgrass@1.15.2-1.4.0 DONE}
MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {mousetweaks@2.13 DONE}
ToolBelt-1.15.2-1.14.1.jar Tool Belt {toolbelt@1.14.1 DONE}
titanium-1.15.2-2.3.7.jar Titanium {titanium@2.3.7 DONE}
useful_railroads-1.15.2-1.3.2.21.jar Useful Railroads {usefulrailroads@1.3.2.21 DONE}
SilentLib-1.15.2-4.6.0+48.jar Silent Lib {silentlib@4.6.0+48 DONE}
bluepower-1.15.2-0.4.184-alpha-universal.jar Blue Power {bluepower@0.4.184-alpha DONE}
beesknees-1.15.2-1.0.1.jar The Bees Knees Mod {beesknees@1 DONE}
playerhopper-1.15-1.2.jar Player Hopper {playerhopper@1.15-1.2 DONE}
movingelevators-1.2.4-mc1.15.jar Moving Elevators {movingelevators@1.2.4 DONE}
astikorcarts-1.0.2-1.15.2.jar AstikorCarts {astikorcarts@1.0.2 DONE}
dimdungeons-1.051-forge-1.15.2.jar Dimensional Dungeons {dimdungeons@1.15.2-1.05 DONE}
gravestone-1.17.3.jar Gravestone Mod {gravestone@1.17.3 DONE}
FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {fastbench@3.0.0 DONE}
autumnity-1.1.1-1.15.2.jar Autumnity {autumnity@1.1.1 DONE}
SecurityCraft+v1.8.17.jar SecurityCraft {securitycraft@v1.8.17 DONE}
AutoRegLib-1.5-40.jar AutoRegLib {autoreglib@1.5-40 DONE}
Quark-r2.1-230.jar Quark {quark@r2.1-230 DONE}
StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {storagedrawers@1.15.2-7.0.1 DONE}
themidnight-0.5.6.jar The Midnight {midnight@0.5.6 DONE}
InventoryHud_1.15.1-1.15.2.forge.2.4.jar Inventory HUD+(Forge edition) {inventoryhud@2.4 DONE}
AmbientEnvironment-3.0.0.jar Ambient Environment {ambientenvironment@3.0.0 DONE}
Smoke-1.15.2-2.0.0.jar Smoke {smoke@2.0.0 DONE}
FastFurnace-1.15.1-3.0.0.jar FastFurnace {fastfurnace@3.0.0 DONE}
AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {appleskin@1.0.13 DONE}
solcarrot-1.15.2-1.9.4.jar Spice of Life: Carrot Edition {solcarrot@1.15.2-1.9.4 DONE}
Oscars-1.0.1.jar Oscars {oscars@1.0.1 DONE}
Aquaculture-1.15.2-2.0.13.jar Aquaculture 2 {aquaculture@1.15.2-2.0.13 DONE}
XL-Food-Mod-1.15.2-2.2.2.jar XL Food Mod {xlfoodmod@2.2.2 DONE}
Trading_Players_1.1.jar Trading Players {trade@1.1 DONE}
EnderMail-1.15.2-1.0.2.jar Ender Mail {endermail@1.15.2-1.0.2 DONE}
Kiwi Modules:
kiwi:contributors
snowrealmagic:snowrealmagic
Player Count: 1 / 8; [ServerPlayerEntity['Charmesal'/339, l='1.1', x=250.49, y=71.00, z=356.23]]
Data Packs: vanilla, mod:aiimprovements (incompatible), mod:ambientenvironment (incompatible), mod:ambientsounds (incompatible), mod:apotheosis (incompatible), mod:appleskin (incompatible), mod:aquaculture, mod:astikorcarts (incompatible), mod:attributefix (incompatible), mod:autoreglib (incompatible), mod:autumnity, mod:bambooblocks (incompatible), mod:beesknees (incompatible), mod:betteradvancements (incompatible), mod:betterburning (incompatible), mod:betterthanmending, mod:biomesoplenty, mod:bluepower (incompatible), mod:bonsaitrees2, mod:bookshelf (incompatible), mod:bountiful (incompatible), mod:buildinggadgets (incompatible), mod:carpetstairsmod, mod:cfm (incompatible), mod:chunknogobyebye, mod:clearview, mod:clickmachine (incompatible), mod:cloth-config2 (incompatible), mod:coffeespawner, mod:comforts (incompatible), mod:computercraft (incompatible), mod:controlling (incompatible), mod:cookingforblockheads (incompatible), mod:craftingautomat (incompatible), mod:craftingstation (incompatible), mod:cucumber, mod:cullparticles (incompatible), mod:curios (incompatible), mod:damage_indicator (incompatible), mod:dcintegration, mod:despeggshatch (incompatible), mod:dimdungeons, mod:dimstorage, mod:doggytalents (incompatible), mod:doubledoors (incompatible), mod:dynview (incompatible), mod:economyinc (incompatible), mod:elevatorid, mod:enchdesc (incompatible), mod:endergetic (incompatible), mod:endermail (incompatible), mod:farmingforblockheads (incompatible), mod:fastbench (incompatible), mod:fastfurnace (incompatible), mod:fastleafdecay, mod:forge (incompatible), mod:goatmod, mod:goblintraders, mod:gravestone, mod:iapif, mod:improvedwolves, mod:industrialagriculture (incompatible), mod:industrialforegoing (incompatible), mod:inventoryhud, mod:invtotem (incompatible), mod:invtweaks (incompatible), mod:jei (incompatible), mod:journeymap (incompatible), mod:kiwi, mod:kleeslabs (incompatible), mod:leavesdecayonotherleaves, mod:libnonymous (incompatible), mod:lightoverlay-forge (incompatible), mod:logprot (incompatible), mod:lowtechcrafting (incompatible), mod:mcwbridges, mod:mcwroofs, mod:mcwwindows, mod:midnight, mod:mining_helmet (incompatible), mod:morpheus (incompatible), mod:mountedpearl (incompatible), mod:mousetweaks (incompatible), mod:movingelevators, mod:mysticalagriculture, mod:netherportalfix (incompatible), mod:omegamute (incompatible), mod:oscars, mod:packingtape, mod:patchouli (incompatible), mod:petrock (incompatible), mod:ping, mod:placebo (incompatible), mod:playerhopper (incompatible), mod:quark, mod:quarkoddities, mod:reap, mod:reauth (incompatible), mod:refinedpipes, mod:respawnablepets, mod:rsgauges, mod:securitycraft (incompatible), mod:silentgear (incompatible), mod:silentlib (incompatible), mod:simplylight (incompatible), mod:smoke, mod:snowrealmagic, mod:solarflux (incompatible), mod:solcarrot (incompatible), mod:sounddeviceoptions (incompatible), mod:speedyhoppers (incompatible), mod:speedyladders, mod:spiderspwebs (incompatible), mod:storagedrawers (incompatible), mod:streamdc (incompatible), mod:swampexpansion (incompatible), mod:swingthroughgrass (incompatible), mod:theoneprobe (incompatible), mod:titanium (incompatible), mod:toolbelt (incompatible), mod:torchslabmod, mod:trade, mod:trashslot (incompatible), mod:upgrade_aquatic (incompatible), mod:usefulbackpacks, mod:usefulrailroads, mod:uteamcore, mod:variant16x, mod:variant16x_biomesoplenty, mod:waterstrainer, mod:waystones (incompatible), mod:wstweaks (incompatible), mod:xercamusic (incompatible), mod:xlfoodmod, file/bluepower (incompatible)
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'forge'
[16Apr2020 18:50:32.980] [Render thread/INFO] [STDOUT/]: [net.minecraft.util.registry.Bootstrap:func_179870_a:103]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\kevin\AppData\Roaming\.minecraft\crash-reports\crash-2020-04-16_18.50.32-server.txt
[16Apr2020 18:50:32.993] [Discord Rich Presence Stop Thread/INFO] [UTeamCore/]: Discord client closed.
[16Apr2020 18:50:33.260] [Server thread/ERROR] [net.minecraft.world.chunk.Chunk/]: A TileEntity type com.bluepowermod.tile.tier3.TileSortron has thrown an exception trying to write state. It will not persist, Report this to the mod author
java.lang.RuntimeException: class com.bluepowermod.tile.tier3.TileSortron is missing a mapping! This is a bug!
at net.minecraft.tileentity.TileEntity.func_189516_d(TileEntity.java:64) ~[?:?]
at net.minecraft.tileentity.TileEntity.func_189515_b(TileEntity.java:58) ~[?:?]
at com.bluepowermod.tile.TileBase.func_189515_b(TileBase.java:67) ~[?:0.4.184-alpha]
at com.bluepowermod.tile.TileMachineBase.func_189515_b(TileMachineBase.java:188) ~[?:0.4.184-alpha]
at net.minecraft.world.chunk.Chunk.func_223134_j(Chunk.java:426) [?:?]
at net.minecraft.world.chunk.storage.ChunkSerializer.func_222645_a(ChunkSerializer.java:286) [?:?]
at net.minecraft.world.server.ChunkManager.func_219229_a(ChunkManager.java:685) [?:?]
at net.minecraft.world.server.ChunkManager$$Lambda$10669/999264236.test(Unknown Source) [?:?]
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174) [?:1.8.0_51]
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) [?:1.8.0_51]
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) [?:1.8.0_51]
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374) [?:1.8.0_51]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512) [?:1.8.0_51]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502) [?:1.8.0_51]
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) [?:1.8.0_51]
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) [?:1.8.0_51]
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) [?:1.8.0_51]
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) [?:1.8.0_51]
at net.minecraft.world.server.ChunkManager.func_219177_a(ChunkManager.java:338) [?:?]
at net.minecraft.world.server.ServerChunkProvider.func_217210_a(SourceFile:324) [?:?]
at net.minecraft.world.server.ServerWorld.func_217445_a(ServerWorld.java:754) [?:?]
at net.minecraft.server.MinecraftServer.func_213211_a(MinecraftServer.java:528) [?:?]
at net.minecraft.server.MinecraftServer.func_71260_j(MinecraftServer.java:568) [?:?]
at net.minecraft.server.integrated.IntegratedServer.func_71260_j(IntegratedServer.java:216) [?:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:676) [?:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment