Forge 1.16.5 Client Log

#362OUFb
26 errors
3998 lines
Raw
Analysis
Minecraft version:
1.16.5
Forge version:
36.2.39
1[21:37:15] [main/INFO]: ModLauncher running: args [--launchTarget, fmlclient, --fml.forgeVersion, 36.2.39, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20210115.111550, --username, TheJogobella, --version, 1.16.5-forge-36.2.39, --gameDir, C:\Users\********\AppData\Roaming\Crystal-Launcher\instances\u.JebacHitaPack\.minecraft, --assetsDir, C:\Users\********\AppData\Roaming\Crystal-Launcher\assets, --assetIndex, 1.16, --uuid, ab1dc6dd6b39209454f4889a3dfc1c5d, --accessToken, ????????, --userType, mojang, --versionType, release]
2[21:37:15] [main/INFO]: ModLauncher 8.1.3+8.1.3+main-8.1.x.c94d18ec starting: java version 1.8.0_312 by Temurin
3[21:37:16] [main/INFO]: Added Lets Encrypt root certificates as additional trust
4[21:37:16] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.4 Source=file:/C:/Users/********/AppData/Roaming/Crystal-Launcher/instances/u.JebacHitaPack/.minecraft/libraries/org/spongepowered/mixin/0.8.4/mixin-0.8.4.jar Service=ModLauncher Env=CLIENT
5[21:37:23] [main/FATAL]: WARNING : glfwInit took 7.1600529 seconds to start.
6[21:37:26] [main/INFO]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 59:57 token recognition error at: 's'
7[21:37:27] [main/INFO]: Successfully loaded Mixin Connector [vazkii.patchouli.common.MixinConnector]
8[21:37:27] [main/INFO]: Successfully loaded Mixin Connector [com.leobeliik.extremesoundmuffler.MixinConnector]
9[21:37:27] [main/INFO]: Launching target 'fmlclient' with arguments [--version, 1.16.5-forge-36.2.39, --gameDir, C:\Users\********\AppData\Roaming\Crystal-Launcher\instances\u.JebacHitaPack\.minecraft, --assetsDir, C:\Users\********\AppData\Roaming\Crystal-Launcher\assets, --uuid, ab1dc6dd6b39209454f4889a3dfc1c5d, --username, TheJogobella, --assetIndex, 1.16, --accessToken, ????????, --userType, mojang, --versionType, release]
10[21:37:27] [main/WARN]: Reference map 'rhino-forge-refmap.json' for rhino.mixins.json could not be read. If this is a development environment you can ignore this message
11[21:37:28] [main/INFO]: Patching LivingEntity#attackEntityFrom
12[21:37:28] [main/INFO]: Patching ItemStack#onItemUse
13[21:37:29] [main/WARN]: Error loading class: top/theillusivec4/culinaryconstruct/common/item/CulinaryItemBase (java.lang.ClassNotFoundException: null)
14[21:37:29] [main/WARN]: @Mixin target top.theillusivec4.culinaryconstruct.common.item.CulinaryItemBase was not found origins.forge.mixins.json:compat.cconstruct.CulinaryItemBaseMixin
15[21:37:29] [main/WARN]: Error loading class: org/jwaresoftware/mcmods/vfp/common/VfpPantryItem (java.lang.ClassNotFoundException: null)
16[21:37:29] [main/WARN]: @Mixin target org.jwaresoftware.mcmods.vfp.common.VfpPantryItem was not found origins.forge.mixins.json:compat.vfp.VfpPantryItemMixin
17[21:37:29] [main/INFO]: Patching ModelBakery#<init>
18[21:37:29] [main/INFO]: Patching DataPackRegistries#<init>
19[21:37:29] [main/INFO]: Patching LootTableManager#apply
20[21:37:33] [pool-3-thread-1/INFO]: Patching LivingEntity#attackEntityFrom
21[21:37:39] [pool-3-thread-1/INFO]: Patching ItemStack#onItemUse
22[21:37:47] [Render thread/ERROR]: Cowardly refusing to send event de.keksuccino.loadmyresources.events.RegisterRepositorySourceEvent to a broken mod state
23[21:37:47] [Render thread/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
24[21:37:48] [Render thread/ERROR]: Failed to verify authentication
25com.mojang.authlib.exceptions.AuthenticationUnavailableException: null
26 at com.mojang.authlib.yggdrasil.YggdrasilSocialInteractionsService.checkPrivileges(YggdrasilSocialInteractionsService.java:97) ~[authlib-2.1.28.jar:?]
27 at com.mojang.authlib.yggdrasil.YggdrasilSocialInteractionsService.<init>(YggdrasilSocialInteractionsService.java:40) ~[authlib-2.1.28.jar:?]
28 at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.createSocialInteractionsService(YggdrasilAuthenticationService.java:152) ~[authlib-2.1.28.jar:?]
29 at net.minecraft.client.Minecraft.func_244735_a(Minecraft.java:551) ~[?:?]
30 at net.minecraft.client.Minecraft.<init>(Minecraft.java:383) ~[?:?]
31 at net.minecraft.client.main.Main.main(Main.java:149) ~[1.16.5-forge-36.2.39.jar:?]
32 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_312]
33 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_312]
34 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312]
35 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312]
36 at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:37) ~[forge-1.16.5-36.2.39.jar:36.2]
37 at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?]
38 at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?]
39 at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?]
40 at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?]
41 at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?]
42 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_312]
43 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_312]
44 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312]
45 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312]
46 at crystallauncher.MinecraftConstructor.run(MinecraftConstructor.java:29) [proxyserver.jar:?]
47 at crystallauncher.MineClient.start(MineClient.java:228) [proxyserver.jar:?]
48 at crystallauncher.MineClient.main(MineClient.java:36) [proxyserver.jar:?]
49[21:37:48] [Render thread/INFO]: Setting user: TheJogobella
50[21:37:49] [Render thread/INFO]: Backend library: LWJGL version 3.2.2 build 10
51[21:37:49] [Render thread/INFO]: Loaded client.properties
52[21:37:51] [Render thread/INFO]: Potentially Dangerous alternative prefix `citadel` for name `debug`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
53[21:37:51] [Render thread/INFO]: Potentially Dangerous alternative prefix `citadel` for name `citadel_book`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
54[21:37:51] [Render thread/INFO]: Potentially Dangerous alternative prefix `citadel` for name `effect_item`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
55[21:37:51] [Render thread/INFO]: Potentially Dangerous alternative prefix `citadel` for name `fancy_item`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
56[21:37:53] [Render thread/INFO]: Scanning classes for titanium
57[21:37:53] [Render thread/INFO]: Found FeaturePluginInstance for class IndustrialForegoingResourcePlugin for plugin resources
58[21:37:53] [Render thread/INFO]: Found FeaturePluginInstance for class DefaultResourceRegistryPlugin for plugin resources
59[21:37:54] [modloading-worker-1/INFO]: Patching LootTableManager#apply
60[21:37:55] [modloading-worker-3/INFO]: Scanning classes for industrialforegoing
61[21:37:55] [modloading-worker-3/INFO]: Found FeaturePluginInstance for class ImmersiveEngineeringPlugin for plugin immersiveengineering
62[21:37:55] [modloading-worker-3/INFO]: Found FeaturePluginInstance for class FTBChunksPlugin for plugin ftbchunks
63[21:37:55] [modloading-worker-3/INFO]: Found FeaturePluginInstance for class CuriosPlugin for plugin curios
64[21:37:55] [modloading-worker-3/INFO]: Constructed class ImmersiveEngineeringPlugin for plugin immersiveengineering for mod industrialforegoing
65[21:37:55] [modloading-worker-3/INFO]: Constructed class FTBChunksPlugin for plugin ftbchunks for mod industrialforegoing
66[21:37:55] [modloading-worker-3/INFO]: Constructed class CuriosPlugin for plugin curios for mod industrialforegoing
67[21:37:55] [modloading-worker-3/INFO]: Executing phase CONSTRUCTION for plugin class ImmersiveEngineeringPlugin
68[21:37:55] [modloading-worker-3/INFO]: Executing phase CONSTRUCTION for plugin class FTBChunksPlugin
69[21:37:55] [modloading-worker-3/INFO]: Executing phase CONSTRUCTION for plugin class CuriosPlugin
70[21:37:55] [modloading-worker-3/INFO]: Executing phase PRE_INIT for plugin class ImmersiveEngineeringPlugin
71[21:37:55] [modloading-worker-3/INFO]: Executing phase PRE_INIT for plugin class FTBChunksPlugin
72[21:37:55] [modloading-worker-3/INFO]: Executing phase PRE_INIT for plugin class CuriosPlugin
73[21:37:55] [modloading-worker-0/INFO]: Patching ModelBakery#<init>
74[21:37:56] [modloading-worker-1/INFO]: Loaded compatibility for mod immersiveengineering.
75[21:37:56] [modloading-worker-0/INFO]: Patching DataPackRegistries#<init>
76[21:37:56] [modloading-worker-2/INFO]: Origins **.**.**.** is initializing. Have fun!
77[21:37:56] [modloading-worker-0/INFO]: Constructing Mod: Spartan Weaponry
78[21:37:56] [modloading-worker-0/INFO]: Initialising API! Version: 6
79[21:37:56] [modloading-worker-0/INFO]: Successfully added extended Skull renders!
80[21:37:58] [modloading-worker-3/INFO]: Executing phase INIT for plugin class ImmersiveEngineeringPlugin
81[21:37:58] [modloading-worker-3/INFO]: Executing phase INIT for plugin class FTBChunksPlugin
82[21:37:58] [modloading-worker-3/INFO]: Executing phase INIT for plugin class CuriosPlugin
83[21:37:58] [modloading-worker-3/INFO]: Executing phase POST_INIT for plugin class ImmersiveEngineeringPlugin
84[21:37:58] [modloading-worker-3/INFO]: Executing phase POST_INIT for plugin class FTBChunksPlugin
85[21:37:58] [modloading-worker-3/INFO]: Executing phase POST_INIT for plugin class CuriosPlugin
86[21:38:03] [modloading-worker-0/INFO]: Looking for KubeJS plugins...
87[21:38:03] [modloading-worker-0/INFO]: Found kubejs plugin
88[21:38:03] [modloading-worker-0/INFO]: Found kubejs_mekanism plugin
89[21:38:03] [modloading-worker-0/INFO]: Found lootjs plugin
90[21:38:03] [modloading-worker-0/INFO]: Found kubejs_thermal plugin
91[21:38:03] [modloading-worker-0/INFO]: Found ftbchunks plugin
92[21:38:03] [modloading-worker-0/INFO]: Found kubejs_immersive_engineering plugin
93[21:38:03] [modloading-worker-0/INFO]: Done in 0 s
94[21:38:04] [modloading-worker-1/INFO]: Forge mod loading, version 36.2.39, for MC 1.16.5 with MCP 20210115.111550
95[21:38:04] [modloading-worker-1/INFO]: MinecraftForge v36.2.39 Initialized
96[21:38:04] [modloading-worker-0/INFO]: Loaded common.properties
97[21:38:04] [modloading-worker-1/INFO]: Knock Knock...
98[21:38:04] [modloading-worker-1/WARN]: Reactor detonation initiated.
99[21:38:04] [modloading-worker-1/INFO]: Wait... NO! What?
100[21:38:04] [modloading-worker-1/INFO]: Stop That! That's not how this works!
101[21:38:04] [modloading-worker-1/WARN]: Calculating explosion ETA
102[21:38:04] [modloading-worker-1/INFO]: Ahh... NO... NONONO! DONT DO THAT!!! STOP THIS NOW!
103[21:38:04] [modloading-worker-1/WARN]: **Explosion Imminent!!!**
104[21:38:04] [modloading-worker-1/INFO]: Well...... fork...
105[21:38:06] [modloading-worker-0/INFO]: Hello, World! (You will only see this line once in console, during startup)
106[21:38:06] [modloading-worker-0/INFO]: Loaded script startup_scripts:script.js in 0.325 s
107[21:38:06] [modloading-worker-0/INFO]: Loaded 1/1 KubeJS startup scripts in 1.613 s
108[21:38:06] [modloading-worker-1/INFO]: Registered plugin: com.blakebr0.mysticalagriculture.lib.ModCorePlugin
109[21:38:06] [modloading-worker-1/INFO]: Registered plugin: com.blakebr0.mysticalcustomization.lib.ModCorePlugin
110[21:38:06] [modloading-worker-1/INFO]: Registered plugin: com.blakebr0.mysticalagradditions.lib.ModCorePlugin
111[21:38:06] [modloading-worker-0/INFO]: Hello, World! (You will see this line every time client resources reload)
112[21:38:06] [modloading-worker-0/INFO]: Loaded script client_scripts:script.js in 0.001 s
113[21:38:06] [modloading-worker-0/INFO]: Loaded 1/1 KubeJS client scripts in 0.008 s
114[21:38:07] [modloading-worker-1/INFO]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Main.initialize()
115[21:38:07] [modloading-worker-1/INFO]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Reflecting GuiContainer...
116[21:38:07] [modloading-worker-1/INFO]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Detected obfuscation: FORGE.
117[21:38:07] [modloading-worker-1/INFO]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Success.
118[21:38:07] [modloading-worker-1/INFO]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Initialized.
119[21:38:07] [modloading-worker-1/INFO]: Scanning classes for titanium
120[21:38:08] [modloading-worker-1/INFO]: Constructed class IndustrialForegoingResourcePlugin for plugin resources for mod titanium
121[21:38:08] [modloading-worker-1/INFO]: Constructed class DefaultResourceRegistryPlugin for plugin resources for mod titanium
122[21:38:08] [modloading-worker-1/INFO]: Executing phase CONSTRUCTION for plugin class IndustrialForegoingResourcePlugin
123[21:38:08] [modloading-worker-1/INFO]: Executing phase CONSTRUCTION for plugin class DefaultResourceRegistryPlugin
124[21:38:08] [modloading-worker-1/INFO]: Constructing Mod: Spartan Shields
125[21:38:09] [modloading-worker-1/INFO]: [LOAD MY RESOURCES] PackHandler initialized!
126[21:38:13] [Render thread/INFO]: Registered 45 Block entries in 0.47ms.
127[21:38:15] [Render thread/INFO]: Registered 34 Block entries in 0.28ms.
128[21:38:23] [Render thread/WARN]: Registry minecraft:item: The object debug has been registered twice for the same name citadel:debug.
129[21:38:23] [Render thread/WARN]: Registry minecraft:item: The object citadel_book has been registered twice for the same name citadel:citadel_book.
130[21:38:23] [Render thread/WARN]: Registry minecraft:item: The object effect_item has been registered twice for the same name citadel:effect_item.
131[21:38:23] [Render thread/WARN]: Registry minecraft:item: The object fancy_item has been registered twice for the same name citadel:fancy_item.
132[21:38:23] [Render thread/INFO]: Registered 53 Item entries in 0.58ms.
133[21:38:25] [Render thread/INFO]: Loaded book jsons on Thread[Render thread,5,main] in 2056 ms
134[21:38:26] [Render thread/INFO]: Registering items...
135[21:38:26] [Render thread/INFO]: Items Registered!
136[21:38:28] [Render thread/INFO]: Registered 34 Item entries in 260.06ms.
137[21:38:30] [Render thread/INFO]: Registering Items
138[21:38:30] [Render thread/INFO]: Registered Items successfully!
139[21:38:30] [Render thread/INFO]: Registered 11 GlobalLootModifierSerializer entries in 0.07ms.
140[21:38:34] [Render thread/INFO]: Registered 2 TileEntityType entries in 0.03ms.
141[21:38:34] [Render thread/INFO]: Registered 1 TileEntityType entries in 0.02ms.
142[21:38:35] [Render thread/INFO]: Registering Enchantments
143[21:38:35] [Render thread/INFO]: Registered Enchantments successfully!
144[21:38:35] [Render thread/INFO]: Registering Entities
145[21:38:35] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `milk`, expected `forge`. This could be a intended override, but in most cases indicates a broken mod.
146[21:38:35] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `flowing_milk`, expected `forge`. This could be a intended override, but in most cases indicates a broken mod.
147[21:38:37] [Render thread/INFO]: Registered 22 ingredient serializers.
148[21:38:37] [Render thread/INFO]: Registered 5 IRecipeSerializer entries in 0.78ms.
149[21:38:38] [Render thread/INFO]: Registered 3 IRecipeSerializer entries in 0.06ms.
150[21:38:40] [Render thread/INFO]: [LOAD MY RESOURCES] Pack registered!
151[21:38:40] [Render thread/INFO]: Patching BlockModelShapes#getModelLocation
152[21:38:43] [Render thread/INFO]: Narrator library for x64 successfully loaded
153[21:38:44] [Render thread/INFO]: Reloading ResourceManager: Default, Mod Resources, loadmyresources.hiddenpack, KubeJS Resource Pack [assets]
154[21:38:44] [modloading-worker-1/INFO]: CLIENT CONFIG LOADED
155[21:38:45] [modloading-worker-1/INFO]: Executing phase CONFIG_LOAD for plugin class ImmersiveEngineeringPlugin
156[21:38:45] [modloading-worker-1/INFO]: Executing phase CONFIG_LOAD for plugin class FTBChunksPlugin
157[21:38:45] [modloading-worker-1/INFO]: Executing phase CONFIG_LOAD for plugin class CuriosPlugin
158[21:38:45] [modloading-worker-1/INFO]: Executing phase CONFIG_LOAD for plugin class ImmersiveEngineeringPlugin
159[21:38:45] [modloading-worker-1/INFO]: Executing phase CONFIG_LOAD for plugin class FTBChunksPlugin
160[21:38:45] [modloading-worker-1/INFO]: Executing phase CONFIG_LOAD for plugin class CuriosPlugin
161[21:38:45] [modloading-worker-1/INFO]: Executing phase CONFIG_LOAD for plugin class ImmersiveEngineeringPlugin
162[21:38:45] [modloading-worker-1/INFO]: Executing phase CONFIG_LOAD for plugin class FTBChunksPlugin
163[21:38:45] [modloading-worker-1/INFO]: Executing phase CONFIG_LOAD for plugin class CuriosPlugin
164[21:38:45] [modloading-worker-1/INFO]: Executing phase CONFIG_LOAD for plugin class ImmersiveEngineeringPlugin
165[21:38:45] [modloading-worker-1/INFO]: Executing phase CONFIG_LOAD for plugin class FTBChunksPlugin
166[21:38:45] [modloading-worker-1/INFO]: Executing phase CONFIG_LOAD for plugin class CuriosPlugin
167[21:38:45] [modloading-worker-1/INFO]: Executing phase CONFIG_LOAD for plugin class ImmersiveEngineeringPlugin
168[21:38:45] [modloading-worker-1/INFO]: Executing phase CONFIG_LOAD for plugin class FTBChunksPlugin
169[21:38:45] [modloading-worker-1/INFO]: Executing phase CONFIG_LOAD for plugin class CuriosPlugin
170[21:38:45] [Thread-3/INFO]: Executing phase CONFIG_RELOAD for plugin class ImmersiveEngineeringPlugin
171[21:38:45] [Thread-3/INFO]: Executing phase CONFIG_RELOAD for plugin class FTBChunksPlugin
172[21:38:45] [Thread-3/INFO]: Executing phase CONFIG_RELOAD for plugin class CuriosPlugin
173[21:38:45] [modloading-worker-1/INFO]: Loading config spartanshields-common.toml
174[21:38:45] [modloading-worker-1/INFO]: BLACKLIST RELOADED
175[21:38:45] [modloading-worker-1/INFO]: COMMON CONFIG LOADED
176[21:38:45] [Worker-Main-7/INFO]: Registering 3 command argument types.
177[21:38:45] [Worker-Main-7/INFO]: Registering 13 loot conditions.
178[21:38:45] [Worker-Main-7/INFO]: Loaded 'Mekanism Generators' module.
179[21:38:45] [Worker-Main-6/INFO]: 83 material render infos loaded
180[21:38:45] [Worker-Main-7/INFO]: Executing phase COMMON_SETUP for plugin class ImmersiveEngineeringPlugin
181[21:38:45] [Worker-Main-7/INFO]: Executing phase COMMON_SETUP for plugin class FTBChunksPlugin
182[21:38:45] [Worker-Main-7/INFO]: Executing phase COMMON_SETUP for plugin class CuriosPlugin
183[21:38:49] [Worker-Main-7/INFO]: Loaded 'Mekanism: Tools' module.
184[21:38:49] [Worker-Main-8/INFO]: Setting up Spartan Weaponry!
185[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: industrialforegoing:blockstates/sludge_block.json: java.io.FileNotFoundException: industrialforegoing:blockstates/sludge_block.json
186[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sludge_block.json' missing model for variant: 'industrialforegoing:sludge_block#level=9'
187[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sludge_block.json' missing model for variant: 'industrialforegoing:sludge_block#level=8'
188[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sludge_block.json' missing model for variant: 'industrialforegoing:sludge_block#level=10'
189[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sludge_block.json' missing model for variant: 'industrialforegoing:sludge_block#level=11'
190[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sludge_block.json' missing model for variant: 'industrialforegoing:sludge_block#level=12'
191[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sludge_block.json' missing model for variant: 'industrialforegoing:sludge_block#level=13'
192[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sludge_block.json' missing model for variant: 'industrialforegoing:sludge_block#level=14'
193[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sludge_block.json' missing model for variant: 'industrialforegoing:sludge_block#level=15'
194[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sludge_block.json' missing model for variant: 'industrialforegoing:sludge_block#level=7'
195[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sludge_block.json' missing model for variant: 'industrialforegoing:sludge_block#level=6'
196[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sludge_block.json' missing model for variant: 'industrialforegoing:sludge_block#level=5'
197[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sludge_block.json' missing model for variant: 'industrialforegoing:sludge_block#level=4'
198[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sludge_block.json' missing model for variant: 'industrialforegoing:sludge_block#level=3'
199[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sludge_block.json' missing model for variant: 'industrialforegoing:sludge_block#level=2'
200[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sludge_block.json' missing model for variant: 'industrialforegoing:sludge_block#level=1'
201[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sludge_block.json' missing model for variant: 'industrialforegoing:sludge_block#level=0'
202[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: industrialforegoing:blockstates/ether_gas_block.json: java.io.FileNotFoundException: industrialforegoing:blockstates/ether_gas_block.json
203[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/ether_gas_block.json' missing model for variant: 'industrialforegoing:ether_gas_block#level=6'
204[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/ether_gas_block.json' missing model for variant: 'industrialforegoing:ether_gas_block#level=7'
205[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/ether_gas_block.json' missing model for variant: 'industrialforegoing:ether_gas_block#level=8'
206[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/ether_gas_block.json' missing model for variant: 'industrialforegoing:ether_gas_block#level=9'
207[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/ether_gas_block.json' missing model for variant: 'industrialforegoing:ether_gas_block#level=2'
208[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/ether_gas_block.json' missing model for variant: 'industrialforegoing:ether_gas_block#level=3'
209[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/ether_gas_block.json' missing model for variant: 'industrialforegoing:ether_gas_block#level=4'
210[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/ether_gas_block.json' missing model for variant: 'industrialforegoing:ether_gas_block#level=5'
211[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/ether_gas_block.json' missing model for variant: 'industrialforegoing:ether_gas_block#level=15'
212[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/ether_gas_block.json' missing model for variant: 'industrialforegoing:ether_gas_block#level=12'
213[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/ether_gas_block.json' missing model for variant: 'industrialforegoing:ether_gas_block#level=11'
214[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/ether_gas_block.json' missing model for variant: 'industrialforegoing:ether_gas_block#level=14'
215[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/ether_gas_block.json' missing model for variant: 'industrialforegoing:ether_gas_block#level=13'
216[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/ether_gas_block.json' missing model for variant: 'industrialforegoing:ether_gas_block#level=10'
217[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/ether_gas_block.json' missing model for variant: 'industrialforegoing:ether_gas_block#level=0'
218[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/ether_gas_block.json' missing model for variant: 'industrialforegoing:ether_gas_block#level=1'
219[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: industrialforegoing:blockstates/biofuel_block.json: java.io.FileNotFoundException: industrialforegoing:blockstates/biofuel_block.json
220[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/biofuel_block.json' missing model for variant: 'industrialforegoing:biofuel_block#level=15'
221[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/biofuel_block.json' missing model for variant: 'industrialforegoing:biofuel_block#level=14'
222[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/biofuel_block.json' missing model for variant: 'industrialforegoing:biofuel_block#level=13'
223[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/biofuel_block.json' missing model for variant: 'industrialforegoing:biofuel_block#level=12'
224[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/biofuel_block.json' missing model for variant: 'industrialforegoing:biofuel_block#level=11'
225[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/biofuel_block.json' missing model for variant: 'industrialforegoing:biofuel_block#level=10'
226[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/biofuel_block.json' missing model for variant: 'industrialforegoing:biofuel_block#level=8'
227[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/biofuel_block.json' missing model for variant: 'industrialforegoing:biofuel_block#level=9'
228[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/biofuel_block.json' missing model for variant: 'industrialforegoing:biofuel_block#level=6'
229[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/biofuel_block.json' missing model for variant: 'industrialforegoing:biofuel_block#level=7'
230[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/biofuel_block.json' missing model for variant: 'industrialforegoing:biofuel_block#level=4'
231[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/biofuel_block.json' missing model for variant: 'industrialforegoing:biofuel_block#level=5'
232[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/biofuel_block.json' missing model for variant: 'industrialforegoing:biofuel_block#level=2'
233[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/biofuel_block.json' missing model for variant: 'industrialforegoing:biofuel_block#level=3'
234[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/biofuel_block.json' missing model for variant: 'industrialforegoing:biofuel_block#level=0'
235[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/biofuel_block.json' missing model for variant: 'industrialforegoing:biofuel_block#level=1'
236[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: industrialforegoing:blockstates/essence_block.json: java.io.FileNotFoundException: industrialforegoing:blockstates/essence_block.json
237[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/essence_block.json' missing model for variant: 'industrialforegoing:essence_block#level=10'
238[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/essence_block.json' missing model for variant: 'industrialforegoing:essence_block#level=1'
239[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/essence_block.json' missing model for variant: 'industrialforegoing:essence_block#level=0'
240[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/essence_block.json' missing model for variant: 'industrialforegoing:essence_block#level=7'
241[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/essence_block.json' missing model for variant: 'industrialforegoing:essence_block#level=6'
242[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/essence_block.json' missing model for variant: 'industrialforegoing:essence_block#level=9'
243[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/essence_block.json' missing model for variant: 'industrialforegoing:essence_block#level=8'
244[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/essence_block.json' missing model for variant: 'industrialforegoing:essence_block#level=3'
245[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/essence_block.json' missing model for variant: 'industrialforegoing:essence_block#level=2'
246[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/essence_block.json' missing model for variant: 'industrialforegoing:essence_block#level=5'
247[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/essence_block.json' missing model for variant: 'industrialforegoing:essence_block#level=4'
248[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/essence_block.json' missing model for variant: 'industrialforegoing:essence_block#level=15'
249[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/essence_block.json' missing model for variant: 'industrialforegoing:essence_block#level=12'
250[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/essence_block.json' missing model for variant: 'industrialforegoing:essence_block#level=11'
251[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/essence_block.json' missing model for variant: 'industrialforegoing:essence_block#level=14'
252[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/essence_block.json' missing model for variant: 'industrialforegoing:essence_block#level=13'
253[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: industrialforegoing:blockstates/pink_slime_block.json: java.io.FileNotFoundException: industrialforegoing:blockstates/pink_slime_block.json
254[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/pink_slime_block.json' missing model for variant: 'industrialforegoing:pink_slime_block#level=7'
255[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/pink_slime_block.json' missing model for variant: 'industrialforegoing:pink_slime_block#level=8'
256[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/pink_slime_block.json' missing model for variant: 'industrialforegoing:pink_slime_block#level=5'
257[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/pink_slime_block.json' missing model for variant: 'industrialforegoing:pink_slime_block#level=6'
258[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/pink_slime_block.json' missing model for variant: 'industrialforegoing:pink_slime_block#level=3'
259[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/pink_slime_block.json' missing model for variant: 'industrialforegoing:pink_slime_block#level=4'
260[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/pink_slime_block.json' missing model for variant: 'industrialforegoing:pink_slime_block#level=1'
261[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/pink_slime_block.json' missing model for variant: 'industrialforegoing:pink_slime_block#level=2'
262[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/pink_slime_block.json' missing model for variant: 'industrialforegoing:pink_slime_block#level=14'
263[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/pink_slime_block.json' missing model for variant: 'industrialforegoing:pink_slime_block#level=15'
264[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/pink_slime_block.json' missing model for variant: 'industrialforegoing:pink_slime_block#level=12'
265[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/pink_slime_block.json' missing model for variant: 'industrialforegoing:pink_slime_block#level=13'
266[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/pink_slime_block.json' missing model for variant: 'industrialforegoing:pink_slime_block#level=9'
267[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/pink_slime_block.json' missing model for variant: 'industrialforegoing:pink_slime_block#level=10'
268[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/pink_slime_block.json' missing model for variant: 'industrialforegoing:pink_slime_block#level=11'
269[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/pink_slime_block.json' missing model for variant: 'industrialforegoing:pink_slime_block#level=0'
270[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: industrialforegoing:blockstates/latex_block.json: java.io.FileNotFoundException: industrialforegoing:blockstates/latex_block.json
271[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/latex_block.json' missing model for variant: 'industrialforegoing:latex_block#level=6'
272[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/latex_block.json' missing model for variant: 'industrialforegoing:latex_block#level=7'
273[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/latex_block.json' missing model for variant: 'industrialforegoing:latex_block#level=4'
274[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/latex_block.json' missing model for variant: 'industrialforegoing:latex_block#level=5'
275[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/latex_block.json' missing model for variant: 'industrialforegoing:latex_block#level=8'
276[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/latex_block.json' missing model for variant: 'industrialforegoing:latex_block#level=9'
277[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/latex_block.json' missing model for variant: 'industrialforegoing:latex_block#level=15'
278[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/latex_block.json' missing model for variant: 'industrialforegoing:latex_block#level=13'
279[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/latex_block.json' missing model for variant: 'industrialforegoing:latex_block#level=14'
280[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/latex_block.json' missing model for variant: 'industrialforegoing:latex_block#level=11'
281[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/latex_block.json' missing model for variant: 'industrialforegoing:latex_block#level=12'
282[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/latex_block.json' missing model for variant: 'industrialforegoing:latex_block#level=10'
283[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/latex_block.json' missing model for variant: 'industrialforegoing:latex_block#level=2'
284[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/latex_block.json' missing model for variant: 'industrialforegoing:latex_block#level=3'
285[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/latex_block.json' missing model for variant: 'industrialforegoing:latex_block#level=0'
286[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/latex_block.json' missing model for variant: 'industrialforegoing:latex_block#level=1'
287[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: industrialforegoing:blockstates/meat_block.json: java.io.FileNotFoundException: industrialforegoing:blockstates/meat_block.json
288[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/meat_block.json' missing model for variant: 'industrialforegoing:meat_block#level=1'
289[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/meat_block.json' missing model for variant: 'industrialforegoing:meat_block#level=2'
290[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/meat_block.json' missing model for variant: 'industrialforegoing:meat_block#level=3'
291[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/meat_block.json' missing model for variant: 'industrialforegoing:meat_block#level=4'
292[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/meat_block.json' missing model for variant: 'industrialforegoing:meat_block#level=15'
293[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/meat_block.json' missing model for variant: 'industrialforegoing:meat_block#level=14'
294[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/meat_block.json' missing model for variant: 'industrialforegoing:meat_block#level=0'
295[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/meat_block.json' missing model for variant: 'industrialforegoing:meat_block#level=9'
296[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/meat_block.json' missing model for variant: 'industrialforegoing:meat_block#level=11'
297[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/meat_block.json' missing model for variant: 'industrialforegoing:meat_block#level=10'
298[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/meat_block.json' missing model for variant: 'industrialforegoing:meat_block#level=13'
299[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/meat_block.json' missing model for variant: 'industrialforegoing:meat_block#level=12'
300[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/meat_block.json' missing model for variant: 'industrialforegoing:meat_block#level=5'
301[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/meat_block.json' missing model for variant: 'industrialforegoing:meat_block#level=6'
302[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/meat_block.json' missing model for variant: 'industrialforegoing:meat_block#level=7'
303[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/meat_block.json' missing model for variant: 'industrialforegoing:meat_block#level=8'
304[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: industrialforegoing:blockstates/raw_ore_meat_block.json: java.io.FileNotFoundException: industrialforegoing:blockstates/raw_ore_meat_block.json
305[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/raw_ore_meat_block.json' missing model for variant: 'industrialforegoing:raw_ore_meat_block#level=10'
306[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/raw_ore_meat_block.json' missing model for variant: 'industrialforegoing:raw_ore_meat_block#level=11'
307[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/raw_ore_meat_block.json' missing model for variant: 'industrialforegoing:raw_ore_meat_block#level=12'
308[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/raw_ore_meat_block.json' missing model for variant: 'industrialforegoing:raw_ore_meat_block#level=13'
309[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/raw_ore_meat_block.json' missing model for variant: 'industrialforegoing:raw_ore_meat_block#level=14'
310[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/raw_ore_meat_block.json' missing model for variant: 'industrialforegoing:raw_ore_meat_block#level=15'
311[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/raw_ore_meat_block.json' missing model for variant: 'industrialforegoing:raw_ore_meat_block#level=0'
312[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/raw_ore_meat_block.json' missing model for variant: 'industrialforegoing:raw_ore_meat_block#level=8'
313[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/raw_ore_meat_block.json' missing model for variant: 'industrialforegoing:raw_ore_meat_block#level=7'
314[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/raw_ore_meat_block.json' missing model for variant: 'industrialforegoing:raw_ore_meat_block#level=6'
315[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/raw_ore_meat_block.json' missing model for variant: 'industrialforegoing:raw_ore_meat_block#level=5'
316[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/raw_ore_meat_block.json' missing model for variant: 'industrialforegoing:raw_ore_meat_block#level=4'
317[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/raw_ore_meat_block.json' missing model for variant: 'industrialforegoing:raw_ore_meat_block#level=3'
318[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/raw_ore_meat_block.json' missing model for variant: 'industrialforegoing:raw_ore_meat_block#level=2'
319[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/raw_ore_meat_block.json' missing model for variant: 'industrialforegoing:raw_ore_meat_block#level=1'
320[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/raw_ore_meat_block.json' missing model for variant: 'industrialforegoing:raw_ore_meat_block#level=9'
321[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: industrialforegoing:blockstates/fermented_ore_meat_block.json: java.io.FileNotFoundException: industrialforegoing:blockstates/fermented_ore_meat_block.json
322[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/fermented_ore_meat_block.json' missing model for variant: 'industrialforegoing:fermented_ore_meat_block#level=14'
323[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/fermented_ore_meat_block.json' missing model for variant: 'industrialforegoing:fermented_ore_meat_block#level=15'
324[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/fermented_ore_meat_block.json' missing model for variant: 'industrialforegoing:fermented_ore_meat_block#level=12'
325[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/fermented_ore_meat_block.json' missing model for variant: 'industrialforegoing:fermented_ore_meat_block#level=9'
326[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/fermented_ore_meat_block.json' missing model for variant: 'industrialforegoing:fermented_ore_meat_block#level=13'
327[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/fermented_ore_meat_block.json' missing model for variant: 'industrialforegoing:fermented_ore_meat_block#level=10'
328[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/fermented_ore_meat_block.json' missing model for variant: 'industrialforegoing:fermented_ore_meat_block#level=11'
329[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/fermented_ore_meat_block.json' missing model for variant: 'industrialforegoing:fermented_ore_meat_block#level=6'
330[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/fermented_ore_meat_block.json' missing model for variant: 'industrialforegoing:fermented_ore_meat_block#level=5'
331[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/fermented_ore_meat_block.json' missing model for variant: 'industrialforegoing:fermented_ore_meat_block#level=8'
332[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/fermented_ore_meat_block.json' missing model for variant: 'industrialforegoing:fermented_ore_meat_block#level=7'
333[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/fermented_ore_meat_block.json' missing model for variant: 'industrialforegoing:fermented_ore_meat_block#level=2'
334[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/fermented_ore_meat_block.json' missing model for variant: 'industrialforegoing:fermented_ore_meat_block#level=1'
335[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/fermented_ore_meat_block.json' missing model for variant: 'industrialforegoing:fermented_ore_meat_block#level=4'
336[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/fermented_ore_meat_block.json' missing model for variant: 'industrialforegoing:fermented_ore_meat_block#level=3'
337[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/fermented_ore_meat_block.json' missing model for variant: 'industrialforegoing:fermented_ore_meat_block#level=0'
338[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: industrialforegoing:blockstates/machine_frame_pity.json: java.io.FileNotFoundException: industrialforegoing:blockstates/machine_frame_pity.json
339[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/machine_frame_pity.json' missing model for variant: 'industrialforegoing:machine_frame_pity#'
340[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: industrialforegoing:blockstates/machine_frame_simple.json: java.io.FileNotFoundException: industrialforegoing:blockstates/machine_frame_simple.json
341[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/machine_frame_simple.json' missing model for variant: 'industrialforegoing:machine_frame_simple#'
342[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: industrialforegoing:blockstates/machine_frame_advanced.json: java.io.FileNotFoundException: industrialforegoing:blockstates/machine_frame_advanced.json
343[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/machine_frame_advanced.json' missing model for variant: 'industrialforegoing:machine_frame_advanced#'
344[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: industrialforegoing:blockstates/machine_frame_supreme.json: java.io.FileNotFoundException: industrialforegoing:blockstates/machine_frame_supreme.json
345[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/machine_frame_supreme.json' missing model for variant: 'industrialforegoing:machine_frame_supreme#'
346[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: industrialforegoing:blockstates/sewage_block.json: java.io.FileNotFoundException: industrialforegoing:blockstates/sewage_block.json
347[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sewage_block.json' missing model for variant: 'industrialforegoing:sewage_block#level=10'
348[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sewage_block.json' missing model for variant: 'industrialforegoing:sewage_block#level=12'
349[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sewage_block.json' missing model for variant: 'industrialforegoing:sewage_block#level=11'
350[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sewage_block.json' missing model for variant: 'industrialforegoing:sewage_block#level=14'
351[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sewage_block.json' missing model for variant: 'industrialforegoing:sewage_block#level=13'
352[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sewage_block.json' missing model for variant: 'industrialforegoing:sewage_block#level=15'
353[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sewage_block.json' missing model for variant: 'industrialforegoing:sewage_block#level=5'
354[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sewage_block.json' missing model for variant: 'industrialforegoing:sewage_block#level=4'
355[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sewage_block.json' missing model for variant: 'industrialforegoing:sewage_block#level=7'
356[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sewage_block.json' missing model for variant: 'industrialforegoing:sewage_block#level=6'
357[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sewage_block.json' missing model for variant: 'industrialforegoing:sewage_block#level=9'
358[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sewage_block.json' missing model for variant: 'industrialforegoing:sewage_block#level=8'
359[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sewage_block.json' missing model for variant: 'industrialforegoing:sewage_block#level=1'
360[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sewage_block.json' missing model for variant: 'industrialforegoing:sewage_block#level=0'
361[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sewage_block.json' missing model for variant: 'industrialforegoing:sewage_block#level=3'
362[21:38:52] [Worker-Main-9/WARN]: Exception loading blockstate definition: 'industrialforegoing:blockstates/sewage_block.json' missing model for variant: 'industrialforegoing:sewage_block#level=2'
363[21:38:55] [Worker-Main-9/WARN]: Unable to load model: 'twilightforest:twilight_oak_door#inventory' referenced from: twilightforest:twilight_oak_door#inventory: java.io.FileNotFoundException: twilightforest:models/item/twilight_oak_door.json
364[21:38:55] [Worker-Main-9/WARN]: Unable to load model: 'twilightforest:canopy_door#inventory' referenced from: twilightforest:canopy_door#inventory: java.io.FileNotFoundException: twilightforest:models/item/canopy_door.json
365[21:38:55] [Worker-Main-9/WARN]: Unable to load model: 'twilightforest:mangrove_door#inventory' referenced from: twilightforest:mangrove_door#inventory: java.io.FileNotFoundException: twilightforest:models/item/mangrove_door.json
366[21:38:55] [Worker-Main-9/WARN]: Unable to load model: 'twilightforest:dark_door#inventory' referenced from: twilightforest:dark_door#inventory: java.io.FileNotFoundException: twilightforest:models/item/dark_door.json
367[21:38:55] [Worker-Main-9/WARN]: Unable to load model: 'twilightforest:time_door#inventory' referenced from: twilightforest:time_door#inventory: java.io.FileNotFoundException: twilightforest:models/item/time_door.json
368[21:38:55] [Worker-Main-9/WARN]: Unable to load model: 'twilightforest:trans_door#inventory' referenced from: twilightforest:trans_door#inventory: java.io.FileNotFoundException: twilightforest:models/item/trans_door.json
369[21:38:55] [Worker-Main-9/WARN]: Unable to load model: 'twilightforest:mine_door#inventory' referenced from: twilightforest:mine_door#inventory: java.io.FileNotFoundException: twilightforest:models/item/mine_door.json
370[21:38:55] [Worker-Main-9/WARN]: Unable to load model: 'twilightforest:sort_door#inventory' referenced from: twilightforest:sort_door#inventory: java.io.FileNotFoundException: twilightforest:models/item/sort_door.json
371[21:38:55] [Worker-Main-9/WARN]: Unable to load model: 'industrialforegoing:item_transporter_type#inventory' referenced from: industrialforegoing:item_transporter_type#inventory: java.io.FileNotFoundException: industrialforegoing:models/item/item_transporter_type.json
372[21:38:55] [Worker-Main-9/WARN]: Unable to load model: 'industrialforegoing:fluid_transporter_type#inventory' referenced from: industrialforegoing:fluid_transporter_type#inventory: java.io.FileNotFoundException: industrialforegoing:models/item/fluid_transporter_type.json
373[21:38:55] [Worker-Main-9/WARN]: Unable to load model: 'industrialforegoing:world_transporter_type#inventory' referenced from: industrialforegoing:world_transporter_type#inventory: java.io.FileNotFoundException: industrialforegoing:models/item/world_transporter_type.json
374[21:38:55] [Worker-Main-9/WARN]: Unable to load model: 'industrialforegoing:transporter#inventory' referenced from: industrialforegoing:transporter#inventory: java.io.FileNotFoundException: industrialforegoing:models/item/transporter.json
375[21:38:55] [Worker-Main-9/WARN]: Unable to load model: 'ae2wtlib:wireless_fluid_terminal#inventory' referenced from: ae2wtlib:wireless_fluid_terminal#inventory: java.io.FileNotFoundException: ae2wtlib:models/item/wireless_fluid_terminal.json
376[21:38:55] [Worker-Main-9/WARN]: Unable to load model: 'draconicevolution:block/placed_item' referenced from: draconicevolution:placed_item#inventory: java.io.FileNotFoundException: draconicevolution:models/block/placed_item.json
377[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:item/recipe_board_beer_mug_apple_lambic
378[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:block/recipe_board_beer_mug_haars_icey_pale_lager
379[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:block/beer_mug
380[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:block/recipe_board_beer_mug_blaze_milk_stout
381[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:item/recipe_board_beer_mug_haars_icey_pale_lager
382[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missingno in draconicevolution:item/placed_item
383[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:block/recipe_board_beer_mug_sweet_berry_kriek
384[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in industrialforegoing:item/infinity_launcher_empty
385[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in industrialforegoing:item/infinity_launcher_full
386[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:block/beer_mug_apple_lambic_double
387[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:block/beer_mug_triple
388[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:item/recipe_board_beer_mug_pumpkin_kvass
389[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:item/beer_barrel
390[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:block/beer_mug_sweet_berry_kriek_triple
391[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:block/beer_mug_night_howl_kvass_double
392[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:item/beer_mug_blaze_stout
393[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:item/recipe_board_beer_mug_night_howl_kvass
394[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:block/beer_mug_double
395[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:block/beer_mug_blaze_stout_double
396[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:block/beer_barrel
397[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:block/beer_mug_apple_lambic
398[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:block/beer_mug_night_howl_kvass
399[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:block/beer_mug_sweet_berry_kriek_double
400[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:block/beer_mug_pumpkin_kvass_double
401[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:item/beer_mug_blaze_milk_stout
402[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:block/beer_mug_night_howl_kvass_triple
403[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:block/beer_mug_blaze_milk_stout_triple
404[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:block/recipe_board_beer_mug
405[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:item/empty_beer_mug
406[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:block/beer_mug_pumpkin_kvass_triple
407[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:block/recipe_board_beer_mug_night_howl_kvass
408[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:block/beer_mug_sweet_berry_kriek
409[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:block/empty_beer_mug_triple
410[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:block/recipe_board_beer_mug_pumpkin_kvass
411[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:block/recipe_board_beer_mug_apple_lambic
412[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:block/beer_mug_haars_icey_pale_lager_triple
413[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:block/empty_beer_mug_double
414[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:block/recipe_board_beer_mug_blaze_stout
415[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in industrialforegoing:item/infinity_backpack
416[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:block/beer_mug_haars_icey_pale_lager
417[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:block/beer_mug_blaze_milk_stout_double
418[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:block/beer_mug_blaze_milk_stout
419[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:item/beer_mug_sweet_berry_kriek
420[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:block/beer_mug_haars_icey_pale_lager_double
421[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:block/beer_mug_blaze_stout
422[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:block/beer_mug_apple_lambic_triple
423[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:item/beer_mug_haars_icey_pale_lager
424[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:block/empty_beer_mug
425[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:item/recipe_board_beer_mug_blaze_stout
426[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:item/beer_mug_night_howl_kvass
427[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:item/beer_mug_pumpkin_kvass
428[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:block/beer_mug_pumpkin_kvass
429[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:item/beer_mug
430[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:item/recipe_board_beer_mug
431[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:item/recipe_board_beer_mug_blaze_milk_stout
432[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:item/beer_mug_apple_lambic
433[21:39:03] [Worker-Main-9/WARN]: Unable to resolve texture reference: #missing in drinkbeer:item/recipe_board_beer_mug_sweet_berry_kriek
434[21:39:04] [Worker-Main-9/INFO]: Stitching Revolver Textures!
435[21:39:04] [Worker-Main-9/INFO]: Adding Tower Shield textures to Block Texture Atlas!
436[21:39:04] [Worker-Main-10/INFO]: No plugins for JourneyMap API discovered.
437[21:39:04] [Worker-Main-10/INFO]: Post Initialization ( started )
438[21:39:04] [Worker-Main-10/INFO]: Post Initialization ( ended after 19ms )
439[21:39:04] [Worker-Main-10/INFO]: CraftTweaker has loaded successfully!
440[21:39:04] [Worker-Main-10/INFO]: Version 10.1.2 initializing...
441[21:39:05] [Worker-Main-10/INFO]: Fake player readout: UUID = 46e82cd0-d480-3d48-800a-77431ede078e, name = [Mekanism]
442[21:39:05] [Worker-Main-10/INFO]: Loading complete.
443[21:39:05] [Worker-Main-10/INFO]: Mod loaded.
444[21:39:05] [Forge Version Check/INFO]: [bettercaves] Starting version check at https://raw.githubusercontent.com/yungnickyoung/YUNGs-Better-Caves/1.16/versions.json
445[21:39:05] [Worker-Main-10/INFO]: Hey, Brandon's Core! How's it going?
446[21:39:05] [Worker-Main-10/INFO]: Cant you see im busy over he-
447[21:39:05] [Worker-Main-10/INFO]: *KABOOOOOOM!!!*
448[21:39:05] [Worker-Main-10/INFO]: I see you're a little... Preoccupied, at the moment.
449[21:39:05] [Worker-Main-10/INFO]: Let me just yoink these curios from Draconic Evolution for my own benefit...
450[21:39:05] [Forge Version Check/INFO]: [bettercaves] Found status: BETA Current: 1.16.4-1.1.2 Target: null
451[21:39:05] [Forge Version Check/INFO]: [controlling] Starting version check at https://updates.blamejared.com/get?n=controlling&gv=1.16.5
452[21:39:05] [Forge Version Check/INFO]: [controlling] Found status: BETA Current: **.**.**.** Target: **.**.**.**
453[21:39:05] [Forge Version Check/INFO]: [bookshelf] Starting version check at https://updates.blamejared.com/get?n=bookshelf&gv=1.16.5
454[21:39:05] [Forge Version Check/INFO]: [bookshelf] Found status: BETA Current: 10.4.33 Target: 10.4.33
455[21:39:05] [Forge Version Check/INFO]: [darkutils] Starting version check at https://updates.blamejared.com/get?n=darkutils&gv=1.16.4
456[21:39:05] [Forge Version Check/INFO]: [darkutils] Found status: BETA Current: 8.0.14 Target: null
457[21:39:05] [Forge Version Check/INFO]: [twilightforest] Starting version check at https://raw.githubusercontent.com/TeamTwilight/twilightforest/1.16.x/update.json
458[21:39:05] [Forge Version Check/INFO]: [twilightforest] Found status: BETA Current: NONE Target: null
459[21:39:05] [Forge Version Check/INFO]: [runelic] Starting version check at https://updates.blamejared.com/get?n=runelic&gv=1.16.5
460[21:39:05] [Forge Version Check/INFO]: [runelic] Found status: BETA Current: 7.0.3 Target: 7.0.3
461[21:39:05] [Forge Version Check/INFO]: [productivebees] Starting version check at https://raw.githubusercontent.com/JDKDigital/productive-bees/dev-1.16.5/versions.json
462[21:39:05] [Immersive Engineering Contributors Thread/INFO]: Attempting to download special revolvers from GitHub
463[21:39:05] [Forge Version Check/INFO]: [productivebees] Found status: AHEAD Current: 1.16.5-0.6.9.28 Target: null
464[21:39:05] [Forge Version Check/INFO]: [codechickenlib] Starting version check at https://version-check.covers1624.net/check/?mod=CodeChickenLib&mc=1.16.5
465[21:39:05] [Worker-Main-6/INFO]: Setting up Spartan Shields!
466[21:39:05] [Worker-Main-13/INFO]: New compacting rule 4 clay_ball = 1 clay
467[21:39:05] [Worker-Main-13/INFO]: New compacting rule 4 snowball = 1 snow_block
468[21:39:05] [Worker-Main-13/INFO]: New compacting rule 4 glowstone_dust = 1 glowstone
469[21:39:05] [Worker-Main-13/INFO]: New compacting rule 4 brick = 1 bricks
470[21:39:05] [Worker-Main-13/INFO]: New compacting rule 4 nether_brick = 1 nether_bricks
471[21:39:05] [Worker-Main-13/INFO]: New compacting rule 9 nether_wart = 1 nether_wart_block
472[21:39:05] [Worker-Main-13/INFO]: New compacting rule 4 quartz = 1 quartz_block
473[21:39:05] [Worker-Main-13/INFO]: New compacting rule 9 melon_slice = 1 melon
474[21:39:05] [Worker-Main-13/INFO]: New compacting rule 4 sand = 1 sandstone
475[21:39:05] [Worker-Main-13/INFO]: New compacting rule 4 red_sand = 1 red_sandstone
476[21:39:05] [Worker-Main-13/INFO]: New compacting rule 4 clay_ball = 1 clay
477[21:39:05] [Render thread/WARN]: Called deprecated GlobalEntityTypeAttributes#put for productivebees:dye_bee, use EntityAttributeCreationEvent instead.
478[21:39:05] [Render thread/WARN]: Called deprecated GlobalEntityTypeAttributes#put for productivebees:lumber_bee, use EntityAttributeCreationEvent instead.
479[21:39:05] [Render thread/WARN]: Called deprecated GlobalEntityTypeAttributes#put for productivebees:quarry_bee, use EntityAttributeCreationEvent instead.
480[21:39:05] [Render thread/WARN]: Called deprecated GlobalEntityTypeAttributes#put for productivebees:rancher_bee, use EntityAttributeCreationEvent instead.
481[21:39:05] [Render thread/WARN]: Called deprecated GlobalEntityTypeAttributes#put for productivebees:collector_bee, use EntityAttributeCreationEvent instead.
482[21:39:05] [Render thread/WARN]: Called deprecated GlobalEntityTypeAttributes#put for productivebees:hoarder_bee, use EntityAttributeCreationEvent instead.
483[21:39:05] [Render thread/WARN]: Called deprecated GlobalEntityTypeAttributes#put for productivebees:farmer_bee, use EntityAttributeCreationEvent instead.
484[21:39:05] [Render thread/WARN]: Called deprecated GlobalEntityTypeAttributes#put for productivebees:creeper_bee, use EntityAttributeCreationEvent instead.
485[21:39:05] [Render thread/WARN]: Called deprecated GlobalEntityTypeAttributes#put for productivebees:cupid_bee, use EntityAttributeCreationEvent instead.
486[21:39:05] [Render thread/WARN]: Called deprecated GlobalEntityTypeAttributes#put for productivebees:configurable_bee, use EntityAttributeCreationEvent instead.
487[21:39:05] [Render thread/WARN]: Called deprecated GlobalEntityTypeAttributes#put for productivebees:ashy_mining_bee, use EntityAttributeCreationEvent instead.
488[21:39:05] [Render thread/WARN]: Called deprecated GlobalEntityTypeAttributes#put for productivebees:blue_banded_bee, use EntityAttributeCreationEvent instead.
489[21:39:05] [Render thread/WARN]: Called deprecated GlobalEntityTypeAttributes#put for productivebees:green_carpenter_bee, use EntityAttributeCreationEvent instead.
490[21:39:05] [Render thread/WARN]: Called deprecated GlobalEntityTypeAttributes#put for productivebees:yellow_black_carpenter_bee, use EntityAttributeCreationEvent instead.
491[21:39:05] [Render thread/WARN]: Called deprecated GlobalEntityTypeAttributes#put for productivebees:chocolate_mining_bee, use EntityAttributeCreationEvent instead.
492[21:39:05] [Render thread/WARN]: Called deprecated GlobalEntityTypeAttributes#put for productivebees:digger_bee, use EntityAttributeCreationEvent instead.
493[21:39:05] [Render thread/WARN]: Called deprecated GlobalEntityTypeAttributes#put for productivebees:leafcutter_bee, use EntityAttributeCreationEvent instead.
494[21:39:05] [Render thread/WARN]: Called deprecated GlobalEntityTypeAttributes#put for productivebees:mason_bee, use EntityAttributeCreationEvent instead.
495[21:39:05] [Render thread/WARN]: Called deprecated GlobalEntityTypeAttributes#put for productivebees:neon_cuckoo_bee, use EntityAttributeCreationEvent instead.
496[21:39:05] [Render thread/WARN]: Called deprecated GlobalEntityTypeAttributes#put for productivebees:nomad_bee, use EntityAttributeCreationEvent instead.
497[21:39:05] [Render thread/WARN]: Called deprecated GlobalEntityTypeAttributes#put for productivebees:reed_bee, use EntityAttributeCreationEvent instead.
498[21:39:05] [Render thread/WARN]: Called deprecated GlobalEntityTypeAttributes#put for productivebees:resin_bee, use EntityAttributeCreationEvent instead.
499[21:39:05] [Render thread/WARN]: Called deprecated GlobalEntityTypeAttributes#put for productivebees:sweaty_bee, use EntityAttributeCreationEvent instead.
500[21:39:05] [Render thread/WARN]: Called deprecated GlobalEntityTypeAttributes#put for productivebees:bumble_bee, use EntityAttributeCreationEvent instead.
501[21:39:05] [Render thread/WARN]: Called deprecated GlobalEntityTypeAttributes#put for productivebees:blue_banded_bee, use EntityAttributeCreationEvent instead.
502[21:39:06] [Worker-Main-6/ERROR]: Using missing texture, unable to load twilightforest:textures/block/wood/door/trans_upper.png : java.io.IOException: Could not read info from the PNG file net.minecraft.resources.SimpleResource@72dfe6fa Image not of any known type, or corrupt
503[21:39:06] [Render thread/INFO]: Initializing Packet Registries
504[21:39:06] [Worker-Main-11/INFO]: Executing phase CLIENT_SETUP for plugin class ImmersiveEngineeringPlugin
505[21:39:06] [Worker-Main-11/INFO]: Executing phase CLIENT_SETUP for plugin class FTBChunksPlugin
506[21:39:06] [Worker-Main-11/INFO]: Executing phase CLIENT_SETUP for plugin class CuriosPlugin
507[21:39:06] [Placebo Patreon Wing Loader/INFO]: Loading patreon wing data...
508[21:39:06] [Placebo Patreon Trail Loader/INFO]: Loading patreon trails data...
509[21:39:06] [Worker-Main-5/INFO]: Setting up Client for Spartan Weaponry!
510[21:39:06] [Forge Version Check/WARN]: Failed to process update information
511java.lang.NullPointerException: null
512 at net.minecraftforge.fml.VersionChecker$1.openUrlString(VersionChecker.java:160) ~[forge:?]
513 at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:187) ~[forge:?]
514 at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_312]
515 at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:128) [forge:?]
516[21:39:06] [Forge Version Check/INFO]: [journeymap] Starting version check at https://forge.curseupdate.com/32274/journeymap
517[21:39:06] [Placebo Patreon Trail Loader/INFO]: Loaded 23 patreon trails.
518[21:39:06] [Placebo Patreon Wing Loader/INFO]: Loaded 18 patreon wings.
519[21:39:06] [Worker-Main-11/INFO]: CraftTweaker client has loaded successfully!
520[21:39:07] [Worker-Main-6/INFO]: Initialized HolidayManager.
521[21:39:07] [Worker-Main-5/INFO]: Setting up Client for Spartan Shields!
522[21:39:07] [Forge Version Check/WARN]: Failed to process update information
523java.lang.NullPointerException: null
524 at net.minecraftforge.fml.VersionChecker$1.openUrlString(VersionChecker.java:160) ~[forge:?]
525 at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:187) ~[forge:?]
526 at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_312]
527 at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:128) [forge:?]
528[21:39:07] [Forge Version Check/INFO]: [jeitweaker] Starting version check at https://updates.blamejared.com/get?n=JEITweaker&gv=1.16.5
529[21:39:07] [Forge Version Check/INFO]: [jeitweaker] Found status: BETA Current: **.**.**.** Target: **.**.**.**
530[21:39:07] [Forge Version Check/INFO]: [enderstorage] Starting version check at https://version-check.covers1624.net/check/?mod=EnderStorage&mc=1.16.5
531[21:39:07] [Worker-Main-10/ERROR]: Using missing texture, unable to load twilightforest:textures/block/wood/door/trans_lower.png : java.io.IOException: Could not read info from the PNG file net.minecraft.resources.SimpleResource@46e271d9 Image not of any known type, or corrupt
532[21:39:08] [Worker-Main-12/WARN]: Could not load /assets/iceandfire/models/tabula/firedragon/firedragon_Swimming.tbl: in is null
533[21:39:08] [Worker-Main-12/WARN]: Could not load /assets/iceandfire/models/tabula/firedragon/firedragon_Swim5.tbl: in is null
534[21:39:08] [Forge Version Check/WARN]: Failed to process update information
535java.lang.NullPointerException: null
536 at net.minecraftforge.fml.VersionChecker$1.openUrlString(VersionChecker.java:160) ~[forge:?]
537 at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:187) ~[forge:?]
538 at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_312]
539 at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:128) [forge:?]
540[21:39:08] [Forge Version Check/INFO]: [crafttweaker] Starting version check at https://updates.blamejared.com/get?n=crafttweaker&gv=1.16.5
541[21:39:08] [Forge Version Check/INFO]: [crafttweaker] Found status: BETA Current: **.**.**.** Target: **.**.**.**
542[21:39:08] [Forge Version Check/INFO]: [botanypots] Starting version check at https://updates.blamejared.com/get?n=botanypots&gv=1.16.5
543[21:39:08] [Forge Version Check/INFO]: [botanypots] Found status: BETA Current: 7.1.39 Target: 7.1.39
544[21:39:08] [Forge Version Check/INFO]: [botanytrees] Starting version check at https://updates.blamejared.com/get?n=botanytrees&gv=1.16.5
545[21:39:08] [Forge Version Check/INFO]: [botanytrees] Found status: BETA_OUTDATED Current: 3.0.7 Target: 3.0.9
546[21:39:08] [Forge Version Check/INFO]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json
547[21:39:08] [Worker-Main-11/ERROR]: Using missing texture, unable to load twilightforest:textures/block/wood/trapdoor/trans_trapdoor.png : java.io.IOException: Could not read info from the PNG file net.minecraft.resources.SimpleResource@f5006e24 Image not of any known type, or corrupt
548[21:39:08] [Worker-Main-9/WARN]: Texture drinkbeer:block/beer_mug_night_howl_kvass_pow with size 36x36 limits mip level from 4 to 2
549[21:39:08] [Forge Version Check/INFO]: [forge] Found status: AHEAD Current: 36.2.39 Target: null
550[21:39:08] [Forge Version Check/INFO]: [brandonscore] Starting version check at https://version-check.covers1624.net/check/?mod=BrandonsCore&mc=1.16.5
551[21:39:08] [Render thread/INFO]: Journeymap Initializing
552[21:39:09] [Render thread/INFO]: JourneyMap log initialized.
553[21:39:09] [Render thread/INFO]: initialize ENTER
554[21:39:09] [Render thread/INFO]: [ClientAPI] built with JourneyMap API 1.8-SNAPSHOT
555[21:39:09] [Render thread/INFO]: Initializing plugins with Client API: journeymap.client.api.impl.ClientAPI
556[21:39:09] [Render thread/WARN]: core (Initialized) Bad configField entry during updateFrom(): optionsManagerViewed=null
557[21:39:09] [Render thread/WARN]: core (Initialized) Bad configField entry during updateFrom(): splashViewed=null
558[21:39:09] [Forge Version Check/WARN]: Failed to process update information
559java.lang.NullPointerException: null
560 at net.minecraftforge.fml.VersionChecker$1.openUrlString(VersionChecker.java:160) ~[forge:?]
561 at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:187) ~[forge:?]
562 at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_312]
563 at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:128) [forge:?]
564[21:39:09] [Forge Version Check/INFO]: [zerocore] Starting version check at https://raw.githubusercontent.com/ZeroNoRyouki/ZeroCore2/master/update.json
565[21:39:09] [Forge Version Check/INFO]: [zerocore] Found status: UP_TO_DATE Current: 1.16.5-2.1.30 Target: null
566[21:39:09] [Forge Version Check/INFO]: [bigreactors] Starting version check at https://raw.githubusercontent.com/ZeroNoRyouki/ExtremeReactors2/master/update.json
567[21:39:09] [Forge Version Check/INFO]: [bigreactors] Found status: UP_TO_DATE Current: 1.16.5-2.0.60 Target: null
568[21:39:09] [Forge Version Check/INFO]: [cofh_core] Starting version check at https://raw.github.com/cofh/version/master/cofh_core/update.json
569[21:39:09] [Render thread/INFO]: initialize EXIT, elapsed count 1 avg 910.17ms
570[21:39:09] [Render thread/INFO]: Initializing Patchouli custom templates...
571[21:39:09] [Forge Version Check/INFO]: [cofh_core] Found status: AHEAD Current: **.**.**.** Target: null
572[21:39:09] [Forge Version Check/INFO]: [thermal] Starting version check at https://raw.github.com/cofh/version/master/thermal/update.json
573[21:39:10] [Forge Version Check/INFO]: [thermal] Found status: AHEAD Current: **.**.**.** Target: null
574[21:39:10] [Forge Version Check/INFO]: [mousetweaks] Starting version check at http://play.sourceruns.org/yalter/MouseTweaks/update.json
575[21:39:10] [Forge Version Check/WARN]: Failed to process update information
576java.lang.NullPointerException: null
577 at net.minecraftforge.fml.VersionChecker$1.openUrlString(VersionChecker.java:160) ~[forge:?]
578 at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:187) ~[forge:?]
579 at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_312]
580 at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:128) [forge:?]
581[21:39:10] [Forge Version Check/INFO]: [immersiveengineering] Starting version check at https://raw.githubusercontent.com/BluSunrize/ImmersiveEngineering/1.16.5/changelog.json
582[21:39:10] [Forge Version Check/INFO]: [immersiveengineering] Found status: UP_TO_DATE Current: 1.16.5-5.1.0-148 Target: null
583[21:39:10] [Forge Version Check/INFO]: [pipez] Starting version check at https://maxhenkel.de/update/pipez.json
584[21:39:10] [Forge Version Check/WARN]: Failed to process update information
585java.lang.NullPointerException: null
586 at net.minecraftforge.fml.VersionChecker$1.openUrlString(VersionChecker.java:160) ~[forge:?]
587 at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:187) ~[forge:?]
588 at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_312]
589 at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:128) [forge:?]
590[21:39:10] [Forge Version Check/INFO]: [gravestone] Starting version check at https://maxhenkel.de/update/gravestone.json
591[21:39:11] [Forge Version Check/WARN]: Failed to process update information
592java.lang.NullPointerException: null
593 at net.minecraftforge.fml.VersionChecker$1.openUrlString(VersionChecker.java:160) ~[forge:?]
594 at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:187) ~[forge:?]
595 at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_312]
596 at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:128) [forge:?]
597[21:39:14] [Worker-Main-10/INFO]: Added coolant fluid: minecraft:water, with coldness of: 1 per mb
598[21:39:14] [Worker-Main-10/INFO]: Added block: minecraft:lava, with heat of: 1000
599[21:39:14] [Worker-Main-10/INFO]: Added block: minecraft:magma_block, with heat of: 800
600[21:39:14] [Worker-Main-10/INFO]: Added block: powah:blazing_crystal_block, with heat of: 2800
601[21:39:14] [Worker-Main-10/INFO]: Added fluid: minecraft:lava, with heat of: 10000 per 100 mb
602[21:39:14] [Worker-Main-10/INFO]: [com.blamejared.jeitweaker.jei.JeiTweakerPlugin:<init>:55]: Initialized plugin jeitweaker:main
603[21:39:14] [Render thread/INFO]: Journeymap PostInit
604[21:39:14] [Render thread/INFO]: Preloaded theme textures: 73
605[21:39:14] [Render thread/INFO]: postInitialize EXIT, elapsed count 1 avg 443.41ms
606[21:39:20] [Render thread/WARN]: Missing sound for event: twilightforest:entity.twilightforest.termite.twilightforest.ambient
607[21:39:20] [Render thread/WARN]: Missing sound for event: twilightforest:entity.twilightforest.termite.twilightforest.death
608[21:39:20] [Render thread/WARN]: Missing sound for event: twilightforest:entity.twilightforest.termite.twilightforest.hurt
609[21:39:20] [Render thread/WARN]: Missing sound for event: twilightforest:entity.twilightforest.termite.twilightforest.step
610[21:39:20] [Render thread/INFO]: OpenAL initialized.
611[21:39:20] [Render thread/INFO]: Sound engine started
612[21:39:20] [Render thread/INFO]: Created: 256x128x0 draconicevolution:textures/atlas/modules.png-atlas
613[21:39:20] [Render thread/INFO]: Created: 256x128x0 jei:textures/atlas/gui.png-atlas
614[21:39:20] [Render thread/INFO]: Created: 2048x1024x0 brandonscore:textures/atlas/gui.png-atlas
615[21:39:20] [Render thread/INFO]: Created: 256x128x0 mekanism:textures/atlas/robit.png-atlas
616[21:39:20] [Render thread/INFO]: Created: 4096x4096x4 minecraft:textures/atlas/blocks.png-atlas
617[21:39:20] [Render thread/INFO]: Created: 256x256x4 minecraft:textures/atlas/signs.png-atlas
618[21:39:20] [Render thread/INFO]: Created: 1024x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
619[21:39:20] [Render thread/INFO]: Created: 1024x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
620[21:39:20] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/chest.png-atlas
621[21:39:20] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
622[21:39:20] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
623[21:39:24] [Render thread/INFO]: Model replacement took 6 ms
624[21:39:25] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/particles.png-atlas
625[21:39:25] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
626[21:39:25] [Render thread/INFO]: Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas
627[21:39:26] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id
628[21:39:32] [Render thread/ERROR]: Error adding element: Unknown registry element com.brandon3055.draconicevolution.world.DEWorldGen$1@67f99a2d
629[21:39:33] [Render thread/INFO]: [LOAD MY RESOURCES] Pack registered!
630[21:39:33] [Render thread/INFO]: Found new data pack loadmyresources.hiddenpack, loading it automatically
631[21:39:34] [Render thread/WARN]: Ambiguity between arguments [cofh, ignite, duration] and [cofh, ignite, targets] with inputs: [0, -123, 123]
632[21:39:34] [Render thread/WARN]: Ambiguity between arguments [cofh, ignite, targets] and [cofh, ignite, duration] with inputs: [0123]
633[21:39:34] [Render thread/WARN]: Ambiguity between arguments [cofh, invis, flag] and [cofh, invis, targets] with inputs: [true, false]
634[21:39:34] [Render thread/WARN]: Ambiguity between arguments [cofh, invuln, flag] and [cofh, invuln, targets] with inputs: [true, false]
635[21:39:34] [Render thread/WARN]: Ambiguity between arguments [ftbchunks, admin, view_loaded_chunks, reset] and [ftbchunks, admin, view_loaded_chunks, dimension] with inputs: [reset]
636[21:39:34] [Render thread/WARN]: Ambiguity between arguments [ftbteams, info, server_id] and [ftbteams, info, team] with inputs: [server_id]
637[21:39:34] [Render thread/WARN]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
638[21:39:34] [Render thread/WARN]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
639[21:39:34] [Render thread/WARN]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
640[21:39:34] [Render thread/WARN]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
641[21:39:34] [Render thread/WARN]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
642[21:39:34] [Render thread/WARN]: Ambiguity between arguments [tpx, destination] and [tpx, dimension] with inputs: [0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
643[21:39:34] [Render thread/WARN]: Ambiguity between arguments [tpx, destination] and [tpx, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
644[21:39:34] [Render thread/WARN]: Ambiguity between arguments [tpx, targets] and [tpx, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
645[21:39:34] [Render thread/WARN]: Ambiguity between arguments [tpx, targets] and [tpx, dimension] with inputs: [0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
646[21:39:34] [Render thread/WARN]: Ambiguity between arguments [tpx, targets, destination] and [tpx, targets, dimension] with inputs: [0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
647[21:39:34] [Render thread/WARN]: Ambiguity between arguments [waypoint, create, name, dimension, location, color, announce] and [waypoint, create, name, dimension, location, color, player] with inputs: [true, false]
648[21:39:34] [Render thread/WARN]: Ambiguity between arguments [waypoint, delete, name, announce] and [waypoint, delete, name, player] with inputs: [true, false]
649[21:39:34] [Render thread/INFO]: Hello, World! (You will see this line every time server resources reload)
650[21:39:34] [Render thread/INFO]: Loaded script server_scripts:script.js in 0.011 s
651[21:39:34] [Render thread/INFO]: Loaded 1/1 KubeJS server scripts in 0.033 s
652[21:39:34] [Render thread/INFO]: Scripts loaded
653[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type kubejs:shaped
654[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type kubejs:shapeless
655[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type minecraft:crafting_shaped
656[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type minecraft:crafting_shapeless
657[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type minecraft:stonecutting
658[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type minecraft:smelting
659[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type minecraft:blasting
660[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type minecraft:smoking
661[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type minecraft:campfire_cooking
662[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type minecraft:smithing
663[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type cucumber:shaped_no_mirror
664[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type mysticalagriculture:tag
665[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type botanypots:crop
666[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type appliedenergistics2:grinder
667[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type mekanism:crushing
668[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type mekanism:enriching
669[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type mekanism:smelting
670[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type mekanism:chemical_infusing
671[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type mekanism:combining
672[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type mekanism:crystallizing
673[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type mekanism:dissolution
674[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type mekanism:compressing
675[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type mekanism:purifying
676[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type mekanism:injecting
677[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type mekanism:energy_conversion
678[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type mekanism:gas_conversion
679[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type mekanism:oxidizing
680[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type mekanism:metallurgic_infusing
681[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type mekanism:reaction
682[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type mekanism:sawing
683[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type thermal:furnace
684[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type thermal:sawmill
685[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type thermal:pulverizer
686[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type thermal:smelter
687[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type thermal:insolator
688[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type thermal:centrifuge
689[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type thermal:press
690[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type thermal:crucible
691[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type thermal:chiller
692[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type thermal:refinery
693[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type thermal:pyrolyzer
694[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type thermal:brewer
695[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type thermal:bottler
696[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type thermal:pulverizer_catalyst
697[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type thermal:smelter_catalyst
698[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type thermal:insolator_catalyst
699[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type thermal:stirling_fuel
700[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type thermal:compression_fuel
701[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type thermal:magmatic_fuel
702[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type thermal:numismatic_fuel
703[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type thermal:lapidary_fuel
704[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type thermal:tree_extractor
705[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type thermal:tree_extractor_boost
706[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type thermal:fisher_boost
707[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type thermal:rock_gen
708[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type thermal:potion_diffuser_boost
709[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:turn_and_copy
710[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:alloy
711[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:blast_furnace
712[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:blast_furnace_fuel
713[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:coke_oven
714[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:cloche
715[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:fertilizer
716[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:metal_press
717[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:arc_furnace
718[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:crusher
719[21:39:34] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:sawmill
720[21:39:34] [Render thread/INFO]: Scanning recipes...
721[21:39:34] [Render thread/INFO]: Reloading ResourceManager: KubeJS Virtual Data Pack [low priority], Default, BetterDungeons-1.16.4-1.2.1.jar, supermartijn642configlib-1.1.6-forge-mc1.16.jar, Uppers-0.3.2.jar, BetterCaves-Forge-1.16.4-1.1.2.jar, Controlling-7.0.0.29.jar, Placebo-1.16.5-4.7.0.jar, citadel-1.8.1-1.16.5.jar, YungsApi-1.16.4-Forge-13.jar, Powah-1.16.5-2.3.16.jar, Bookshelf-Forge-1.16.5-10.4.33.jar, ChanceCubes-1.16.5-5.0.2.469.jar, DarkUtilities-1.16.5-8.0.14.jar, MekanismGenerators-1.16.5-10.1.2.457.jar, JustEnoughResources-1.16.5-0.12.1.128.jar, stackrefill_1.16.5-3.2.jar, twilightforest-1.16.5-4.0.870-universal.jar, mob_grinding_utils-1.16.5-0.4.47.jar, durabilitytooltip-1.1.4-forge-mc1.16.jar, industrial-foregoing-1.16.5-3.2.14.7-16.jar, BetterCompatibilityChecker-1.0.7-build.22+mc1.16.5.jar, entangled-1.3.13-forge-mc1.16.jar, BiomesOPlenty-1.16.5-13.1.0.488-universal.jar, Lollipop-1.16.5-3.2.9.jar, supermartijn642corelib-1.1.6-forge-mc1.16.jar, curios-forge-1.16.5-4.1.0.0.jar, Patchouli-1.16.4-53.3.jar, Origins-1.16.5-0.7.3.9-forge.jar, collective-1.16.5-5.49.jar, OreExcavation-1.8.157.jar, Measurements-1.16.5-1.2.jar, MysticalCustomization-1.16.5-2.1.7.jar, Runelic-1.16.5-7.0.3.jar, MekanismTools-1.16.5-10.1.2.457.jar, SpartanWeaponry-1.16.5-2.2.0-rc-2.jar, architectury-1.32.66.jar, productivebees-1.16.5-0.6.9.28.jar, cloth-config-4.16.91-forge.jar, trashcans-1.0.17a-forge-mc1.16.jar, InventoryEssentials_1.16.5-2.3.2.jar, CobbleForDays-1.3.7.jar, CodeChickenLib-1.16.5-4.0.7.445-universal.jar, BetterMineshafts-Forge-1.16.4-2.0.4.jar, geckolib-forge-1.16.5-3.0.106.jar, extra-utilities-reborn-1.7.3-1.16.5.jar, crafting-on-a-stick-1.16.5-1.0.2.jar, rhino-forge-1605.1.5-build.75.jar, Cucumber-1.16.5-4.1.12.jar, ae2wtlib-0.3.3-1.16.5.jar, ftb-library-forge-1605.3.4-build.90.jar, ftb-teams-forge-1605.2.3-build.40.jar, Tinkers Reforged 1.16.5-0.0.6.jar, rechiseled-1.0.12a-forge-mc1.16.jar, jei-1.16.5-7.7.1.153.jar, caelus-forge-1.16.5-2.1.3.2.jar, journeymap-1.16.5-5.8.5p6.jar, appliedenergistics2-8.4.7.jar, AEInfinityBooster-1.16.5-1.0.0+12.jar, compactmachines-4.0.0-beta.2.jar, mcjtylib-1.16-5.1.8.jar, rftoolsbase-1.16-2.1.5.jar, rftoolscontrol-1.16-4.0.18.jar, rftoolsdim-1.16-7.0.21.jar, ClickMachine-1.16.5-4.5.0.jar, iceandfire-2.1.12-1.16.5.jar, JEITweaker-1.16.5-1.1.0.49.jar, EnderStorage-1.16.5-2.8.0.170-universal.jar, CraftTweaker-1.16.5-7.1.2.520.jar, Mekanism-1.16.5-10.1.2.457.jar, BotanyPots-1.16.5-7.1.39.jar, BotanyTrees-1.16.5-3.0.7.jar, rftoolspower-1.16-3.0.14.jar, ftb-chunks-forge-1605.3.4-build.220.jar, kubejs-forge-1605.3.19-build.299.jar, kubejs-mekanism-1605.1.2-build.2.jar, lootjs-1.16.5-1.0.0.jar, forge-1.16.5-36.2.39-universal.jar, inzheFoPCore-v.1.2.0.jar, BrandonsCore-1.16.5-3.0.15.248-universal.jar, Draconic-Evolution-1.16.5-3.0.29.518-universal.jar, Draconic-Additions-1.16.5-2.2.4.7-universal.jar, MysticalAgriculture-1.16.5-4.2.6.jar, MysticalAgradditions-1.16.5-4.2.4.jar, ironchest-1.16.5-11.2.21.jar, CraftingTweaks_1.16.5-12.2.1.jar, ZeroCore2-1.16.5-2.1.30.jar, ExtremeReactors2-1.16.5-2.0.60.jar, cofh_core-1.16.5-1.5.2.22.jar, thermal_foundation-1.16.5-1.5.2.30.jar, thermal_innovation-1.16.5-1.5.0.4.jar, thermal_expansion-1.16.5-1.5.2.16.jar, kubejs-thermal-1605.1.4-build.4.jar, TConstruct-1.16.5-3.3.4.335.jar, rftoolsutility-1.16-3.1.16.jar, MouseTweaks-2.14-mc1.16.2.jar, titanium-1.16.5-3.2.8.4-10.jar, ImmersiveEngineering-1.16.5-5.1.0-148.jar, ceilingtorch-1.16.5-v1.18.jar, rftoolsbuilder-1.16-3.1.11.jar, pipez-1.16.5-1.2.15.jar, SpartanShields-1.16.5-2.1.2.jar, Mantle-1.16.5-1.6.157.jar, pamhc2foodcore-1.16.3-1.0.2.jar, itemcollectors-1.1.7-forge-mc1.16.jar, gravestone-1.16.5-1.0.7.jar, thermal_cultivation-1.16.5-1.5.0.4.jar, experienceobelisk-v1.3.7-1.16.5.jar, StorageDrawers-1.16.3-8.5.2.jar, FluxNetworks-1.16.5-6.2.1.14.jar, ftb-power-pots-forge-1605.1.3-build.19.jar, appleskin-forge-mc1.16.x-2.4.0.jar, kubejs-immersive-engineering-1605.1.2-build.28.jar, extremeSoundMuffler-3.18_1.16.5.jar, drinkbeer-1.16.5-2.3.5.jar, recipegui-1.16.5-0.0.4.jar, loadmyresources_forge_1.0.4_MC_1.16.2-1.16.5.jar, loadmyresources.hiddenpack, KubeJS Resource Pack [data], KubeJS Virtual Data Pack [high priority]
722[21:39:37] [Render thread/INFO]: [blocks] Found 543 tags, added 0 objects, removed 0 objects
723[21:39:37] [Render thread/INFO]: [blocks] Found 543 tags, added 0 objects, removed 0 objects
724[21:39:37] [Render thread/INFO]: [items] Found 1398 tags, added 0 objects, removed 0 objects
725[21:39:37] [Render thread/INFO]: [items] Found 1398 tags, added 0 objects, removed 0 objects
726[21:39:37] [Render thread/ERROR]: Couldn't load item tag forge:frosty_gen_tag as it is missing following references: minecraft:frosted_ice (from extra-utilities-reborn-1.7.3-1.16.5.jar)
727[21:39:37] [Render thread/ERROR]: Couldn't load item tag forge:pink_items as it is missing following references: minecraft:potted_pink_tulip (from extra-utilities-reborn-1.7.3-1.16.5.jar),minecraft:pink_wall_banner (from extra-utilities-reborn-1.7.3-1.16.5.jar)
728[21:39:37] [Render thread/INFO]: [fluids] Found 166 tags, added 0 objects, removed 0 objects
729[21:39:37] [Render thread/INFO]: [fluids] Found 166 tags, added 0 objects, removed 0 objects
730[21:39:37] [Render thread/INFO]: [entity_types] Found 34 tags, added 0 objects, removed 0 objects
731[21:39:37] [Render thread/INFO]: [entity_types] Found 34 tags, added 0 objects, removed 0 objects
732[21:39:37] [Render thread/INFO]: [tunnel_types] Found 0 tags, added 0 objects, removed 0 objects
733[21:39:37] [Render thread/INFO]: [tunnel_types] Found 0 tags, added 0 objects, removed 0 objects
734[21:39:37] [Render thread/INFO]: [potions] Found 0 tags, added 0 objects, removed 0 objects
735[21:39:37] [Render thread/INFO]: [potions] Found 0 tags, added 0 objects, removed 0 objects
736[21:39:37] [Render thread/INFO]: [pigments] Found 0 tags, added 0 objects, removed 0 objects
737[21:39:37] [Render thread/INFO]: [pigments] Found 0 tags, added 0 objects, removed 0 objects
738[21:39:37] [Render thread/INFO]: [enchantments] Found 0 tags, added 0 objects, removed 0 objects
739[21:39:37] [Render thread/INFO]: [enchantments] Found 0 tags, added 0 objects, removed 0 objects
740[21:39:37] [Render thread/INFO]: [tile_entity_types] Found 4 tags, added 0 objects, removed 0 objects
741[21:39:37] [Render thread/INFO]: [tile_entity_types] Found 4 tags, added 0 objects, removed 0 objects
742[21:39:37] [Render thread/INFO]: [slurries] Found 2 tags, added 0 objects, removed 0 objects
743[21:39:37] [Render thread/INFO]: [slurries] Found 2 tags, added 0 objects, removed 0 objects
744[21:39:37] [Render thread/INFO]: [infuse_types] Found 8 tags, added 0 objects, removed 0 objects
745[21:39:37] [Render thread/INFO]: [infuse_types] Found 8 tags, added 0 objects, removed 0 objects
746[21:39:37] [Render thread/INFO]: [gases] Found 5 tags, added 0 objects, removed 0 objects
747[21:39:37] [Render thread/INFO]: [gases] Found 5 tags, added 0 objects, removed 0 objects
748[21:39:37] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_zombie_pigman_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_zombie_pigman_seeds
749Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
750[21:39:37] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_zombie_pigman_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_zombie_pigman_seeds
751Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
752[21:39:37] [Render thread/WARN]: Failed to parse recipe 'ae2wtlib:wireless_universal_terminal/upgrade_pattern[ae2wtlib:upgrade]'! Falling back to vanilla: java.lang.NullPointerException: Unknown recipe type: ae2wtlib:upgrade
753[21:39:37] [Render thread/WARN]: Failed to parse recipe ae2wtlib:wireless_universal_terminal/upgrade_pattern[ae2wtlib:upgrade]: com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'ae2wtlib:upgrade'
754[21:39:37] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_husk_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_husk_seeds
755Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
756[21:39:37] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_husk_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_husk_seeds
757Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
758[21:39:37] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/appliedenergistics2/ae2_ender_pearl_dust_convert[minecraft:crafting_shapeless]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'thermal:ender_pearl_dust'
759[21:39:37] [Render thread/WARN]: Failed to parse recipe thermal:compat/appliedenergistics2/ae2_ender_pearl_dust_convert[minecraft:crafting_shapeless]: com.google.gson.JsonSyntaxException: Unknown item tag 'thermal:ender_pearl_dust'
760[21:39:37] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/genericeco/insolator_minecraft_orange_oak_sapling[thermal:insolator]': {"item":"minecraft:orange_oak_sapling"} is not a valid ingredient!
761[21:39:37] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_panda_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_panda_seeds
762Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
763[21:39:37] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_panda_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_panda_seeds
764Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
765[21:39:37] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_vindicator_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_vindicator_seeds
766Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
767[21:39:37] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_vindicator_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_vindicator_seeds
768Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
769[21:39:37] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_phantom_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_phantom_seeds
770Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
771[21:39:37] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_phantom_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_phantom_seeds
772Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
773[21:39:37] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_shulker_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_shulker_seeds
774Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
775[21:39:37] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_shulker_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_shulker_seeds
776Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
777[21:39:37] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/productivebees/centrifuge_productivebees_maga_slimy_honeycomb[thermal:centrifuge]': {"item":"productivebees:honeycomb_magma_slimy"} is not a valid ingredient!
778[21:39:37] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_ravager_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_ravager_seeds
779Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
780[21:39:37] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_ravager_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_ravager_seeds
781Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
782[21:39:37] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_villager_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_villager_seeds
783Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
784[21:39:37] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_villager_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_villager_seeds
785Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
786[21:39:37] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_guardian_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_guardian_seeds
787Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
788[21:39:37] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_guardian_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_guardian_seeds
789Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
790[21:39:37] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_wolf_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_wolf_seeds
791Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
792[21:39:37] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_wolf_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_wolf_seeds
793Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
794[21:39:37] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:smeltery/melting/qivium/block[tconstruct:melting]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/qivium'
795[21:39:37] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:smeltery/melting/qivium/block[tconstruct:melting]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/qivium'
796[21:39:37] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:materials/gausum/block[tconstruct:material]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/gausum'
797[21:39:37] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:materials/gausum/block[tconstruct:material]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/gausum'
798[21:39:37] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:materials/electrical_copper/block[tconstruct:material]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/electrical_copper'
799[21:39:37] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:materials/electrical_copper/block[tconstruct:material]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/electrical_copper'
800[21:39:37] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_polar_bear_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_polar_bear_seeds
801Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
802[21:39:37] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_polar_bear_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_polar_bear_seeds
803Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
804[21:39:37] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_mooshroom_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_mooshroom_seeds
805Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
806[21:39:37] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_mooshroom_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_mooshroom_seeds
807Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
808[21:39:37] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_llama_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_llama_seeds
809Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
810[21:39:37] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_llama_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_llama_seeds
811Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
812[21:39:37] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_horse_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_horse_seeds
813Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
814[21:39:37] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_horse_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_horse_seeds
815Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
816[21:39:37] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_silverfish_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_silverfish_seeds
817Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
818[21:39:37] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_silverfish_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_silverfish_seeds
819Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
820[21:39:37] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:smeltery/melting/electrical_copper/block[tconstruct:melting]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/electrical_copper'
821[21:39:37] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:smeltery/melting/electrical_copper/block[tconstruct:melting]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/electrical_copper'
822[21:39:37] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_stray_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_stray_seeds
823Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
824[21:39:37] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_stray_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_stray_seeds
825Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
826[21:39:37] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_fox_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_fox_seeds
827Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
828[21:39:37] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_fox_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_fox_seeds
829Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
830[21:39:37] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/productivebees/centrifuge_productivebees_constantan_honeycomb[thermal:centrifuge]': Tag thermal:constantan_dust has no items
831[21:39:37] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_endermite_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_endermite_seeds
832Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
833[21:39:37] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_endermite_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_endermite_seeds
834Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
835[21:39:37] [Render thread/WARN]: Failed to parse recipe 'ae2wtlib:wireless_universal_terminal/ip[ae2wtlib:combine]'! Falling back to vanilla: java.lang.NullPointerException: Unknown recipe type: ae2wtlib:combine
836[21:39:37] [Render thread/WARN]: Failed to parse recipe ae2wtlib:wireless_universal_terminal/ip[ae2wtlib:combine]: com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'ae2wtlib:combine'
837[21:39:37] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:materials/qivium/block[tconstruct:material]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/qivium'
838[21:39:37] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:materials/qivium/block[tconstruct:material]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/qivium'
839[21:39:37] [Render thread/WARN]: Failed to parse recipe 'ae2wtlib:wireless_universal_terminal/ci[ae2wtlib:combine]'! Falling back to vanilla: java.lang.NullPointerException: Unknown recipe type: ae2wtlib:combine
840[21:39:37] [Render thread/WARN]: Failed to parse recipe ae2wtlib:wireless_universal_terminal/ci[ae2wtlib:combine]: com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'ae2wtlib:combine'
841[21:39:37] [Render thread/WARN]: Failed to parse recipe 'ae2wtlib:wireless_universal_terminal/cp[ae2wtlib:combine]'! Falling back to vanilla: java.lang.NullPointerException: Unknown recipe type: ae2wtlib:combine
842[21:39:37] [Render thread/WARN]: Failed to parse recipe ae2wtlib:wireless_universal_terminal/cp[ae2wtlib:combine]: com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'ae2wtlib:combine'
843[21:39:37] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_vex_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_vex_seeds
844Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
845[21:39:37] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_vex_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_vex_seeds
846Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
847[21:39:37] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:smeltery/melting/gausum/block[tconstruct:melting]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/gausum'
848[21:39:37] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:smeltery/melting/gausum/block[tconstruct:melting]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/gausum'
849[21:39:37] [Render thread/WARN]: Failed to parse recipe 'thermal:fuels/compression/compression_creosote[thermal:compression_fuel]': {"fluid_tag":"forge:creosote","amount":1000} is not a valid ingredient!
850[21:39:37] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:smeltery/melting/lavium/block[tconstruct:melting]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/lavium'
851[21:39:37] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:smeltery/melting/lavium/block[tconstruct:melting]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/lavium'
852[21:39:37] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_witch_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_witch_seeds
853Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
854[21:39:37] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_witch_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_witch_seeds
855Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
856[21:39:37] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_pillager_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_pillager_seeds
857Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
858[21:39:37] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_pillager_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_pillager_seeds
859Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
860[21:39:37] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:materials/duralumin/block[tconstruct:material]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/duralumin'
861[21:39:37] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:materials/duralumin/block[tconstruct:material]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/duralumin'
862[21:39:37] [Render thread/WARN]: Failed to parse recipe 'productivebees:forestry/centrifuge/honey_comb[forestry:centrifuge]'! Falling back to vanilla: java.lang.NullPointerException: Unknown recipe type: forestry:centrifuge
863[21:39:37] [Render thread/WARN]: Failed to parse recipe productivebees:forestry/centrifuge/honey_comb[forestry:centrifuge]: com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'forestry:centrifuge'
864[21:39:37] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/productivebees/centrifuge_productivebees_soulium_honeycomb[thermal:centrifuge]': {"item":"mysticalagriculture:soulium","chance":1.0} is not a valid result!
865[21:39:37] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:materials/lavium/block[tconstruct:material]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/lavium'
866[21:39:37] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:materials/lavium/block[tconstruct:material]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/lavium'
867[21:39:37] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/genericeco/insolator_minecraft_yellow_birch_sapling[thermal:insolator]': {"item":"minecraft:yellow_birch_sapling"} is not a valid ingredient!
868[21:39:37] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_evoker_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_evoker_seeds
869Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
870[21:39:37] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_evoker_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_evoker_seeds
871Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
872[21:39:37] [Render thread/WARN]: Failed to parse recipe 'ae2wtlib:wireless_universal_terminal/upgrade_interface[ae2wtlib:upgrade]'! Falling back to vanilla: java.lang.NullPointerException: Unknown recipe type: ae2wtlib:upgrade
873[21:39:37] [Render thread/WARN]: Failed to parse recipe ae2wtlib:wireless_universal_terminal/upgrade_interface[ae2wtlib:upgrade]: com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'ae2wtlib:upgrade'
874[21:39:37] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:smeltery/melting/duralumin/block[tconstruct:melting]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/duralumin'
875[21:39:37] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:smeltery/melting/duralumin/block[tconstruct:melting]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/duralumin'
876[21:39:37] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/genericeco/insolator_minecraft_orange_birch_sapling[thermal:insolator]': {"item":"minecraft:orange_birch_sapling"} is not a valid ingredient!
877[21:39:38] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_parrot_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_parrot_seeds
878Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
879[21:39:38] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_parrot_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_parrot_seeds
880Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
881[21:39:38] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_magma_cube_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_magma_cube_seeds
882Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
883[21:39:38] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_magma_cube_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_magma_cube_seeds
884Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
885[21:39:38] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_drowned_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_drowned_seeds
886Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
887[21:39:38] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_drowned_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_drowned_seeds
888Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
889[21:39:38] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_dolphin_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_dolphin_seeds
890Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
891[21:39:38] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_dolphin_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_dolphin_seeds
892Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
893[21:39:38] [Render thread/WARN]: Failed to parse recipe 'ae2wtlib:wireless_universal_terminal/upgrade_crafting[ae2wtlib:upgrade]'! Falling back to vanilla: java.lang.NullPointerException: Unknown recipe type: ae2wtlib:upgrade
894[21:39:38] [Render thread/WARN]: Failed to parse recipe ae2wtlib:wireless_universal_terminal/upgrade_crafting[ae2wtlib:upgrade]: com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'ae2wtlib:upgrade'
895[21:39:38] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/genericeco/insolator_minecraft_yellow_oak_sapling[thermal:insolator]': {"item":"minecraft:yellow_oak_sapling"} is not a valid ingredient!
896[21:39:38] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_cat_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_cat_seeds
897Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
898[21:39:38] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_cat_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_cat_seeds
899Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
900[21:39:38] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/genericeco/insolator_minecraft_red_oak_sapling[thermal:insolator]': {"item":"minecraft:red_oak_sapling"} is not a valid ingredient!
901[21:39:38] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_bat_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_bat_seeds
902Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
903[21:39:38] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_bat_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_bat_seeds
904Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
905[21:39:38] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/genericeco/insolator_minecraft_flowering_oak_sapling[thermal:insolator]': {"item":"minecraft:flowering_oak_sapling"} is not a valid ingredient!
906[21:39:38] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/productivebees/centrifuge_productivebees_purple_slimy_honeycomb[thermal:centrifuge]': {"item":"productivebees:honeycomb_purple_slimy"} is not a valid ingredient!
907[21:39:38] [Render thread/INFO]: Found 11490 recipes and 0 failed recipes in 964.1 ms
908[21:39:38] [Render thread/INFO]: Posted recipe events in 2.528 ms
909[21:39:38] [Render thread/INFO]: Modified & removed recipes in 387.3 ms
910[21:39:38] [Render thread/INFO]: Added recipes in 1.591 ms
911[21:39:38] [Render thread/INFO]: Added 0 recipes, removed 0 recipes, modified 0 recipes, with 0 failed recipes and 0 fall-backed recipes
912[21:39:38] [Render thread/INFO]: Adding Diamond Weapons to the End City Treasure Loot Table!
913[21:39:39] [Render thread/INFO]: Adding Longbow and Heavy Crossbow related loot to the Village Fletcher Loot Table!
914[21:39:39] [Render thread/INFO]: Adding Iron Weapons to the Village Weaponsmith Loot Table!
915[21:39:40] [Render thread/INFO]: Registered 1 additional loot tables.
916[21:39:40] [Render thread/INFO]: [functions] Found 0 tags, added 0 objects, removed 0 objects
917[21:39:40] [Render thread/INFO]: [functions] Found 0 tags, added 0 objects, removed 0 objects
918[21:39:40] [Render thread/ERROR]: Parsing error loading custom advancement twilightforest:alt/compat/tconstruct: Unknown item id 'tconstruct:book'
919[21:39:40] [Render thread/INFO]: Loaded 3331 advancements
920[21:39:40] [Render thread/INFO]: Registered 1 additional recipes.
921[21:39:40] [Render thread/INFO]: Finished loading powers from data files. Registry contains 68 powers.
922[21:39:40] [Render thread/INFO]: Finished loading origins from data files. Registry contains 11 origins.
923[21:39:40] [Render thread/INFO]: Trying to read layer file: origins:origin
924[21:39:40] [Render thread/INFO]: Finished loading origin layers from data files. Read 1 layers.
925[21:39:40] [Render thread/INFO]: [com.supermartijn642.rechiseled.chiseling.ChiselingRecipeLoader:apply:106]: Loaded 27 chiseling recipes
926[21:39:40] [Render thread/INFO]: Couldn't fully analyze 1 club_studded, missing knowledge for {1 club_wood=1.0}
927[21:39:40] [Render thread/INFO]: Couldn't fully analyze 1 kikoku, missing knowledge for {1 etheric_sword=1.0}
928[21:39:40] [Render thread/INFO]: Couldn't fully analyze 1 cestus_studded, missing knowledge for {1 cestus=1.0}
929[21:39:40] [Render thread/INFO]: Finished recipe profiler for Arc Recycling, took 350 milliseconds
930[21:39:40] [Render thread/INFO]: Loaded cucumber-tags.json in 1 ms
931[21:39:40] [Render thread/INFO]: Loaded 73 materials in 12.9531 ms
932[21:39:40] [Render thread/INFO]: 161 stats loaded for 78 materials in 61.8844 ms
933[21:39:41] [Render thread/INFO]: 75 traits loaded for 78 materials in 59.0727 ms
934[21:39:41] [Render thread/INFO]: Loaded 15 station slot layouts in 38.1803 ms
935[21:39:41] [Render thread/INFO]: CraftTweaker reload starting!
936[21:39:41] [Render thread/INFO]: Scripts are invalid!
937[21:39:41] [Render thread/INFO]: CraftTweaker reload complete!
938[21:39:41] [Render thread/INFO]: Recipes for potions: minecraft:leaping, minecraft:long_weakness, minecraft:thick, minecraft:strong_healing, minecraft:long_regeneration, minecraft:long_strength, minecraft:strong_leaping, minecraft:mundane, minecraft:strong_strength, minecraft:turtle_master, minecraft:strong_slowness, minecraft:long_slow_falling, minecraft:strong_turtle_master, minecraft:long_poison, minecraft:long_swiftness, minecraft:weakness, minecraft:long_fire_resistance, minecraft:awkward, minecraft:night_vision, minecraft:strong_regeneration, minecraft:long_leaping, minecraft:slowness, minecraft:strong_harming, minecraft:strength, minecraft:long_water_breathing, minecraft:water, minecraft:strong_poison, minecraft:invisibility, minecraft:water_breathing, minecraft:regeneration, minecraft:harming, minecraft:long_invisibility, minecraft:fire_resistance, minecraft:long_slowness, minecraft:long_turtle_master, minecraft:long_night_vision, minecraft:swiftness, minecraft:slow_falling, minecraft:strong_swiftness, minecraft:healing, minecraft:poison
939[21:39:42] [Render thread/INFO]: Injecting existing registry data into this CLIENT instance
940[21:39:42] [Render thread/WARN]: Registry mekanism:gas: Object did not get ID it asked for. Name: crafttweaker:example_gas Expected: 3 Got: 29
941[21:39:42] [Render thread/WARN]: Registry mekanism:infuse_type: Object did not get ID it asked for. Name: crafttweaker:example_infuse_type Expected: 0 Got: 9
942[21:39:42] [Render thread/WARN]: Registry mekanism:pigment: Object did not get ID it asked for. Name: crafttweaker:example_pigment Expected: 0 Got: 19
943[21:39:42] [Render thread/WARN]: Registry mekanism:slurry: Object did not get ID it asked for. Name: crafttweaker:example_dirty_slurry Expected: 0 Got: 15
944[21:39:42] [Render thread/WARN]: Registry mekanism:slurry: Object did not get ID it asked for. Name: crafttweaker:example_clean_slurry Expected: 1 Got: 16
945[21:39:46] [Render thread/ERROR]: Error adding element: Unknown registry element com.brandon3055.draconicevolution.world.DEWorldGen$1@67f99a2d
946[21:39:46] [Render thread/INFO]: [LOAD MY RESOURCES] Pack registered!
947[21:39:46] [Render thread/INFO]: Found new data pack loadmyresources.hiddenpack, loading it automatically
948[21:39:46] [Render thread/WARN]: Ambiguity between arguments [cofh, ignite, duration] and [cofh, ignite, targets] with inputs: [0, -123, 123]
949[21:39:46] [Render thread/WARN]: Ambiguity between arguments [cofh, ignite, targets] and [cofh, ignite, duration] with inputs: [0123]
950[21:39:46] [Render thread/WARN]: Ambiguity between arguments [cofh, invis, flag] and [cofh, invis, targets] with inputs: [true, false]
951[21:39:46] [Render thread/WARN]: Ambiguity between arguments [cofh, invuln, flag] and [cofh, invuln, targets] with inputs: [true, false]
952[21:39:46] [Render thread/WARN]: Ambiguity between arguments [ftbchunks, admin, view_loaded_chunks, reset] and [ftbchunks, admin, view_loaded_chunks, dimension] with inputs: [reset]
953[21:39:46] [Render thread/WARN]: Ambiguity between arguments [ftbteams, info, server_id] and [ftbteams, info, team] with inputs: [server_id]
954[21:39:46] [Render thread/WARN]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
955[21:39:46] [Render thread/WARN]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
956[21:39:46] [Render thread/WARN]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
957[21:39:46] [Render thread/WARN]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
958[21:39:46] [Render thread/WARN]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
959[21:39:46] [Render thread/WARN]: Ambiguity between arguments [tpx, destination] and [tpx, dimension] with inputs: [0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
960[21:39:46] [Render thread/WARN]: Ambiguity between arguments [tpx, destination] and [tpx, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
961[21:39:46] [Render thread/WARN]: Ambiguity between arguments [tpx, targets] and [tpx, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
962[21:39:46] [Render thread/WARN]: Ambiguity between arguments [tpx, targets] and [tpx, dimension] with inputs: [0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
963[21:39:46] [Render thread/WARN]: Ambiguity between arguments [tpx, targets, destination] and [tpx, targets, dimension] with inputs: [0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
964[21:39:46] [Render thread/WARN]: Ambiguity between arguments [waypoint, create, name, dimension, location, color, announce] and [waypoint, create, name, dimension, location, color, player] with inputs: [true, false]
965[21:39:46] [Render thread/WARN]: Ambiguity between arguments [waypoint, delete, name, announce] and [waypoint, delete, name, player] with inputs: [true, false]
966[21:39:46] [Render thread/INFO]: server_scripts:script.js:8: Hello, World! (You will see this line every time server resources reload)
967[21:39:46] [Render thread/INFO]: SourceFile:407: Loaded script server_scripts:script.js in 0.001 s
968[21:39:46] [Render thread/INFO]: SourceFile:407: Loaded 1/1 KubeJS server scripts in 0.007 s
969[21:39:46] [Render thread/INFO]: Scripts loaded
970[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type kubejs:shaped
971[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type kubejs:shapeless
972[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type minecraft:crafting_shaped
973[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type minecraft:crafting_shapeless
974[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type minecraft:stonecutting
975[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type minecraft:smelting
976[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type minecraft:blasting
977[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type minecraft:smoking
978[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type minecraft:campfire_cooking
979[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type minecraft:smithing
980[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type cucumber:shaped_no_mirror
981[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type mysticalagriculture:tag
982[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type botanypots:crop
983[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type appliedenergistics2:grinder
984[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type mekanism:crushing
985[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type mekanism:enriching
986[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type mekanism:smelting
987[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type mekanism:chemical_infusing
988[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type mekanism:combining
989[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type mekanism:crystallizing
990[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type mekanism:dissolution
991[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type mekanism:compressing
992[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type mekanism:purifying
993[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type mekanism:injecting
994[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type mekanism:energy_conversion
995[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type mekanism:gas_conversion
996[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type mekanism:oxidizing
997[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type mekanism:metallurgic_infusing
998[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type mekanism:reaction
999[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type mekanism:sawing
1000[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type thermal:furnace
1001[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type thermal:sawmill
1002[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type thermal:pulverizer
1003[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type thermal:smelter
1004[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type thermal:insolator
1005[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type thermal:centrifuge
1006[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type thermal:press
1007[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type thermal:crucible
1008[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type thermal:chiller
1009[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type thermal:refinery
1010[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type thermal:pyrolyzer
1011[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type thermal:brewer
1012[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type thermal:bottler
1013[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type thermal:pulverizer_catalyst
1014[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type thermal:smelter_catalyst
1015[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type thermal:insolator_catalyst
1016[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type thermal:stirling_fuel
1017[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type thermal:compression_fuel
1018[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type thermal:magmatic_fuel
1019[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type thermal:numismatic_fuel
1020[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type thermal:lapidary_fuel
1021[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type thermal:tree_extractor
1022[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type thermal:tree_extractor_boost
1023[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type thermal:fisher_boost
1024[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type thermal:rock_gen
1025[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type thermal:potion_diffuser_boost
1026[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:turn_and_copy
1027[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:alloy
1028[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:blast_furnace
1029[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:blast_furnace_fuel
1030[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:coke_oven
1031[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:cloche
1032[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:fertilizer
1033[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:metal_press
1034[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:arc_furnace
1035[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:crusher
1036[21:39:46] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:sawmill
1037[21:39:46] [Render thread/INFO]: Scanning recipes...
1038[21:39:46] [Render thread/INFO]: Reloading ResourceManager: KubeJS Virtual Data Pack [low priority], Default, BetterDungeons-1.16.4-1.2.1.jar, supermartijn642configlib-1.1.6-forge-mc1.16.jar, Uppers-0.3.2.jar, BetterCaves-Forge-1.16.4-1.1.2.jar, Controlling-7.0.0.29.jar, Placebo-1.16.5-4.7.0.jar, citadel-1.8.1-1.16.5.jar, YungsApi-1.16.4-Forge-13.jar, Powah-1.16.5-2.3.16.jar, Bookshelf-Forge-1.16.5-10.4.33.jar, ChanceCubes-1.16.5-5.0.2.469.jar, DarkUtilities-1.16.5-8.0.14.jar, MekanismGenerators-1.16.5-10.1.2.457.jar, JustEnoughResources-1.16.5-0.12.1.128.jar, stackrefill_1.16.5-3.2.jar, twilightforest-1.16.5-4.0.870-universal.jar, mob_grinding_utils-1.16.5-0.4.47.jar, durabilitytooltip-1.1.4-forge-mc1.16.jar, industrial-foregoing-1.16.5-3.2.14.7-16.jar, BetterCompatibilityChecker-1.0.7-build.22+mc1.16.5.jar, entangled-1.3.13-forge-mc1.16.jar, BiomesOPlenty-1.16.5-13.1.0.488-universal.jar, Lollipop-1.16.5-3.2.9.jar, supermartijn642corelib-1.1.6-forge-mc1.16.jar, curios-forge-1.16.5-4.1.0.0.jar, Patchouli-1.16.4-53.3.jar, Origins-1.16.5-0.7.3.9-forge.jar, collective-1.16.5-5.49.jar, OreExcavation-1.8.157.jar, Measurements-1.16.5-1.2.jar, MysticalCustomization-1.16.5-2.1.7.jar, Runelic-1.16.5-7.0.3.jar, MekanismTools-1.16.5-10.1.2.457.jar, SpartanWeaponry-1.16.5-2.2.0-rc-2.jar, architectury-1.32.66.jar, productivebees-1.16.5-0.6.9.28.jar, cloth-config-4.16.91-forge.jar, trashcans-1.0.17a-forge-mc1.16.jar, InventoryEssentials_1.16.5-2.3.2.jar, CobbleForDays-1.3.7.jar, CodeChickenLib-1.16.5-4.0.7.445-universal.jar, BetterMineshafts-Forge-1.16.4-2.0.4.jar, geckolib-forge-1.16.5-3.0.106.jar, extra-utilities-reborn-1.7.3-1.16.5.jar, crafting-on-a-stick-1.16.5-1.0.2.jar, rhino-forge-1605.1.5-build.75.jar, Cucumber-1.16.5-4.1.12.jar, ae2wtlib-0.3.3-1.16.5.jar, ftb-library-forge-1605.3.4-build.90.jar, ftb-teams-forge-1605.2.3-build.40.jar, Tinkers Reforged 1.16.5-0.0.6.jar, rechiseled-1.0.12a-forge-mc1.16.jar, jei-1.16.5-7.7.1.153.jar, caelus-forge-1.16.5-2.1.3.2.jar, journeymap-1.16.5-5.8.5p6.jar, appliedenergistics2-8.4.7.jar, AEInfinityBooster-1.16.5-1.0.0+12.jar, compactmachines-4.0.0-beta.2.jar, mcjtylib-1.16-5.1.8.jar, rftoolsbase-1.16-2.1.5.jar, rftoolscontrol-1.16-4.0.18.jar, rftoolsdim-1.16-7.0.21.jar, ClickMachine-1.16.5-4.5.0.jar, iceandfire-2.1.12-1.16.5.jar, JEITweaker-1.16.5-1.1.0.49.jar, EnderStorage-1.16.5-2.8.0.170-universal.jar, CraftTweaker-1.16.5-7.1.2.520.jar, Mekanism-1.16.5-10.1.2.457.jar, BotanyPots-1.16.5-7.1.39.jar, BotanyTrees-1.16.5-3.0.7.jar, rftoolspower-1.16-3.0.14.jar, ftb-chunks-forge-1605.3.4-build.220.jar, kubejs-forge-1605.3.19-build.299.jar, kubejs-mekanism-1605.1.2-build.2.jar, lootjs-1.16.5-1.0.0.jar, forge-1.16.5-36.2.39-universal.jar, inzheFoPCore-v.1.2.0.jar, BrandonsCore-1.16.5-3.0.15.248-universal.jar, Draconic-Evolution-1.16.5-3.0.29.518-universal.jar, Draconic-Additions-1.16.5-2.2.4.7-universal.jar, MysticalAgriculture-1.16.5-4.2.6.jar, MysticalAgradditions-1.16.5-4.2.4.jar, ironchest-1.16.5-11.2.21.jar, CraftingTweaks_1.16.5-12.2.1.jar, ZeroCore2-1.16.5-2.1.30.jar, ExtremeReactors2-1.16.5-2.0.60.jar, cofh_core-1.16.5-1.5.2.22.jar, thermal_foundation-1.16.5-1.5.2.30.jar, thermal_innovation-1.16.5-1.5.0.4.jar, thermal_expansion-1.16.5-1.5.2.16.jar, kubejs-thermal-1605.1.4-build.4.jar, TConstruct-1.16.5-3.3.4.335.jar, rftoolsutility-1.16-3.1.16.jar, MouseTweaks-2.14-mc1.16.2.jar, titanium-1.16.5-3.2.8.4-10.jar, ImmersiveEngineering-1.16.5-5.1.0-148.jar, ceilingtorch-1.16.5-v1.18.jar, rftoolsbuilder-1.16-3.1.11.jar, pipez-1.16.5-1.2.15.jar, SpartanShields-1.16.5-2.1.2.jar, Mantle-1.16.5-1.6.157.jar, pamhc2foodcore-1.16.3-1.0.2.jar, itemcollectors-1.1.7-forge-mc1.16.jar, gravestone-1.16.5-1.0.7.jar, thermal_cultivation-1.16.5-1.5.0.4.jar, experienceobelisk-v1.3.7-1.16.5.jar, StorageDrawers-1.16.3-8.5.2.jar, FluxNetworks-1.16.5-6.2.1.14.jar, ftb-power-pots-forge-1605.1.3-build.19.jar, appleskin-forge-mc1.16.x-2.4.0.jar, kubejs-immersive-engineering-1605.1.2-build.28.jar, extremeSoundMuffler-3.18_1.16.5.jar, drinkbeer-1.16.5-2.3.5.jar, recipegui-1.16.5-0.0.4.jar, loadmyresources_forge_1.0.4_MC_1.16.2-1.16.5.jar, loadmyresources.hiddenpack, KubeJS Resource Pack [data], KubeJS Virtual Data Pack [high priority]
1039[21:39:49] [Render thread/INFO]: [blocks] Found 543 tags, added 0 objects, removed 0 objects
1040[21:39:49] [Render thread/INFO]: [blocks] Found 543 tags, added 0 objects, removed 0 objects
1041[21:39:49] [Render thread/INFO]: [items] Found 1398 tags, added 0 objects, removed 0 objects
1042[21:39:49] [Render thread/INFO]: [items] Found 1398 tags, added 0 objects, removed 0 objects
1043[21:39:49] [Render thread/ERROR]: Couldn't load item tag forge:frosty_gen_tag as it is missing following references: minecraft:frosted_ice (from extra-utilities-reborn-1.7.3-1.16.5.jar)
1044[21:39:49] [Render thread/ERROR]: Couldn't load item tag forge:pink_items as it is missing following references: minecraft:potted_pink_tulip (from extra-utilities-reborn-1.7.3-1.16.5.jar),minecraft:pink_wall_banner (from extra-utilities-reborn-1.7.3-1.16.5.jar)
1045[21:39:49] [Render thread/INFO]: [fluids] Found 166 tags, added 0 objects, removed 0 objects
1046[21:39:49] [Render thread/INFO]: [fluids] Found 166 tags, added 0 objects, removed 0 objects
1047[21:39:49] [Render thread/INFO]: [entity_types] Found 34 tags, added 0 objects, removed 0 objects
1048[21:39:49] [Render thread/INFO]: [entity_types] Found 34 tags, added 0 objects, removed 0 objects
1049[21:39:49] [Render thread/INFO]: [tunnel_types] Found 0 tags, added 0 objects, removed 0 objects
1050[21:39:49] [Render thread/INFO]: [tunnel_types] Found 0 tags, added 0 objects, removed 0 objects
1051[21:39:49] [Render thread/INFO]: [potions] Found 0 tags, added 0 objects, removed 0 objects
1052[21:39:49] [Render thread/INFO]: [potions] Found 0 tags, added 0 objects, removed 0 objects
1053[21:39:49] [Render thread/INFO]: [pigments] Found 0 tags, added 0 objects, removed 0 objects
1054[21:39:49] [Render thread/INFO]: [pigments] Found 0 tags, added 0 objects, removed 0 objects
1055[21:39:49] [Render thread/INFO]: [enchantments] Found 0 tags, added 0 objects, removed 0 objects
1056[21:39:49] [Render thread/INFO]: [enchantments] Found 0 tags, added 0 objects, removed 0 objects
1057[21:39:49] [Render thread/INFO]: [tile_entity_types] Found 4 tags, added 0 objects, removed 0 objects
1058[21:39:49] [Render thread/INFO]: [tile_entity_types] Found 4 tags, added 0 objects, removed 0 objects
1059[21:39:49] [Render thread/INFO]: [slurries] Found 2 tags, added 0 objects, removed 0 objects
1060[21:39:49] [Render thread/INFO]: [slurries] Found 2 tags, added 0 objects, removed 0 objects
1061[21:39:49] [Render thread/INFO]: [infuse_types] Found 8 tags, added 0 objects, removed 0 objects
1062[21:39:49] [Render thread/INFO]: [infuse_types] Found 8 tags, added 0 objects, removed 0 objects
1063[21:39:49] [Render thread/INFO]: [gases] Found 5 tags, added 0 objects, removed 0 objects
1064[21:39:49] [Render thread/INFO]: [gases] Found 5 tags, added 0 objects, removed 0 objects
1065[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_zombie_pigman_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_zombie_pigman_seeds
1066Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1067[21:39:49] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_zombie_pigman_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_zombie_pigman_seeds
1068Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1069[21:39:49] [Render thread/WARN]: Failed to parse recipe 'ae2wtlib:wireless_universal_terminal/upgrade_pattern[ae2wtlib:upgrade]'! Falling back to vanilla: java.lang.NullPointerException: Unknown recipe type: ae2wtlib:upgrade
1070[21:39:49] [Render thread/WARN]: Failed to parse recipe ae2wtlib:wireless_universal_terminal/upgrade_pattern[ae2wtlib:upgrade]: com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'ae2wtlib:upgrade'
1071[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_husk_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_husk_seeds
1072Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1073[21:39:49] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_husk_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_husk_seeds
1074Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1075[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/appliedenergistics2/ae2_ender_pearl_dust_convert[minecraft:crafting_shapeless]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'thermal:ender_pearl_dust'
1076[21:39:49] [Render thread/WARN]: Failed to parse recipe thermal:compat/appliedenergistics2/ae2_ender_pearl_dust_convert[minecraft:crafting_shapeless]: com.google.gson.JsonSyntaxException: Unknown item tag 'thermal:ender_pearl_dust'
1077[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/genericeco/insolator_minecraft_orange_oak_sapling[thermal:insolator]': {"item":"minecraft:orange_oak_sapling"} is not a valid ingredient!
1078[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_panda_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_panda_seeds
1079Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1080[21:39:49] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_panda_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_panda_seeds
1081Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1082[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_vindicator_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_vindicator_seeds
1083Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1084[21:39:49] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_vindicator_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_vindicator_seeds
1085Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1086[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_phantom_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_phantom_seeds
1087Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1088[21:39:49] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_phantom_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_phantom_seeds
1089Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1090[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_shulker_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_shulker_seeds
1091Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1092[21:39:49] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_shulker_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_shulker_seeds
1093Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1094[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/productivebees/centrifuge_productivebees_maga_slimy_honeycomb[thermal:centrifuge]': {"item":"productivebees:honeycomb_magma_slimy"} is not a valid ingredient!
1095[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_ravager_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_ravager_seeds
1096Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1097[21:39:49] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_ravager_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_ravager_seeds
1098Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1099[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_villager_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_villager_seeds
1100Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1101[21:39:49] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_villager_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_villager_seeds
1102Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1103[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_guardian_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_guardian_seeds
1104Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1105[21:39:49] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_guardian_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_guardian_seeds
1106Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1107[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_wolf_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_wolf_seeds
1108Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1109[21:39:49] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_wolf_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_wolf_seeds
1110Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1111[21:39:49] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:smeltery/melting/qivium/block[tconstruct:melting]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/qivium'
1112[21:39:49] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:smeltery/melting/qivium/block[tconstruct:melting]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/qivium'
1113[21:39:49] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:materials/gausum/block[tconstruct:material]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/gausum'
1114[21:39:49] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:materials/gausum/block[tconstruct:material]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/gausum'
1115[21:39:49] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:materials/electrical_copper/block[tconstruct:material]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/electrical_copper'
1116[21:39:49] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:materials/electrical_copper/block[tconstruct:material]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/electrical_copper'
1117[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_polar_bear_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_polar_bear_seeds
1118Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1119[21:39:49] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_polar_bear_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_polar_bear_seeds
1120Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1121[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_mooshroom_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_mooshroom_seeds
1122Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1123[21:39:49] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_mooshroom_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_mooshroom_seeds
1124Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1125[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_llama_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_llama_seeds
1126Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1127[21:39:49] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_llama_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_llama_seeds
1128Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1129[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_horse_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_horse_seeds
1130Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1131[21:39:49] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_horse_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_horse_seeds
1132Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1133[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_silverfish_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_silverfish_seeds
1134Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1135[21:39:49] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_silverfish_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_silverfish_seeds
1136Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1137[21:39:49] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:smeltery/melting/electrical_copper/block[tconstruct:melting]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/electrical_copper'
1138[21:39:49] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:smeltery/melting/electrical_copper/block[tconstruct:melting]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/electrical_copper'
1139[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_stray_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_stray_seeds
1140Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1141[21:39:49] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_stray_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_stray_seeds
1142Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1143[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_fox_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_fox_seeds
1144Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1145[21:39:49] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_fox_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_fox_seeds
1146Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1147[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/productivebees/centrifuge_productivebees_constantan_honeycomb[thermal:centrifuge]': Tag thermal:constantan_dust has no items
1148[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_endermite_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_endermite_seeds
1149Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1150[21:39:49] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_endermite_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_endermite_seeds
1151Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1152[21:39:49] [Render thread/WARN]: Failed to parse recipe 'ae2wtlib:wireless_universal_terminal/ip[ae2wtlib:combine]'! Falling back to vanilla: java.lang.NullPointerException: Unknown recipe type: ae2wtlib:combine
1153[21:39:49] [Render thread/WARN]: Failed to parse recipe ae2wtlib:wireless_universal_terminal/ip[ae2wtlib:combine]: com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'ae2wtlib:combine'
1154[21:39:49] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:materials/qivium/block[tconstruct:material]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/qivium'
1155[21:39:49] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:materials/qivium/block[tconstruct:material]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/qivium'
1156[21:39:49] [Render thread/WARN]: Failed to parse recipe 'ae2wtlib:wireless_universal_terminal/ci[ae2wtlib:combine]'! Falling back to vanilla: java.lang.NullPointerException: Unknown recipe type: ae2wtlib:combine
1157[21:39:49] [Render thread/WARN]: Failed to parse recipe ae2wtlib:wireless_universal_terminal/ci[ae2wtlib:combine]: com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'ae2wtlib:combine'
1158[21:39:49] [Render thread/WARN]: Failed to parse recipe 'ae2wtlib:wireless_universal_terminal/cp[ae2wtlib:combine]'! Falling back to vanilla: java.lang.NullPointerException: Unknown recipe type: ae2wtlib:combine
1159[21:39:49] [Render thread/WARN]: Failed to parse recipe ae2wtlib:wireless_universal_terminal/cp[ae2wtlib:combine]: com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'ae2wtlib:combine'
1160[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_vex_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_vex_seeds
1161Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1162[21:39:49] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_vex_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_vex_seeds
1163Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1164[21:39:49] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:smeltery/melting/gausum/block[tconstruct:melting]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/gausum'
1165[21:39:49] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:smeltery/melting/gausum/block[tconstruct:melting]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/gausum'
1166[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:fuels/compression/compression_creosote[thermal:compression_fuel]': {"fluid_tag":"forge:creosote","amount":1000} is not a valid ingredient!
1167[21:39:49] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:smeltery/melting/lavium/block[tconstruct:melting]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/lavium'
1168[21:39:49] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:smeltery/melting/lavium/block[tconstruct:melting]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/lavium'
1169[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_witch_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_witch_seeds
1170Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1171[21:39:49] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_witch_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_witch_seeds
1172Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1173[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_pillager_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_pillager_seeds
1174Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1175[21:39:49] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_pillager_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_pillager_seeds
1176Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1177[21:39:49] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:materials/duralumin/block[tconstruct:material]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/duralumin'
1178[21:39:49] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:materials/duralumin/block[tconstruct:material]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/duralumin'
1179[21:39:49] [Render thread/WARN]: Failed to parse recipe 'productivebees:forestry/centrifuge/honey_comb[forestry:centrifuge]'! Falling back to vanilla: java.lang.NullPointerException: Unknown recipe type: forestry:centrifuge
1180[21:39:49] [Render thread/WARN]: Failed to parse recipe productivebees:forestry/centrifuge/honey_comb[forestry:centrifuge]: com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'forestry:centrifuge'
1181[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/productivebees/centrifuge_productivebees_soulium_honeycomb[thermal:centrifuge]': {"item":"mysticalagriculture:soulium","chance":1.0} is not a valid result!
1182[21:39:49] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:materials/lavium/block[tconstruct:material]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/lavium'
1183[21:39:49] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:materials/lavium/block[tconstruct:material]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/lavium'
1184[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/genericeco/insolator_minecraft_yellow_birch_sapling[thermal:insolator]': {"item":"minecraft:yellow_birch_sapling"} is not a valid ingredient!
1185[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_evoker_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_evoker_seeds
1186Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1187[21:39:49] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_evoker_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_evoker_seeds
1188Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1189[21:39:49] [Render thread/WARN]: Failed to parse recipe 'ae2wtlib:wireless_universal_terminal/upgrade_interface[ae2wtlib:upgrade]'! Falling back to vanilla: java.lang.NullPointerException: Unknown recipe type: ae2wtlib:upgrade
1190[21:39:49] [Render thread/WARN]: Failed to parse recipe ae2wtlib:wireless_universal_terminal/upgrade_interface[ae2wtlib:upgrade]: com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'ae2wtlib:upgrade'
1191[21:39:49] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:smeltery/melting/duralumin/block[tconstruct:melting]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/duralumin'
1192[21:39:49] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:smeltery/melting/duralumin/block[tconstruct:melting]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/duralumin'
1193[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/genericeco/insolator_minecraft_orange_birch_sapling[thermal:insolator]': {"item":"minecraft:orange_birch_sapling"} is not a valid ingredient!
1194[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_parrot_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_parrot_seeds
1195Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1196[21:39:49] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_parrot_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_parrot_seeds
1197Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1198[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_magma_cube_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_magma_cube_seeds
1199Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1200[21:39:49] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_magma_cube_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_magma_cube_seeds
1201Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1202[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_drowned_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_drowned_seeds
1203Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1204[21:39:49] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_drowned_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_drowned_seeds
1205Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1206[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_dolphin_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_dolphin_seeds
1207Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1208[21:39:49] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_dolphin_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_dolphin_seeds
1209Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1210[21:39:49] [Render thread/WARN]: Failed to parse recipe 'ae2wtlib:wireless_universal_terminal/upgrade_crafting[ae2wtlib:upgrade]'! Falling back to vanilla: java.lang.NullPointerException: Unknown recipe type: ae2wtlib:upgrade
1211[21:39:49] [Render thread/WARN]: Failed to parse recipe ae2wtlib:wireless_universal_terminal/upgrade_crafting[ae2wtlib:upgrade]: com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'ae2wtlib:upgrade'
1212[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/genericeco/insolator_minecraft_yellow_oak_sapling[thermal:insolator]': {"item":"minecraft:yellow_oak_sapling"} is not a valid ingredient!
1213[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_cat_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_cat_seeds
1214Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1215[21:39:49] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_cat_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_cat_seeds
1216Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1217[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/genericeco/insolator_minecraft_red_oak_sapling[thermal:insolator]': {"item":"minecraft:red_oak_sapling"} is not a valid ingredient!
1218[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_bat_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_bat_seeds
1219Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1220[21:39:49] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_bat_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_bat_seeds
1221Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1222[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/genericeco/insolator_minecraft_flowering_oak_sapling[thermal:insolator]': {"item":"minecraft:flowering_oak_sapling"} is not a valid ingredient!
1223[21:39:49] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/productivebees/centrifuge_productivebees_purple_slimy_honeycomb[thermal:centrifuge]': {"item":"productivebees:honeycomb_purple_slimy"} is not a valid ingredient!
1224[21:39:49] [Render thread/INFO]: Found 11490 recipes and 0 failed recipes in 437.8 ms
1225[21:39:49] [Render thread/INFO]: Posted recipe events in 190.5 ?s
1226[21:39:49] [Render thread/INFO]: Modified & removed recipes in 198.2 ms
1227[21:39:49] [Render thread/INFO]: Added recipes in 27.10 ?s
1228[21:39:49] [Render thread/INFO]: Added 0 recipes, removed 0 recipes, modified 0 recipes, with 0 failed recipes and 0 fall-backed recipes
1229[21:39:50] [Render thread/INFO]: Adding Diamond Weapons to the End City Treasure Loot Table!
1230[21:39:50] [Render thread/INFO]: Adding Longbow and Heavy Crossbow related loot to the Village Fletcher Loot Table!
1231[21:39:51] [Render thread/INFO]: Adding Iron Weapons to the Village Weaponsmith Loot Table!
1232[21:39:51] [Render thread/INFO]: Registered 1 additional loot tables.
1233[21:39:51] [Render thread/INFO]: [functions] Found 0 tags, added 0 objects, removed 0 objects
1234[21:39:51] [Render thread/INFO]: [functions] Found 0 tags, added 0 objects, removed 0 objects
1235[21:39:51] [Render thread/ERROR]: Parsing error loading custom advancement twilightforest:alt/compat/tconstruct: Unknown item id 'tconstruct:book'
1236[21:39:51] [Render thread/INFO]: Loaded 3331 advancements
1237[21:39:51] [Render thread/INFO]: Registered 1 additional recipes.
1238[21:39:51] [Render thread/INFO]: Finished loading powers from data files. Registry contains 68 powers.
1239[21:39:51] [Render thread/INFO]: Finished loading origins from data files. Registry contains 11 origins.
1240[21:39:51] [Render thread/INFO]: Trying to read layer file: origins:origin
1241[21:39:51] [Render thread/INFO]: Finished loading origin layers from data files. Read 1 layers.
1242[21:39:51] [Render thread/INFO]: [com.supermartijn642.rechiseled.chiseling.ChiselingRecipeLoader:apply:106]: Loaded 27 chiseling recipes
1243[21:39:51] [Render thread/INFO]: Couldn't fully analyze 1 cestus_studded, missing knowledge for {1 cestus=1.0}
1244[21:39:51] [Render thread/INFO]: Couldn't fully analyze 1 club_studded, missing knowledge for {1 club_wood=1.0}
1245[21:39:51] [Render thread/INFO]: Couldn't fully analyze 1 kikoku, missing knowledge for {1 etheric_sword=1.0}
1246[21:39:51] [Render thread/INFO]: Finished recipe profiler for Arc Recycling, took 254 milliseconds
1247[21:39:51] [Render thread/INFO]: Loaded cucumber-tags.json in 1 ms
1248[21:39:51] [Render thread/INFO]: Loaded 73 materials in 0.929 ms
1249[21:39:51] [Render thread/INFO]: 161 stats loaded for 78 materials in 54.4873 ms
1250[21:39:51] [Render thread/INFO]: 75 traits loaded for 78 materials in 53.0702 ms
1251[21:39:52] [Render thread/INFO]: Loaded 15 station slot layouts in 3.1139 ms
1252[21:39:52] [Render thread/INFO]: CraftTweaker reload starting!
1253[21:39:52] [Render thread/INFO]: Scripts are invalid!
1254[21:39:52] [Render thread/INFO]: CraftTweaker reload complete!
1255[21:39:52] [Render thread/INFO]: Recipes for potions: minecraft:leaping, minecraft:long_weakness, minecraft:thick, minecraft:strong_healing, minecraft:long_regeneration, minecraft:long_strength, minecraft:strong_leaping, minecraft:mundane, minecraft:strong_strength, minecraft:turtle_master, minecraft:strong_slowness, minecraft:long_slow_falling, minecraft:strong_turtle_master, minecraft:long_poison, minecraft:long_swiftness, minecraft:weakness, minecraft:long_fire_resistance, minecraft:awkward, minecraft:night_vision, minecraft:strong_regeneration, minecraft:long_leaping, minecraft:slowness, minecraft:strong_harming, minecraft:strength, minecraft:long_water_breathing, minecraft:water, minecraft:strong_poison, minecraft:invisibility, minecraft:water_breathing, minecraft:regeneration, minecraft:harming, minecraft:long_invisibility, minecraft:fire_resistance, minecraft:long_slowness, minecraft:long_turtle_master, minecraft:long_night_vision, minecraft:swiftness, minecraft:slow_falling, minecraft:strong_swiftness, minecraft:healing, minecraft:poison
1256[21:39:53] [Render thread/INFO]: Injecting existing registry data into this CLIENT instance
1257[21:39:53] [Render thread/WARN]: Registry mekanism:gas: Object did not get ID it asked for. Name: crafttweaker:example_gas Expected: 3 Got: 29
1258[21:39:53] [Render thread/WARN]: Registry mekanism:infuse_type: Object did not get ID it asked for. Name: crafttweaker:example_infuse_type Expected: 0 Got: 9
1259[21:39:53] [Render thread/WARN]: Registry mekanism:pigment: Object did not get ID it asked for. Name: crafttweaker:example_pigment Expected: 0 Got: 19
1260[21:39:53] [Render thread/WARN]: Registry mekanism:slurry: Object did not get ID it asked for. Name: crafttweaker:example_dirty_slurry Expected: 0 Got: 15
1261[21:39:53] [Render thread/WARN]: Registry mekanism:slurry: Object did not get ID it asked for. Name: crafttweaker:example_clean_slurry Expected: 1 Got: 16
1262[21:39:59] [Render thread/INFO]: [LOAD MY RESOURCES] Pack registered!
1263[21:39:59] [Render thread/INFO]: Found new data pack loadmyresources.hiddenpack, loading it automatically
1264[21:39:59] [Render thread/WARN]: Ambiguity between arguments [cofh, ignite, duration] and [cofh, ignite, targets] with inputs: [0, -123, 123]
1265[21:39:59] [Render thread/WARN]: Ambiguity between arguments [cofh, ignite, targets] and [cofh, ignite, duration] with inputs: [0123]
1266[21:39:59] [Render thread/WARN]: Ambiguity between arguments [cofh, invis, flag] and [cofh, invis, targets] with inputs: [true, false]
1267[21:39:59] [Render thread/WARN]: Ambiguity between arguments [cofh, invuln, flag] and [cofh, invuln, targets] with inputs: [true, false]
1268[21:39:59] [Render thread/WARN]: Ambiguity between arguments [ftbchunks, admin, view_loaded_chunks, reset] and [ftbchunks, admin, view_loaded_chunks, dimension] with inputs: [reset]
1269[21:39:59] [Render thread/WARN]: Ambiguity between arguments [ftbteams, info, server_id] and [ftbteams, info, team] with inputs: [server_id]
1270[21:39:59] [Render thread/WARN]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
1271[21:39:59] [Render thread/WARN]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
1272[21:39:59] [Render thread/WARN]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
1273[21:39:59] [Render thread/WARN]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
1274[21:39:59] [Render thread/WARN]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
1275[21:39:59] [Render thread/WARN]: Ambiguity between arguments [tpx, destination] and [tpx, dimension] with inputs: [0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
1276[21:39:59] [Render thread/WARN]: Ambiguity between arguments [tpx, destination] and [tpx, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
1277[21:39:59] [Render thread/WARN]: Ambiguity between arguments [tpx, targets] and [tpx, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
1278[21:39:59] [Render thread/WARN]: Ambiguity between arguments [tpx, targets] and [tpx, dimension] with inputs: [0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
1279[21:39:59] [Render thread/WARN]: Ambiguity between arguments [tpx, targets, destination] and [tpx, targets, dimension] with inputs: [0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
1280[21:39:59] [Render thread/WARN]: Ambiguity between arguments [waypoint, create, name, dimension, location, color, announce] and [waypoint, create, name, dimension, location, color, player] with inputs: [true, false]
1281[21:39:59] [Render thread/WARN]: Ambiguity between arguments [waypoint, delete, name, announce] and [waypoint, delete, name, player] with inputs: [true, false]
1282[21:39:59] [Render thread/INFO]: server_scripts:script.js:8: Hello, World! (You will see this line every time server resources reload)
1283[21:39:59] [Render thread/INFO]: SourceFile:40: Loaded script server_scripts:script.js in 0.002 s
1284[21:39:59] [Render thread/INFO]: SourceFile:40: Loaded 1/1 KubeJS server scripts in 0.006 s
1285[21:39:59] [Render thread/INFO]: Scripts loaded
1286[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type kubejs:shaped
1287[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type kubejs:shapeless
1288[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type minecraft:crafting_shaped
1289[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type minecraft:crafting_shapeless
1290[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type minecraft:stonecutting
1291[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type minecraft:smelting
1292[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type minecraft:blasting
1293[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type minecraft:smoking
1294[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type minecraft:campfire_cooking
1295[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type minecraft:smithing
1296[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type cucumber:shaped_no_mirror
1297[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type mysticalagriculture:tag
1298[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type botanypots:crop
1299[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type appliedenergistics2:grinder
1300[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type mekanism:crushing
1301[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type mekanism:enriching
1302[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type mekanism:smelting
1303[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type mekanism:chemical_infusing
1304[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type mekanism:combining
1305[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type mekanism:crystallizing
1306[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type mekanism:dissolution
1307[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type mekanism:compressing
1308[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type mekanism:purifying
1309[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type mekanism:injecting
1310[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type mekanism:energy_conversion
1311[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type mekanism:gas_conversion
1312[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type mekanism:oxidizing
1313[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type mekanism:metallurgic_infusing
1314[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type mekanism:reaction
1315[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type mekanism:sawing
1316[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type thermal:furnace
1317[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type thermal:sawmill
1318[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type thermal:pulverizer
1319[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type thermal:smelter
1320[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type thermal:insolator
1321[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type thermal:centrifuge
1322[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type thermal:press
1323[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type thermal:crucible
1324[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type thermal:chiller
1325[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type thermal:refinery
1326[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type thermal:pyrolyzer
1327[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type thermal:brewer
1328[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type thermal:bottler
1329[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type thermal:pulverizer_catalyst
1330[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type thermal:smelter_catalyst
1331[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type thermal:insolator_catalyst
1332[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type thermal:stirling_fuel
1333[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type thermal:compression_fuel
1334[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type thermal:magmatic_fuel
1335[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type thermal:numismatic_fuel
1336[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type thermal:lapidary_fuel
1337[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type thermal:tree_extractor
1338[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type thermal:tree_extractor_boost
1339[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type thermal:fisher_boost
1340[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type thermal:rock_gen
1341[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type thermal:potion_diffuser_boost
1342[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:turn_and_copy
1343[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:alloy
1344[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:blast_furnace
1345[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:blast_furnace_fuel
1346[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:coke_oven
1347[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:cloche
1348[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:fertilizer
1349[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:metal_press
1350[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:arc_furnace
1351[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:crusher
1352[21:39:59] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:sawmill
1353[21:39:59] [Render thread/INFO]: Scanning recipes...
1354[21:39:59] [Render thread/INFO]: Reloading ResourceManager: KubeJS Virtual Data Pack [low priority], Default, BetterDungeons-1.16.4-1.2.1.jar, supermartijn642configlib-1.1.6-forge-mc1.16.jar, Uppers-0.3.2.jar, BetterCaves-Forge-1.16.4-1.1.2.jar, Controlling-7.0.0.29.jar, Placebo-1.16.5-4.7.0.jar, citadel-1.8.1-1.16.5.jar, YungsApi-1.16.4-Forge-13.jar, Powah-1.16.5-2.3.16.jar, Bookshelf-Forge-1.16.5-10.4.33.jar, ChanceCubes-1.16.5-5.0.2.469.jar, DarkUtilities-1.16.5-8.0.14.jar, MekanismGenerators-1.16.5-10.1.2.457.jar, JustEnoughResources-1.16.5-0.12.1.128.jar, stackrefill_1.16.5-3.2.jar, twilightforest-1.16.5-4.0.870-universal.jar, mob_grinding_utils-1.16.5-0.4.47.jar, durabilitytooltip-1.1.4-forge-mc1.16.jar, industrial-foregoing-1.16.5-3.2.14.7-16.jar, BetterCompatibilityChecker-1.0.7-build.22+mc1.16.5.jar, entangled-1.3.13-forge-mc1.16.jar, BiomesOPlenty-1.16.5-13.1.0.488-universal.jar, Lollipop-1.16.5-3.2.9.jar, supermartijn642corelib-1.1.6-forge-mc1.16.jar, curios-forge-1.16.5-4.1.0.0.jar, Patchouli-1.16.4-53.3.jar, Origins-1.16.5-0.7.3.9-forge.jar, collective-1.16.5-5.49.jar, OreExcavation-1.8.157.jar, Measurements-1.16.5-1.2.jar, MysticalCustomization-1.16.5-2.1.7.jar, Runelic-1.16.5-7.0.3.jar, MekanismTools-1.16.5-10.1.2.457.jar, SpartanWeaponry-1.16.5-2.2.0-rc-2.jar, architectury-1.32.66.jar, productivebees-1.16.5-0.6.9.28.jar, cloth-config-4.16.91-forge.jar, trashcans-1.0.17a-forge-mc1.16.jar, InventoryEssentials_1.16.5-2.3.2.jar, CobbleForDays-1.3.7.jar, CodeChickenLib-1.16.5-4.0.7.445-universal.jar, BetterMineshafts-Forge-1.16.4-2.0.4.jar, geckolib-forge-1.16.5-3.0.106.jar, extra-utilities-reborn-1.7.3-1.16.5.jar, crafting-on-a-stick-1.16.5-1.0.2.jar, rhino-forge-1605.1.5-build.75.jar, Cucumber-1.16.5-4.1.12.jar, ae2wtlib-0.3.3-1.16.5.jar, ftb-library-forge-1605.3.4-build.90.jar, ftb-teams-forge-1605.2.3-build.40.jar, Tinkers Reforged 1.16.5-0.0.6.jar, rechiseled-1.0.12a-forge-mc1.16.jar, jei-1.16.5-7.7.1.153.jar, caelus-forge-1.16.5-2.1.3.2.jar, journeymap-1.16.5-5.8.5p6.jar, appliedenergistics2-8.4.7.jar, AEInfinityBooster-1.16.5-1.0.0+12.jar, compactmachines-4.0.0-beta.2.jar, mcjtylib-1.16-5.1.8.jar, rftoolsbase-1.16-2.1.5.jar, rftoolscontrol-1.16-4.0.18.jar, rftoolsdim-1.16-7.0.21.jar, ClickMachine-1.16.5-4.5.0.jar, iceandfire-2.1.12-1.16.5.jar, JEITweaker-1.16.5-1.1.0.49.jar, EnderStorage-1.16.5-2.8.0.170-universal.jar, CraftTweaker-1.16.5-7.1.2.520.jar, Mekanism-1.16.5-10.1.2.457.jar, BotanyPots-1.16.5-7.1.39.jar, BotanyTrees-1.16.5-3.0.7.jar, rftoolspower-1.16-3.0.14.jar, ftb-chunks-forge-1605.3.4-build.220.jar, kubejs-forge-1605.3.19-build.299.jar, kubejs-mekanism-1605.1.2-build.2.jar, lootjs-1.16.5-1.0.0.jar, forge-1.16.5-36.2.39-universal.jar, inzheFoPCore-v.1.2.0.jar, BrandonsCore-1.16.5-3.0.15.248-universal.jar, Draconic-Evolution-1.16.5-3.0.29.518-universal.jar, Draconic-Additions-1.16.5-2.2.4.7-universal.jar, MysticalAgriculture-1.16.5-4.2.6.jar, MysticalAgradditions-1.16.5-4.2.4.jar, ironchest-1.16.5-11.2.21.jar, CraftingTweaks_1.16.5-12.2.1.jar, ZeroCore2-1.16.5-2.1.30.jar, ExtremeReactors2-1.16.5-2.0.60.jar, cofh_core-1.16.5-1.5.2.22.jar, thermal_foundation-1.16.5-1.5.2.30.jar, thermal_innovation-1.16.5-1.5.0.4.jar, thermal_expansion-1.16.5-1.5.2.16.jar, kubejs-thermal-1605.1.4-build.4.jar, TConstruct-1.16.5-3.3.4.335.jar, rftoolsutility-1.16-3.1.16.jar, MouseTweaks-2.14-mc1.16.2.jar, titanium-1.16.5-3.2.8.4-10.jar, ImmersiveEngineering-1.16.5-5.1.0-148.jar, ceilingtorch-1.16.5-v1.18.jar, rftoolsbuilder-1.16-3.1.11.jar, pipez-1.16.5-1.2.15.jar, SpartanShields-1.16.5-2.1.2.jar, Mantle-1.16.5-1.6.157.jar, pamhc2foodcore-1.16.3-1.0.2.jar, itemcollectors-1.1.7-forge-mc1.16.jar, gravestone-1.16.5-1.0.7.jar, thermal_cultivation-1.16.5-1.5.0.4.jar, experienceobelisk-v1.3.7-1.16.5.jar, StorageDrawers-1.16.3-8.5.2.jar, FluxNetworks-1.16.5-6.2.1.14.jar, ftb-power-pots-forge-1605.1.3-build.19.jar, appleskin-forge-mc1.16.x-2.4.0.jar, kubejs-immersive-engineering-1605.1.2-build.28.jar, extremeSoundMuffler-3.18_1.16.5.jar, drinkbeer-1.16.5-2.3.5.jar, recipegui-1.16.5-0.0.4.jar, loadmyresources_forge_1.0.4_MC_1.16.2-1.16.5.jar, loadmyresources.hiddenpack, KubeJS Resource Pack [data], KubeJS Virtual Data Pack [high priority]
1355[21:40:01] [Render thread/INFO]: [blocks] Found 543 tags, added 0 objects, removed 0 objects
1356[21:40:01] [Render thread/INFO]: [blocks] Found 543 tags, added 0 objects, removed 0 objects
1357[21:40:01] [Render thread/INFO]: [items] Found 1398 tags, added 0 objects, removed 0 objects
1358[21:40:01] [Render thread/INFO]: [items] Found 1398 tags, added 0 objects, removed 0 objects
1359[21:40:01] [Render thread/ERROR]: Couldn't load item tag forge:frosty_gen_tag as it is missing following references: minecraft:frosted_ice (from extra-utilities-reborn-1.7.3-1.16.5.jar)
1360[21:40:01] [Render thread/ERROR]: Couldn't load item tag forge:pink_items as it is missing following references: minecraft:potted_pink_tulip (from extra-utilities-reborn-1.7.3-1.16.5.jar),minecraft:pink_wall_banner (from extra-utilities-reborn-1.7.3-1.16.5.jar)
1361[21:40:01] [Render thread/INFO]: [fluids] Found 166 tags, added 0 objects, removed 0 objects
1362[21:40:01] [Render thread/INFO]: [fluids] Found 166 tags, added 0 objects, removed 0 objects
1363[21:40:01] [Render thread/INFO]: [entity_types] Found 34 tags, added 0 objects, removed 0 objects
1364[21:40:01] [Render thread/INFO]: [entity_types] Found 34 tags, added 0 objects, removed 0 objects
1365[21:40:01] [Render thread/INFO]: [tunnel_types] Found 0 tags, added 0 objects, removed 0 objects
1366[21:40:01] [Render thread/INFO]: [tunnel_types] Found 0 tags, added 0 objects, removed 0 objects
1367[21:40:01] [Render thread/INFO]: [potions] Found 0 tags, added 0 objects, removed 0 objects
1368[21:40:01] [Render thread/INFO]: [potions] Found 0 tags, added 0 objects, removed 0 objects
1369[21:40:01] [Render thread/INFO]: [pigments] Found 0 tags, added 0 objects, removed 0 objects
1370[21:40:01] [Render thread/INFO]: [pigments] Found 0 tags, added 0 objects, removed 0 objects
1371[21:40:01] [Render thread/INFO]: [enchantments] Found 0 tags, added 0 objects, removed 0 objects
1372[21:40:01] [Render thread/INFO]: [enchantments] Found 0 tags, added 0 objects, removed 0 objects
1373[21:40:01] [Render thread/INFO]: [tile_entity_types] Found 4 tags, added 0 objects, removed 0 objects
1374[21:40:01] [Render thread/INFO]: [tile_entity_types] Found 4 tags, added 0 objects, removed 0 objects
1375[21:40:01] [Render thread/INFO]: [slurries] Found 2 tags, added 0 objects, removed 0 objects
1376[21:40:01] [Render thread/INFO]: [slurries] Found 2 tags, added 0 objects, removed 0 objects
1377[21:40:01] [Render thread/INFO]: [infuse_types] Found 8 tags, added 0 objects, removed 0 objects
1378[21:40:01] [Render thread/INFO]: [infuse_types] Found 8 tags, added 0 objects, removed 0 objects
1379[21:40:01] [Render thread/INFO]: [gases] Found 5 tags, added 0 objects, removed 0 objects
1380[21:40:01] [Render thread/INFO]: [gases] Found 5 tags, added 0 objects, removed 0 objects
1381[21:40:01] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_zombie_pigman_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_zombie_pigman_seeds
1382Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1383[21:40:01] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_zombie_pigman_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_zombie_pigman_seeds
1384Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1385[21:40:01] [Render thread/WARN]: Failed to parse recipe 'ae2wtlib:wireless_universal_terminal/upgrade_pattern[ae2wtlib:upgrade]'! Falling back to vanilla: java.lang.NullPointerException: Unknown recipe type: ae2wtlib:upgrade
1386[21:40:01] [Render thread/WARN]: Failed to parse recipe ae2wtlib:wireless_universal_terminal/upgrade_pattern[ae2wtlib:upgrade]: com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'ae2wtlib:upgrade'
1387[21:40:01] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_husk_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_husk_seeds
1388Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1389[21:40:01] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_husk_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_husk_seeds
1390Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1391[21:40:01] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/appliedenergistics2/ae2_ender_pearl_dust_convert[minecraft:crafting_shapeless]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'thermal:ender_pearl_dust'
1392[21:40:01] [Render thread/WARN]: Failed to parse recipe thermal:compat/appliedenergistics2/ae2_ender_pearl_dust_convert[minecraft:crafting_shapeless]: com.google.gson.JsonSyntaxException: Unknown item tag 'thermal:ender_pearl_dust'
1393[21:40:01] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/genericeco/insolator_minecraft_orange_oak_sapling[thermal:insolator]': {"item":"minecraft:orange_oak_sapling"} is not a valid ingredient!
1394[21:40:01] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_panda_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_panda_seeds
1395Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1396[21:40:01] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_panda_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_panda_seeds
1397Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1398[21:40:01] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_vindicator_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_vindicator_seeds
1399Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1400[21:40:01] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_vindicator_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_vindicator_seeds
1401Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1402[21:40:01] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_phantom_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_phantom_seeds
1403Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1404[21:40:01] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_phantom_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_phantom_seeds
1405Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1406[21:40:01] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_shulker_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_shulker_seeds
1407Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1408[21:40:01] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_shulker_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_shulker_seeds
1409Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1410[21:40:01] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/productivebees/centrifuge_productivebees_maga_slimy_honeycomb[thermal:centrifuge]': {"item":"productivebees:honeycomb_magma_slimy"} is not a valid ingredient!
1411[21:40:01] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_ravager_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_ravager_seeds
1412Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1413[21:40:01] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_ravager_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_ravager_seeds
1414Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1415[21:40:01] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_villager_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_villager_seeds
1416Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1417[21:40:01] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_villager_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_villager_seeds
1418Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1419[21:40:01] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_guardian_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_guardian_seeds
1420Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1421[21:40:01] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_guardian_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_guardian_seeds
1422Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1423[21:40:01] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_wolf_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_wolf_seeds
1424Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1425[21:40:01] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_wolf_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_wolf_seeds
1426Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1427[21:40:01] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:smeltery/melting/qivium/block[tconstruct:melting]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/qivium'
1428[21:40:01] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:smeltery/melting/qivium/block[tconstruct:melting]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/qivium'
1429[21:40:01] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:materials/gausum/block[tconstruct:material]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/gausum'
1430[21:40:01] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:materials/gausum/block[tconstruct:material]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/gausum'
1431[21:40:01] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:materials/electrical_copper/block[tconstruct:material]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/electrical_copper'
1432[21:40:01] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:materials/electrical_copper/block[tconstruct:material]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/electrical_copper'
1433[21:40:01] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_polar_bear_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_polar_bear_seeds
1434Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1435[21:40:01] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_polar_bear_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_polar_bear_seeds
1436Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1437[21:40:01] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_mooshroom_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_mooshroom_seeds
1438Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1439[21:40:01] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_mooshroom_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_mooshroom_seeds
1440Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1441[21:40:01] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_llama_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_llama_seeds
1442Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1443[21:40:01] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_llama_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_llama_seeds
1444Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1445[21:40:01] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_horse_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_horse_seeds
1446Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1447[21:40:01] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_horse_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_horse_seeds
1448Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1449[21:40:01] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_silverfish_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_silverfish_seeds
1450Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1451[21:40:01] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_silverfish_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_silverfish_seeds
1452Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1453[21:40:01] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:smeltery/melting/electrical_copper/block[tconstruct:melting]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/electrical_copper'
1454[21:40:01] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:smeltery/melting/electrical_copper/block[tconstruct:melting]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/electrical_copper'
1455[21:40:01] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_stray_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_stray_seeds
1456Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1457[21:40:01] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_stray_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_stray_seeds
1458Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1459[21:40:01] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_fox_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_fox_seeds
1460Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1461[21:40:01] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_fox_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_fox_seeds
1462Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1463[21:40:01] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/productivebees/centrifuge_productivebees_constantan_honeycomb[thermal:centrifuge]': Tag thermal:constantan_dust has no items
1464[21:40:01] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_endermite_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_endermite_seeds
1465Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1466[21:40:01] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_endermite_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_endermite_seeds
1467Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1468[21:40:01] [Render thread/WARN]: Failed to parse recipe 'ae2wtlib:wireless_universal_terminal/ip[ae2wtlib:combine]'! Falling back to vanilla: java.lang.NullPointerException: Unknown recipe type: ae2wtlib:combine
1469[21:40:01] [Render thread/WARN]: Failed to parse recipe ae2wtlib:wireless_universal_terminal/ip[ae2wtlib:combine]: com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'ae2wtlib:combine'
1470[21:40:01] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:materials/qivium/block[tconstruct:material]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/qivium'
1471[21:40:01] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:materials/qivium/block[tconstruct:material]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/qivium'
1472[21:40:01] [Render thread/WARN]: Failed to parse recipe 'ae2wtlib:wireless_universal_terminal/ci[ae2wtlib:combine]'! Falling back to vanilla: java.lang.NullPointerException: Unknown recipe type: ae2wtlib:combine
1473[21:40:01] [Render thread/WARN]: Failed to parse recipe ae2wtlib:wireless_universal_terminal/ci[ae2wtlib:combine]: com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'ae2wtlib:combine'
1474[21:40:01] [Render thread/WARN]: Failed to parse recipe 'ae2wtlib:wireless_universal_terminal/cp[ae2wtlib:combine]'! Falling back to vanilla: java.lang.NullPointerException: Unknown recipe type: ae2wtlib:combine
1475[21:40:01] [Render thread/WARN]: Failed to parse recipe ae2wtlib:wireless_universal_terminal/cp[ae2wtlib:combine]: com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'ae2wtlib:combine'
1476[21:40:01] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_vex_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_vex_seeds
1477Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1478[21:40:01] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_vex_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_vex_seeds
1479Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1480[21:40:01] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:smeltery/melting/gausum/block[tconstruct:melting]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/gausum'
1481[21:40:01] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:smeltery/melting/gausum/block[tconstruct:melting]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/gausum'
1482[21:40:01] [Render thread/WARN]: Failed to parse recipe 'thermal:fuels/compression/compression_creosote[thermal:compression_fuel]': {"fluid_tag":"forge:creosote","amount":1000} is not a valid ingredient!
1483[21:40:01] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:smeltery/melting/lavium/block[tconstruct:melting]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/lavium'
1484[21:40:01] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:smeltery/melting/lavium/block[tconstruct:melting]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/lavium'
1485[21:40:01] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_witch_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_witch_seeds
1486Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1487[21:40:01] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_witch_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_witch_seeds
1488Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1489[21:40:01] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_pillager_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_pillager_seeds
1490Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1491[21:40:01] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_pillager_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_pillager_seeds
1492Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1493[21:40:01] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:materials/duralumin/block[tconstruct:material]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/duralumin'
1494[21:40:01] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:materials/duralumin/block[tconstruct:material]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/duralumin'
1495[21:40:01] [Render thread/WARN]: Failed to parse recipe 'productivebees:forestry/centrifuge/honey_comb[forestry:centrifuge]'! Falling back to vanilla: java.lang.NullPointerException: Unknown recipe type: forestry:centrifuge
1496[21:40:01] [Render thread/WARN]: Failed to parse recipe productivebees:forestry/centrifuge/honey_comb[forestry:centrifuge]: com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'forestry:centrifuge'
1497[21:40:02] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/productivebees/centrifuge_productivebees_soulium_honeycomb[thermal:centrifuge]': {"item":"mysticalagriculture:soulium","chance":1.0} is not a valid result!
1498[21:40:02] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:materials/lavium/block[tconstruct:material]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/lavium'
1499[21:40:02] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:materials/lavium/block[tconstruct:material]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/lavium'
1500[21:40:02] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/genericeco/insolator_minecraft_yellow_birch_sapling[thermal:insolator]': {"item":"minecraft:yellow_birch_sapling"} is not a valid ingredient!
1501[21:40:02] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_evoker_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_evoker_seeds
1502Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1503[21:40:02] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_evoker_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_evoker_seeds
1504Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1505[21:40:02] [Render thread/WARN]: Failed to parse recipe 'ae2wtlib:wireless_universal_terminal/upgrade_interface[ae2wtlib:upgrade]'! Falling back to vanilla: java.lang.NullPointerException: Unknown recipe type: ae2wtlib:upgrade
1506[21:40:02] [Render thread/WARN]: Failed to parse recipe ae2wtlib:wireless_universal_terminal/upgrade_interface[ae2wtlib:upgrade]: com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'ae2wtlib:upgrade'
1507[21:40:02] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:smeltery/melting/duralumin/block[tconstruct:melting]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/duralumin'
1508[21:40:02] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:smeltery/melting/duralumin/block[tconstruct:melting]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/duralumin'
1509[21:40:02] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/genericeco/insolator_minecraft_orange_birch_sapling[thermal:insolator]': {"item":"minecraft:orange_birch_sapling"} is not a valid ingredient!
1510[21:40:02] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_parrot_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_parrot_seeds
1511Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1512[21:40:02] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_parrot_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_parrot_seeds
1513Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1514[21:40:02] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_magma_cube_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_magma_cube_seeds
1515Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1516[21:40:02] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_magma_cube_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_magma_cube_seeds
1517Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1518[21:40:02] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_drowned_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_drowned_seeds
1519Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1520[21:40:02] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_drowned_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_drowned_seeds
1521Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1522[21:40:02] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_dolphin_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_dolphin_seeds
1523Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1524[21:40:02] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_dolphin_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_dolphin_seeds
1525Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1526[21:40:02] [Render thread/WARN]: Failed to parse recipe 'ae2wtlib:wireless_universal_terminal/upgrade_crafting[ae2wtlib:upgrade]'! Falling back to vanilla: java.lang.NullPointerException: Unknown recipe type: ae2wtlib:upgrade
1527[21:40:02] [Render thread/WARN]: Failed to parse recipe ae2wtlib:wireless_universal_terminal/upgrade_crafting[ae2wtlib:upgrade]: com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'ae2wtlib:upgrade'
1528[21:40:02] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/genericeco/insolator_minecraft_yellow_oak_sapling[thermal:insolator]': {"item":"minecraft:yellow_oak_sapling"} is not a valid ingredient!
1529[21:40:02] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_cat_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_cat_seeds
1530Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1531[21:40:02] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_cat_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_cat_seeds
1532Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1533[21:40:02] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/genericeco/insolator_minecraft_red_oak_sapling[thermal:insolator]': {"item":"minecraft:red_oak_sapling"} is not a valid ingredient!
1534[21:40:02] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_bat_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_bat_seeds
1535Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1536[21:40:02] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_bat_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_bat_seeds
1537Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1538[21:40:02] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/genericeco/insolator_minecraft_flowering_oak_sapling[thermal:insolator]': {"item":"minecraft:flowering_oak_sapling"} is not a valid ingredient!
1539[21:40:02] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/productivebees/centrifuge_productivebees_purple_slimy_honeycomb[thermal:centrifuge]': {"item":"productivebees:honeycomb_purple_slimy"} is not a valid ingredient!
1540[21:40:02] [Render thread/INFO]: Found 11490 recipes and 0 failed recipes in 363.1 ms
1541[21:40:02] [Render thread/INFO]: Posted recipe events in 167.4 ?s
1542[21:40:02] [Render thread/INFO]: Modified & removed recipes in 178.6 ms
1543[21:40:02] [Render thread/INFO]: Added recipes in 12.70 ?s
1544[21:40:02] [Render thread/INFO]: Added 0 recipes, removed 0 recipes, modified 0 recipes, with 0 failed recipes and 0 fall-backed recipes
1545[21:40:02] [Render thread/INFO]: Adding Diamond Weapons to the End City Treasure Loot Table!
1546[21:40:02] [Render thread/INFO]: Adding Longbow and Heavy Crossbow related loot to the Village Fletcher Loot Table!
1547[21:40:03] [Render thread/INFO]: Adding Iron Weapons to the Village Weaponsmith Loot Table!
1548[21:40:03] [Render thread/INFO]: Registered 1 additional loot tables.
1549[21:40:03] [Render thread/INFO]: [functions] Found 0 tags, added 0 objects, removed 0 objects
1550[21:40:03] [Render thread/INFO]: [functions] Found 0 tags, added 0 objects, removed 0 objects
1551[21:40:03] [Render thread/ERROR]: Parsing error loading custom advancement twilightforest:alt/compat/tconstruct: Unknown item id 'tconstruct:book'
1552[21:40:03] [Render thread/INFO]: Loaded 3331 advancements
1553[21:40:04] [Render thread/INFO]: Registered 1 additional recipes.
1554[21:40:04] [Render thread/INFO]: Finished loading powers from data files. Registry contains 68 powers.
1555[21:40:04] [Render thread/INFO]: Finished loading origins from data files. Registry contains 11 origins.
1556[21:40:04] [Render thread/INFO]: Trying to read layer file: origins:origin
1557[21:40:04] [Render thread/INFO]: Finished loading origin layers from data files. Read 1 layers.
1558[21:40:04] [Render thread/INFO]: [com.supermartijn642.rechiseled.chiseling.ChiselingRecipeLoader:apply:106]: Loaded 27 chiseling recipes
1559[21:40:04] [Render thread/INFO]: Couldn't fully analyze 1 kikoku, missing knowledge for {1 etheric_sword=1.0}
1560[21:40:04] [Render thread/INFO]: Couldn't fully analyze 1 cestus_studded, missing knowledge for {1 cestus=1.0}
1561[21:40:04] [Render thread/INFO]: Couldn't fully analyze 1 club_studded, missing knowledge for {1 club_wood=1.0}
1562[21:40:04] [Render thread/INFO]: Finished recipe profiler for Arc Recycling, took 248 milliseconds
1563[21:40:04] [Render thread/INFO]: Loaded cucumber-tags.json in 2 ms
1564[21:40:04] [Render thread/INFO]: Loaded 73 materials in 1.0166 ms
1565[21:40:04] [Render thread/INFO]: 161 stats loaded for 78 materials in 57.9059 ms
1566[21:40:04] [Render thread/INFO]: 75 traits loaded for 78 materials in 54.2594 ms
1567[21:40:04] [Render thread/INFO]: Loaded 15 station slot layouts in 2.019 ms
1568[21:40:04] [Render thread/INFO]: CraftTweaker reload starting!
1569[21:40:04] [Render thread/INFO]: Scripts are invalid!
1570[21:40:04] [Render thread/INFO]: CraftTweaker reload complete!
1571[21:40:04] [Render thread/INFO]: Recipes for potions: minecraft:leaping, minecraft:long_weakness, minecraft:thick, minecraft:strong_healing, minecraft:long_regeneration, minecraft:long_strength, minecraft:strong_leaping, minecraft:mundane, minecraft:strong_strength, minecraft:turtle_master, minecraft:strong_slowness, minecraft:long_slow_falling, minecraft:strong_turtle_master, minecraft:long_poison, minecraft:long_swiftness, minecraft:weakness, minecraft:long_fire_resistance, minecraft:awkward, minecraft:night_vision, minecraft:strong_regeneration, minecraft:long_leaping, minecraft:slowness, minecraft:strong_harming, minecraft:strength, minecraft:long_water_breathing, minecraft:water, minecraft:strong_poison, minecraft:invisibility, minecraft:water_breathing, minecraft:regeneration, minecraft:harming, minecraft:long_invisibility, minecraft:fire_resistance, minecraft:long_slowness, minecraft:long_turtle_master, minecraft:long_night_vision, minecraft:swiftness, minecraft:slow_falling, minecraft:strong_swiftness, minecraft:healing, minecraft:poison
1572[21:40:05] [Render thread/INFO]: Injecting existing registry data into this CLIENT instance
1573[21:40:05] [Render thread/WARN]: Registry mekanism:gas: Object did not get ID it asked for. Name: crafttweaker:example_gas Expected: 3 Got: 29
1574[21:40:05] [Render thread/WARN]: Registry mekanism:infuse_type: Object did not get ID it asked for. Name: crafttweaker:example_infuse_type Expected: 0 Got: 9
1575[21:40:05] [Render thread/WARN]: Registry mekanism:pigment: Object did not get ID it asked for. Name: crafttweaker:example_pigment Expected: 0 Got: 19
1576[21:40:05] [Render thread/WARN]: Registry mekanism:slurry: Object did not get ID it asked for. Name: crafttweaker:example_dirty_slurry Expected: 0 Got: 15
1577[21:40:05] [Render thread/WARN]: Registry mekanism:slurry: Object did not get ID it asked for. Name: crafttweaker:example_clean_slurry Expected: 1 Got: 16
1578[21:40:08] [Render thread/ERROR]: Error adding element: Unknown registry element com.brandon3055.draconicevolution.world.DEWorldGen$1@67f99a2d
1579[21:40:09] [Render thread/INFO]: [LOAD MY RESOURCES] Pack registered!
1580[21:40:09] [Render thread/INFO]: Found new data pack loadmyresources.hiddenpack, loading it automatically
1581[21:40:09] [Render thread/WARN]: Ambiguity between arguments [cofh, ignite, duration] and [cofh, ignite, targets] with inputs: [0, -123, 123]
1582[21:40:09] [Render thread/WARN]: Ambiguity between arguments [cofh, ignite, targets] and [cofh, ignite, duration] with inputs: [0123]
1583[21:40:09] [Render thread/WARN]: Ambiguity between arguments [cofh, invis, flag] and [cofh, invis, targets] with inputs: [true, false]
1584[21:40:09] [Render thread/WARN]: Ambiguity between arguments [cofh, invuln, flag] and [cofh, invuln, targets] with inputs: [true, false]
1585[21:40:09] [Render thread/WARN]: Ambiguity between arguments [ftbchunks, admin, view_loaded_chunks, reset] and [ftbchunks, admin, view_loaded_chunks, dimension] with inputs: [reset]
1586[21:40:09] [Render thread/WARN]: Ambiguity between arguments [ftbteams, info, server_id] and [ftbteams, info, team] with inputs: [server_id]
1587[21:40:09] [Render thread/WARN]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
1588[21:40:09] [Render thread/WARN]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
1589[21:40:09] [Render thread/WARN]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
1590[21:40:09] [Render thread/WARN]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
1591[21:40:09] [Render thread/WARN]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
1592[21:40:09] [Render thread/WARN]: Ambiguity between arguments [tpx, destination] and [tpx, dimension] with inputs: [0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
1593[21:40:09] [Render thread/WARN]: Ambiguity between arguments [tpx, destination] and [tpx, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
1594[21:40:09] [Render thread/WARN]: Ambiguity between arguments [tpx, targets] and [tpx, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
1595[21:40:09] [Render thread/WARN]: Ambiguity between arguments [tpx, targets] and [tpx, dimension] with inputs: [0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
1596[21:40:09] [Render thread/WARN]: Ambiguity between arguments [tpx, targets, destination] and [tpx, targets, dimension] with inputs: [0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
1597[21:40:09] [Render thread/WARN]: Ambiguity between arguments [waypoint, create, name, dimension, location, color, announce] and [waypoint, create, name, dimension, location, color, player] with inputs: [true, false]
1598[21:40:09] [Render thread/WARN]: Ambiguity between arguments [waypoint, delete, name, announce] and [waypoint, delete, name, player] with inputs: [true, false]
1599[21:40:09] [Render thread/INFO]: server_scripts:script.js:8: Hello, World! (You will see this line every time server resources reload)
1600[21:40:09] [Render thread/INFO]: SourceFile:40: Loaded script server_scripts:script.js in 0.003 s
1601[21:40:09] [Render thread/INFO]: SourceFile:40: Loaded 1/1 KubeJS server scripts in 0.007 s
1602[21:40:09] [Render thread/INFO]: Scripts loaded
1603[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type kubejs:shaped
1604[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type kubejs:shapeless
1605[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type minecraft:crafting_shaped
1606[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type minecraft:crafting_shapeless
1607[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type minecraft:stonecutting
1608[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type minecraft:smelting
1609[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type minecraft:blasting
1610[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type minecraft:smoking
1611[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type minecraft:campfire_cooking
1612[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type minecraft:smithing
1613[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type cucumber:shaped_no_mirror
1614[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type mysticalagriculture:tag
1615[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type botanypots:crop
1616[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type appliedenergistics2:grinder
1617[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type mekanism:crushing
1618[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type mekanism:enriching
1619[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type mekanism:smelting
1620[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type mekanism:chemical_infusing
1621[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type mekanism:combining
1622[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type mekanism:crystallizing
1623[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type mekanism:dissolution
1624[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type mekanism:compressing
1625[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type mekanism:purifying
1626[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type mekanism:injecting
1627[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type mekanism:energy_conversion
1628[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type mekanism:gas_conversion
1629[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type mekanism:oxidizing
1630[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type mekanism:metallurgic_infusing
1631[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type mekanism:reaction
1632[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type mekanism:sawing
1633[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type thermal:furnace
1634[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type thermal:sawmill
1635[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type thermal:pulverizer
1636[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type thermal:smelter
1637[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type thermal:insolator
1638[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type thermal:centrifuge
1639[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type thermal:press
1640[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type thermal:crucible
1641[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type thermal:chiller
1642[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type thermal:refinery
1643[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type thermal:pyrolyzer
1644[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type thermal:brewer
1645[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type thermal:bottler
1646[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type thermal:pulverizer_catalyst
1647[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type thermal:smelter_catalyst
1648[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type thermal:insolator_catalyst
1649[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type thermal:stirling_fuel
1650[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type thermal:compression_fuel
1651[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type thermal:magmatic_fuel
1652[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type thermal:numismatic_fuel
1653[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type thermal:lapidary_fuel
1654[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type thermal:tree_extractor
1655[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type thermal:tree_extractor_boost
1656[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type thermal:fisher_boost
1657[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type thermal:rock_gen
1658[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type thermal:potion_diffuser_boost
1659[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:turn_and_copy
1660[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:alloy
1661[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:blast_furnace
1662[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:blast_furnace_fuel
1663[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:coke_oven
1664[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:cloche
1665[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:fertilizer
1666[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:metal_press
1667[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:arc_furnace
1668[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:crusher
1669[21:40:09] [Render thread/INFO]: Registered custom recipe handler for type immersiveengineering:sawmill
1670[21:40:09] [Render thread/INFO]: Scanning recipes...
1671[21:40:09] [Render thread/INFO]: Reloading ResourceManager: KubeJS Virtual Data Pack [low priority], Default, BetterDungeons-1.16.4-1.2.1.jar, supermartijn642configlib-1.1.6-forge-mc1.16.jar, Uppers-0.3.2.jar, BetterCaves-Forge-1.16.4-1.1.2.jar, Controlling-7.0.0.29.jar, Placebo-1.16.5-4.7.0.jar, citadel-1.8.1-1.16.5.jar, YungsApi-1.16.4-Forge-13.jar, Powah-1.16.5-2.3.16.jar, Bookshelf-Forge-1.16.5-10.4.33.jar, ChanceCubes-1.16.5-5.0.2.469.jar, DarkUtilities-1.16.5-8.0.14.jar, MekanismGenerators-1.16.5-10.1.2.457.jar, JustEnoughResources-1.16.5-0.12.1.128.jar, stackrefill_1.16.5-3.2.jar, twilightforest-1.16.5-4.0.870-universal.jar, mob_grinding_utils-1.16.5-0.4.47.jar, durabilitytooltip-1.1.4-forge-mc1.16.jar, industrial-foregoing-1.16.5-3.2.14.7-16.jar, BetterCompatibilityChecker-1.0.7-build.22+mc1.16.5.jar, entangled-1.3.13-forge-mc1.16.jar, BiomesOPlenty-1.16.5-13.1.0.488-universal.jar, Lollipop-1.16.5-3.2.9.jar, supermartijn642corelib-1.1.6-forge-mc1.16.jar, curios-forge-1.16.5-4.1.0.0.jar, Patchouli-1.16.4-53.3.jar, Origins-1.16.5-0.7.3.9-forge.jar, collective-1.16.5-5.49.jar, OreExcavation-1.8.157.jar, Measurements-1.16.5-1.2.jar, MysticalCustomization-1.16.5-2.1.7.jar, Runelic-1.16.5-7.0.3.jar, MekanismTools-1.16.5-10.1.2.457.jar, SpartanWeaponry-1.16.5-2.2.0-rc-2.jar, architectury-1.32.66.jar, productivebees-1.16.5-0.6.9.28.jar, cloth-config-4.16.91-forge.jar, trashcans-1.0.17a-forge-mc1.16.jar, InventoryEssentials_1.16.5-2.3.2.jar, CobbleForDays-1.3.7.jar, CodeChickenLib-1.16.5-4.0.7.445-universal.jar, BetterMineshafts-Forge-1.16.4-2.0.4.jar, geckolib-forge-1.16.5-3.0.106.jar, extra-utilities-reborn-1.7.3-1.16.5.jar, crafting-on-a-stick-1.16.5-1.0.2.jar, rhino-forge-1605.1.5-build.75.jar, Cucumber-1.16.5-4.1.12.jar, ae2wtlib-0.3.3-1.16.5.jar, ftb-library-forge-1605.3.4-build.90.jar, ftb-teams-forge-1605.2.3-build.40.jar, Tinkers Reforged 1.16.5-0.0.6.jar, rechiseled-1.0.12a-forge-mc1.16.jar, jei-1.16.5-7.7.1.153.jar, caelus-forge-1.16.5-2.1.3.2.jar, journeymap-1.16.5-5.8.5p6.jar, appliedenergistics2-8.4.7.jar, AEInfinityBooster-1.16.5-1.0.0+12.jar, compactmachines-4.0.0-beta.2.jar, mcjtylib-1.16-5.1.8.jar, rftoolsbase-1.16-2.1.5.jar, rftoolscontrol-1.16-4.0.18.jar, rftoolsdim-1.16-7.0.21.jar, ClickMachine-1.16.5-4.5.0.jar, iceandfire-2.1.12-1.16.5.jar, JEITweaker-1.16.5-1.1.0.49.jar, EnderStorage-1.16.5-2.8.0.170-universal.jar, CraftTweaker-1.16.5-7.1.2.520.jar, Mekanism-1.16.5-10.1.2.457.jar, BotanyPots-1.16.5-7.1.39.jar, BotanyTrees-1.16.5-3.0.7.jar, rftoolspower-1.16-3.0.14.jar, ftb-chunks-forge-1605.3.4-build.220.jar, kubejs-forge-1605.3.19-build.299.jar, kubejs-mekanism-1605.1.2-build.2.jar, lootjs-1.16.5-1.0.0.jar, forge-1.16.5-36.2.39-universal.jar, inzheFoPCore-v.1.2.0.jar, BrandonsCore-1.16.5-3.0.15.248-universal.jar, Draconic-Evolution-1.16.5-3.0.29.518-universal.jar, Draconic-Additions-1.16.5-2.2.4.7-universal.jar, MysticalAgriculture-1.16.5-4.2.6.jar, MysticalAgradditions-1.16.5-4.2.4.jar, ironchest-1.16.5-11.2.21.jar, CraftingTweaks_1.16.5-12.2.1.jar, ZeroCore2-1.16.5-2.1.30.jar, ExtremeReactors2-1.16.5-2.0.60.jar, cofh_core-1.16.5-1.5.2.22.jar, thermal_foundation-1.16.5-1.5.2.30.jar, thermal_innovation-1.16.5-1.5.0.4.jar, thermal_expansion-1.16.5-1.5.2.16.jar, kubejs-thermal-1605.1.4-build.4.jar, TConstruct-1.16.5-3.3.4.335.jar, rftoolsutility-1.16-3.1.16.jar, MouseTweaks-2.14-mc1.16.2.jar, titanium-1.16.5-3.2.8.4-10.jar, ImmersiveEngineering-1.16.5-5.1.0-148.jar, ceilingtorch-1.16.5-v1.18.jar, rftoolsbuilder-1.16-3.1.11.jar, pipez-1.16.5-1.2.15.jar, SpartanShields-1.16.5-2.1.2.jar, Mantle-1.16.5-1.6.157.jar, pamhc2foodcore-1.16.3-1.0.2.jar, itemcollectors-1.1.7-forge-mc1.16.jar, gravestone-1.16.5-1.0.7.jar, thermal_cultivation-1.16.5-1.5.0.4.jar, experienceobelisk-v1.3.7-1.16.5.jar, StorageDrawers-1.16.3-8.5.2.jar, FluxNetworks-1.16.5-6.2.1.14.jar, ftb-power-pots-forge-1605.1.3-build.19.jar, appleskin-forge-mc1.16.x-2.4.0.jar, kubejs-immersive-engineering-1605.1.2-build.28.jar, extremeSoundMuffler-3.18_1.16.5.jar, drinkbeer-1.16.5-2.3.5.jar, recipegui-1.16.5-0.0.4.jar, loadmyresources_forge_1.0.4_MC_1.16.2-1.16.5.jar, loadmyresources.hiddenpack, KubeJS Resource Pack [data], KubeJS Virtual Data Pack [high priority]
1672[21:40:11] [Render thread/INFO]: [blocks] Found 543 tags, added 0 objects, removed 0 objects
1673[21:40:11] [Render thread/INFO]: [blocks] Found 543 tags, added 0 objects, removed 0 objects
1674[21:40:11] [Render thread/INFO]: [items] Found 1398 tags, added 0 objects, removed 0 objects
1675[21:40:11] [Render thread/INFO]: [items] Found 1398 tags, added 0 objects, removed 0 objects
1676[21:40:11] [Render thread/ERROR]: Couldn't load item tag forge:frosty_gen_tag as it is missing following references: minecraft:frosted_ice (from extra-utilities-reborn-1.7.3-1.16.5.jar)
1677[21:40:11] [Render thread/ERROR]: Couldn't load item tag forge:pink_items as it is missing following references: minecraft:potted_pink_tulip (from extra-utilities-reborn-1.7.3-1.16.5.jar),minecraft:pink_wall_banner (from extra-utilities-reborn-1.7.3-1.16.5.jar)
1678[21:40:11] [Render thread/INFO]: [fluids] Found 166 tags, added 0 objects, removed 0 objects
1679[21:40:11] [Render thread/INFO]: [fluids] Found 166 tags, added 0 objects, removed 0 objects
1680[21:40:11] [Render thread/INFO]: [entity_types] Found 34 tags, added 0 objects, removed 0 objects
1681[21:40:11] [Render thread/INFO]: [entity_types] Found 34 tags, added 0 objects, removed 0 objects
1682[21:40:11] [Render thread/INFO]: [tunnel_types] Found 0 tags, added 0 objects, removed 0 objects
1683[21:40:11] [Render thread/INFO]: [tunnel_types] Found 0 tags, added 0 objects, removed 0 objects
1684[21:40:11] [Render thread/INFO]: [potions] Found 0 tags, added 0 objects, removed 0 objects
1685[21:40:11] [Render thread/INFO]: [potions] Found 0 tags, added 0 objects, removed 0 objects
1686[21:40:11] [Render thread/INFO]: [pigments] Found 0 tags, added 0 objects, removed 0 objects
1687[21:40:11] [Render thread/INFO]: [pigments] Found 0 tags, added 0 objects, removed 0 objects
1688[21:40:11] [Render thread/INFO]: [enchantments] Found 0 tags, added 0 objects, removed 0 objects
1689[21:40:11] [Render thread/INFO]: [enchantments] Found 0 tags, added 0 objects, removed 0 objects
1690[21:40:11] [Render thread/INFO]: [tile_entity_types] Found 4 tags, added 0 objects, removed 0 objects
1691[21:40:11] [Render thread/INFO]: [tile_entity_types] Found 4 tags, added 0 objects, removed 0 objects
1692[21:40:11] [Render thread/INFO]: [slurries] Found 2 tags, added 0 objects, removed 0 objects
1693[21:40:11] [Render thread/INFO]: [slurries] Found 2 tags, added 0 objects, removed 0 objects
1694[21:40:11] [Render thread/INFO]: [infuse_types] Found 8 tags, added 0 objects, removed 0 objects
1695[21:40:11] [Render thread/INFO]: [infuse_types] Found 8 tags, added 0 objects, removed 0 objects
1696[21:40:11] [Render thread/INFO]: [gases] Found 5 tags, added 0 objects, removed 0 objects
1697[21:40:11] [Render thread/INFO]: [gases] Found 5 tags, added 0 objects, removed 0 objects
1698[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_zombie_pigman_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_zombie_pigman_seeds
1699Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1700[21:40:11] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_zombie_pigman_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_zombie_pigman_seeds
1701Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1702[21:40:11] [Render thread/WARN]: Failed to parse recipe 'ae2wtlib:wireless_universal_terminal/upgrade_pattern[ae2wtlib:upgrade]'! Falling back to vanilla: java.lang.NullPointerException: Unknown recipe type: ae2wtlib:upgrade
1703[21:40:11] [Render thread/WARN]: Failed to parse recipe ae2wtlib:wireless_universal_terminal/upgrade_pattern[ae2wtlib:upgrade]: com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'ae2wtlib:upgrade'
1704[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_husk_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_husk_seeds
1705Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1706[21:40:11] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_husk_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_husk_seeds
1707Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1708[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/appliedenergistics2/ae2_ender_pearl_dust_convert[minecraft:crafting_shapeless]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'thermal:ender_pearl_dust'
1709[21:40:11] [Render thread/WARN]: Failed to parse recipe thermal:compat/appliedenergistics2/ae2_ender_pearl_dust_convert[minecraft:crafting_shapeless]: com.google.gson.JsonSyntaxException: Unknown item tag 'thermal:ender_pearl_dust'
1710[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/genericeco/insolator_minecraft_orange_oak_sapling[thermal:insolator]': {"item":"minecraft:orange_oak_sapling"} is not a valid ingredient!
1711[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_panda_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_panda_seeds
1712Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1713[21:40:11] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_panda_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_panda_seeds
1714Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1715[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_vindicator_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_vindicator_seeds
1716Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1717[21:40:11] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_vindicator_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_vindicator_seeds
1718Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1719[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_phantom_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_phantom_seeds
1720Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1721[21:40:11] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_phantom_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_phantom_seeds
1722Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1723[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_shulker_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_shulker_seeds
1724Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1725[21:40:11] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_shulker_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_shulker_seeds
1726Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1727[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/productivebees/centrifuge_productivebees_maga_slimy_honeycomb[thermal:centrifuge]': {"item":"productivebees:honeycomb_magma_slimy"} is not a valid ingredient!
1728[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_ravager_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_ravager_seeds
1729Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1730[21:40:11] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_ravager_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_ravager_seeds
1731Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1732[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_villager_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_villager_seeds
1733Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1734[21:40:11] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_villager_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_villager_seeds
1735Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1736[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_guardian_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_guardian_seeds
1737Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1738[21:40:11] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_guardian_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_guardian_seeds
1739Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1740[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_wolf_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_wolf_seeds
1741Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1742[21:40:11] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_wolf_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_wolf_seeds
1743Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1744[21:40:11] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:smeltery/melting/qivium/block[tconstruct:melting]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/qivium'
1745[21:40:11] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:smeltery/melting/qivium/block[tconstruct:melting]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/qivium'
1746[21:40:11] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:materials/gausum/block[tconstruct:material]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/gausum'
1747[21:40:11] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:materials/gausum/block[tconstruct:material]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/gausum'
1748[21:40:11] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:materials/electrical_copper/block[tconstruct:material]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/electrical_copper'
1749[21:40:11] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:materials/electrical_copper/block[tconstruct:material]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/electrical_copper'
1750[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_polar_bear_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_polar_bear_seeds
1751Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1752[21:40:11] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_polar_bear_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_polar_bear_seeds
1753Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1754[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_mooshroom_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_mooshroom_seeds
1755Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1756[21:40:11] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_mooshroom_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_mooshroom_seeds
1757Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1758[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_llama_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_llama_seeds
1759Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1760[21:40:11] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_llama_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_llama_seeds
1761Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1762[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_horse_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_horse_seeds
1763Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1764[21:40:11] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_horse_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_horse_seeds
1765Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1766[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_silverfish_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_silverfish_seeds
1767Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1768[21:40:11] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_silverfish_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_silverfish_seeds
1769Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1770[21:40:11] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:smeltery/melting/electrical_copper/block[tconstruct:melting]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/electrical_copper'
1771[21:40:11] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:smeltery/melting/electrical_copper/block[tconstruct:melting]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/electrical_copper'
1772[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_stray_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_stray_seeds
1773Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1774[21:40:11] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_stray_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_stray_seeds
1775Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1776[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_fox_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_fox_seeds
1777Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1778[21:40:11] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_fox_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_fox_seeds
1779Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1780[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/productivebees/centrifuge_productivebees_constantan_honeycomb[thermal:centrifuge]': Tag thermal:constantan_dust has no items
1781[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_endermite_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_endermite_seeds
1782Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1783[21:40:11] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_endermite_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_endermite_seeds
1784Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1785[21:40:11] [Render thread/WARN]: Failed to parse recipe 'ae2wtlib:wireless_universal_terminal/ip[ae2wtlib:combine]'! Falling back to vanilla: java.lang.NullPointerException: Unknown recipe type: ae2wtlib:combine
1786[21:40:11] [Render thread/WARN]: Failed to parse recipe ae2wtlib:wireless_universal_terminal/ip[ae2wtlib:combine]: com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'ae2wtlib:combine'
1787[21:40:11] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:materials/qivium/block[tconstruct:material]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/qivium'
1788[21:40:11] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:materials/qivium/block[tconstruct:material]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/qivium'
1789[21:40:11] [Render thread/WARN]: Failed to parse recipe 'ae2wtlib:wireless_universal_terminal/ci[ae2wtlib:combine]'! Falling back to vanilla: java.lang.NullPointerException: Unknown recipe type: ae2wtlib:combine
1790[21:40:11] [Render thread/WARN]: Failed to parse recipe ae2wtlib:wireless_universal_terminal/ci[ae2wtlib:combine]: com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'ae2wtlib:combine'
1791[21:40:11] [Render thread/WARN]: Failed to parse recipe 'ae2wtlib:wireless_universal_terminal/cp[ae2wtlib:combine]'! Falling back to vanilla: java.lang.NullPointerException: Unknown recipe type: ae2wtlib:combine
1792[21:40:11] [Render thread/WARN]: Failed to parse recipe ae2wtlib:wireless_universal_terminal/cp[ae2wtlib:combine]: com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'ae2wtlib:combine'
1793[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_vex_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_vex_seeds
1794Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1795[21:40:11] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_vex_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_vex_seeds
1796Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1797[21:40:11] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:smeltery/melting/gausum/block[tconstruct:melting]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/gausum'
1798[21:40:11] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:smeltery/melting/gausum/block[tconstruct:melting]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/gausum'
1799[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:fuels/compression/compression_creosote[thermal:compression_fuel]': {"fluid_tag":"forge:creosote","amount":1000} is not a valid ingredient!
1800[21:40:11] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:smeltery/melting/lavium/block[tconstruct:melting]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/lavium'
1801[21:40:11] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:smeltery/melting/lavium/block[tconstruct:melting]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/lavium'
1802[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_witch_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_witch_seeds
1803Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1804[21:40:11] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_witch_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_witch_seeds
1805Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1806[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_pillager_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_pillager_seeds
1807Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1808[21:40:11] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_pillager_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_pillager_seeds
1809Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1810[21:40:11] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:materials/duralumin/block[tconstruct:material]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/duralumin'
1811[21:40:11] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:materials/duralumin/block[tconstruct:material]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/duralumin'
1812[21:40:11] [Render thread/WARN]: Failed to parse recipe 'productivebees:forestry/centrifuge/honey_comb[forestry:centrifuge]'! Falling back to vanilla: java.lang.NullPointerException: Unknown recipe type: forestry:centrifuge
1813[21:40:11] [Render thread/WARN]: Failed to parse recipe productivebees:forestry/centrifuge/honey_comb[forestry:centrifuge]: com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'forestry:centrifuge'
1814[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/productivebees/centrifuge_productivebees_soulium_honeycomb[thermal:centrifuge]': {"item":"mysticalagriculture:soulium","chance":1.0} is not a valid result!
1815[21:40:11] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:materials/lavium/block[tconstruct:material]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/lavium'
1816[21:40:11] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:materials/lavium/block[tconstruct:material]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/lavium'
1817[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/genericeco/insolator_minecraft_yellow_birch_sapling[thermal:insolator]': {"item":"minecraft:yellow_birch_sapling"} is not a valid ingredient!
1818[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_evoker_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_evoker_seeds
1819Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1820[21:40:11] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_evoker_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_evoker_seeds
1821Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1822[21:40:11] [Render thread/WARN]: Failed to parse recipe 'ae2wtlib:wireless_universal_terminal/upgrade_interface[ae2wtlib:upgrade]'! Falling back to vanilla: java.lang.NullPointerException: Unknown recipe type: ae2wtlib:upgrade
1823[21:40:11] [Render thread/WARN]: Failed to parse recipe ae2wtlib:wireless_universal_terminal/upgrade_interface[ae2wtlib:upgrade]: com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'ae2wtlib:upgrade'
1824[21:40:11] [Render thread/WARN]: Failed to parse recipe 'tinkers_reforged:smeltery/melting/duralumin/block[tconstruct:melting]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/duralumin'
1825[21:40:11] [Render thread/WARN]: Failed to parse recipe tinkers_reforged:smeltery/melting/duralumin/block[tconstruct:melting]: com.google.gson.JsonSyntaxException: Unknown item tag 'forge:storage_blocks/duralumin'
1826[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/genericeco/insolator_minecraft_orange_birch_sapling[thermal:insolator]': {"item":"minecraft:orange_birch_sapling"} is not a valid ingredient!
1827[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_parrot_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_parrot_seeds
1828Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1829[21:40:11] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_parrot_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_parrot_seeds
1830Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1831[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_magma_cube_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_magma_cube_seeds
1832Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1833[21:40:11] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_magma_cube_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_magma_cube_seeds
1834Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1835[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_drowned_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_drowned_seeds
1836Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1837[21:40:11] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_drowned_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_drowned_seeds
1838Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1839[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_dolphin_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_dolphin_seeds
1840Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1841[21:40:11] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_dolphin_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_dolphin_seeds
1842Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1843[21:40:11] [Render thread/WARN]: Failed to parse recipe 'ae2wtlib:wireless_universal_terminal/upgrade_crafting[ae2wtlib:upgrade]'! Falling back to vanilla: java.lang.NullPointerException: Unknown recipe type: ae2wtlib:upgrade
1844[21:40:11] [Render thread/WARN]: Failed to parse recipe ae2wtlib:wireless_universal_terminal/upgrade_crafting[ae2wtlib:upgrade]: com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'ae2wtlib:upgrade'
1845[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/genericeco/insolator_minecraft_yellow_oak_sapling[thermal:insolator]': {"item":"minecraft:yellow_oak_sapling"} is not a valid ingredient!
1846[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_cat_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_cat_seeds
1847Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1848[21:40:11] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_cat_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_cat_seeds
1849Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1850[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/genericeco/insolator_minecraft_red_oak_sapling[thermal:insolator]': {"item":"minecraft:red_oak_sapling"} is not a valid ingredient!
1851[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/mysticalagriculture/insolator_mysticalag_bat_seeds[thermal:insolator]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_bat_seeds
1852Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1853[21:40:11] [Render thread/WARN]: Failed to parse recipe thermal:compat/mysticalagriculture/insolator_mysticalag_bat_seeds[thermal:insolator]: com.google.gson.JsonSyntaxException: Invalid Thermal Series recipe: thermal:compat/mysticalagriculture/insolator_mysticalag_bat_seeds
1854Refer to the recipe's ResourceLocation to find the mod responsible and let them know!
1855[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/genericeco/insolator_minecraft_flowering_oak_sapling[thermal:insolator]': {"item":"minecraft:flowering_oak_sapling"} is not a valid ingredient!
1856[21:40:11] [Render thread/WARN]: Failed to parse recipe 'thermal:compat/productivebees/centrifuge_productivebees_purple_slimy_honeycomb[thermal:centrifuge]': {"item":"productivebees:honeycomb_purple_slimy"} is not a valid ingredient!
1857[21:40:11] [Render thread/INFO]: Found 11490 recipes and 0 failed recipes in 356.5 ms
1858[21:40:11] [Render thread/INFO]: Posted recipe events in 214.7 ?s
1859[21:40:12] [Render thread/INFO]: Modified & removed recipes in 170.0 ms
1860[21:40:12] [Render thread/INFO]: Added recipes in 162.0 ?s
1861[21:40:12] [Render thread/INFO]: Added 0 recipes, removed 0 recipes, modified 0 recipes, with 0 failed recipes and 0 fall-backed recipes
1862[21:40:12] [Render thread/INFO]: Adding Diamond Weapons to the End City Treasure Loot Table!
1863[21:40:12] [Render thread/INFO]: Adding Longbow and Heavy Crossbow related loot to the Village Fletcher Loot Table!
1864[21:40:13] [Render thread/INFO]: Adding Iron Weapons to the Village Weaponsmith Loot Table!
1865[21:40:13] [Render thread/INFO]: Registered 1 additional loot tables.
1866[21:40:13] [Render thread/INFO]: [functions] Found 0 tags, added 0 objects, removed 0 objects
1867[21:40:13] [Render thread/INFO]: [functions] Found 0 tags, added 0 objects, removed 0 objects
1868[21:40:14] [Render thread/ERROR]: Parsing error loading custom advancement twilightforest:alt/compat/tconstruct: Unknown item id 'tconstruct:book'
1869[21:40:14] [Render thread/INFO]: Loaded 3331 advancements
1870[21:40:14] [Render thread/INFO]: Registered 1 additional recipes.
1871[21:40:14] [Render thread/INFO]: Finished loading powers from data files. Registry contains 68 powers.
1872[21:40:14] [Render thread/INFO]: Finished loading origins from data files. Registry contains 11 origins.
1873[21:40:14] [Render thread/INFO]: Trying to read layer file: origins:origin
1874[21:40:14] [Render thread/INFO]: Finished loading origin layers from data files. Read 1 layers.
1875[21:40:14] [Render thread/INFO]: [com.supermartijn642.rechiseled.chiseling.ChiselingRecipeLoader:apply:106]: Loaded 27 chiseling recipes
1876[21:40:14] [Render thread/INFO]: Couldn't fully analyze 1 club_studded, missing knowledge for {1 club_wood=1.0}
1877[21:40:14] [Render thread/INFO]: Couldn't fully analyze 1 cestus_studded, missing knowledge for {1 cestus=1.0}
1878[21:40:14] [Render thread/INFO]: Couldn't fully analyze 1 kikoku, missing knowledge for {1 etheric_sword=1.0}
1879[21:40:14] [Render thread/INFO]: Finished recipe profiler for Arc Recycling, took 242 milliseconds
1880[21:40:14] [Render thread/INFO]: Loaded cucumber-tags.json in 1 ms
1881[21:40:14] [Render thread/INFO]: Loaded 73 materials in 1.4752 ms
1882[21:40:14] [Render thread/INFO]: 161 stats loaded for 78 materials in 76.039 ms
1883[21:40:14] [Render thread/INFO]: 75 traits loaded for 78 materials in 75.5142 ms
1884[21:40:14] [Render thread/INFO]: Loaded 15 station slot layouts in 3.0968 ms
1885[21:40:14] [Render thread/INFO]: CraftTweaker reload starting!
1886[21:40:14] [Render thread/INFO]: Scripts are invalid!
1887[21:40:14] [Render thread/INFO]: CraftTweaker reload complete!
1888[21:40:14] [Render thread/INFO]: Recipes for potions: minecraft:leaping, minecraft:long_weakness, minecraft:thick, minecraft:strong_healing, minecraft:long_regeneration, minecraft:long_strength, minecraft:strong_leaping, minecraft:mundane, minecraft:strong_strength, minecraft:turtle_master, minecraft:strong_slowness, minecraft:long_slow_falling, minecraft:strong_turtle_master, minecraft:long_poison, minecraft:long_swiftness, minecraft:weakness, minecraft:long_fire_resistance, minecraft:awkward, minecraft:night_vision, minecraft:strong_regeneration, minecraft:long_leaping, minecraft:slowness, minecraft:strong_harming, minecraft:strength, minecraft:long_water_breathing, minecraft:water, minecraft:strong_poison, minecraft:invisibility, minecraft:water_breathing, minecraft:regeneration, minecraft:harming, minecraft:long_invisibility, minecraft:fire_resistance, minecraft:long_slowness, minecraft:long_turtle_master, minecraft:long_night_vision, minecraft:swiftness, minecraft:slow_falling, minecraft:strong_swiftness, minecraft:healing, minecraft:poison
1889[21:40:15] [Render thread/INFO]: Injecting existing registry data into this CLIENT instance
1890[21:40:15] [Render thread/WARN]: Registry mekanism:gas: Object did not get ID it asked for. Name: crafttweaker:example_gas Expected: 3 Got: 29
1891[21:40:15] [Render thread/WARN]: Registry mekanism:infuse_type: Object did not get ID it asked for. Name: crafttweaker:example_infuse_type Expected: 0 Got: 9
1892[21:40:15] [Render thread/WARN]: Registry mekanism:pigment: Object did not get ID it asked for. Name: crafttweaker:example_pigment Expected: 0 Got: 19
1893[21:40:15] [Render thread/WARN]: Registry mekanism:slurry: Object did not get ID it asked for. Name: crafttweaker:example_dirty_slurry Expected: 0 Got: 15
1894[21:40:15] [Render thread/WARN]: Registry mekanism:slurry: Object did not get ID it asked for. Name: crafttweaker:example_clean_slurry Expected: 1 Got: 16
1895[21:40:22] [Render thread/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
1896[21:40:22] [Server thread/INFO]: Starting integrated minecraft server version 1.16.5
1897[21:40:22] [Server thread/INFO]: Generating keypair
1898[21:40:22] [Server thread/INFO]: Loading JourneyMap Forge Configs
1899[21:40:22] [Server thread/INFO]: SERVER CONFIG LOADED
1900[21:40:22] [Server thread/INFO]: Loaded FTB Teams - 1 known players
1901[21:40:23] [Server thread/INFO]: FluxNetworkData has been successfully loaded
1902[21:40:23] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
1903[21:40:24] [Render thread/INFO]: Preparing spawn area: 0%
1904[21:40:24] [Render thread/INFO]: Preparing spawn area: 0%
1905[21:40:24] [Render thread/INFO]: Preparing spawn area: 0%
1906[21:40:24] [Render thread/INFO]: Preparing spawn area: 0%
1907[21:40:27] [Render thread/INFO]: Preparing spawn area: 83%
1908[21:40:27] [Render thread/INFO]: Preparing spawn area: 83%
1909[21:40:27] [Render thread/INFO]: Preparing spawn area: 83%
1910[21:40:27] [Render thread/INFO]: Preparing spawn area: 83%
1911[21:40:27] [Render thread/INFO]: Preparing spawn area: 83%
1912[21:40:27] [Worker-Main-23/INFO]: CREATING AND INIT'ING CARVER W DIMENSION minecraft:overworld...
1913[21:40:27] [Worker-Main-23/INFO]: Better Caves config file for dimension minecraft:overworld not found. Using global config...
1914[21:40:27] [Worker-Main-23/INFO]: Using block 'minecraft:lava' as lava in cave generation for dimension minecraft:overworld
1915[21:40:27] [Worker-Main-23/INFO]: Using block 'Block{minecraft:water}[level=0]' as water in cave generation for dimension minecraft:overworld
1916[21:40:27] [Render thread/INFO]: Preparing spawn area: 98%
1917[21:40:28] [Render thread/INFO]: Preparing spawn area: 99%
1918[21:40:28] [Render thread/INFO]: Time elapsed: 5248 ms
1919[21:40:28] [Server thread/WARN]: A new sound was added after the sounds were registered and therefore the new sound could not be added!
1920[21:40:29] [Server thread/INFO]: Death and destruction prepared! (And Cookies. Cookies were also prepared.)
1921[21:40:29] [Server thread/INFO]: Starting up Server for Spartan Weaponry!
1922[21:40:29] [Server thread/INFO]: {SPAWN_DRAGON_SKELETON_I_CF=true, HYDRA_CAVE_CF=true, SPAWN_SEA_SERPENT_CF=true, SPAWN_STYMPHALIAN_BIRD_CF=true, SPAWN_WANDERING_CYCLOPS_CF=true, PIXIE_VILLAGE_CF=false, SPAWN_DEATH_WORM_CF=true, FIRE_DRAGON_CAVE_CF=true, SIREN_ISLAND_CF=true, MYRMEX_HIVE_DESERT_CF=true, SPAWN_HIPPOCAMPUS_CF=true, FIRE_DRAGON_ROOST_CF=true, MYRMEX_HIVE_JUNGLE_CF=true, GORGON_TEMPLE_CF=true, COPPER_ORE_CF=true, SILVER_ORE_CF=true, LIGHTNING_DRAGON_CAVE_CF=true, SPAWN_DRAGON_SKELETON_F_CF=true, AMETHYST_ORE_CF=true, SPAWN_DRAGON_SKELETON_L_CF=true, LIGHTNING_LILY_CF=true, MAUSOLEUM_CF=true, ICE_DRAGON_CAVE_CF=true, GRAVEYARD_CF=true, SAPPHIRE_ORE_CF=true, LIGHTNING_DRAGON_ROOST_CF=true, CYCLOPS_CAVE_CF=true, FROST_LILY_CF=true, FIRE_LILY_CF=true, ICE_DRAGON_ROOST_CF=true}
1923[21:40:29] [Server thread/INFO]: {TROLL_S=true, HIPPOGRYPH=true, AMPHITHERE=true, COCKATRICE=true, TROLL_M=true, DREAD_LICH=true, TROLL_F=true}
1924[21:40:29] [Server thread/INFO]: Reading dimlet packages:
1925[21:40:29] [Server thread/INFO]: Reading dimlet package: base.json, 38 valid dimlets found
1926[21:40:29] [Server thread/INFO]: Reading dimlet package: vanilla_blocks.json, 267 valid dimlets found
1927[21:40:29] [Server thread/INFO]: Reading dimlet package: vanilla_fluids.json, 2 valid dimlets found
1928[21:40:29] [Server thread/INFO]: Reading dimlet package: vanilla_biomes.json, 79 valid dimlets found
1929[21:40:29] [Server thread/INFO]: Reading dimlet package: rftools.json, 10 valid dimlets found
1930[21:40:29] [Server thread/INFO]: Reading dimlet package: appliedenergistics2.json, 13 valid dimlets found
1931[21:40:29] [Server thread/INFO]: Reading dimlet package: biggerreactors.json, 0 valid dimlets found
1932[21:40:29] [Server thread/INFO]: Reading dimlet package: bigreactors.json, 6 valid dimlets found
1933[21:40:29] [Server thread/INFO]: Reading dimlet package: botania.json, 0 valid dimlets found
1934[21:40:29] [Server thread/INFO]: Reading dimlet package: immersiveengineering.json, 23 valid dimlets found
1935[21:40:29] [Server thread/INFO]: Reading dimlet package: mekanism.json, 34 valid dimlets found
1936[21:40:29] [Server thread/INFO]: Reading dimlet package: powah.json, 10 valid dimlets found
1937[21:40:29] [Server thread/INFO]: Reading dimlet package: quark.json, 0 valid dimlets found
1938[21:40:29] [Server thread/INFO]: Reading dimlet package: tconstruct.json, 68 valid dimlets found
1939[21:40:29] [Server thread/INFO]: Reading dimlet package: thermal.json, 107 valid dimlets found
1940[21:40:29] [Server thread/INFO]: Reading dimlet package: biomesoplenty.json, 148 valid dimlets found
1941[21:40:29] [Server thread/INFO]: Reading dimlet package: emendatusenigmatica.json, 0 valid dimlets found
1942[21:40:29] [Server thread/INFO]: Changing view distance to 2, from 10
1943[21:40:30] [Netty Server IO #1/INFO]: Skipping config sync, No mods have registered a syncable config.
1944[21:40:32] [Netty Local Client IO #0/INFO]: Connected to a modded server.
1945[21:40:32] [Netty Local Client IO #0/ERROR]: Error adding element: Unknown registry element com.brandon3055.draconicevolution.world.DEWorldGen$1@67f99a2d
1946[21:40:32] [Server thread/INFO]: Using new advancement loading for net.minecraft.advancements.PlayerAdvancements@1a145ca4
1947[21:40:32] [Server thread/INFO]: TheJogobella[local:E:06543429] logged in with entity id 103 at (-200.78195316942683, 64.0, 426.8562526143346)
1948[21:40:33] [Server thread/INFO]: TheJogobella joined the game
1949[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:block_conversion/productivebees:block_conversion/sand_to_soulsand
1950[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/health_boost_iii
1951[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:stonework_generate/industrialforegoing:stonework_generate/granite
1952[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/coal_bee
1953[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/mining_aoe_iii
1954[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/laser_lens14
1955[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/constantan
1956[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/silver
1957[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/infinity_launcher
1958[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/tconstruct/queens_slime_bee
1959[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/ingots/gold_bee
1960[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/ingots/radioactive_bee
1961[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/apatite
1962[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:laser_drill_ore/industrialforegoing:laser_drill_ore/cobalt
1963[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_evoker
1964[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:soul_extraction/mysticalagriculture:souls/porkchop
1965[21:40:33] [Render thread/WARN]: Unknown recipe category: appliedenergistics2:grinder/appliedenergistics2:grinder/sky_dust
1966[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:soul_extraction/mysticalagriculture:souls/pufferfish
1967[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/ruby
1968[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/sky_stone
1969[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/iron
1970[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/zombie
1971[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/gold
1972[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/dusts/blazing_bee
1973[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/ingots/lead_bee
1974[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/spider
1975[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/tinkers_bronze
1976[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:soul_extraction/mysticalagriculture:souls/basalz_rod
1977[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_conversion/productivebees:bee_conversion/collector_bee
1978[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/pink_slime_ingot
1979[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/chicken
1980[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_parrot
1981[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_spawning/productivebees:bee_spawning/digger_stone_nest
1982[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/uranium
1983[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/dark_glass
1984[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_zombified_piglin
1985[21:40:33] [Render thread/WARN]: Unknown recipe category: appliedenergistics2:inscriber/appliedenergistics2:inscriber/engineering_processor_press
1986[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/fiery_ingot
1987[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_pig
1988[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/step_assist
1989[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/fluix
1990[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/water_breathing
1991[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/magmatic_bee
1992[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/awakened_draconium
1993[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/tconstruct/rose_gold_bee
1994[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/blizz
1995[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/rancher_bee
1996[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/supreme_machine_frame
1997[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/earth
1998[21:40:33] [Server thread/INFO]: Client logged in: sending dimlet packages
1999[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/thermal/destabilized_redstone
2000[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:soul_extraction/mysticalagriculture:souls/cod
2001[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:laser_drill_ore/industrialforegoing:laser_drill_ore/lead
2002[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_zombie_villager
2003[21:40:33] [Render thread/WARN]: Unknown recipe category: powah:energizing/powah:energizing/blazing_crystal
2004[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/enderium
2005[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/fish
2006[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_cow
2007[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/rancher_bee
2008[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/infinity_drill
2009[21:40:33] [Render thread/WARN]: Unknown recipe category: powah:energizing/powah:energizing/spirited_crystal
2010[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/industrial-foregoing/plastic_bee
2011[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/draconicevolution/draconium_bee
2012[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/appliedenergistics2/spacial_bee
2013[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:laser_drill_ore/industrialforegoing:laser_drill_ore/cinnabar
2014[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/signalum
2015[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/tconstruct/hepatizon_bee
2016[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/air
2017[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/tinkers_bronze
2018[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/dye_bee
2019[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/health_boost_iv
2020[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bottler/productivebees:bottler/experience_bottle
2021[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_magma_cube
2022[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:fluid_extractor/industrialforegoing:fluid_extractor/jungle
2023[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/strength_iii
2024[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:soul_extraction/mysticalagriculture:souls/rotten_flesh
2025[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/chicken
2026[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_spawning_big/productivebees:bee_spawning/oak_wood_nest
2027[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/squid
2028[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_panda
2029[21:40:33] [Render thread/WARN]: Unknown recipe category: appliedenergistics2:inscriber/appliedenergistics2:inscriber/silicon_print
2030[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:soul_extraction/mysticalagriculture:souls/wither_skeleton_skull
2031[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/strength_ii
2032[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_ocelot
2033[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/gems/amethyst_bee
2034[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_turtle
2035[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/queens_slime
2036[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_vindicator
2037[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_cat
2038[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/mechanical_dirt
2039[21:40:33] [Render thread/WARN]: Unknown recipe category: appliedenergistics2:entropy/appliedenergistics2:entropy/heat/water_air
2040[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/slimesteel
2041[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/honey
2042[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/laser_lens6
2043[21:40:33] [Render thread/WARN]: Unknown recipe category: appliedenergistics2:grinder/appliedenergistics2:grinder/ender_dust
2044[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/laser_lens4
2045[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/ingots/refined_glowstone_bee
2046[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/wood
2047[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:laser_drill_ore/industrialforegoing:laser_drill_ore/uranium
2048[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/certus_quartz
2049[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/gems/fluorite_bee
2050[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/fluorite
2051[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_skeleton_horse
2052[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/tungsten
2053[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/ingots/aluminium_bee
2054[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/strength_i
2055[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/copper
2056[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/niotic_crystal
2057[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/lead
2058[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/lumium
2059[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/pathing_aoe_i
2060[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/wither_resistance
2061[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_wolf
2062[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/ingots/iron_bee
2063[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:laser_drill_ore/industrialforegoing:laser_drill_ore/lapis
2064[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/ingots/silver_bee
2065[21:40:33] [Render thread/WARN]: Unknown recipe category: powah:energizing/powah:energizing/blazing_crystal_2
2066[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/invar
2067[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:fluid_extractor/industrialforegoing:fluid_extractor/acacia
2068[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/attack_aoe_i
2069[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/poison_resistance
2070[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/nitro_crystal
2071[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/productivebees:mysticalagriculture/insanium_bee
2072[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/uraninite
2073[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/ironwood
2074[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/ingots/nickel_bee
2075[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:laser_drill_ore/industrialforegoing:laser_drill_ore/ancient_debris
2076[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/gems/apatite_bee
2077[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:soul_extraction/mysticalagriculture:souls/gunpowder
2078[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/thermal/blitz_bee
2079[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:laser_drill_ore/industrialforegoing:laser_drill_ore/fluorite
2080[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/tconstruct/soulsteel_bee
2081[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:soul_extraction/mysticalagriculture:souls/ink_sac
2082[21:40:33] [Render thread/WARN]: Unknown recipe category: powah:energizing/powah:energizing/niotic_crystal
2083[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/dye
2084[21:40:33] [Render thread/WARN]: Unknown recipe category: appliedenergistics2:grinder/appliedenergistics2:grinder/nether_quartz_dust
2085[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/turtle
2086[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/dusts/blazing_bee
2087[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:laser_drill_ore/industrialforegoing:laser_drill_ore/emerald
2088[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/industrial-foregoing/pink_slimy_bee
2089[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:soul_extraction/mysticalagriculture:souls/egg
2090[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/aluminum
2091[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/skeleton
2092[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/energized_steel
2093[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_bat
2094[21:40:33] [Render thread/WARN]: Unknown recipe category: appliedenergistics2:grinder/appliedenergistics2:grinder/certus_quartz_dust
2095[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/spirited_crystal
2096[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/saltpeter
2097[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/osmium
2098[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/xp_bottles
2099[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/health_boost_v
2100[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_spawning/productivebees:bee_spawning/leafcutter_coarse_dirt_nest
2101[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/electrum
2102[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/steel
2103[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:soul_extraction/mysticalagriculture:souls/skeleton_skull
2104[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/farmer_bee
2105[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/tilling_aoe_i
2106[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/absorption_iv
2107[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:laser_drill_ore/industrialforegoing:laser_drill_ore/copper
2108[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/graphite
2109[21:40:33] [Render thread/WARN]: Unknown recipe category: appliedenergistics2:grinder/appliedenergistics2:grinder/iron_dust_ore
2110[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/dusts/redstone_bee
2111[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/skeleton
2112[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/experience_bee
2113[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/gems/cinnabar_bee
2114[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/stone
2115[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/nether
2116[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_spawning/productivebees:bee_spawning/ashy_mining_gravel_nest
2117[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/draconium
2118[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/sulfur
2119[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/copper
2120[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/speed_addon_1
2121[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/steeleaf
2122[21:40:33] [Render thread/WARN]: Unknown recipe category: powah:energizing/powah:energizing/energized_steel
2123[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/ghast
2124[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/mysticalagriculture/soulium_bee
2125[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/squid
2126[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/gems/cinnabar_bee
2127[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_spawning_big/productivebees:bee_spawning/birch_wood_nest
2128[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/slimy_bee
2129[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/ingots/tin_bee
2130[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_conversion/productivebees:bee_conversion/gems/amethyst_bee
2131[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/tconstruct/knightslime_bee
2132[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/cobalt
2133[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_stray
2134[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/laser_lens12
2135[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:stonework_generate/industrialforegoing:stonework_generate/andesite
2136[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/coal
2137[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/absorption_ii
2138[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_drowned
2139[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/cow
2140[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/enderium
2141[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:soul_extraction/mysticalagriculture:souls/wool
2142[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/sheep
2143[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:laser_drill_ore/industrialforegoing:laser_drill_ore/ruby
2144[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_snow_golem
2145[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_spawning/productivebees:bee_spawning/digger_gravel_nest
2146[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/nether
2147[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:soul_extraction/mysticalagriculture:souls/rabbit_foot
2148[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/ingots/constantan_bee
2149[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_spawning/productivebees:bee_spawning/mason_sugar_cane_nest
2150[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/quarry_bee
2151[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/health_boost_ii
2152[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/spirited_crystal
2153[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/obsidian
2154[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/tconstruct/sky_slimy_bee
2155[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/lapis_lazuli
2156[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/cobalt
2157[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/tconstruct/tinkers_bronze_bee
2158[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_slime
2159[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/uranium
2160[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/simple_machine_frame
2161[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_mooshroom
2162[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_squid
2163[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_spawning_big/productivebees:bee_spawning/spruce_wood_nest
2164[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/bee
2165[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/bronze
2166[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/processing_addon_2
2167[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_spawning/productivebees:bee_spawning/draconic_obsidian_nest
2168[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/fiery_ingot
2169[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/awakened_draconium
2170[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/mysticalagriculture/prosperity_bee
2171[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:laser_drill_ore/industrialforegoing:laser_drill_ore/aluminum
2172[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/obsidian_bee
2173[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_conversion/productivebees:bee_conversion/frosty_bee
2174[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_spawning/productivebees:bee_spawning/nether_gold_nest
2175[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/cyanite
2176[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/brass
2177[21:40:33] [Render thread/WARN]: Unknown recipe category: appliedenergistics2:grinder/appliedenergistics2:grinder/nether_quartz_dust_ore
2178[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/bronze
2179[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_spider
2180[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/energized_steel
2181[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/netherite
2182[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:laser_drill_ore/industrialforegoing:laser_drill_ore/sulfur
2183[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:soul_extraction/mysticalagriculture:souls/scute
2184[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_spawning/productivebees:bee_spawning/chocolate_mining_sand_nest
2185[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/pig_iron
2186[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/industrial-foregoing/plastic_bee
2187[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:block_conversion/productivebees:block_conversion/thermal/ice_to_blue_ice
2188[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/creeper_bee
2189[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/gems/lapis_bee
2190[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/diamond
2191[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_spawning/productivebees:bee_spawning/chocolate_mining_gravel_nest
2192[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/thermal/energized_glowstone
2193[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/iceandfire/ice_dragonsteel_bee
2194[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/ingots/refined_obsidian_bee
2195[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_spawning/productivebees:bee_spawning/magmatic_nether_brick_nest
2196[21:40:33] [Render thread/WARN]: Unknown recipe category: appliedenergistics2:inscriber/appliedenergistics2:inscriber/silicon_press
2197[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/gems/sapphire_bee
2198[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_fox
2199[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/knightmetal
2200[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_conversion/productivebees:bee_conversion/hoarder_bee
2201[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:fluid_extractor/industrialforegoing:fluid_extractor/birch
2202[21:40:33] [Render thread/WARN]: Unknown recipe category: appliedenergistics2:inscriber/appliedenergistics2:inscriber/calculation_processor_press
2203[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/ingots/osmium_bee
2204[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:soul_extraction/mysticalagriculture:souls/slime_ball
2205[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_tropical_fish
2206[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/laser_lens2
2207[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:laser_drill_fluid/industrialforegoing:laser_drill_fluid/lava
2208[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/blazing_crystal
2209[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_conversion/productivebees:bee_conversion/gems/ruby_bee
2210[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/nether_star
2211[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/ingots/osmium_bee
2212[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/nature
2213[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/hepatizon
2214[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/attack_aoe_ii
2215[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/efficiency_addon_1
2216[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/sapphire
2217[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_llama
2218[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/nether_quartz
2219[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/creeper
2220[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_sheep
2221[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/water
2222[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/water
2223[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/platinum
2224[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/glowstone
2225[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/fire
2226[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/blazing_crystal
2227[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_spawning/productivebees:bee_spawning/ashy_mining_coarse_dirt_nest
2228[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/productivebees:mysticalagriculture/tertium_bee
2229[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/gems/diamond_bee
2230[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/ingots/lumium_bee
2231[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/obsidian
2232[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/mysticalagriculture/prudentium_bee
2233[21:40:33] [Render thread/WARN]: Unknown recipe category: appliedenergistics2:entropy/appliedenergistics2:entropy/cool/lava_obsidian
2234[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/experience_bee
2235[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/basalz
2236[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:laser_drill_ore/industrialforegoing:laser_drill_ore/nickel
2237[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/gems/crystalline_bee
2238[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:laser_drill_fluid/industrialforegoing:laser_drill_fluid/ether_gas
2239[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/mycelial_reactor
2240[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_ghast
2241[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/enderman
2242[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/queens_slime
2243[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_hoglin
2244[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/knightmetal
2245[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:laser_drill_ore/industrialforegoing:laser_drill_ore/yellorite
2246[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/coal
2247[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_elder_guardian
2248[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/ghostly_bee
2249[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/cyanite
2250[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/wither_skeleton
2251[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_conversion/productivebees:bee_conversion/appliedenergistics2/fluix_bee
2252[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/mining_aoe_ii
2253[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_spawning/productivebees:bee_spawning/ghostly_soul_sand_nest
2254[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/flight
2255[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/zombie_bee
2256[21:40:33] [Render thread/WARN]: Unknown recipe category: appliedenergistics2:entropy/appliedenergistics2:entropy/cool/water_ice
2257[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/gems/ruby_bee
2258[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/ingots/bronze_bee
2259[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/productivebees:mysticalagriculture/supremium_bee
2260[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/speed_i
2261[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:passive_soulium_dagger
2262[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/range_addon10
2263[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/pathing_aoe_ii
2264[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_spawning/productivebees:bee_spawning/chocolate_mining_coarse_dirt_nest
2265[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:soul_extraction/mysticalagriculture:souls/blaze_rod
2266[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/chrome
2267[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/laser_lens7
2268[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_conversion/productivebees:bee_conversion/mysticalagriculture/soulium_bee
2269[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/advanced_machine_frame
2270[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/iceandfire/lightning_dragonsteel_bee
2271[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/steeleaf
2272[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:stonework_generate/industrialforegoing:stonework_generate/diorite
2273[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_spawning/productivebees:bee_spawning/glowing_glowstone_nest
2274[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/silver
2275[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/ingots/bronze_bee
2276[21:40:33] [Render thread/WARN]: Unknown recipe category: appliedenergistics2:inscriber/appliedenergistics2:inscriber/engineering_processor_print
2277[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bottler/productivebees:bottler/honey_treat
2278[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_husk
2279[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/range_addon3
2280[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_nbt_changer/productivebees:bee_nbt_changer/repair
2281[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_spawning/productivebees:bee_spawning/sweaty_snow_nest
2282[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/mysticalagriculture/imperium_bee
2283[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_salmon
2284[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/ingots/steel_bee
2285[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/thermal/basalz_bee
2286[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bottler/productivebees:bottler/milk_bottle
2287[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/powah/uraninite_bee
2288[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/frosty_bee
2289[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_blaze
2290[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/ingots/electrum_bee
2291[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/mysticalagriculture/inferium_bee
2292[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/manyullyn
2293[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/redstone
2294[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/ingots/signalum_bee
2295[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:hostile_soulium_dagger
2296[21:40:33] [Render thread/WARN]: Unknown recipe category: appliedenergistics2:grinder/appliedenergistics2:grinder/iron_dust_ingot
2297[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_guardian
2298[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_horse
2299[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_zombie_horse
2300[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/enderman
2301[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/pig
2302[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:fluid_extractor/industrialforegoing:fluid_extractor/spruce
2303[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/apatite
2304[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_wandering_trader
2305[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/laser_lens1
2306[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/range_addon11
2307[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:laser_drill_ore/industrialforegoing:laser_drill_ore/diamond
2308[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/ingots/iron_bee
2309[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/range_addon4
2310[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:fluid_extractor/industrialforegoing:fluid_extractor/dark_oak
2311[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/dusts/glowing_bee
2312[21:40:33] [Render thread/WARN]: Unknown recipe category: appliedenergistics2:grinder/appliedenergistics2:grinder/fluix_dust
2313[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_piglin_brute
2314[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/absorption_i
2315[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/appliedenergistics2/spacial_bee
2316[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/pig
2317[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:soul_extraction/mysticalagriculture:souls/ender_pearl
2318[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/speed_iii
2319[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_zombie
2320[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/pathing_aoe_iii
2321[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/lumber_bee
2322[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/basalz
2323[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/hop_graphite
2324[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/appliedenergistics2/fluix_bee
2325[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/mysticalagriculture/supremium_bee
2326[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_cod
2327[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/range_addon8
2328[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_ender_dragon
2329[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_spawning/productivebees:bee_spawning/crystalline_nether_quartz_nest
2330[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:soul_extraction/mysticalagriculture:souls/beef
2331[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/redstone
2332[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:crusher/industrialforegoing:crusher/sand_silicon
2333[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/dusts/sulfur_bee
2334[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/tconstruct/manyullyn_bee
2335[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_donkey
2336[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/sheep
2337[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/mysticalagriculture/tertium_bee
2338[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/silky_bee
2339[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:laser_drill_ore/industrialforegoing:laser_drill_ore/gold
2340[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:block_conversion/productivebees:block_conversion/anvil_repair
2341[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_conversion/productivebees:bee_conversion/gems/fluorite_bee
2342[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:soul_extraction/mysticalagriculture:souls/bone
2343[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_bee
2344[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/experience
2345[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/dye
2346[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/emerald
2347[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/coral
2348[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/iridium
2349[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:soul_extraction/mysticalagriculture:souls/mutton
2350[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/speed_ii
2351[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:soul_extraction/mysticalagriculture:souls/creeper_head
2352[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/tconstruct/ichor_slimy_bee
2353[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/sky_stone
2354[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/infinity_backpack
2355[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/wood
2356[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/gold
2357[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/range_addon2
2358[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/ingots/lumium_bee
2359[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:soul_extraction/mysticalagriculture:souls/coal
2360[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/lead
2361[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:laser_drill_ore/industrialforegoing:laser_drill_ore/osmium
2362[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/gems/emerald_bee
2363[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_enderman
2364[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_spawning/productivebees:bee_spawning/slimy_slimy_nest
2365[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/range_addon5
2366[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/thermal/blizz_bee
2367[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:soul_extraction/mysticalagriculture:souls/salmon
2368[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/electrum
2369[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:block_conversion/productivebees:block_conversion/anvil_repair_chipper
2370[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/lumium
2371[21:40:33] [Render thread/WARN]: Unknown recipe category: powah:energizing/powah:energizing/ender_core
2372[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/fire
2373[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/night_vision
2374[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/prismarine
2375[21:40:33] [Render thread/WARN]: Unknown recipe category: appliedenergistics2:grinder/appliedenergistics2:grinder/bonemeal
2376[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/ingots/silver_bee
2377[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_strider
2378[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/productivebees:mysticalagriculture/imperium_bee
2379[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/ingots/electrum_bee
2380[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/rose_gold
2381[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/gems/lapis_bee
2382[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_conversion/productivebees:bee_conversion/ingots/netherite_bee
2383[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/infinity_trident
2384[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_conversion/productivebees:bee_conversion/creeper_bee
2385[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_illusioner
2386[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/ingots/invar_bee
2387[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/absorption_v
2388[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_wither_skeleton
2389[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_vex
2390[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/mithril
2391[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/earth
2392[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/speed_addon_2
2393[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/aluminum
2394[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/honey
2395[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/laser_lens13
2396[21:40:33] [Render thread/WARN]: Unknown recipe category: appliedenergistics2:inscriber/appliedenergistics2:inscriber/logic_processor
2397[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_spawning/productivebees:bee_spawning/ender_end_stone_nest
2398[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/certus_quartz
2399[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/dirt
2400[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/slime
2401[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_spawning/productivebees:bee_spawning/reed_sugar_cane_nest
2402[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/range_addon1
2403[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/stone
2404[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:laser_drill_ore/industrialforegoing:laser_drill_ore/niter
2405[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:block_conversion/productivebees:block_conversion/water_to_ice
2406[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_dolphin
2407[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_conversion/productivebees:bee_conversion/withered_bee
2408[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_skeleton
2409[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_polar_bear
2410[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/tilling_aoe_ii
2411[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:laser_drill_ore/industrialforegoing:laser_drill_ore/certus_quartz
2412[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/infinity_hammer
2413[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/constantan
2414[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/dragon_egg
2415[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/experience
2416[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/range_addon7
2417[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/nitro_crystal
2418[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/nature
2419[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/ironwood
2420[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/range_addon9
2421[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_spawning/productivebees:bee_spawning/mason_stone_nest
2422[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/mysticalagriculture/insanium_bee
2423[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_spawning_big/productivebees:bee_spawning/acacia_wood_nest
2424[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/tilling_aoe_iii
2425[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/tin
2426[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:laser_drill_ore/industrialforegoing:laser_drill_ore/glowstone
2427[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/pathing_aoe_iv
2428[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/coral
2429[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/dragon_egg
2430[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/prismarine
2431[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/fluorite
2432[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/productivebees:mysticalagriculture/prudentium_bee
2433[21:40:33] [Render thread/WARN]: Unknown recipe category: appliedenergistics2:inscriber/appliedenergistics2:inscriber/calculation_processor
2434[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/mining_fatigue_resistance
2435[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:fluid_extractor/industrialforegoing:fluid_extractor/default
2436[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_shulker
2437[21:40:33] [Render thread/WARN]: Unknown recipe category: appliedenergistics2:entropy/appliedenergistics2:entropy/cool/flowing_water_snowball
2438[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/appliedenergistics2/silicon_bee
2439[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_chicken
2440[21:40:33] [Render thread/WARN]: Unknown recipe category: appliedenergistics2:entropy/appliedenergistics2:entropy/heat/snow_water
2441[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_ravager
2442[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/ghast
2443[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/laser_lens10
2444[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/laser_lens8
2445[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/absorption_iii
2446[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/titanium
2447[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/prismarine_bee
2448[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:soul_extraction/mysticalagriculture:souls/chicken
2449[21:40:33] [Render thread/WARN]: Unknown recipe category: appliedenergistics2:grinder/appliedenergistics2:grinder/flint
2450[21:40:33] [Render thread/WARN]: Unknown recipe category: appliedenergistics2:inscriber/appliedenergistics2:inscriber/engineering_processor
2451[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/refined_obsidian
2452[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/ingots/tin_bee
2453[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/rose_gold
2454[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/graphite
2455[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:soul_extraction/mysticalagriculture:souls/string
2456[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/dusts/niter_bee
2457[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/laser_lens0
2458[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:block_conversion/productivebees:block_conversion/cobble_to_lava
2459[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/end
2460[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/slime
2461[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/ingots/netherite_bee
2462[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/refined_glowstone
2463[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/iron
2464[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/ingots/lead_bee
2465[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/niotic_crystal
2466[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_rabbit
2467[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:laser_drill_ore/industrialforegoing:laser_drill_ore/redstone
2468[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/osmium
2469[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/laser_lens5
2470[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/glowstone
2471[21:40:33] [Render thread/WARN]: Unknown recipe category: appliedenergistics2:entropy/appliedenergistics2:entropy/cool/grass_block_dirt
2472[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/saltpeter
2473[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_pillager
2474[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:soul_extraction/mysticalagriculture:souls/feather
2475[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/hepatizon
2476[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/yellorium
2477[21:40:33] [Render thread/WARN]: Unknown recipe category: powah:energizing/powah:energizing/nitro_crystal
2478[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/laser_lens15
2479[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/end
2480[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:stonework_generate/industrialforegoing:stonework_generate/netherrack
2481[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_spawning/productivebees:bee_spawning/bumble_bee_bumble_bee_nest
2482[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/steel
2483[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_pufferfish
2484[21:40:33] [Render thread/WARN]: Unknown recipe category: appliedenergistics2:inscriber/appliedenergistics2:inscriber/logic_processor_press
2485[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:soul_extraction/mysticalagriculture:souls/arrow
2486[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/yellorium
2487[21:40:33] [Render thread/WARN]: Unknown recipe category: mob_grinding_utils:solidify/mob_grinding_utils:solidify/jelly_baby
2488[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/sulfur
2489[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/pig_iron
2490[21:40:33] [Render thread/WARN]: Unknown recipe category: appliedenergistics2:entropy/appliedenergistics2:entropy/heat/cobblestone_stone
2491[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_conversion/productivebees:bee_conversion/gems/sapphire_bee
2492[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:laser_drill_ore/industrialforegoing:laser_drill_ore/silver
2493[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/tin
2494[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/ingots/constantan_bee
2495[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/rubber
2496[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/hop_graphite
2497[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/range_addon6
2498[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/tconstruct/slimesteel_bee
2499[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/spider
2500[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/blizz
2501[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/processing_addon_1
2502[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_wither
2503[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/sapphire
2504[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:soul_extraction/mysticalagriculture:souls/zombie_head
2505[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/skeletal_bee
2506[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:fluid_extractor/industrialforegoing:fluid_extractor/oak
2507[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/ingots/steel_bee
2508[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:laser_drill_ore/industrialforegoing:laser_drill_ore/iron
2509[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_zoglin
2510[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/ingots/copper_bee
2511[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/attack_aoe_iii
2512[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/gems/diamond_bee
2513[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/dusts/sulfur_bee
2514[21:40:33] [Render thread/WARN]: Unknown recipe category: appliedenergistics2:inscriber/appliedenergistics2:inscriber/calculation_processor_print
2515[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_trader_llama
2516[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/blaze
2517[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_iron_golem
2518[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/cupid_bee
2519[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/sugarbag_bee
2520[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:stonework_generate/industrialforegoing:stonework_generate/obsidian
2521[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_piglin
2522[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/refined_glowstone
2523[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/draconic_bee
2524[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/ingots/refined_glowstone_bee
2525[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/ingots/aluminium_bee
2526[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/draconicevolution/awakened_bee
2527[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:soul_extraction/mysticalagriculture:souls/blizz_rod
2528[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/nether_quartz
2529[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/ingots/signalum_bee
2530[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:laser_drill_ore/industrialforegoing:laser_drill_ore/quartz
2531[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/no_fall_damage
2532[21:40:33] [Render thread/WARN]: Unknown recipe category: appliedenergistics2:entropy/appliedenergistics2:entropy/cool/stone_cobblestone
2533[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:crusher/industrialforegoing:crusher/gravel_sand
2534[21:40:33] [Render thread/WARN]: Unknown recipe category: powah:energizing/powah:energizing/dry_ice
2535[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/gems/emerald_bee
2536[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:stonework_generate/industrialforegoing:stonework_generate/cobblestone
2537[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:soul_extraction/mysticalagriculture:souls/ghast_tear
2538[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:laser_drill_ore/industrialforegoing:laser_drill_ore/sapphire
2539[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:soul_extraction/mysticalagriculture:souls/blitz_rod
2540[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:laser_drill_ore/industrialforegoing:laser_drill_ore/coal
2541[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/tilling_aoe_iv
2542[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/efficiency_addon_2
2543[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/tconstruct/cobalt_bee
2544[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/signalum
2545[21:40:33] [Render thread/WARN]: Unknown recipe category: appliedenergistics2:grinder/appliedenergistics2:grinder/certus_quartz_dust_ore
2546[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:laser_drill_ore/industrialforegoing:laser_drill_ore/draconium
2547[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/zombie
2548[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/nether_star
2549[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/fluix
2550[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/netherite
2551[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_conversion/productivebees:bee_conversion/mysticalagriculture/prosperity_bee
2552[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/wither_skeleton
2553[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/ingots/invar_bee
2554[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/infinity_saw
2555[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/range_addon0
2556[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/blitz
2557[21:40:33] [Render thread/WARN]: Unknown recipe category: appliedenergistics2:grinder/appliedenergistics2:grinder/gold_dust_ore
2558[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/fish
2559[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/air
2560[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/inferium
2561[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/ice
2562[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/jump_boost_ii
2563[21:40:33] [Render thread/WARN]: Unknown recipe category: appliedenergistics2:entropy/appliedenergistics2:entropy/cool/stone_bricks_cracked_stone_bricks
2564[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/blaze
2565[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/tconstruct/pig_iron_bee
2566[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/obsidian_bee
2567[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/ender_bee
2568[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:soul_extraction/mysticalagriculture:souls/tropical_fish
2569[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_creeper
2570[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_phantom
2571[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/invar
2572[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/appliedenergistics2/silicon_bee
2573[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/dirt
2574[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bottler/productivebees:bottler/honey_bottle
2575[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/jump_boost_iii
2576[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/mining_aoe_i
2577[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/netherite
2578[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_mule
2579[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/ingots/nickel_bee
2580[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/coal_bee
2581[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/productivebees:mysticalagriculture/inferium_bee
2582[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/jump_boost_i
2583[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/dusts/niter_bee
2584[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/lapis_lazuli
2585[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_spawning_big/productivebees:bee_spawning/jungle_wood_nest
2586[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/thermal/resonant_ender
2587[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/pink_slime_ball
2588[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/infinity_nuke
2589[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/cow
2590[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/uraninite
2591[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/zinc
2592[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/laser_lens9
2593[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/nickel
2594[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/tconstruct/ender_slimy_bee
2595[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_cave_spider
2596[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:crusher/industrialforegoing:crusher/cobble_gravel
2597[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/iceandfire/fire_dragonsteel_bee
2598[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/draconium
2599[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_conversion/productivebees:bee_conversion/industrial-foregoing/pink_slimy_bee
2600[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/dusts/redstone_bee
2601[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/ice
2602[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/turtle
2603[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/health_boost_i
2604[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_giant
2605[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_villager
2606[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_witch
2607[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_conversion/productivebees:bee_conversion/gems/apatite_bee
2608[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/ingots/refined_obsidian_bee
2609[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_silverfish
2610[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_spawning_big/productivebees:bee_spawning/dark_oak_wood_nest
2611[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/laser_lens3
2612[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/creeper
2613[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/ruby
2614[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:soul_extraction/mysticalagriculture:souls/spider_eye
2615[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:soul_extraction/mysticalagriculture:souls/rabbit_hide
2616[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/emerald
2617[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/refined_obsidian
2618[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/rabbit
2619[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/nickel
2620[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:soul_extraction/mysticalagriculture:souls/leather
2621[21:40:33] [Render thread/WARN]: Unknown recipe category: appliedenergistics2:grinder/appliedenergistics2:grinder/gold_dust_ingot
2622[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/manyullyn
2623[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/silicon
2624[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/ingots/gold_bee
2625[21:40:33] [Render thread/WARN]: Unknown recipe category: powah:energizing/powah:energizing/charged_snowball
2626[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:dissolution_chamber/industrialforegoing:dissolution_chamber/laser_lens11
2627[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/fire_resistance
2628[21:40:33] [Render thread/WARN]: Unknown recipe category: rftoolsutility:spawner/rftoolsutility:minecraft_endermite
2629[21:40:33] [Render thread/WARN]: Unknown recipe category: industrialforegoing:laser_drill_ore/industrialforegoing:laser_drill_ore/tin
2630[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/ingots/radioactive_bee
2631[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/blitz
2632[21:40:33] [Render thread/WARN]: Unknown recipe category: appliedenergistics2:entropy/appliedenergistics2:entropy/heat/ice_water
2633[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:augment/mining_aoe_iv
2634[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/withered_bee
2635[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/ingots/copper_bee
2636[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/slimesteel
2637[21:40:33] [Render thread/WARN]: Unknown recipe category: appliedenergistics2:grinder/appliedenergistics2:grinder/flour
2638[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_spawning/productivebees:bee_spawning/ashy_mining_sand_nest
2639[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/silky_bee
2640[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:advanced_beehive/productivebees:bee_produce/ingots/enderium_bee
2641[21:40:33] [Render thread/WARN]: Unknown recipe category: appliedenergistics2:inscriber/appliedenergistics2:inscriber/logic_processor_print
2642[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/powah/uraninite_bee
2643[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/rabbit
2644[21:40:33] [Render thread/WARN]: Unknown recipe category: productivebees:bee_breeding/productivebees:bee_breeding/ingots/enderium_bee
2645[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:infusion/mysticalagriculture:seed/infusion/diamond
2646[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:soul_extraction/mysticalagriculture:souls/rabbit
2647[21:40:33] [Render thread/WARN]: Unknown recipe category: mysticalagriculture:reprocessor/mysticalagriculture:seed/reprocessor/silicon
2648[21:40:33] [Server thread/INFO]: Saving and pausing game...
2649[21:40:33] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
2650[21:40:33] [Thread-46/INFO]: No custom rewards detected for the current user!
2651[21:40:35] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
2652[21:40:35] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
2653[21:40:35] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/compactmachines:compact_world
2654[21:40:35] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/twilightforest:twilightforest
2655[21:40:35] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/twilightforest:skylight_forest
2656[21:40:35] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/appliedenergistics2:spatial_storage
2657[21:40:35] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 3012ms or 60 ticks behind
2658[21:40:36] [Render thread/INFO]: Started wikis recipes collecting...
2659[21:40:36] [Render thread/INFO]: Wiki recipes collecting completed in : 224 ms
2660[21:40:36] [Render thread/INFO]: Scripts are invalid!
2661[21:40:36] [Render thread/INFO]: Starting JEI...
2662[21:40:36] [Render thread/INFO]: Registering item subtypes: jei:minecraft ...
2663[21:40:36] [Render thread/INFO]: Registering item subtypes: jei:minecraft took 1.531 ms
2664[21:40:36] [Render thread/INFO]: Registering item subtypes: powah:main ...
2665[21:40:36] [Render thread/INFO]: Registering item subtypes: powah:main took 5.800 ?s
2666[21:40:36] [Render thread/INFO]: Registering item subtypes: darkutils:jei_support ...
2667[21:40:36] [Render thread/INFO]: Registering item subtypes: darkutils:jei_support took 4.000 ?s
2668[21:40:36] [Render thread/INFO]: Registering item subtypes: mekanismgenerators:jei_plugin ...
2669[21:40:36] [Render thread/INFO]: Registering item subtypes: mekanismgenerators:jei_plugin took 625.7 ?s
2670[21:40:36] [Render thread/INFO]: Registering item subtypes: minecraft:jeresources ...
2671[21:40:36] [Render thread/INFO]: Registering item subtypes: minecraft:jeresources took 14.40 ?s
2672[21:40:36] [Render thread/INFO]: Registering item subtypes: mob_grinding_utils:jei_plugin ...
2673[21:40:36] [Render thread/INFO]: Registering item subtypes: mob_grinding_utils:jei_plugin took 12.90 ?s
2674[21:40:36] [Render thread/INFO]: Registering item subtypes: industrialforegoing:default ...
2675[21:40:36] [Render thread/INFO]: Registering item subtypes: industrialforegoing:default took 1.159 ms
2676[21:40:36] [Render thread/INFO]: Registering item subtypes: lollipop:main ...
2677[21:40:36] [Render thread/INFO]: Registering item subtypes: lollipop:main took 10.30 ?s
2678[21:40:36] [Render thread/INFO]: Registering item subtypes: curios:curios ...
2679[21:40:36] [Render thread/INFO]: Registering item subtypes: curios:curios took 4.600 ?s
2680[21:40:36] [Render thread/INFO]: Registering item subtypes: patchouli:patchouli ...
2681[21:40:36] [Render thread/INFO]: Registering item subtypes: patchouli:patchouli took 401.8 ?s
2682[21:40:36] [Render thread/INFO]: Registering item subtypes: mekanismtools:jei_plugin ...
2683[21:40:36] [Render thread/INFO]: Registering item subtypes: mekanismtools:jei_plugin took 5.400 ?s
2684[21:40:36] [Render thread/INFO]: Registering item subtypes: spartanweaponry:jei_plugin ...
2685[21:40:36] [Render thread/INFO]: JEI Plugin is Registering subtypes
2686[21:40:36] [Render thread/INFO]: Registering item subtypes: spartanweaponry:jei_plugin took 1.571 ms
2687[21:40:36] [Render thread/INFO]: Registering item subtypes: productivebees:productivebees ...
2688[21:40:36] [Render thread/INFO]: Registering item subtypes: productivebees:productivebees took 77.90 ?s
2689[21:40:36] [Render thread/INFO]: Registering item subtypes: trashcans:jei_plugin ...
2690[21:40:36] [Render thread/INFO]: Registering item subtypes: trashcans:jei_plugin took 4.200 ?s
2691[21:40:36] [Render thread/INFO]: Registering item subtypes: ae2wtlib:ae2wtlib ...
2692[21:40:36] [Render thread/INFO]: Registering item subtypes: ae2wtlib:ae2wtlib took 3.400 ?s
2693[21:40:36] [Render thread/INFO]: Registering item subtypes: ftblibrary:jei ...
2694[21:40:36] [Render thread/INFO]: Registering item subtypes: ftblibrary:jei took 396.1 ?s
2695[21:40:36] [Render thread/INFO]: Registering item subtypes: rechiseled:chiseling_plugin ...
2696[21:40:36] [Render thread/INFO]: Registering item subtypes: rechiseled:chiseling_plugin took 4.500 ?s
2697[21:40:36] [Render thread/INFO]: Registering item subtypes: jei:debug ...
2698[21:40:36] [Render thread/INFO]: Registering item subtypes: jei:debug took 3.600 ?s
2699[21:40:36] [Render thread/INFO]: Registering item subtypes: appliedenergistics2:core ...
2700[21:40:36] [Render thread/INFO]: Registering item subtypes: appliedenergistics2:core took 1.116 ms
2701[21:40:36] [Render thread/INFO]: Registering item subtypes: compactmachines:main ...
2702[21:40:36] [Render thread/INFO]: Registering item subtypes: compactmachines:main took 40.50 ?s
2703[21:40:36] [Render thread/INFO]: Registering item subtypes: mcjtylib:mcjtylib ...
2704[21:40:36] [Render thread/INFO]: Registering item subtypes: mcjtylib:mcjtylib took 4.200 ?s
2705[21:40:36] [Render thread/INFO]: Registering item subtypes: rftoolsbase:rftoolsbase ...
2706[21:40:36] [Render thread/INFO]: Registering item subtypes: rftoolsbase:rftoolsbase took 3.700 ?s
2707[21:40:36] [Render thread/INFO]: Registering item subtypes: rftoolscontrol:rftoolscontrol ...
2708[21:40:36] [Render thread/INFO]: Registering item subtypes: rftoolscontrol:rftoolscontrol took 3.600 ?s
2709[21:40:36] [Render thread/INFO]: Registering item subtypes: rftoolsdim:jeiplugin ...
2710[21:40:36] [Render thread/INFO]: Registering item subtypes: rftoolsdim:jeiplugin took 1.185 ms
2711[21:40:36] [Render thread/INFO]: Registering item subtypes: iceandfire:iceandfire ...
2712[21:40:36] [Render thread/INFO]: Registering item subtypes: iceandfire:iceandfire took 10.70 ?s
2713[21:40:36] [Render thread/INFO]: Registering item subtypes: jeitweaker:main ...
2714[21:40:36] [Render thread/INFO]: Registering item subtypes: jeitweaker:main took 4.676 ms
2715[21:40:36] [Render thread/INFO]: Registering item subtypes: mekanism:jei_plugin ...
2716[21:40:36] [Render thread/INFO]: Registering item subtypes: mekanism:jei_plugin took 2.834 ms
2717[21:40:36] [Render thread/INFO]: Registering item subtypes: botanypots:jei ...
2718[21:40:36] [Render thread/INFO]: Registering item subtypes: botanypots:jei took 12.00 ?s
2719[21:40:36] [Render thread/INFO]: Registering item subtypes: kubejs:jei ...
2720[21:40:36] [Render thread/INFO]: Registering item subtypes: kubejs:jei took 2.204 ms
2721[21:40:36] [Render thread/INFO]: Registering item subtypes: brandonscore:jei_plugin ...
2722[21:40:36] [Render thread/INFO]: Registering item subtypes: brandonscore:jei_plugin took 5.400 ?s
2723[21:40:36] [Render thread/INFO]: Registering item subtypes: draconicevolution:jei_plugin ...
2724[21:40:36] [Render thread/INFO]: Registering item subtypes: draconicevolution:jei_plugin took 6.000 ?s
2725[21:40:36] [Render thread/INFO]: Registering item subtypes: mysticalagriculture:jei_plugin ...
2726[21:40:36] [Render thread/INFO]: Registering item subtypes: mysticalagriculture:jei_plugin took 1.018 ms
2727[21:40:36] [Render thread/INFO]: Registering item subtypes: mysticalagradditions:jei_plugin ...
2728[21:40:36] [Render thread/INFO]: Registering item subtypes: mysticalagradditions:jei_plugin took 4.800 ?s
2729[21:40:36] [Render thread/INFO]: Registering item subtypes: bigreactors:jeiplugin ...
2730[21:40:36] [Render thread/INFO]: Registering item subtypes: bigreactors:jeiplugin took 3.600 ?s
2731[21:40:36] [Render thread/INFO]: Registering item subtypes: cofh_core:default ...
2732[21:40:36] [Render thread/INFO]: Registering item subtypes: cofh_core:default took 3.700 ?s
2733[21:40:36] [Render thread/INFO]: Registering item subtypes: thermal:core ...
2734[21:40:36] [Render thread/INFO]: Registering item subtypes: thermal:core took 3.600 ?s
2735[21:40:36] [Render thread/INFO]: Registering item subtypes: thermal:expansion ...
2736[21:40:36] [Render thread/INFO]: Registering item subtypes: thermal:expansion took 5.700 ?s
2737[21:40:36] [Render thread/INFO]: Registering item subtypes: tconstruct:jei_plugin ...
2738[21:40:36] [Render thread/INFO]: Registering item subtypes: tconstruct:jei_plugin took 4.317 ms
2739[21:40:36] [Render thread/INFO]: Registering item subtypes: rftoolsutility:rftoolsutility ...
2740[21:40:36] [Render thread/INFO]: Registering item subtypes: rftoolsutility:rftoolsutility took 11.10 ?s
2741[21:40:36] [Render thread/INFO]: Registering item subtypes: titanium:default ...
2742[21:40:36] [Render thread/INFO]: Registering item subtypes: titanium:default took 4.000 ?s
2743[21:40:36] [Render thread/INFO]: Registering item subtypes: immersiveengineering:main ...
2744[21:40:36] [Render thread/INFO]: Registering item subtypes: immersiveengineering:main took 344.4 ?s
2745[21:40:36] [Render thread/INFO]: Registering item subtypes: pipez:pipez ...
2746[21:40:36] [Render thread/INFO]: Registering item subtypes: pipez:pipez took 5.700 ?s
2747[21:40:36] [Render thread/INFO]: Registering item subtypes: spartanshields:jei_plugin ...
2748[21:40:36] [Render thread/INFO]: Registering item subtypes: spartanshields:jei_plugin took 3.900 ?s
2749[21:40:36] [Render thread/INFO]: Registering item subtypes: mantle:jei ...
2750[21:40:36] [Render thread/INFO]: Registering item subtypes: mantle:jei took 3.600 ?s
2751[21:40:36] [Render thread/INFO]: Registering item subtypes: fluxnetworks:jei ...
2752[21:40:36] [Render thread/INFO]: Registering item subtypes: fluxnetworks:jei took 3.600 ?s
2753[21:40:36] [Render thread/INFO]: Registering item subtypes: ftb-power-pots:jei ...
2754[21:40:36] [Render thread/INFO]: Registering item subtypes: ftb-power-pots:jei took 3.600 ?s
2755[21:40:36] [Render thread/INFO]: Registering item subtypes: jei:internal ...
2756[21:40:36] [Render thread/INFO]: Registering item subtypes: jei:internal took 3.800 ?s
2757[21:40:36] [Render thread/INFO]: Registering fluid subtypes: jei:minecraft ...
2758[21:40:36] [Render thread/INFO]: Registering fluid subtypes: jei:minecraft took 14.70 ?s
2759[21:40:36] [Render thread/INFO]: Registering fluid subtypes: powah:main ...
2760[21:40:36] [Render thread/INFO]: Registering fluid subtypes: powah:main took 3.700 ?s
2761[21:40:36] [Render thread/INFO]: Registering fluid subtypes: darkutils:jei_support ...
2762[21:40:36] [Render thread/INFO]: Registering fluid subtypes: darkutils:jei_support took 3.800 ?s
2763[21:40:36] [Render thread/INFO]: Registering fluid subtypes: mekanismgenerators:jei_plugin ...
2764[21:40:36] [Render thread/INFO]: Registering fluid subtypes: mekanismgenerators:jei_plugin took 3.400 ?s
2765[21:40:36] [Render thread/INFO]: Registering fluid subtypes: minecraft:jeresources ...
2766[21:40:36] [Render thread/INFO]: Registering fluid subtypes: minecraft:jeresources took 3.400 ?s
2767[21:40:36] [Render thread/INFO]: Registering fluid subtypes: mob_grinding_utils:jei_plugin ...
2768[21:40:36] [Render thread/INFO]: Registering fluid subtypes: mob_grinding_utils:jei_plugin took 3.300 ?s
2769[21:40:36] [Render thread/INFO]: Registering fluid subtypes: industrialforegoing:default ...
2770[21:40:36] [Render thread/INFO]: Registering fluid subtypes: industrialforegoing:default took 3.400 ?s
2771[21:40:36] [Render thread/INFO]: Registering fluid subtypes: lollipop:main ...
2772[21:40:36] [Render thread/INFO]: Registering fluid subtypes: lollipop:main took 3.800 ?s
2773[21:40:36] [Render thread/INFO]: Registering fluid subtypes: curios:curios ...
2774[21:40:36] [Render thread/INFO]: Registering fluid subtypes: curios:curios took 3.300 ?s
2775[21:40:36] [Render thread/INFO]: Registering fluid subtypes: patchouli:patchouli ...
2776[21:40:36] [Render thread/INFO]: Registering fluid subtypes: patchouli:patchouli took 5.400 ?s
2777[21:40:36] [Render thread/INFO]: Registering fluid subtypes: mekanismtools:jei_plugin ...
2778[21:40:36] [Render thread/INFO]: Registering fluid subtypes: mekanismtools:jei_plugin took 3.300 ?s
2779[21:40:36] [Render thread/INFO]: Registering fluid subtypes: spartanweaponry:jei_plugin ...
2780[21:40:36] [Render thread/INFO]: Registering fluid subtypes: spartanweaponry:jei_plugin took 3.500 ?s
2781[21:40:36] [Render thread/INFO]: Registering fluid subtypes: productivebees:productivebees ...
2782[21:40:36] [Render thread/INFO]: Registering fluid subtypes: productivebees:productivebees took 3.400 ?s
2783[21:40:36] [Render thread/INFO]: Registering fluid subtypes: trashcans:jei_plugin ...
2784[21:40:36] [Render thread/INFO]: Registering fluid subtypes: trashcans:jei_plugin took 3.300 ?s
2785[21:40:36] [Render thread/INFO]: Registering fluid subtypes: ae2wtlib:ae2wtlib ...
2786[21:40:36] [Render thread/INFO]: Registering fluid subtypes: ae2wtlib:ae2wtlib took 3.500 ?s
2787[21:40:36] [Render thread/INFO]: Registering fluid subtypes: ftblibrary:jei ...
2788[21:40:36] [Render thread/INFO]: Registering fluid subtypes: ftblibrary:jei took 11.00 ?s
2789[21:40:36] [Render thread/INFO]: Registering fluid subtypes: rechiseled:chiseling_plugin ...
2790[21:40:36] [Render thread/INFO]: Registering fluid subtypes: rechiseled:chiseling_plugin took 15.60 ?s
2791[21:40:36] [Render thread/INFO]: Registering fluid subtypes: jei:debug ...
2792[21:40:36] [Render thread/INFO]: Registering fluid subtypes: jei:debug took 1.147 ms
2793[21:40:36] [Render thread/INFO]: Registering fluid subtypes: appliedenergistics2:core ...
2794[21:40:36] [Render thread/INFO]: Registering fluid subtypes: appliedenergistics2:core took 5.500 ?s
2795[21:40:36] [Render thread/INFO]: Registering fluid subtypes: compactmachines:main ...
2796[21:40:36] [Render thread/INFO]: Registering fluid subtypes: compactmachines:main took 3.700 ?s
2797[21:40:36] [Render thread/INFO]: Registering fluid subtypes: mcjtylib:mcjtylib ...
2798[21:40:36] [Render thread/INFO]: Registering fluid subtypes: mcjtylib:mcjtylib took 3.500 ?s
2799[21:40:36] [Render thread/INFO]: Registering fluid subtypes: rftoolsbase:rftoolsbase ...
2800[21:40:36] [Render thread/INFO]: Registering fluid subtypes: rftoolsbase:rftoolsbase took 3.800 ?s
2801[21:40:36] [Render thread/INFO]: Registering fluid subtypes: rftoolscontrol:rftoolscontrol ...
2802[21:40:36] [Render thread/INFO]: Registering fluid subtypes: rftoolscontrol:rftoolscontrol took 3.500 ?s
2803[21:40:36] [Render thread/INFO]: Registering fluid subtypes: rftoolsdim:jeiplugin ...
2804[21:40:36] [Render thread/INFO]: Registering fluid subtypes: rftoolsdim:jeiplugin took 3.200 ?s
2805[21:40:36] [Render thread/INFO]: Registering fluid subtypes: iceandfire:iceandfire ...
2806[21:40:36] [Render thread/INFO]: Registering fluid subtypes: iceandfire:iceandfire took 3.600 ?s
2807[21:40:36] [Render thread/INFO]: Registering fluid subtypes: jeitweaker:main ...
2808[21:40:36] [Render thread/INFO]: Registering fluid subtypes: jeitweaker:main took 2.206 ms
2809[21:40:36] [Render thread/INFO]: Registering fluid subtypes: mekanism:jei_plugin ...
2810[21:40:36] [Render thread/INFO]: Registering fluid subtypes: mekanism:jei_plugin took 4.700 ?s
2811[21:40:36] [Render thread/INFO]: Registering fluid subtypes: botanypots:jei ...
2812[21:40:36] [Render thread/INFO]: Registering fluid subtypes: botanypots:jei took 3.800 ?s
2813[21:40:36] [Render thread/INFO]: Registering fluid subtypes: kubejs:jei ...
2814[21:40:36] [Render thread/INFO]: Registering fluid subtypes: kubejs:jei took 3.500 ?s
2815[21:40:36] [Render thread/INFO]: Registering fluid subtypes: brandonscore:jei_plugin ...
2816[21:40:36] [Render thread/INFO]: Registering fluid subtypes: brandonscore:jei_plugin took 3.300 ?s
2817[21:40:36] [Render thread/INFO]: Registering fluid subtypes: draconicevolution:jei_plugin ...
2818[21:40:36] [Render thread/INFO]: Registering fluid subtypes: draconicevolution:jei_plugin took 3.300 ?s
2819[21:40:36] [Render thread/INFO]: Registering fluid subtypes: mysticalagriculture:jei_plugin ...
2820[21:40:36] [Render thread/INFO]: Registering fluid subtypes: mysticalagriculture:jei_plugin took 3.200 ?s
2821[21:40:36] [Render thread/INFO]: Registering fluid subtypes: mysticalagradditions:jei_plugin ...
2822[21:40:36] [Render thread/INFO]: Registering fluid subtypes: mysticalagradditions:jei_plugin took 3.300 ?s
2823[21:40:36] [Render thread/INFO]: Registering fluid subtypes: bigreactors:jeiplugin ...
2824[21:40:36] [Render thread/INFO]: Registering fluid subtypes: bigreactors:jeiplugin took 3.400 ?s
2825[21:40:36] [Render thread/INFO]: Registering fluid subtypes: cofh_core:default ...
2826[21:40:36] [Render thread/INFO]: Registering fluid subtypes: cofh_core:default took 3.400 ?s
2827[21:40:36] [Render thread/INFO]: Registering fluid subtypes: thermal:core ...
2828[21:40:36] [Render thread/INFO]: Registering fluid subtypes: thermal:core took 3.200 ?s
2829[21:40:36] [Render thread/INFO]: Registering fluid subtypes: thermal:expansion ...
2830[21:40:36] [Render thread/INFO]: Registering fluid subtypes: thermal:expansion took 4.500 ?s
2831[21:40:36] [Render thread/INFO]: Registering fluid subtypes: tconstruct:jei_plugin ...
2832[21:40:36] [Render thread/INFO]: Registering fluid subtypes: tconstruct:jei_plugin took 3.800 ?s
2833[21:40:36] [Render thread/INFO]: Registering fluid subtypes: rftoolsutility:rftoolsutility ...
2834[21:40:36] [Render thread/INFO]: Registering fluid subtypes: rftoolsutility:rftoolsutility took 3.500 ?s
2835[21:40:36] [Render thread/INFO]: Registering fluid subtypes: titanium:default ...
2836[21:40:36] [Render thread/INFO]: Registering fluid subtypes: titanium:default took 3.500 ?s
2837[21:40:36] [Render thread/INFO]: Registering fluid subtypes: immersiveengineering:main ...
2838[21:40:36] [Render thread/INFO]: Registering fluid subtypes: immersiveengineering:main took 3.600 ?s
2839[21:40:36] [Render thread/INFO]: Registering fluid subtypes: pipez:pipez ...
2840[21:40:36] [Render thread/INFO]: Registering fluid subtypes: pipez:pipez took 4.300 ?s
2841[21:40:36] [Render thread/INFO]: Registering fluid subtypes: spartanshields:jei_plugin ...
2842[21:40:36] [Render thread/INFO]: Registering fluid subtypes: spartanshields:jei_plugin took 3.400 ?s
2843[21:40:36] [Render thread/INFO]: Registering fluid subtypes: mantle:jei ...
2844[21:40:36] [Render thread/INFO]: Registering fluid subtypes: mantle:jei took 3.700 ?s
2845[21:40:36] [Render thread/INFO]: Registering fluid subtypes: fluxnetworks:jei ...
2846[21:40:36] [Render thread/INFO]: Registering fluid subtypes: fluxnetworks:jei took 3.200 ?s
2847[21:40:36] [Render thread/INFO]: Registering fluid subtypes: ftb-power-pots:jei ...
2848[21:40:36] [Render thread/INFO]: Registering fluid subtypes: ftb-power-pots:jei took 3.400 ?s
2849[21:40:36] [Render thread/INFO]: Registering fluid subtypes: jei:internal ...
2850[21:40:36] [Render thread/INFO]: Registering fluid subtypes: jei:internal took 3.500 ?s
2851[21:40:36] [Render thread/INFO]: Registering ingredients: jei:minecraft ...
2852[21:40:37] [Render thread/INFO]: Registering ingredients: jei:minecraft took 466.6 ms
2853[21:40:37] [Render thread/INFO]: Registering ingredients: powah:main ...
2854[21:40:37] [Render thread/INFO]: Registering ingredients: powah:main took 5.700 ?s
2855[21:40:37] [Render thread/INFO]: Registering ingredients: darkutils:jei_support ...
2856[21:40:37] [Render thread/INFO]: Registering ingredients: darkutils:jei_support took 3.600 ?s
2857[21:40:37] [Render thread/INFO]: Registering ingredients: mekanismgenerators:jei_plugin ...
2858[21:40:37] [Render thread/INFO]: Registering ingredients: mekanismgenerators:jei_plugin took 3.400 ?s
2859[21:40:37] [Render thread/INFO]: Registering ingredients: minecraft:jeresources ...
2860[21:40:37] [Render thread/INFO]: Registering ingredients: minecraft:jeresources took 38.50 ?s
2861[21:40:37] [Render thread/INFO]: Registering ingredients: mob_grinding_utils:jei_plugin ...
2862[21:40:37] [Render thread/INFO]: Registering ingredients: mob_grinding_utils:jei_plugin took 3.400 ?s
2863[21:40:37] [Render thread/INFO]: Registering ingredients: industrialforegoing:default ...
2864[21:40:37] [Render thread/INFO]: Registering ingredients: industrialforegoing:default took 5.100 ?s
2865[21:40:37] [Render thread/INFO]: Registering ingredients: lollipop:main ...
2866[21:40:37] [Render thread/INFO]: Registering ingredients: lollipop:main took 3.200 ?s
2867[21:40:37] [Render thread/INFO]: Registering ingredients: curios:curios ...
2868[21:40:37] [Render thread/INFO]: Registering ingredients: curios:curios took 3.200 ?s
2869[21:40:37] [Render thread/INFO]: Registering ingredients: patchouli:patchouli ...
2870[21:40:37] [Render thread/INFO]: Registering ingredients: patchouli:patchouli took 6.500 ?s
2871[21:40:37] [Render thread/INFO]: Registering ingredients: mekanismtools:jei_plugin ...
2872[21:40:37] [Render thread/INFO]: Registering ingredients: mekanismtools:jei_plugin took 3.200 ?s
2873[21:40:37] [Render thread/INFO]: Registering ingredients: spartanweaponry:jei_plugin ...
2874[21:40:37] [Render thread/INFO]: Registering ingredients: spartanweaponry:jei_plugin took 3.300 ?s
2875[21:40:37] [Render thread/INFO]: Registering ingredients: productivebees:productivebees ...
2876[21:40:37] [Render thread/INFO]: Registering ingredients: productivebees:productivebees took 4.538 ms
2877[21:40:37] [Render thread/INFO]: Registering ingredients: trashcans:jei_plugin ...
2878[21:40:37] [Render thread/INFO]: Registering ingredients: trashcans:jei_plugin took 10.40 ?s
2879[21:40:37] [Render thread/INFO]: Registering ingredients: ae2wtlib:ae2wtlib ...
2880[21:40:37] [Render thread/INFO]: Registering ingredients: ae2wtlib:ae2wtlib took 7.200 ?s
2881[21:40:37] [Render thread/INFO]: Registering ingredients: ftblibrary:jei ...
2882[21:40:37] [Render thread/INFO]: Registering ingredients: ftblibrary:jei took 13.30 ?s
2883[21:40:37] [Render thread/INFO]: Registering ingredients: rechiseled:chiseling_plugin ...
2884[21:40:37] [Render thread/INFO]: Registering ingredients: rechiseled:chiseling_plugin took 3.900 ?s
2885[21:40:37] [Render thread/INFO]: Registering ingredients: jei:debug ...
2886[21:40:37] [Render thread/INFO]: Registering ingredients: jei:debug took 51.60 ?s
2887[21:40:37] [Render thread/INFO]: Registering ingredients: appliedenergistics2:core ...
2888[21:40:37] [Render thread/INFO]: Registering ingredients: appliedenergistics2:core took 3.600 ?s
2889[21:40:37] [Render thread/INFO]: Registering ingredients: compactmachines:main ...
2890[21:40:37] [Render thread/INFO]: Registering ingredients: compactmachines:main took 3.300 ?s
2891[21:40:37] [Render thread/INFO]: Registering ingredients: mcjtylib:mcjtylib ...
2892[21:40:37] [Render thread/INFO]: Registering ingredients: mcjtylib:mcjtylib took 3.300 ?s
2893[21:40:37] [Render thread/INFO]: Registering ingredients: rftoolsbase:rftoolsbase ...
2894[21:40:37] [Render thread/INFO]: Registering ingredients: rftoolsbase:rftoolsbase took 3.200 ?s
2895[21:40:37] [Render thread/INFO]: Registering ingredients: rftoolscontrol:rftoolscontrol ...
2896[21:40:37] [Render thread/INFO]: Registering ingredients: rftoolscontrol:rftoolscontrol took 3.200 ?s
2897[21:40:37] [Render thread/INFO]: Registering ingredients: rftoolsdim:jeiplugin ...
2898[21:40:37] [Render thread/INFO]: Registering ingredients: rftoolsdim:jeiplugin took 3.300 ?s
2899[21:40:37] [Render thread/INFO]: Registering ingredients: iceandfire:iceandfire ...
2900[21:40:37] [Render thread/INFO]: Registering ingredients: iceandfire:iceandfire took 5.600 ?s
2901[21:40:37] [Render thread/INFO]: Registering ingredients: jeitweaker:main ...
2902[21:40:37] [Render thread/INFO]: Registering ingredients: jeitweaker:main took 4.900 ?s
2903[21:40:37] [Render thread/INFO]: Registering ingredients: mekanism:jei_plugin ...
2904[21:40:37] [Render thread/INFO]: Registering ingredients: mekanism:jei_plugin took 5.396 ms
2905[21:40:37] [Render thread/INFO]: Registering ingredients: botanypots:jei ...
2906[21:40:37] [Render thread/INFO]: Registering ingredients: botanypots:jei took 5.100 ?s
2907[21:40:37] [Render thread/INFO]: Registering ingredients: kubejs:jei ...
2908[21:40:37] [Render thread/INFO]: Registering ingredients: kubejs:jei took 3.800 ?s
2909[21:40:37] [Render thread/INFO]: Registering ingredients: brandonscore:jei_plugin ...
2910[21:40:37] [Render thread/INFO]: Registering ingredients: brandonscore:jei_plugin took 6.400 ?s
2911[21:40:37] [Render thread/INFO]: Registering ingredients: draconicevolution:jei_plugin ...
2912[21:40:37] [Render thread/INFO]: Registering ingredients: draconicevolution:jei_plugin took 4.000 ?s
2913[21:40:37] [Render thread/INFO]: Registering ingredients: mysticalagriculture:jei_plugin ...
2914[21:40:37] [Render thread/INFO]: Registering ingredients: mysticalagriculture:jei_plugin took 11.60 ?s
2915[21:40:37] [Render thread/INFO]: Registering ingredients: mysticalagradditions:jei_plugin ...
2916[21:40:37] [Render thread/INFO]: Registering ingredients: mysticalagradditions:jei_plugin took 4.300 ?s
2917[21:40:37] [Render thread/INFO]: Registering ingredients: bigreactors:jeiplugin ...
2918[21:40:37] [Render thread/INFO]: Registering ingredients: bigreactors:jeiplugin took 12.14 ms
2919[21:40:37] [Render thread/INFO]: Registering ingredients: cofh_core:default ...
2920[21:40:37] [Render thread/INFO]: Registering ingredients: cofh_core:default took 4.600 ?s
2921[21:40:37] [Render thread/INFO]: Registering ingredients: thermal:core ...
2922[21:40:37] [Render thread/INFO]: Registering ingredients: thermal:core took 3.800 ?s
2923[21:40:37] [Render thread/INFO]: Registering ingredients: thermal:expansion ...
2924[21:40:37] [Render thread/INFO]: Registering ingredients: thermal:expansion took 3.800 ?s
2925[21:40:37] [Render thread/INFO]: Registering ingredients: tconstruct:jei_plugin ...
2926[21:40:37] [Render thread/INFO]: Registering ingredients: tconstruct:jei_plugin took 18.82 ms
2927[21:40:37] [Render thread/INFO]: Registering ingredients: rftoolsutility:rftoolsutility ...
2928[21:40:37] [Render thread/INFO]: Registering ingredients: rftoolsutility:rftoolsutility took 4.700 ?s
2929[21:40:37] [Render thread/INFO]: Registering ingredients: titanium:default ...
2930[21:40:37] [Render thread/INFO]: Registering ingredients: titanium:default took 18.60 ?s
2931[21:40:37] [Render thread/INFO]: Registering ingredients: immersiveengineering:main ...
2932[21:40:37] [Render thread/INFO]: Registering ingredients: immersiveengineering:main took 9.700 ?s
2933[21:40:37] [Render thread/INFO]: Registering ingredients: pipez:pipez ...
2934[21:40:37] [Render thread/INFO]: Registering ingredients: pipez:pipez took 3.800 ?s
2935[21:40:37] [Render thread/INFO]: Registering ingredients: spartanshields:jei_plugin ...
2936[21:40:37] [Render thread/INFO]: Registering ingredients: spartanshields:jei_plugin took 4.200 ?s
2937[21:40:37] [Render thread/INFO]: Registering ingredients: mantle:jei ...
2938[21:40:37] [Render thread/INFO]: Registering ingredients: mantle:jei took 3.500 ?s
2939[21:40:37] [Render thread/INFO]: Registering ingredients: fluxnetworks:jei ...
2940[21:40:37] [Render thread/INFO]: Registering ingredients: fluxnetworks:jei took 3.400 ?s
2941[21:40:37] [Render thread/INFO]: Registering ingredients: ftb-power-pots:jei ...
2942[21:40:37] [Render thread/INFO]: Registering ingredients: ftb-power-pots:jei took 3.500 ?s
2943[21:40:37] [Render thread/INFO]: Registering ingredients: jei:internal ...
2944[21:40:37] [Render thread/INFO]: Registering ingredients: jei:internal took 5.600 ?s
2945[21:40:37] [Render thread/INFO]: Registering categories: jei:minecraft ...
2946[21:40:37] [Render thread/INFO]: Registering categories: jei:minecraft took 30.89 ms
2947[21:40:37] [Render thread/INFO]: Registering categories: powah:main ...
2948[21:40:37] [Render thread/INFO]: Registering categories: powah:main took 7.309 ms
2949[21:40:37] [Render thread/INFO]: Registering categories: darkutils:jei_support ...
2950[21:40:37] [Render thread/INFO]: Registering categories: darkutils:jei_support took 4.300 ?s
2951[21:40:37] [Render thread/INFO]: Registering categories: mekanismgenerators:jei_plugin ...
2952[21:40:37] [Render thread/INFO]: Registering categories: mekanismgenerators:jei_plugin took 14.56 ms
2953[21:40:37] [Render thread/INFO]: Registering categories: minecraft:jeresources ...
2954[21:40:37] [Render thread/INFO]: Reloading ResourceManager: Default, BetterDungeons-1.16.4-1.2.1.jar, supermartijn642configlib-1.1.6-forge-mc1.16.jar, Uppers-0.3.2.jar, BetterCaves-Forge-1.16.4-1.1.2.jar, recipegui-1.16.5-0.0.4.jar, Controlling-7.0.0.29.jar, Placebo-1.16.5-4.7.0.jar, citadel-1.8.1-1.16.5.jar, YungsApi-1.16.4-Forge-13.jar, Powah-1.16.5-2.3.16.jar, Bookshelf-Forge-1.16.5-10.4.33.jar, ChanceCubes-1.16.5-5.0.2.469.jar, DarkUtilities-1.16.5-8.0.14.jar, MekanismGenerators-1.16.5-10.1.2.457.jar, JustEnoughResources-1.16.5-0.12.1.128.jar, stackrefill_1.16.5-3.2.jar, twilightforest-1.16.5-4.0.870-universal.jar, mob_grinding_utils-1.16.5-0.4.47.jar, durabilitytooltip-1.1.4-forge-mc1.16.jar, industrial-foregoing-1.16.5-3.2.14.7-16.jar, BetterCompatibilityChecker-1.0.7-build.22+mc1.16.5.jar, entangled-1.3.13-forge-mc1.16.jar, BiomesOPlenty-1.16.5-13.1.0.488-universal.jar, Lollipop-1.16.5-3.2.9.jar, supermartijn642corelib-1.1.6-forge-mc1.16.jar, curios-forge-1.16.5-4.1.0.0.jar, Patchouli-1.16.4-53.3.jar, Origins-1.16.5-0.7.3.9-forge.jar, collective-1.16.5-5.49.jar, OreExcavation-1.8.157.jar, Measurements-1.16.5-1.2.jar, MysticalCustomization-1.16.5-2.1.7.jar, Runelic-1.16.5-7.0.3.jar, MekanismTools-1.16.5-10.1.2.457.jar, SpartanWeaponry-1.16.5-2.2.0-rc-2.jar, architectury-1.32.66.jar, productivebees-1.16.5-0.6.9.28.jar, cloth-config-4.16.91-forge.jar, trashcans-1.0.17a-forge-mc1.16.jar, InventoryEssentials_1.16.5-2.3.2.jar, CobbleForDays-1.3.7.jar, CodeChickenLib-1.16.5-4.0.7.445-universal.jar, BetterMineshafts-Forge-1.16.4-2.0.4.jar, geckolib-forge-1.16.5-3.0.106.jar, extra-utilities-reborn-1.7.3-1.16.5.jar, crafting-on-a-stick-1.16.5-1.0.2.jar, rhino-forge-1605.1.5-build.75.jar, Cucumber-1.16.5-4.1.12.jar, ae2wtlib-0.3.3-1.16.5.jar, ftb-library-forge-1605.3.4-build.90.jar, ftb-teams-forge-1605.2.3-build.40.jar, Tinkers Reforged 1.16.5-0.0.6.jar, rechiseled-1.0.12a-forge-mc1.16.jar, jei-1.16.5-7.7.1.153.jar, caelus-forge-1.16.5-2.1.3.2.jar, journeymap-1.16.5-5.8.5p6.jar, appliedenergistics2-8.4.7.jar, AEInfinityBooster-1.16.5-1.0.0+12.jar, compactmachines-4.0.0-beta.2.jar, mcjtylib-1.16-5.1.8.jar, rftoolsbase-1.16-2.1.5.jar, rftoolscontrol-1.16-4.0.18.jar, rftoolsdim-1.16-7.0.21.jar, ClickMachine-1.16.5-4.5.0.jar, iceandfire-2.1.12-1.16.5.jar, JEITweaker-1.16.5-1.1.0.49.jar, EnderStorage-1.16.5-2.8.0.170-universal.jar, CraftTweaker-1.16.5-7.1.2.520.jar, Mekanism-1.16.5-10.1.2.457.jar, BotanyPots-1.16.5-7.1.39.jar, BotanyTrees-1.16.5-3.0.7.jar, rftoolspower-1.16-3.0.14.jar, ftb-chunks-forge-1605.3.4-build.220.jar, kubejs-forge-1605.3.19-build.299.jar, kubejs-mekanism-1605.1.2-build.2.jar, lootjs-1.16.5-1.0.0.jar, forge-1.16.5-36.2.39-universal.jar, inzheFoPCore-v.1.2.0.jar, BrandonsCore-1.16.5-3.0.15.248-universal.jar, Draconic-Evolution-1.16.5-3.0.29.518-universal.jar, Draconic-Additions-1.16.5-2.2.4.7-universal.jar, MysticalAgriculture-1.16.5-4.2.6.jar, MysticalAgradditions-1.16.5-4.2.4.jar, ironchest-1.16.5-11.2.21.jar, CraftingTweaks_1.16.5-12.2.1.jar, ZeroCore2-1.16.5-2.1.30.jar, ExtremeReactors2-1.16.5-2.0.60.jar, forge-1.16.5-36.2.39-client.jar, cofh_core-1.16.5-1.5.2.22.jar, thermal_foundation-1.16.5-1.5.2.30.jar, thermal_innovation-1.16.5-1.5.0.4.jar, thermal_expansion-1.16.5-1.5.2.16.jar, kubejs-thermal-1605.1.4-build.4.jar, TConstruct-1.16.5-3.3.4.335.jar, rftoolsutility-1.16-3.1.16.jar, MouseTweaks-2.14-mc1.16.2.jar, titanium-1.16.5-3.2.8.4-10.jar, ImmersiveEngineering-1.16.5-5.1.0-148.jar, ceilingtorch-1.16.5-v1.18.jar, rftoolsbuilder-1.16-3.1.11.jar, pipez-1.16.5-1.2.15.jar, SpartanShields-1.16.5-2.1.2.jar, Mantle-1.16.5-1.6.157.jar, pamhc2foodcore-1.16.3-1.0.2.jar, itemcollectors-1.1.7-forge-mc1.16.jar, gravestone-1.16.5-1.0.7.jar, thermal_cultivation-1.16.5-1.5.0.4.jar, experienceobelisk-v1.3.7-1.16.5.jar, StorageDrawers-1.16.3-8.5.2.jar, FluxNetworks-1.16.5-6.2.1.14.jar, ftb-power-pots-forge-1605.1.3-build.19.jar, appleskin-forge-mc1.16.x-2.4.0.jar, kubejs-immersive-engineering-1605.1.2-build.28.jar, extremeSoundMuffler-3.18_1.16.5.jar, loadmyresources_forge_1.0.4_MC_1.16.2-1.16.5.jar, drinkbeer-1.16.5-2.3.5.jar
2955[21:40:37] [Render thread/INFO]: Loading FTB Chunks client data from world 3f64f1d8-06a8-41ab-828a-238b5d0fe378
2956[21:40:37] [Render thread/INFO]: Loaded 67 advancements
2957[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:creeper
2958[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:chocolate
2959[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:chocolate
2960[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:tea
2961[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:tea
2962[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:bismuth
2963[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:bismuth
2964[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:brass
2965[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:brass
2966[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:platinum
2967[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:platinum
2968[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:titanium
2969[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:titanium
2970[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:tungsten
2971[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:tungsten
2972[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:zinc
2973[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:zinc
2974[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:agate
2975[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:agate
2976[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:alexandrite
2977[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:alexandrite
2978[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:amber
2979[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:amber
2980[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:ametrine
2981[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:ametrine
2982[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:ammolite
2983[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:ammolite
2984[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:aquamarine
2985[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:aquamarine
2986[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:benitoite
2987[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:benitoite
2988[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:black_diamond
2989[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:black_diamond
2990[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:black_opal
2991[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:black_opal
2992[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:carnelian
2993[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:carnelian
2994[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:cats_eye
2995[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:cats_eye
2996[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:chrysoprase
2997[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:chrysoprase
2998[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:citrine
2999[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:citrine
3000[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:coral
3001[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:coral
3002[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:euclase
3003[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:euclase
3004[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:garnet
3005[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:garnet
3006[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:green_sapphire
3007[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:green_sapphire
3008[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:heliodor
3009[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:heliodor
3010[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:iolite
3011[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:iolite
3012[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:jade
3013[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:jade
3014[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:jasper
3015[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:jasper
3016[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:kunzite
3017[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:kunzite
3018[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:kyanite
3019[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:kyanite
3020[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:lepidolite
3021[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:lepidolite
3022[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:malachite
3023[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:malachite
3024[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:moldavite
3025[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:moldavite
3026[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:moonstone
3027[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:moonstone
3028[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:morganite
3029[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:morganite
3030[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:onyx
3031[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:onyx
3032[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:opal
3033[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:opal
3034[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:pearl
3035[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:pearl
3036[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:peridot
3037[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:peridot
3038[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:phosphophyllite
3039[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:phosphophyllite
3040[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:pyrope
3041[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:pyrope
3042[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:rose_quartz
3043[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:rose_quartz
3044[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:sodalite
3045[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:sodalite
3046[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:spinel
3047[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:spinel
3048[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:sunstone
3049[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:sunstone
3050[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:tanzanite
3051[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:tanzanite
3052[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:tektite
3053[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:tektite
3054[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:topaz
3055[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:topaz
3056[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:tourmaline
3057[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:tourmaline
3058[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:turquoise
3059[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:turquoise
3060[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:yellow_diamond
3061[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:yellow_diamond
3062[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:zircon
3063[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:zircon
3064[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:ender_biotite
3065[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:ender_biotite
3066[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:arcane
3067[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:arcane
3068[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:starmetal
3069[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:starmetal
3070[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:bloody
3071[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:bloody
3072[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:menril
3073[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:menril
3074[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:allthemodium
3075[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:allthemodium
3076[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:vibranium
3077[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:vibranium
3078[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:unobtainium
3079[21:40:38] [Render thread/WARN]: Queried for unknown config flag: productivebees:unobtainium
3080[21:40:38] [Render thread/INFO]: [CHAT] [ERROR] Parser Exception @ examples\mekanism_sawing.zs:32:137 : Type expected (got 4.)
3081[21:40:38] [Render thread/INFO]: [CHAT] [ERROR] Parser Exception @ examples\mekanism_sawing.zs:32:151 : ; expected
3082[21:40:38] [Render thread/INFO]: [CHAT] [ERROR] Scripts are invalid!
3083[21:40:39] [Render thread/INFO]: [CHAT] [ERROR] Parser Exception @ examples\mekanism_sawing.zs:32:137 : Type expected (got 4.): examples\mekanism_sawing.zs:32:137: Type expected (got 4.)
3084[21:40:39] [Render thread/INFO]: [CHAT] [ERROR] Parser Exception @ examples\mekanism_sawing.zs:32:151 : ; expected: examples\mekanism_sawing.zs:32:151: ; expected
3085[21:40:39] [Render thread/INFO]: [CHAT] [ERROR] Scripts are invalid!
3086[21:40:39] [Render thread/INFO]: Adding Diamond Weapons to the End City Treasure Loot Table!
3087[21:40:39] [Render thread/INFO]: Adding Longbow and Heavy Crossbow related loot to the Village Fletcher Loot Table!
3088[21:40:40] [Render thread/INFO]: Adding Iron Weapons to the Village Weaponsmith Loot Table!
3089[21:40:40] [Render thread/INFO]: Reloaded with no KubeJS errors!
3090[21:40:40] [Render thread/INFO]: Registered 1 additional loot tables.
3091[21:40:40] [Render thread/INFO]: [CHAT] Reloaded with no KubeJS errors!
3092[21:40:44] [Render thread/INFO]: Registering categories: minecraft:jeresources took 6.629 s
3093[21:40:44] [Render thread/INFO]: Registering categories: mob_grinding_utils:jei_plugin ...
3094[21:40:44] [Render thread/INFO]: Registering categories: mob_grinding_utils:jei_plugin took 1.153 ms
3095[21:40:44] [Render thread/INFO]: Registering categories: industrialforegoing:default ...
3096[21:40:44] [Render thread/INFO]: Registering categories: industrialforegoing:default took 24.37 ms
3097[21:40:44] [Render thread/INFO]: Registering categories: lollipop:main ...
3098[21:40:44] [Render thread/INFO]: Registering categories: lollipop:main took 4.600 ?s
3099[21:40:44] [Render thread/INFO]: Registering categories: curios:curios ...
3100[21:40:44] [Render thread/INFO]: Registering categories: curios:curios took 2.800 ?s
3101[21:40:44] [Render thread/INFO]: Registering categories: patchouli:patchouli ...
3102[21:40:44] [Render thread/INFO]: Registering categories: patchouli:patchouli took 23.10 ?s
3103[21:40:44] [Render thread/INFO]: Registering categories: mekanismtools:jei_plugin ...
3104[21:40:44] [Render thread/INFO]: Registering categories: mekanismtools:jei_plugin took 3.200 ?s
3105[21:40:44] [Render thread/INFO]: Registering categories: spartanweaponry:jei_plugin ...
3106[21:40:44] [Render thread/INFO]: Registering categories: spartanweaponry:jei_plugin took 2.700 ?s
3107[21:40:44] [Render thread/INFO]: Registering categories: productivebees:productivebees ...
3108[21:40:44] [Render thread/INFO]: Registering categories: productivebees:productivebees took 24.93 ms
3109[21:40:44] [Render thread/INFO]: Registering categories: trashcans:jei_plugin ...
3110[21:40:44] [Render thread/INFO]: Registering categories: trashcans:jei_plugin took 4.100 ?s
3111[21:40:44] [Render thread/INFO]: Registering categories: ae2wtlib:ae2wtlib ...
3112[21:40:44] [Render thread/INFO]: Registering categories: ae2wtlib:ae2wtlib took 3.000 ?s
3113[21:40:44] [Render thread/INFO]: Registering categories: ftblibrary:jei ...
3114[21:40:44] [Render thread/INFO]: Registering categories: ftblibrary:jei took 2.700 ?s
3115[21:40:44] [Render thread/INFO]: Registering categories: rechiseled:chiseling_plugin ...
3116[21:40:44] [Render thread/INFO]: Registering categories: rechiseled:chiseling_plugin took 1.357 ms
3117[21:40:44] [Render thread/INFO]: Registering categories: jei:debug ...
3118[21:40:44] [Render thread/INFO]: Registering categories: jei:debug took 8.100 ?s
3119[21:40:44] [Render thread/INFO]: Registering categories: appliedenergistics2:core ...
3120[21:40:44] [Render thread/INFO]: Registering categories: appliedenergistics2:core took 15.94 ms
3121[21:40:44] [Render thread/INFO]: Registering categories: compactmachines:main ...
3122[21:40:44] [Render thread/INFO]: Registering categories: compactmachines:main took 3.700 ?s
3123[21:40:44] [Render thread/INFO]: Registering categories: mcjtylib:mcjtylib ...
3124[21:40:44] [Render thread/INFO]: Registering categories: mcjtylib:mcjtylib took 2.900 ?s
3125[21:40:44] [Render thread/INFO]: Registering categories: rftoolsbase:rftoolsbase ...
3126[21:40:44] [Render thread/INFO]: Registering categories: rftoolsbase:rftoolsbase took 3.400 ?s
3127[21:40:44] [Render thread/INFO]: Registering categories: rftoolscontrol:rftoolscontrol ...
3128[21:40:44] [Render thread/INFO]: Registering categories: rftoolscontrol:rftoolscontrol took 2.700 ?s
3129[21:40:44] [Render thread/INFO]: Registering categories: rftoolsdim:jeiplugin ...
3130[21:40:44] [Render thread/INFO]: Registering categories: rftoolsdim:jeiplugin took 2.800 ?s
3131[21:40:44] [Render thread/INFO]: Registering categories: iceandfire:iceandfire ...
3132[21:40:44] [Render thread/INFO]: Registering categories: iceandfire:iceandfire took 5.946 ms
3133[21:40:44] [Render thread/INFO]: Registering categories: jeitweaker:main ...
3134[21:40:44] [Render thread/INFO]: Registering categories: jeitweaker:main took 1.793 ms
3135[21:40:44] [Render thread/INFO]: Registering categories: mekanism:jei_plugin ...
3136[21:40:44] [Render thread/INFO]: Registering categories: mekanism:jei_plugin took 60.85 ms
3137[21:40:44] [Render thread/INFO]: Registering categories: botanypots:jei ...
3138[21:40:44] [Render thread/INFO]: Registering categories: botanypots:jei took 4.638 ms
3139[21:40:44] [Render thread/INFO]: Registering categories: kubejs:jei ...
3140[21:40:44] [Render thread/INFO]: Registering categories: kubejs:jei took 7.800 ?s
3141[21:40:44] [Render thread/INFO]: Registering categories: brandonscore:jei_plugin ...
3142[21:40:44] [Render thread/INFO]: Registering categories: brandonscore:jei_plugin took 3.300 ?s
3143[21:40:44] [Render thread/INFO]: Registering categories: draconicevolution:jei_plugin ...
3144[21:40:44] [Render thread/INFO]: Registering categories: draconicevolution:jei_plugin took 3.932 ms
3145[21:40:44] [Render thread/INFO]: Registering categories: mysticalagriculture:jei_plugin ...
3146[21:40:44] [Render thread/INFO]: Registering categories: mysticalagriculture:jei_plugin took 6.571 ms
3147[21:40:44] [Render thread/INFO]: Registering categories: mysticalagradditions:jei_plugin ...
3148[21:40:44] [Render thread/INFO]: Registering categories: mysticalagradditions:jei_plugin took 3.800 ?s
3149[21:40:44] [Render thread/INFO]: Registering categories: bigreactors:jeiplugin ...
3150[21:40:44] [Render thread/INFO]: Registering categories: bigreactors:jeiplugin took 40.60 ms
3151[21:40:44] [Render thread/INFO]: Registering categories: cofh_core:default ...
3152[21:40:44] [Render thread/INFO]: Registering categories: cofh_core:default took 4.000 ?s
3153[21:40:44] [Render thread/INFO]: Registering categories: thermal:core ...
3154[21:40:44] [Render thread/INFO]: Registering categories: thermal:core took 7.649 ms
3155[21:40:44] [Render thread/INFO]: Registering categories: thermal:expansion ...
3156[21:40:44] [Render thread/INFO]: Registering categories: thermal:expansion took 48.14 ms
3157[21:40:44] [Render thread/INFO]: Registering categories: tconstruct:jei_plugin ...
3158[21:40:44] [Render thread/INFO]: Registering categories: tconstruct:jei_plugin took 35.76 ms
3159[21:40:44] [Render thread/INFO]: Registering categories: rftoolsutility:rftoolsutility ...
3160[21:40:44] [Render thread/INFO]: Registering categories: rftoolsutility:rftoolsutility took 3.900 ?s
3161[21:40:44] [Render thread/INFO]: Registering categories: titanium:default ...
3162[21:40:44] [Render thread/INFO]: Registering categories: titanium:default took 2.800 ?s
3163[21:40:44] [Render thread/INFO]: Registering categories: immersiveengineering:main ...
3164[21:40:44] [Render thread/INFO]: Registering categories: immersiveengineering:main took 32.63 ms
3165[21:40:44] [Render thread/INFO]: Registering categories: pipez:pipez ...
3166[21:40:44] [Render thread/INFO]: Registering categories: pipez:pipez took 4.000 ?s
3167[21:40:44] [Render thread/INFO]: Registering categories: spartanshields:jei_plugin ...
3168[21:40:44] [Render thread/INFO]: Registering categories: spartanshields:jei_plugin took 2.106 ms
3169[21:40:44] [Render thread/INFO]: Registering categories: mantle:jei ...
3170[21:40:44] [Render thread/INFO]: Registering categories: mantle:jei took 3.700 ?s
3171[21:40:44] [Render thread/INFO]: Registering categories: fluxnetworks:jei ...
3172[21:40:44] [Render thread/INFO]: Registering categories: fluxnetworks:jei took 3.627 ms
3173[21:40:44] [Render thread/INFO]: Registering categories: ftb-power-pots:jei ...
3174[21:40:44] [Render thread/INFO]: Registering categories: ftb-power-pots:jei took 3.600 ?s
3175[21:40:44] [Render thread/INFO]: Registering categories: jei:internal ...
3176[21:40:44] [Render thread/INFO]: Registering categories: jei:internal took 2.568 ms
3177[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: jei:minecraft ...
3178[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: jei:minecraft took 3.496 ms
3179[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: powah:main ...
3180[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: powah:main took 4.700 ?s
3181[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: darkutils:jei_support ...
3182[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: darkutils:jei_support took 21.90 ?s
3183[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: mekanismgenerators:jei_plugin ...
3184[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: mekanismgenerators:jei_plugin took 3.600 ?s
3185[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: minecraft:jeresources ...
3186[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: minecraft:jeresources took 3.100 ?s
3187[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: mob_grinding_utils:jei_plugin ...
3188[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: mob_grinding_utils:jei_plugin took 2.700 ?s
3189[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: industrialforegoing:default ...
3190[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: industrialforegoing:default took 2.600 ?s
3191[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: lollipop:main ...
3192[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: lollipop:main took 2.500 ?s
3193[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: curios:curios ...
3194[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: curios:curios took 2.500 ?s
3195[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: patchouli:patchouli ...
3196[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: patchouli:patchouli took 2.500 ?s
3197[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: mekanismtools:jei_plugin ...
3198[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: mekanismtools:jei_plugin took 2.600 ?s
3199[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: spartanweaponry:jei_plugin ...
3200[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: spartanweaponry:jei_plugin took 3.000 ?s
3201[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: productivebees:productivebees ...
3202[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: productivebees:productivebees took 2.600 ?s
3203[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: trashcans:jei_plugin ...
3204[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: trashcans:jei_plugin took 6.000 ?s
3205[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: ae2wtlib:ae2wtlib ...
3206[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: ae2wtlib:ae2wtlib took 3.300 ?s
3207[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: ftblibrary:jei ...
3208[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: ftblibrary:jei took 2.800 ?s
3209[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: rechiseled:chiseling_plugin ...
3210[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: rechiseled:chiseling_plugin took 2.700 ?s
3211[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: jei:debug ...
3212[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: jei:debug took 2.500 ?s
3213[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: appliedenergistics2:core ...
3214[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: appliedenergistics2:core took 2.600 ?s
3215[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: compactmachines:main ...
3216[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: compactmachines:main took 3.400 ?s
3217[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: mcjtylib:mcjtylib ...
3218[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: mcjtylib:mcjtylib took 2.800 ?s
3219[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: rftoolsbase:rftoolsbase ...
3220[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: rftoolsbase:rftoolsbase took 2.800 ?s
3221[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: rftoolscontrol:rftoolscontrol ...
3222[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: rftoolscontrol:rftoolscontrol took 2.700 ?s
3223[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: rftoolsdim:jeiplugin ...
3224[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: rftoolsdim:jeiplugin took 6.800 ?s
3225[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: iceandfire:iceandfire ...
3226[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: iceandfire:iceandfire took 2.800 ?s
3227[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: jeitweaker:main ...
3228[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: jeitweaker:main took 10.20 ?s
3229[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: mekanism:jei_plugin ...
3230[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: mekanism:jei_plugin took 3.000 ?s
3231[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: botanypots:jei ...
3232[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: botanypots:jei took 3.500 ?s
3233[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: kubejs:jei ...
3234[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: kubejs:jei took 2.800 ?s
3235[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: brandonscore:jei_plugin ...
3236[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: brandonscore:jei_plugin took 3.400 ?s
3237[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: draconicevolution:jei_plugin ...
3238[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: draconicevolution:jei_plugin took 6.100 ?s
3239[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: mysticalagriculture:jei_plugin ...
3240[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: mysticalagriculture:jei_plugin took 3.000 ?s
3241[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: mysticalagradditions:jei_plugin ...
3242[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: mysticalagradditions:jei_plugin took 2.700 ?s
3243[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: bigreactors:jeiplugin ...
3244[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: bigreactors:jeiplugin took 3.500 ?s
3245[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: cofh_core:default ...
3246[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: cofh_core:default took 2.800 ?s
3247[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: thermal:core ...
3248[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: thermal:core took 2.700 ?s
3249[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: thermal:expansion ...
3250[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: thermal:expansion took 5.300 ?s
3251[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: tconstruct:jei_plugin ...
3252[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: tconstruct:jei_plugin took 2.600 ?s
3253[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: rftoolsutility:rftoolsutility ...
3254[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: rftoolsutility:rftoolsutility took 2.700 ?s
3255[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: titanium:default ...
3256[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: titanium:default took 2.700 ?s
3257[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: immersiveengineering:main ...
3258[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: immersiveengineering:main took 4.500 ?s
3259[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: pipez:pipez ...
3260[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: pipez:pipez took 2.500 ?s
3261[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: spartanshields:jei_plugin ...
3262[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: spartanshields:jei_plugin took 5.900 ?s
3263[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: mantle:jei ...
3264[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: mantle:jei took 3.360 ms
3265[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: fluxnetworks:jei ...
3266[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: fluxnetworks:jei took 8.000 ?s
3267[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: ftb-power-pots:jei ...
3268[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: ftb-power-pots:jei took 21.60 ?s
3269[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: jei:internal ...
3270[21:40:44] [Render thread/INFO]: Registering vanilla category extensions: jei:internal took 3.100 ?s
3271[21:40:44] [Render thread/INFO]: Registering recipes: jei:minecraft ...
3272[21:40:44] [Render thread/INFO]: Registering recipes: jei:minecraft took 220.6 ms
3273[21:40:44] [Render thread/INFO]: Registering recipes: powah:main ...
3274[21:40:44] [Render thread/INFO]: Registering recipes: powah:main took 36.21 ms
3275[21:40:44] [Render thread/INFO]: Registering recipes: darkutils:jei_support ...
3276[21:40:44] [Render thread/INFO]: Registering recipes: darkutils:jei_support took 4.287 ms
3277[21:40:44] [Render thread/INFO]: Registering recipes: mekanismgenerators:jei_plugin ...
3278[21:40:44] [Render thread/INFO]: Registering recipes: mekanismgenerators:jei_plugin took 4.571 ms
3279[21:40:44] [Render thread/INFO]: Registering recipes: minecraft:jeresources ...
3280[21:40:44] [Render thread/INFO]: Registering recipes: minecraft:jeresources took 82.38 ms
3281[21:40:44] [Render thread/INFO]: Registering recipes: mob_grinding_utils:jei_plugin ...
3282[21:40:44] [Render thread/INFO]: Registering recipes: mob_grinding_utils:jei_plugin took 1.579 ms
3283[21:40:44] [Render thread/INFO]: Registering recipes: industrialforegoing:default ...
3284[21:40:45] [Render thread/INFO]: Registering recipes: industrialforegoing:default took 362.8 ms
3285[21:40:45] [Render thread/INFO]: Registering recipes: lollipop:main ...
3286[21:40:45] [Render thread/INFO]: Registering recipes: lollipop:main took 9.600 ?s
3287[21:40:45] [Render thread/INFO]: Registering recipes: curios:curios ...
3288[21:40:45] [Render thread/INFO]: Registering recipes: curios:curios took 10.80 ?s
3289[21:40:45] [Render thread/INFO]: Registering recipes: patchouli:patchouli ...
3290[21:40:45] [Render thread/INFO]: Registering recipes: patchouli:patchouli took 2.500 ?s
3291[21:40:45] [Render thread/INFO]: Registering recipes: mekanismtools:jei_plugin ...
3292[21:40:45] [Render thread/INFO]: Registering recipes: mekanismtools:jei_plugin took 4.052 ms
3293[21:40:45] [Render thread/INFO]: Registering recipes: spartanweaponry:jei_plugin ...
3294[21:40:45] [Render thread/INFO]: Registering recipes: spartanweaponry:jei_plugin took 2.828 ms
3295[21:40:45] [Render thread/INFO]: Registering recipes: productivebees:productivebees ...
3296[21:40:45] [Render thread/INFO]: Registering recipes: productivebees:productivebees took 13.45 ms
3297[21:40:45] [Render thread/INFO]: Registering recipes: trashcans:jei_plugin ...
3298[21:40:45] [Render thread/INFO]: Registering recipes: trashcans:jei_plugin took 9.200 ?s
3299[21:40:45] [Render thread/INFO]: Registering recipes: ae2wtlib:ae2wtlib ...
3300[21:40:45] [Render thread/INFO]: Registering recipes: ae2wtlib:ae2wtlib took 7.501 ?s
3301[21:40:45] [Render thread/INFO]: Registering recipes: ftblibrary:jei ...
3302[21:40:45] [Render thread/INFO]: Registering recipes: ftblibrary:jei took 21.70 ?s
3303[21:40:45] [Render thread/INFO]: Registering recipes: rechiseled:chiseling_plugin ...
3304[21:40:45] [Render thread/INFO]: Registering recipes: rechiseled:chiseling_plugin took 81.60 ?s
3305[21:40:45] [Render thread/INFO]: Registering recipes: jei:debug ...
3306[21:40:45] [Render thread/INFO]: Registering recipes: jei:debug took 28.60 ?s
3307[21:40:45] [Render thread/INFO]: Registering recipes: appliedenergistics2:core ...
3308[21:40:45] [Render thread/INFO]: Registering recipes: appliedenergistics2:core took 963.7 ?s
3309[21:40:45] [Render thread/INFO]: Registering recipes: compactmachines:main ...
3310[21:40:45] [Render thread/INFO]: Registering recipes: compactmachines:main took 3.900 ?s
3311[21:40:45] [Render thread/INFO]: Registering recipes: mcjtylib:mcjtylib ...
3312[21:40:45] [Render thread/INFO]: Registering recipes: mcjtylib:mcjtylib took 2.699 ?s
3313[21:40:45] [Render thread/INFO]: Registering recipes: rftoolsbase:rftoolsbase ...
3314[21:40:45] [Render thread/INFO]: Registering recipes: rftoolsbase:rftoolsbase took 2.399 ?s
3315[21:40:45] [Render thread/INFO]: Registering recipes: rftoolscontrol:rftoolscontrol ...
3316[21:40:45] [Render thread/INFO]: Registering recipes: rftoolscontrol:rftoolscontrol took 2.700 ?s
3317[21:40:45] [Render thread/INFO]: Registering recipes: rftoolsdim:jeiplugin ...
3318[21:40:45] [Render thread/INFO]: Registering recipes: rftoolsdim:jeiplugin took 2.300 ?s
3319[21:40:45] [Render thread/INFO]: Registering recipes: iceandfire:iceandfire ...
3320[21:40:45] [Render thread/INFO]: Registering recipes: iceandfire:iceandfire took 2.275 ms
3321[21:40:45] [Render thread/INFO]: Registering recipes: jeitweaker:main ...
3322[21:40:45] [Render thread/INFO]: Registering recipes: jeitweaker:main took 2.815 ms
3323[21:40:45] [Render thread/INFO]: Registering recipes: mekanism:jei_plugin ...
3324[21:40:45] [Render thread/INFO]: Registering recipes: mekanism:jei_plugin took 9.199 ms
3325[21:40:45] [Render thread/INFO]: Registering recipes: botanypots:jei ...
3326[21:40:45] [Render thread/INFO]: Registering recipes: botanypots:jei took 11.79 ms
3327[21:40:45] [Render thread/INFO]: Registering recipes: kubejs:jei ...
3328[21:40:45] [Render thread/INFO]: Registering recipes: kubejs:jei took 1.541 ms
3329[21:40:45] [Render thread/INFO]: Registering recipes: brandonscore:jei_plugin ...
3330[21:40:45] [Render thread/INFO]: Registering recipes: brandonscore:jei_plugin took 3.599 ?s
3331[21:40:45] [Render thread/INFO]: Registering recipes: draconicevolution:jei_plugin ...
3332[21:40:45] [Render thread/INFO]: Registering recipes: draconicevolution:jei_plugin took 95.20 ?s
3333[21:40:45] [Render thread/INFO]: Registering recipes: mysticalagriculture:jei_plugin ...
3334[21:40:45] [Render thread/INFO]: Registering recipes: mysticalagriculture:jei_plugin took 1.395 ms
3335[21:40:45] [Render thread/INFO]: Registering recipes: mysticalagradditions:jei_plugin ...
3336[21:40:45] [Render thread/INFO]: Registering recipes: mysticalagradditions:jei_plugin took 331.3 ?s
3337[21:40:45] [Render thread/INFO]: Registering recipes: bigreactors:jeiplugin ...
3338[21:40:45] [Render thread/INFO]: Registering recipes: bigreactors:jeiplugin took 3.501 ms
3339[21:40:45] [Render thread/INFO]: Registering recipes: cofh_core:default ...
3340[21:40:45] [Render thread/INFO]: Registering recipes: cofh_core:default took 4.400 ?s
3341[21:40:45] [Render thread/INFO]: Registering recipes: thermal:core ...
3342[21:40:45] [Render thread/INFO]: Registering recipes: thermal:core took 899.3 ?s
3343[21:40:45] [Render thread/INFO]: Registering recipes: thermal:expansion ...
3344[21:40:45] [Render thread/INFO]: Registering recipes: thermal:expansion took 1.124 ms
3345[21:40:45] [Render thread/INFO]: Registering recipes: tconstruct:jei_plugin ...
3346[21:40:45] [Render thread/INFO]: Registering recipes: tconstruct:jei_plugin took 43.59 ms
3347[21:40:45] [Render thread/INFO]: Registering recipes: rftoolsutility:rftoolsutility ...
3348[21:40:45] [Render thread/INFO]: Registering recipes: rftoolsutility:rftoolsutility took 22.50 ?s
3349[21:40:45] [Render thread/INFO]: Registering recipes: titanium:default ...
3350[21:40:45] [Render thread/INFO]: Registering recipes: titanium:default took 2.599 ?s
3351[21:40:45] [Render thread/INFO]: Registering recipes: immersiveengineering:main ...
3352[21:40:45] [Render thread/INFO]: Adding recipes to JEI!!
3353[21:40:45] [Render thread/INFO]: Registering recipes: immersiveengineering:main took 5.363 ms
3354[21:40:45] [Render thread/INFO]: Registering recipes: pipez:pipez ...
3355[21:40:45] [Render thread/INFO]: Registering recipes: pipez:pipez took 7.901 ?s
3356[21:40:45] [Render thread/INFO]: Registering recipes: spartanshields:jei_plugin ...
3357[21:40:45] [Render thread/INFO]: Registering recipes: spartanshields:jei_plugin took 8.562 ms
3358[21:40:45] [Render thread/INFO]: Registering recipes: mantle:jei ...
3359[21:40:45] [Render thread/INFO]: Registering recipes: mantle:jei took 517.0 ?s
3360[21:40:45] [Render thread/INFO]: Registering recipes: fluxnetworks:jei ...
3361[21:40:45] [Render thread/INFO]: Registering recipes: fluxnetworks:jei took 250.6 ?s
3362[21:40:45] [Render thread/INFO]: Registering recipes: ftb-power-pots:jei ...
3363[21:40:45] [Render thread/INFO]: Registering recipes: ftb-power-pots:jei took 3.500 ?s
3364[21:40:45] [Render thread/INFO]: Registering recipes: jei:internal ...
3365[21:40:45] [Render thread/INFO]: Registering recipes: jei:internal took 2.600 ?s
3366[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: jei:minecraft ...
3367[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: jei:minecraft took 6.998 ms
3368[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: powah:main ...
3369[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: powah:main took 4.801 ?s
3370[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: darkutils:jei_support ...
3371[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: darkutils:jei_support took 2.600 ?s
3372[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: mekanismgenerators:jei_plugin ...
3373[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: mekanismgenerators:jei_plugin took 2.400 ?s
3374[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: minecraft:jeresources ...
3375[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: minecraft:jeresources took 2.800 ?s
3376[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: mob_grinding_utils:jei_plugin ...
3377[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: mob_grinding_utils:jei_plugin took 2.201 ?s
3378[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: industrialforegoing:default ...
3379[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: industrialforegoing:default took 2.899 ?s
3380[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: lollipop:main ...
3381[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: lollipop:main took 2.300 ?s
3382[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: curios:curios ...
3383[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: curios:curios took 2.300 ?s
3384[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: patchouli:patchouli ...
3385[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: patchouli:patchouli took 2.100 ?s
3386[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: mekanismtools:jei_plugin ...
3387[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: mekanismtools:jei_plugin took 2.101 ?s
3388[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: spartanweaponry:jei_plugin ...
3389[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: spartanweaponry:jei_plugin took 2.300 ?s
3390[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: productivebees:productivebees ...
3391[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: productivebees:productivebees took 2.400 ?s
3392[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: trashcans:jei_plugin ...
3393[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: trashcans:jei_plugin took 2.301 ?s
3394[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: ae2wtlib:ae2wtlib ...
3395[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: ae2wtlib:ae2wtlib took 7.475 ms
3396[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: ftblibrary:jei ...
3397[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: ftblibrary:jei took 4.799 ?s
3398[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: rechiseled:chiseling_plugin ...
3399[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: rechiseled:chiseling_plugin took 6.500 ?s
3400[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: jei:debug ...
3401[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: jei:debug took 2.600 ?s
3402[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: appliedenergistics2:core ...
3403[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: appliedenergistics2:core took 4.553 ms
3404[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: compactmachines:main ...
3405[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: compactmachines:main took 4.000 ?s
3406[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: mcjtylib:mcjtylib ...
3407[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: mcjtylib:mcjtylib took 2.600 ?s
3408[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: rftoolsbase:rftoolsbase ...
3409[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: rftoolsbase:rftoolsbase took 1.056 ms
3410[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: rftoolscontrol:rftoolscontrol ...
3411[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: rftoolscontrol:rftoolscontrol took 30.80 ?s
3412[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: rftoolsdim:jeiplugin ...
3413[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: rftoolsdim:jeiplugin took 4.400 ?s
3414[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: iceandfire:iceandfire ...
3415[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: iceandfire:iceandfire took 2.400 ?s
3416[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: jeitweaker:main ...
3417[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: jeitweaker:main took 3.400 ?s
3418[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: mekanism:jei_plugin ...
3419[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: mekanism:jei_plugin took 13.08 ms
3420[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: botanypots:jei ...
3421[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: botanypots:jei took 3.799 ?s
3422[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: kubejs:jei ...
3423[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: kubejs:jei took 2.699 ?s
3424[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: brandonscore:jei_plugin ...
3425[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: brandonscore:jei_plugin took 2.600 ?s
3426[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: draconicevolution:jei_plugin ...
3427[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: draconicevolution:jei_plugin took 6.588 ms
3428[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: mysticalagriculture:jei_plugin ...
3429[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: mysticalagriculture:jei_plugin took 3.700 ?s
3430[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: mysticalagradditions:jei_plugin ...
3431[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: mysticalagradditions:jei_plugin took 2.701 ?s
3432[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: bigreactors:jeiplugin ...
3433[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: bigreactors:jeiplugin took 2.499 ?s
3434[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: cofh_core:default ...
3435[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: cofh_core:default took 2.300 ?s
3436[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: thermal:core ...
3437[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: thermal:core took 2.299 ?s
3438[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: thermal:expansion ...
3439[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: thermal:expansion took 2.700 ?s
3440[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: tconstruct:jei_plugin ...
3441[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: tconstruct:jei_plugin took 3.448 ms
3442[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: rftoolsutility:rftoolsutility ...
3443[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: rftoolsutility:rftoolsutility took 1.563 ms
3444[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: titanium:default ...
3445[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: titanium:default took 3.600 ?s
3446[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: immersiveengineering:main ...
3447[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: immersiveengineering:main took 2.145 ms
3448[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: pipez:pipez ...
3449[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: pipez:pipez took 3.700 ?s
3450[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: spartanshields:jei_plugin ...
3451[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: spartanshields:jei_plugin took 2.299 ?s
3452[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: mantle:jei ...
3453[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: mantle:jei took 6.100 ?s
3454[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: fluxnetworks:jei ...
3455[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: fluxnetworks:jei took 2.500 ?s
3456[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: ftb-power-pots:jei ...
3457[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: ftb-power-pots:jei took 2.400 ?s
3458[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: jei:internal ...
3459[21:40:45] [Render thread/INFO]: Registering recipes transfer handlers: jei:internal took 2.400 ?s
3460[21:40:45] [Render thread/INFO]: Registering recipe catalysts: jei:minecraft ...
3461[21:40:45] [Render thread/INFO]: Registering recipe catalysts: jei:minecraft took 148.1 ?s
3462[21:40:45] [Render thread/INFO]: Registering recipe catalysts: powah:main ...
3463[21:40:45] [Render thread/INFO]: Registering recipe catalysts: powah:main took 76.19 ms
3464[21:40:45] [Render thread/INFO]: Registering recipe catalysts: darkutils:jei_support ...
3465[21:40:45] [Render thread/INFO]: Registering recipe catalysts: darkutils:jei_support took 8.501 ?s
3466[21:40:45] [Render thread/INFO]: Registering recipe catalysts: mekanismgenerators:jei_plugin ...
3467[21:40:45] [Render thread/INFO]: Registering recipe catalysts: mekanismgenerators:jei_plugin took 1.520 ms
3468[21:40:45] [Render thread/INFO]: Registering recipe catalysts: minecraft:jeresources ...
3469[21:40:45] [Render thread/INFO]: Registering recipe catalysts: minecraft:jeresources took 3.700 ?s
3470[21:40:45] [Render thread/INFO]: Registering recipe catalysts: mob_grinding_utils:jei_plugin ...
3471[21:40:45] [Render thread/INFO]: Registering recipe catalysts: mob_grinding_utils:jei_plugin took 81.60 ?s
3472[21:40:45] [Render thread/INFO]: Registering recipe catalysts: industrialforegoing:default ...
3473[21:40:45] [Render thread/INFO]: Registering recipe catalysts: industrialforegoing:default took 287.3 ?s
3474[21:40:45] [Render thread/INFO]: Registering recipe catalysts: lollipop:main ...
3475[21:40:45] [Render thread/INFO]: Registering recipe catalysts: lollipop:main took 3.300 ?s
3476[21:40:45] [Render thread/INFO]: Registering recipe catalysts: curios:curios ...
3477[21:40:45] [Render thread/INFO]: Registering recipe catalysts: curios:curios took 2.400 ?s
3478[21:40:45] [Render thread/INFO]: Registering recipe catalysts: patchouli:patchouli ...
3479[21:40:45] [Render thread/INFO]: Registering recipe catalysts: patchouli:patchouli took 2.301 ?s
3480[21:40:45] [Render thread/INFO]: Registering recipe catalysts: mekanismtools:jei_plugin ...
3481[21:40:45] [Render thread/INFO]: Registering recipe catalysts: mekanismtools:jei_plugin took 2.399 ?s
3482[21:40:45] [Render thread/INFO]: Registering recipe catalysts: spartanweaponry:jei_plugin ...
3483[21:40:45] [Render thread/INFO]: Registering recipe catalysts: spartanweaponry:jei_plugin took 2.101 ?s
3484[21:40:45] [Render thread/INFO]: Registering recipe catalysts: productivebees:productivebees ...
3485[21:40:45] [Render thread/INFO]: Registering recipe catalysts: productivebees:productivebees took 47.20 ?s
3486[21:40:45] [Render thread/INFO]: Registering recipe catalysts: trashcans:jei_plugin ...
3487[21:40:45] [Render thread/INFO]: Registering recipe catalysts: trashcans:jei_plugin took 2.500 ?s
3488[21:40:45] [Render thread/INFO]: Registering recipe catalysts: ae2wtlib:ae2wtlib ...
3489[21:40:45] [Render thread/INFO]: Registering recipe catalysts: ae2wtlib:ae2wtlib took 2.500 ?s
3490[21:40:45] [Render thread/INFO]: Registering recipe catalysts: ftblibrary:jei ...
3491[21:40:45] [Render thread/INFO]: Registering recipe catalysts: ftblibrary:jei took 2.199 ?s
3492[21:40:45] [Render thread/INFO]: Registering recipe catalysts: rechiseled:chiseling_plugin ...
3493[21:40:45] [Render thread/INFO]: Registering recipe catalysts: rechiseled:chiseling_plugin took 33.00 ?s
3494[21:40:45] [Render thread/INFO]: Registering recipe catalysts: jei:debug ...
3495[21:40:45] [Render thread/INFO]: Registering recipe catalysts: jei:debug took 6.900 ?s
3496[21:40:45] [Render thread/INFO]: Registering recipe catalysts: appliedenergistics2:core ...
3497[21:40:45] [Render thread/INFO]: Registering recipe catalysts: appliedenergistics2:core took 47.90 ?s
3498[21:40:45] [Render thread/INFO]: Registering recipe catalysts: compactmachines:main ...
3499[21:40:45] [Render thread/INFO]: Registering recipe catalysts: compactmachines:main took 2.500 ?s
3500[21:40:45] [Render thread/INFO]: Registering recipe catalysts: mcjtylib:mcjtylib ...
3501[21:40:45] [Render thread/INFO]: Registering recipe catalysts: mcjtylib:mcjtylib took 2.100 ?s
3502[21:40:45] [Render thread/INFO]: Registering recipe catalysts: rftoolsbase:rftoolsbase ...
3503[21:40:45] [Render thread/INFO]: Registering recipe catalysts: rftoolsbase:rftoolsbase took 2.199 ?s
3504[21:40:45] [Render thread/INFO]: Registering recipe catalysts: rftoolscontrol:rftoolscontrol ...
3505[21:40:45] [Render thread/INFO]: Registering recipe catalysts: rftoolscontrol:rftoolscontrol took 105.5 ?s
3506[21:40:45] [Render thread/INFO]: Registering recipe catalysts: rftoolsdim:jeiplugin ...
3507[21:40:45] [Render thread/INFO]: Registering recipe catalysts: rftoolsdim:jeiplugin took 2.500 ?s
3508[21:40:45] [Render thread/INFO]: Registering recipe catalysts: iceandfire:iceandfire ...
3509[21:40:45] [Render thread/INFO]: Registering recipe catalysts: iceandfire:iceandfire took 26.20 ?s
3510[21:40:45] [Render thread/INFO]: Registering recipe catalysts: jeitweaker:main ...
3511[21:40:45] [Render thread/INFO]: Registering recipe catalysts: jeitweaker:main took 382.6 ?s
3512[21:40:45] [Render thread/INFO]: Registering recipe catalysts: mekanism:jei_plugin ...
3513[21:40:45] [Render thread/INFO]: Registering recipe catalysts: mekanism:jei_plugin took 691.8 ?s
3514[21:40:45] [Render thread/INFO]: Registering recipe catalysts: botanypots:jei ...
3515[21:40:45] [Render thread/INFO]: Registering recipe catalysts: botanypots:jei took 64.30 ?s
3516[21:40:45] [Render thread/INFO]: Registering recipe catalysts: kubejs:jei ...
3517[21:40:45] [Render thread/INFO]: Registering recipe catalysts: kubejs:jei took 2.600 ?s
3518[21:40:45] [Render thread/INFO]: Registering recipe catalysts: brandonscore:jei_plugin ...
3519[21:40:45] [Render thread/INFO]: Registering recipe catalysts: brandonscore:jei_plugin took 2.201 ?s
3520[21:40:45] [Render thread/INFO]: Registering recipe catalysts: draconicevolution:jei_plugin ...
3521[21:40:45] [Render thread/INFO]: Registering recipe catalysts: draconicevolution:jei_plugin took 31.20 ?s
3522[21:40:45] [Render thread/INFO]: Registering recipe catalysts: mysticalagriculture:jei_plugin ...
3523[21:40:45] [Render thread/INFO]: Registering recipe catalysts: mysticalagriculture:jei_plugin took 338.9 ?s
3524[21:40:45] [Render thread/INFO]: Registering recipe catalysts: mysticalagradditions:jei_plugin ...
3525[21:40:45] [Render thread/INFO]: Registering recipe catalysts: mysticalagradditions:jei_plugin took 3.400 ?s
3526[21:40:45] [Render thread/INFO]: Registering recipe catalysts: bigreactors:jeiplugin ...
3527[21:40:45] [Render thread/INFO]: Registering recipe catalysts: bigreactors:jeiplugin took 155.5 ?s
3528[21:40:45] [Render thread/INFO]: Registering recipe catalysts: cofh_core:default ...
3529[21:40:45] [Render thread/INFO]: Registering recipe catalysts: cofh_core:default took 2.599 ?s
3530[21:40:45] [Render thread/INFO]: Registering recipe catalysts: thermal:core ...
3531[21:40:45] [Render thread/INFO]: Registering recipe catalysts: thermal:core took 18.20 ?s
3532[21:40:45] [Render thread/INFO]: Registering recipe catalysts: thermal:expansion ...
3533[21:40:45] [Render thread/INFO]: Registering recipe catalysts: thermal:expansion took 35.50 ?s
3534[21:40:45] [Render thread/INFO]: Registering recipe catalysts: tconstruct:jei_plugin ...
3535[21:40:45] [Render thread/INFO]: Registering recipe catalysts: tconstruct:jei_plugin took 255.7 ?s
3536[21:40:45] [Render thread/INFO]: Registering recipe catalysts: rftoolsutility:rftoolsutility ...
3537[21:40:45] [Render thread/INFO]: Registering recipe catalysts: rftoolsutility:rftoolsutility took 2.701 ?s
3538[21:40:45] [Render thread/INFO]: Registering recipe catalysts: titanium:default ...
3539[21:40:45] [Render thread/INFO]: Registering recipe catalysts: titanium:default took 2.500 ?s
3540[21:40:45] [Render thread/INFO]: Registering recipe catalysts: immersiveengineering:main ...
3541[21:40:45] [Render thread/INFO]: Registering recipe catalysts: immersiveengineering:main took 70.30 ?s
3542[21:40:45] [Render thread/INFO]: Registering recipe catalysts: pipez:pipez ...
3543[21:40:45] [Render thread/INFO]: Registering recipe catalysts: pipez:pipez took 2.500 ?s
3544[21:40:45] [Render thread/INFO]: Registering recipe catalysts: spartanshields:jei_plugin ...
3545[21:40:45] [Render thread/INFO]: Registering recipe catalysts: spartanshields:jei_plugin took 33.10 ?s
3546[21:40:45] [Render thread/INFO]: Registering recipe catalysts: mantle:jei ...
3547[21:40:45] [Render thread/INFO]: Registering recipe catalysts: mantle:jei took 2.300 ?s
3548[21:40:45] [Render thread/INFO]: Registering recipe catalysts: fluxnetworks:jei ...
3549[21:40:45] [Render thread/INFO]: Registering recipe catalysts: fluxnetworks:jei took 741.0 ?s
3550[21:40:45] [Render thread/INFO]: Registering recipe catalysts: ftb-power-pots:jei ...
3551[21:40:45] [Render thread/INFO]: Registering recipe catalysts: ftb-power-pots:jei took 113.8 ?s
3552[21:40:45] [Render thread/INFO]: Registering recipe catalysts: jei:internal ...
3553[21:40:45] [Render thread/INFO]: Registering recipe catalysts: jei:internal took 2.701 ?s
3554[21:40:45] [Render thread/INFO]: Registering gui handlers: jei:minecraft ...
3555[21:40:45] [Render thread/INFO]: Registering gui handlers: jei:minecraft took 4.674 ms
3556[21:40:45] [Render thread/INFO]: Registering gui handlers: powah:main ...
3557[21:40:45] [Render thread/INFO]: Registering gui handlers: powah:main took 3.901 ?s
3558[21:40:45] [Render thread/INFO]: Registering gui handlers: darkutils:jei_support ...
3559[21:40:45] [Render thread/INFO]: Registering gui handlers: darkutils:jei_support took 2.400 ?s
3560[21:40:45] [Render thread/INFO]: Registering gui handlers: mekanismgenerators:jei_plugin ...
3561[21:40:45] [Render thread/INFO]: Registering gui handlers: mekanismgenerators:jei_plugin took 2.201 ?s
3562[21:40:45] [Render thread/INFO]: Registering gui handlers: minecraft:jeresources ...
3563[21:40:45] [Render thread/INFO]: Registering gui handlers: minecraft:jeresources took 41.90 ?s
3564[21:40:45] [Render thread/INFO]: Registering gui handlers: mob_grinding_utils:jei_plugin ...
3565[21:40:45] [Render thread/INFO]: Registering gui handlers: mob_grinding_utils:jei_plugin took 2.400 ?s
3566[21:40:45] [Render thread/INFO]: Registering gui handlers: industrialforegoing:default ...
3567[21:40:45] [Render thread/INFO]: Registering gui handlers: industrialforegoing:default took 2.190 ms
3568[21:40:45] [Render thread/INFO]: Registering gui handlers: lollipop:main ...
3569[21:40:45] [Render thread/INFO]: Registering gui handlers: lollipop:main took 684.9 ?s
3570[21:40:45] [Render thread/INFO]: Registering gui handlers: curios:curios ...
3571[21:40:45] [Render thread/INFO]: Registering gui handlers: curios:curios took 1.034 ms
3572[21:40:45] [Render thread/INFO]: Registering gui handlers: patchouli:patchouli ...
3573[21:40:45] [Render thread/INFO]: Registering gui handlers: patchouli:patchouli took 3.100 ?s
3574[21:40:45] [Render thread/INFO]: Registering gui handlers: mekanismtools:jei_plugin ...
3575[21:40:45] [Render thread/INFO]: Registering gui handlers: mekanismtools:jei_plugin took 2.399 ?s
3576[21:40:45] [Render thread/INFO]: Registering gui handlers: spartanweaponry:jei_plugin ...
3577[21:40:45] [Render thread/INFO]: Registering gui handlers: spartanweaponry:jei_plugin took 2.300 ?s
3578[21:40:45] [Render thread/INFO]: Registering gui handlers: productivebees:productivebees ...
3579[21:40:45] [Render thread/INFO]: Registering gui handlers: productivebees:productivebees took 2.700 ?s
3580[21:40:45] [Render thread/INFO]: Registering gui handlers: trashcans:jei_plugin ...
3581[21:40:45] [Render thread/INFO]: Registering gui handlers: trashcans:jei_plugin took 2.205 ms
3582[21:40:45] [Render thread/INFO]: Registering gui handlers: ae2wtlib:ae2wtlib ...
3583[21:40:45] [Render thread/INFO]: Registering gui handlers: ae2wtlib:ae2wtlib took 3.600 ?s
3584[21:40:45] [Render thread/INFO]: Registering gui handlers: ftblibrary:jei ...
3585[21:40:45] [Render thread/INFO]: Registering gui handlers: ftblibrary:jei took 89.10 ?s
3586[21:40:45] [Render thread/INFO]: Registering gui handlers: rechiseled:chiseling_plugin ...
3587[21:40:45] [Render thread/INFO]: Registering gui handlers: rechiseled:chiseling_plugin took 2.600 ?s
3588[21:40:45] [Render thread/INFO]: Registering gui handlers: jei:debug ...
3589[21:40:45] [Render thread/INFO]: Registering gui handlers: jei:debug took 6.400 ?s
3590[21:40:45] [Render thread/INFO]: Registering gui handlers: appliedenergistics2:core ...
3591[21:40:45] [Render thread/INFO]: Registering gui handlers: appliedenergistics2:core took 2.946 ms
3592[21:40:45] [Render thread/INFO]: Registering gui handlers: compactmachines:main ...
3593[21:40:45] [Render thread/INFO]: Registering gui handlers: compactmachines:main took 3.800 ?s
3594[21:40:45] [Render thread/INFO]: Registering gui handlers: mcjtylib:mcjtylib ...
3595[21:40:45] [Render thread/INFO]: Registering gui handlers: mcjtylib:mcjtylib took 975.6 ?s
3596[21:40:45] [Render thread/INFO]: Registering gui handlers: rftoolsbase:rftoolsbase ...
3597[21:40:45] [Render thread/INFO]: Registering gui handlers: rftoolsbase:rftoolsbase took 3.200 ?s
3598[21:40:45] [Render thread/INFO]: Registering gui handlers: rftoolscontrol:rftoolscontrol ...
3599[21:40:45] [Render thread/INFO]: Registering gui handlers: rftoolscontrol:rftoolscontrol took 2.199 ?s
3600[21:40:45] [Render thread/INFO]: Registering gui handlers: rftoolsdim:jeiplugin ...
3601[21:40:45] [Render thread/INFO]: Registering gui handlers: rftoolsdim:jeiplugin took 12.10 ?s
3602[21:40:45] [Render thread/INFO]: Registering gui handlers: iceandfire:iceandfire ...
3603[21:40:45] [Render thread/INFO]: Registering gui handlers: iceandfire:iceandfire took 2.801 ?s
3604[21:40:45] [Render thread/INFO]: Registering gui handlers: jeitweaker:main ...
3605[21:40:45] [Render thread/INFO]: Registering gui handlers: jeitweaker:main took 38.40 ?s
3606[21:40:45] [Render thread/INFO]: Registering gui handlers: mekanism:jei_plugin ...
3607[21:40:45] [Render thread/INFO]: Registering gui handlers: mekanism:jei_plugin took 3.086 ms
3608[21:40:45] [Render thread/INFO]: Registering gui handlers: botanypots:jei ...
3609[21:40:45] [Render thread/INFO]: Registering gui handlers: botanypots:jei took 3.200 ?s
3610[21:40:45] [Render thread/INFO]: Registering gui handlers: kubejs:jei ...
3611[21:40:45] [Render thread/INFO]: Registering gui handlers: kubejs:jei took 2.400 ?s
3612[21:40:45] [Render thread/INFO]: Registering gui handlers: brandonscore:jei_plugin ...
3613[21:40:45] [Render thread/INFO]: Registering gui handlers: brandonscore:jei_plugin took 4.403 ms
3614[21:40:45] [Render thread/INFO]: Registering gui handlers: draconicevolution:jei_plugin ...
3615[21:40:45] [Render thread/INFO]: Registering gui handlers: draconicevolution:jei_plugin took 3.389 ms
3616[21:40:45] [Render thread/INFO]: Registering gui handlers: mysticalagriculture:jei_plugin ...
3617[21:40:45] [Render thread/INFO]: Registering gui handlers: mysticalagriculture:jei_plugin took 32.20 ?s
3618[21:40:45] [Render thread/INFO]: Registering gui handlers: mysticalagradditions:jei_plugin ...
3619[21:40:45] [Render thread/INFO]: Registering gui handlers: mysticalagradditions:jei_plugin took 2.699 ?s
3620[21:40:45] [Render thread/INFO]: Registering gui handlers: bigreactors:jeiplugin ...
3621[21:40:45] [Render thread/INFO]: Registering gui handlers: bigreactors:jeiplugin took 2.000 ?s
3622[21:40:45] [Render thread/INFO]: Registering gui handlers: cofh_core:default ...
3623[21:40:45] [Render thread/INFO]: Registering gui handlers: cofh_core:default took 1.362 ms
3624[21:40:45] [Render thread/INFO]: Registering gui handlers: thermal:core ...
3625[21:40:45] [Render thread/INFO]: Registering gui handlers: thermal:core took 40.20 ?s
3626[21:40:45] [Render thread/INFO]: Registering gui handlers: thermal:expansion ...
3627[21:40:45] [Render thread/INFO]: Registering gui handlers: thermal:expansion took 161.8 ?s
3628[21:40:45] [Render thread/INFO]: Registering gui handlers: tconstruct:jei_plugin ...
3629[21:40:45] [Render thread/INFO]: Registering gui handlers: tconstruct:jei_plugin took 1.283 ms
3630[21:40:45] [Render thread/INFO]: Registering gui handlers: rftoolsutility:rftoolsutility ...
3631[21:40:45] [Render thread/INFO]: Registering gui handlers: rftoolsutility:rftoolsutility took 3.200 ?s
3632[21:40:45] [Render thread/INFO]: Registering gui handlers: titanium:default ...
3633[21:40:45] [Render thread/INFO]: Registering gui handlers: titanium:default took 1.233 ms
3634[21:40:45] [Render thread/INFO]: Registering gui handlers: immersiveengineering:main ...
3635[21:40:45] [Render thread/INFO]: Registering gui handlers: immersiveengineering:main took 3.496 ms
3636[21:40:45] [Render thread/INFO]: Registering gui handlers: pipez:pipez ...
3637[21:40:45] [Render thread/INFO]: Registering gui handlers: pipez:pipez took 1.302 ms
3638[21:40:45] [Render thread/INFO]: Registering gui handlers: spartanshields:jei_plugin ...
3639[21:40:45] [Render thread/INFO]: Registering gui handlers: spartanshields:jei_plugin took 3.000 ?s
3640[21:40:45] [Render thread/INFO]: Registering gui handlers: mantle:jei ...
3641[21:40:45] [Render thread/INFO]: Registering gui handlers: mantle:jei took 1.164 ms
3642[21:40:45] [Render thread/INFO]: Registering gui handlers: fluxnetworks:jei ...
3643[21:40:45] [Render thread/INFO]: Registering gui handlers: fluxnetworks:jei took 3.100 ?s
3644[21:40:45] [Render thread/INFO]: Registering gui handlers: ftb-power-pots:jei ...
3645[21:40:45] [Render thread/INFO]: Registering gui handlers: ftb-power-pots:jei took 2.100 ?s
3646[21:40:45] [Render thread/INFO]: Registering gui handlers: jei:internal ...
3647[21:40:45] [Render thread/INFO]: Registering gui handlers: jei:internal took 4.707 ms
3648[21:40:45] [Render thread/INFO]: Registering advanced plugins: jei:minecraft ...
3649[21:40:45] [Render thread/INFO]: Registering advanced plugins: jei:minecraft took 12.70 ?s
3650[21:40:45] [Render thread/INFO]: Registering advanced plugins: powah:main ...
3651[21:40:45] [Render thread/INFO]: Registering advanced plugins: powah:main took 2.499 ?s
3652[21:40:45] [Render thread/INFO]: Registering advanced plugins: darkutils:jei_support ...
3653[21:40:45] [Render thread/INFO]: Registering advanced plugins: darkutils:jei_support took 2.200 ?s
3654[21:40:45] [Render thread/INFO]: Registering advanced plugins: mekanismgenerators:jei_plugin ...
3655[21:40:45] [Render thread/INFO]: Registering advanced plugins: mekanismgenerators:jei_plugin took 2.101 ?s
3656[21:40:45] [Render thread/INFO]: Registering advanced plugins: minecraft:jeresources ...
3657[21:40:45] [Render thread/INFO]: Registering advanced plugins: minecraft:jeresources took 2.101 ?s
3658[21:40:45] [Render thread/INFO]: Registering advanced plugins: mob_grinding_utils:jei_plugin ...
3659[21:40:45] [Render thread/INFO]: Registering advanced plugins: mob_grinding_utils:jei_plugin took 1.900 ?s
3660[21:40:45] [Render thread/INFO]: Registering advanced plugins: industrialforegoing:default ...
3661[21:40:45] [Render thread/INFO]: Registering advanced plugins: industrialforegoing:default took 1.900 ?s
3662[21:40:45] [Render thread/INFO]: Registering advanced plugins: lollipop:main ...
3663[21:40:45] [Render thread/INFO]: Registering advanced plugins: lollipop:main took 2.001 ?s
3664[21:40:45] [Render thread/INFO]: Registering advanced plugins: curios:curios ...
3665[21:40:45] [Render thread/INFO]: Registering advanced plugins: curios:curios took 2.000 ?s
3666[21:40:45] [Render thread/INFO]: Registering advanced plugins: patchouli:patchouli ...
3667[21:40:45] [Render thread/INFO]: Registering advanced plugins: patchouli:patchouli took 2.000 ?s
3668[21:40:45] [Render thread/INFO]: Registering advanced plugins: mekanismtools:jei_plugin ...
3669[21:40:45] [Render thread/INFO]: Registering advanced plugins: mekanismtools:jei_plugin took 1.999 ?s
3670[21:40:45] [Render thread/INFO]: Registering advanced plugins: spartanweaponry:jei_plugin ...
3671[21:40:45] [Render thread/INFO]: Registering advanced plugins: spartanweaponry:jei_plugin took 2.299 ?s
3672[21:40:45] [Render thread/INFO]: Registering advanced plugins: productivebees:productivebees ...
3673[21:40:45] [Render thread/INFO]: Registering advanced plugins: productivebees:productivebees took 1.900 ?s
3674[21:40:45] [Render thread/INFO]: Registering advanced plugins: trashcans:jei_plugin ...
3675[21:40:45] [Render thread/INFO]: Registering advanced plugins: trashcans:jei_plugin took 2.100 ?s
3676[21:40:45] [Render thread/INFO]: Registering advanced plugins: ae2wtlib:ae2wtlib ...
3677[21:40:45] [Render thread/INFO]: Registering advanced plugins: ae2wtlib:ae2wtlib took 1.899 ?s
3678[21:40:45] [Render thread/INFO]: Registering advanced plugins: ftblibrary:jei ...
3679[21:40:45] [Render thread/INFO]: Registering advanced plugins: ftblibrary:jei took 2.399 ?s
3680[21:40:45] [Render thread/INFO]: Registering advanced plugins: rechiseled:chiseling_plugin ...
3681[21:40:45] [Render thread/INFO]: Registering advanced plugins: rechiseled:chiseling_plugin took 2.000 ?s
3682[21:40:45] [Render thread/INFO]: Registering advanced plugins: jei:debug ...
3683[21:40:45] [Render thread/INFO]: Registering advanced plugins: jei:debug took 3.601 ?s
3684[21:40:45] [Render thread/INFO]: Registering advanced plugins: appliedenergistics2:core ...
3685[21:40:45] [Render thread/INFO]: Added recipe manager plugin: class appeng.integration.modules.jei.FacadeRegistryPlugin
3686[21:40:45] [Render thread/INFO]: Registering advanced plugins: appliedenergistics2:core took 1.638 ms
3687[21:40:45] [Render thread/INFO]: Registering advanced plugins: compactmachines:main ...
3688[21:40:45] [Render thread/INFO]: Registering advanced plugins: compactmachines:main took 3.200 ?s
3689[21:40:45] [Render thread/INFO]: Registering advanced plugins: mcjtylib:mcjtylib ...
3690[21:40:45] [Render thread/INFO]: Registering advanced plugins: mcjtylib:mcjtylib took 2.200 ?s
3691[21:40:45] [Render thread/INFO]: Registering advanced plugins: rftoolsbase:rftoolsbase ...
3692[21:40:45] [Render thread/INFO]: Registering advanced plugins: rftoolsbase:rftoolsbase took 1.999 ?s
3693[21:40:45] [Render thread/INFO]: Registering advanced plugins: rftoolscontrol:rftoolscontrol ...
3694[21:40:45] [Render thread/INFO]: Registering advanced plugins: rftoolscontrol:rftoolscontrol took 1.899 ?s
3695[21:40:45] [Render thread/INFO]: Registering advanced plugins: rftoolsdim:jeiplugin ...
3696[21:40:45] [Render thread/INFO]: Registering advanced plugins: rftoolsdim:jeiplugin took 2.000 ?s
3697[21:40:45] [Render thread/INFO]: Registering advanced plugins: iceandfire:iceandfire ...
3698[21:40:45] [Render thread/INFO]: Registering advanced plugins: iceandfire:iceandfire took 1.800 ?s
3699[21:40:45] [Render thread/INFO]: Registering advanced plugins: jeitweaker:main ...
3700[21:40:45] [Render thread/INFO]: Registering advanced plugins: jeitweaker:main took 3.001 ?s
3701[21:40:45] [Render thread/INFO]: Registering advanced plugins: mekanism:jei_plugin ...
3702[21:40:45] [Render thread/INFO]: Registering advanced plugins: mekanism:jei_plugin took 3.800 ?s
3703[21:40:45] [Render thread/INFO]: Registering advanced plugins: botanypots:jei ...
3704[21:40:45] [Render thread/INFO]: Registering advanced plugins: botanypots:jei took 1.900 ?s
3705[21:40:45] [Render thread/INFO]: Registering advanced plugins: kubejs:jei ...
3706[21:40:45] [Render thread/INFO]: Registering advanced plugins: kubejs:jei took 1.900 ?s
3707[21:40:45] [Render thread/INFO]: Registering advanced plugins: brandonscore:jei_plugin ...
3708[21:40:45] [Render thread/INFO]: Registering advanced plugins: brandonscore:jei_plugin took 1.900 ?s
3709[21:40:45] [Render thread/INFO]: Registering advanced plugins: draconicevolution:jei_plugin ...
3710[21:40:45] [Render thread/INFO]: Registering advanced plugins: draconicevolution:jei_plugin took 2.901 ?s
3711[21:40:45] [Render thread/INFO]: Registering advanced plugins: mysticalagriculture:jei_plugin ...
3712[21:40:45] [Render thread/INFO]: Registering advanced plugins: mysticalagriculture:jei_plugin took 1.901 ?s
3713[21:40:45] [Render thread/INFO]: Registering advanced plugins: mysticalagradditions:jei_plugin ...
3714[21:40:45] [Render thread/INFO]: Registering advanced plugins: mysticalagradditions:jei_plugin took 1.900 ?s
3715[21:40:45] [Render thread/INFO]: Registering advanced plugins: bigreactors:jeiplugin ...
3716[21:40:45] [Render thread/INFO]: Registering advanced plugins: bigreactors:jeiplugin took 2.001 ?s
3717[21:40:45] [Render thread/INFO]: Registering advanced plugins: cofh_core:default ...
3718[21:40:45] [Render thread/INFO]: Registering advanced plugins: cofh_core:default took 2.100 ?s
3719[21:40:45] [Render thread/INFO]: Registering advanced plugins: thermal:core ...
3720[21:40:45] [Render thread/INFO]: Registering advanced plugins: thermal:core took 2.099 ?s
3721[21:40:45] [Render thread/INFO]: Registering advanced plugins: thermal:expansion ...
3722[21:40:45] [Render thread/INFO]: Registering advanced plugins: thermal:expansion took 2.100 ?s
3723[21:40:45] [Render thread/INFO]: Registering advanced plugins: tconstruct:jei_plugin ...
3724[21:40:45] [Render thread/INFO]: Registering advanced plugins: tconstruct:jei_plugin took 1.900 ?s
3725[21:40:45] [Render thread/INFO]: Registering advanced plugins: rftoolsutility:rftoolsutility ...
3726[21:40:45] [Render thread/INFO]: Registering advanced plugins: rftoolsutility:rftoolsutility took 2.000 ?s
3727[21:40:45] [Render thread/INFO]: Registering advanced plugins: titanium:default ...
3728[21:40:45] [Render thread/INFO]: Registering advanced plugins: titanium:default took 1.900 ?s
3729[21:40:45] [Render thread/INFO]: Registering advanced plugins: immersiveengineering:main ...
3730[21:40:45] [Render thread/INFO]: Registering advanced plugins: immersiveengineering:main took 2.900 ?s
3731[21:40:45] [Render thread/INFO]: Registering advanced plugins: pipez:pipez ...
3732[21:40:45] [Render thread/INFO]: Registering advanced plugins: pipez:pipez took 2.001 ?s
3733[21:40:45] [Render thread/INFO]: Registering advanced plugins: spartanshields:jei_plugin ...
3734[21:40:45] [Render thread/INFO]: Registering advanced plugins: spartanshields:jei_plugin took 2.000 ?s
3735[21:40:45] [Render thread/INFO]: Registering advanced plugins: mantle:jei ...
3736[21:40:45] [Render thread/INFO]: Registering advanced plugins: mantle:jei took 2.099 ?s
3737[21:40:45] [Render thread/INFO]: Registering advanced plugins: fluxnetworks:jei ...
3738[21:40:45] [Render thread/INFO]: Registering advanced plugins: fluxnetworks:jei took 1.900 ?s
3739[21:40:45] [Render thread/INFO]: Registering advanced plugins: ftb-power-pots:jei ...
3740[21:40:45] [Render thread/INFO]: Registering advanced plugins: ftb-power-pots:jei took 2.100 ?s
3741[21:40:45] [Render thread/INFO]: Registering advanced plugins: jei:internal ...
3742[21:40:45] [Render thread/INFO]: Registering advanced plugins: jei:internal took 1.800 ?s
3743[21:40:45] [Render thread/INFO]: Building ingredient list...
3744[21:40:45] [Render thread/INFO]: Building ingredient list took 11.03 ms
3745[21:40:45] [Render thread/INFO]: Building ingredient filter...
3746[21:40:46] [Render thread/INFO]: Building ingredient filter took 1.358 s
3747[21:40:46] [Render thread/INFO]: Building bookmarks...
3748[21:40:46] [Render thread/INFO]: Building bookmarks took 1.582 ms
3749[21:40:46] [Render thread/INFO]: Building recipe registry...
3750[21:40:47] [Render thread/INFO]: Building recipe registry took 455.6 ms
3751[21:40:47] [Render thread/INFO]: Building runtime...
3752[21:40:47] [Render thread/INFO]: Building runtime took 63.94 ms
3753[21:40:47] [Render thread/INFO]: Sending Runtime: jei:minecraft ...
3754[21:40:47] [Render thread/INFO]: Sending Runtime: jei:minecraft took 15.50 ?s
3755[21:40:47] [Render thread/INFO]: Sending Runtime: powah:main ...
3756[21:40:47] [Render thread/INFO]: Sending Runtime: powah:main took 2.500 ?s
3757[21:40:47] [Render thread/INFO]: Sending Runtime: darkutils:jei_support ...
3758[21:40:47] [Render thread/INFO]: Sending Runtime: darkutils:jei_support took 2.299 ?s
3759[21:40:47] [Render thread/INFO]: Sending Runtime: mekanismgenerators:jei_plugin ...
3760[21:40:47] [Render thread/INFO]: Sending Runtime: mekanismgenerators:jei_plugin took 7.000 ?s
3761[21:40:47] [Render thread/INFO]: Sending Runtime: minecraft:jeresources ...
3762[21:40:47] [Render thread/INFO]: Sending Runtime: minecraft:jeresources took 16.30 ?s
3763[21:40:47] [Render thread/INFO]: Sending Runtime: mob_grinding_utils:jei_plugin ...
3764[21:40:47] [Render thread/INFO]: Sending Runtime: mob_grinding_utils:jei_plugin took 3.401 ?s
3765[21:40:47] [Render thread/INFO]: Sending Runtime: industrialforegoing:default ...
3766[21:40:47] [Render thread/INFO]: Sending Runtime: industrialforegoing:default took 2.900 ?s
3767[21:40:47] [Render thread/INFO]: Sending Runtime: lollipop:main ...
3768[21:40:47] [Render thread/INFO]: Sending Runtime: lollipop:main took 4.801 ?s
3769[21:40:47] [Render thread/INFO]: Sending Runtime: curios:curios ...
3770[21:40:47] [Render thread/INFO]: Sending Runtime: curios:curios took 3.401 ?s
3771[21:40:47] [Render thread/INFO]: Sending Runtime: patchouli:patchouli ...
3772[21:40:47] [Render thread/INFO]: Sending Runtime: patchouli:patchouli took 2.200 ?s
3773[21:40:47] [Render thread/INFO]: Sending Runtime: mekanismtools:jei_plugin ...
3774[21:40:47] [Render thread/INFO]: Sending Runtime: mekanismtools:jei_plugin took 2.101 ?s
3775[21:40:47] [Render thread/INFO]: Sending Runtime: spartanweaponry:jei_plugin ...
3776[21:40:47] [Render thread/INFO]: Sending Runtime: spartanweaponry:jei_plugin took 534.7 ?s
3777[21:40:47] [Render thread/INFO]: Sending Runtime: productivebees:productivebees ...
3778[21:40:47] [Render thread/INFO]: Sending Runtime: productivebees:productivebees took 749.3 ?s
3779[21:40:47] [Render thread/INFO]: Sending Runtime: trashcans:jei_plugin ...
3780[21:40:47] [Render thread/INFO]: Sending Runtime: trashcans:jei_plugin took 4.000 ?s
3781[21:40:47] [Render thread/INFO]: Sending Runtime: ae2wtlib:ae2wtlib ...
3782[21:40:47] [Render thread/INFO]: Sending Runtime: ae2wtlib:ae2wtlib took 3.399 ?s
3783[21:40:47] [Render thread/INFO]: Sending Runtime: ftblibrary:jei ...
3784[21:40:47] [Render thread/INFO]: Sending Runtime: ftblibrary:jei took 6.101 ?s
3785[21:40:47] [Render thread/INFO]: Sending Runtime: rechiseled:chiseling_plugin ...
3786[21:40:47] [Render thread/INFO]: Sending Runtime: rechiseled:chiseling_plugin took 2.300 ?s
3787[21:40:47] [Render thread/INFO]: Sending Runtime: jei:debug ...
3788[21:40:47] [Render thread/INFO]: Sending Runtime: jei:debug took 8.401 ?s
3789[21:40:47] [Render thread/INFO]: Sending Runtime: appliedenergistics2:core ...
3790[21:40:47] [Render thread/INFO]: Ingredients are being removed at runtime: 10 net.minecraft.item.ItemStack
3791[21:40:47] [Render thread/ERROR]: Could not find any matching ingredients to remove: 1 FluidDummyItem[dummy_fluid_item] appliedenergistics2:dummy_fluid_item
3792[21:40:47] [Render thread/INFO]: Sending Runtime: appliedenergistics2:core took 6.776 ms
3793[21:40:47] [Render thread/INFO]: Sending Runtime: compactmachines:main ...
3794[21:40:47] [Render thread/INFO]: Sending Runtime: compactmachines:main took 4.601 ?s
3795[21:40:47] [Render thread/INFO]: Sending Runtime: mcjtylib:mcjtylib ...
3796[21:40:47] [Render thread/INFO]: Sending Runtime: mcjtylib:mcjtylib took 2.201 ?s
3797[21:40:47] [Render thread/INFO]: Sending Runtime: rftoolsbase:rftoolsbase ...
3798[21:40:47] [Render thread/INFO]: Sending Runtime: rftoolsbase:rftoolsbase took 2.201 ?s
3799[21:40:47] [Render thread/INFO]: Sending Runtime: rftoolscontrol:rftoolscontrol ...
3800[21:40:47] [Render thread/INFO]: Sending Runtime: rftoolscontrol:rftoolscontrol took 2.100 ?s
3801[21:40:47] [Render thread/INFO]: Sending Runtime: rftoolsdim:jeiplugin ...
3802[21:40:47] [Render thread/INFO]: Sending Runtime: rftoolsdim:jeiplugin took 2.100 ?s
3803[21:40:47] [Render thread/INFO]: Sending Runtime: iceandfire:iceandfire ...
3804[21:40:47] [Render thread/INFO]: Sending Runtime: iceandfire:iceandfire took 1.899 ?s
3805[21:40:47] [Render thread/INFO]: Sending Runtime: jeitweaker:main ...
3806[21:40:47] [Render thread/INFO]: Sending Runtime: jeitweaker:main took 22.29 ms
3807[21:40:47] [Render thread/INFO]: Sending Runtime: mekanism:jei_plugin ...
3808[21:40:47] [Render thread/INFO]: Sending Runtime: mekanism:jei_plugin took 3.600 ?s
3809[21:40:47] [Render thread/INFO]: Sending Runtime: botanypots:jei ...
3810[21:40:47] [Render thread/INFO]: Sending Runtime: botanypots:jei took 2.100 ?s
3811[21:40:47] [Render thread/INFO]: Sending Runtime: kubejs:jei ...
3812[21:40:47] [Render thread/INFO]: Sending Runtime: kubejs:jei took 9.704 ms
3813[21:40:47] [Render thread/INFO]: Sending Runtime: brandonscore:jei_plugin ...
3814[21:40:47] [Render thread/INFO]: Sending Runtime: brandonscore:jei_plugin took 6.200 ?s
3815[21:40:47] [Render thread/INFO]: Sending Runtime: draconicevolution:jei_plugin ...
3816[21:40:47] [Render thread/INFO]: Sending Runtime: draconicevolution:jei_plugin took 5.101 ?s
3817[21:40:47] [Render thread/INFO]: Sending Runtime: mysticalagriculture:jei_plugin ...
3818[21:40:47] [Render thread/INFO]: Sending Runtime: mysticalagriculture:jei_plugin took 8.300 ?s
3819[21:40:47] [Render thread/INFO]: Sending Runtime: mysticalagradditions:jei_plugin ...
3820[21:40:47] [Render thread/INFO]: Sending Runtime: mysticalagradditions:jei_plugin took 20.30 ?s
3821[21:40:47] [Render thread/INFO]: Sending Runtime: bigreactors:jeiplugin ...
3822[21:40:47] [Render thread/INFO]: Sending Runtime: bigreactors:jeiplugin took 2.299 ?s
3823[21:40:47] [Render thread/INFO]: Sending Runtime: cofh_core:default ...
3824[21:40:47] [Render thread/INFO]: Sending Runtime: cofh_core:default took 2.300 ?s
3825[21:40:47] [Render thread/INFO]: Sending Runtime: thermal:core ...
3826[21:40:47] [Render thread/INFO]: Sending Runtime: thermal:core took 2.001 ?s
3827[21:40:47] [Render thread/INFO]: Sending Runtime: thermal:expansion ...
3828[21:40:47] [Render thread/INFO]: Sending Runtime: thermal:expansion took 2.000 ?s
3829[21:40:47] [Render thread/INFO]: Sending Runtime: tconstruct:jei_plugin ...
3830[21:40:47] [Render thread/INFO]: Ingredients are being removed at runtime: 1 net.minecraftforge.fluids.FluidStack
3831[21:40:47] [Render thread/INFO]: Ingredients are being removed at runtime: 1 net.minecraft.item.ItemStack
3832[21:40:47] [Render thread/INFO]: Ingredients are being removed at runtime: 1 net.minecraftforge.fluids.FluidStack
3833[21:40:47] [Render thread/INFO]: Ingredients are being removed at runtime: 1 net.minecraft.item.ItemStack
3834[21:40:47] [Render thread/INFO]: Ingredients are being removed at runtime: 1 net.minecraftforge.fluids.FluidStack
3835[21:40:47] [Render thread/INFO]: Ingredients are being removed at runtime: 1 net.minecraft.item.ItemStack
3836[21:40:47] [Render thread/INFO]: Ingredients are being removed at runtime: 1 net.minecraftforge.fluids.FluidStack
3837[21:40:47] [Render thread/INFO]: Ingredients are being removed at runtime: 1 net.minecraft.item.ItemStack
3838[21:40:47] [Render thread/INFO]: Ingredients are being removed at runtime: 1 net.minecraftforge.fluids.FluidStack
3839[21:40:47] [Render thread/INFO]: Ingredients are being removed at runtime: 1 net.minecraft.item.ItemStack
3840[21:40:47] [Render thread/INFO]: Ingredients are being removed at runtime: 1 net.minecraftforge.fluids.FluidStack
3841[21:40:47] [Render thread/INFO]: Ingredients are being removed at runtime: 1 net.minecraft.item.ItemStack
3842[21:40:47] [Render thread/INFO]: Ingredients are being removed at runtime: 1 net.minecraftforge.fluids.FluidStack
3843[21:40:47] [Render thread/INFO]: Ingredients are being removed at runtime: 1 net.minecraft.item.ItemStack
3844[21:40:47] [Render thread/INFO]: Ingredients are being removed at runtime: 1 net.minecraftforge.fluids.FluidStack
3845[21:40:47] [Render thread/INFO]: Ingredients are being removed at runtime: 1 net.minecraft.item.ItemStack
3846[21:40:47] [Render thread/INFO]: Sending Runtime: tconstruct:jei_plugin took 7.934 ms
3847[21:40:47] [Render thread/INFO]: Sending Runtime: rftoolsutility:rftoolsutility ...
3848[21:40:47] [Render thread/INFO]: Sending Runtime: rftoolsutility:rftoolsutility took 3.600 ?s
3849[21:40:47] [Render thread/INFO]: Sending Runtime: titanium:default ...
3850[21:40:47] [Render thread/INFO]: Sending Runtime: titanium:default took 2.400 ?s
3851[21:40:47] [Render thread/INFO]: Sending Runtime: immersiveengineering:main ...
3852[21:40:47] [Render thread/INFO]: Sending Runtime: immersiveengineering:main took 2.900 ?s
3853[21:40:47] [Render thread/INFO]: Sending Runtime: pipez:pipez ...
3854[21:40:47] [Render thread/INFO]: Sending Runtime: pipez:pipez took 1.901 ?s
3855[21:40:47] [Render thread/INFO]: Sending Runtime: spartanshields:jei_plugin ...
3856[21:40:47] [Render thread/INFO]: Sending Runtime: spartanshields:jei_plugin took 1.900 ?s
3857[21:40:47] [Render thread/INFO]: Sending Runtime: mantle:jei ...
3858[21:40:47] [Render thread/INFO]: Sending Runtime: mantle:jei took 75.20 ?s
3859[21:40:47] [Render thread/INFO]: Sending Runtime: fluxnetworks:jei ...
3860[21:40:47] [Render thread/INFO]: Sending Runtime: fluxnetworks:jei took 9.700 ?s
3861[21:40:47] [Render thread/INFO]: Sending Runtime: ftb-power-pots:jei ...
3862[21:40:47] [Render thread/INFO]: Sending Runtime: ftb-power-pots:jei took 2.401 ?s
3863[21:40:47] [Render thread/INFO]: Sending Runtime: jei:internal ...
3864[21:40:47] [Render thread/INFO]: Sending Runtime: jei:internal took 14.30 ?s
3865[21:40:47] [Render thread/INFO]: Starting JEI took 11.14 s
3866[21:40:48] [Render thread/INFO]: Loaded 226 botanypots:crop recipes from 9 namespaces
3867[21:40:48] [Render thread/INFO]: Loaded 3 botanypots:fertilizer recipes from 3 namespaces
3868[21:40:48] [Render thread/INFO]: Loaded 45 botanypots:soil recipes from 5 namespaces
3869[21:40:48] [Render thread/INFO]: Custom modded block handling enabled for biomesoplenty
3870[21:40:49] [Render thread/INFO]: [CHAT] �eJourneyMap:�f Press [�bJ�f]
3871[21:40:49] [Render thread/INFO]:
3872[21:40:50] [Render thread/WARN]: core (Initialized) Bad configField entry during updateFrom(): optionsManagerViewed=null
3873[21:40:50] [Render thread/WARN]: core (Initialized) Bad configField entry during updateFrom(): splashViewed=null
3874[21:40:50] [Render thread/INFO]: Loaded 0 waypoints from C:\Users\********\AppData\Roaming\Crystal-Launcher\instances\u.JebacHitaPack\.minecraft\journeymap\data\sp\New World\waypoints
3875[21:40:50] [Render thread/INFO]: Mapping started in C:\Users\********\AppData\Roaming\Crystal-Launcher\instances\u.JebacHitaPack\.minecraft\journeymap\data\sp\New World\overworld. Memory: 5856MB total, 3096MB free
3876[21:41:40] [Server thread/INFO]: Saving and pausing game...
3877[21:41:40] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
3878[21:41:40] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
3879[21:41:40] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
3880[21:41:40] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/compactmachines:compact_world
3881[21:41:40] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/twilightforest:twilightforest
3882[21:41:40] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/twilightforest:skylight_forest
3883[21:41:40] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/appliedenergistics2:spatial_storage
3884[21:43:49] [Render thread/INFO]: [CHAT] [Debug]: Advanced tooltips: shown
3885[21:44:40] [Server thread/INFO]: Saving and pausing game...
3886[21:44:40] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
3887[21:44:40] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
3888[21:44:40] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
3889[21:44:40] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/compactmachines:compact_world
3890[21:44:40] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/twilightforest:twilightforest
3891[21:44:40] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/twilightforest:skylight_forest
3892[21:44:40] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/appliedenergistics2:spatial_storage
3893[21:47:15] [Server thread/INFO]: Saving and pausing game...
3894[21:47:15] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
3895[21:47:15] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
3896[21:47:15] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
3897[21:47:15] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/compactmachines:compact_world
3898[21:47:15] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/twilightforest:twilightforest
3899[21:47:15] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/twilightforest:skylight_forest
3900[21:47:15] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/appliedenergistics2:spatial_storage
3901[21:49:00] [Render thread/INFO]: Loaded 77 advancements
3902[21:49:28] [Render thread/INFO]: Loaded 78 advancements
3903[21:49:47] [Server thread/INFO]: TheJogobella has made the advancement [Diamonds!]
3904[21:49:47] [Render thread/INFO]: [CHAT] TheJogobella has made the advancement [Diamonds!]
3905[21:49:47] [Render thread/INFO]: Loaded 125 advancements
3906[21:49:49] [Render thread/INFO]: Loaded 135 advancements
3907[21:49:55] [Server thread/INFO]: Saving and pausing game...
3908[21:49:55] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
3909[21:49:55] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
3910[21:49:55] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
3911[21:49:55] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/compactmachines:compact_world
3912[21:49:55] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/twilightforest:twilightforest
3913[21:49:55] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/twilightforest:skylight_forest
3914[21:49:55] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/appliedenergistics2:spatial_storage
3915[21:49:56] [Server thread/INFO]: Saving and pausing game...
3916[21:49:56] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
3917[21:49:57] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
3918[21:49:57] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
3919[21:49:57] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/compactmachines:compact_world
3920[21:49:57] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/twilightforest:twilightforest
3921[21:49:57] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/twilightforest:skylight_forest
3922[21:49:57] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/appliedenergistics2:spatial_storage
3923[21:54:19] [Server thread/INFO]: TheJogobella has made the advancement [En Garde!]
3924[21:54:19] [Render thread/INFO]: [CHAT] TheJogobella has made the advancement [En Garde!]
3925[21:54:19] [Render thread/INFO]: Loaded 139 advancements
3926[21:54:24] [Server thread/INFO]: TheJogobella has made the advancement [Swashbuckler]
3927[21:54:24] [Render thread/INFO]: [CHAT] TheJogobella has made the advancement [Swashbuckler]
3928[21:54:24] [Render thread/INFO]: Loaded 139 advancements
3929[21:54:30] [Server thread/INFO]: TheJogobella has made the advancement [Halberdier]
3930[21:54:30] [Render thread/INFO]: [CHAT] TheJogobella has made the advancement [Halberdier]
3931[21:54:30] [Render thread/INFO]: Loaded 141 advancements
3932[21:54:52] [Server thread/INFO]: Saving and pausing game...
3933[21:54:52] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
3934[21:54:52] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
3935[21:54:52] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
3936[21:54:52] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/compactmachines:compact_world
3937[21:54:52] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/twilightforest:twilightforest
3938[21:54:52] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/twilightforest:skylight_forest
3939[21:54:52] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/appliedenergistics2:spatial_storage
3940[21:57:02] [Server thread/INFO]: Saving and pausing game...
3941[21:57:02] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
3942[21:57:02] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
3943[21:57:02] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
3944[21:57:02] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/compactmachines:compact_world
3945[21:57:02] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/twilightforest:twilightforest
3946[21:57:02] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/twilightforest:skylight_forest
3947[21:57:02] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/appliedenergistics2:spatial_storage
3948[21:57:05] [Render thread/INFO]: Mapping halted in C:\Users\********\AppData\Roaming\Crystal-Launcher\instances\u.JebacHitaPack\.minecraft\journeymap\data\mp\offline\minecraft:overworld
3949[21:57:05] [Server thread/INFO]: TheJogobella lost connection: Disconnected
3950[21:57:05] [Server thread/INFO]: TheJogobella left the game
3951[21:57:05] [Server thread/INFO]: Stopping singleplayer server as player logged out
3952[21:57:05] [Server thread/INFO]: Stopping server
3953[21:57:05] [Server thread/INFO]: Saving players
3954[21:57:05] [Server thread/INFO]: Saving worlds
3955[21:57:05] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
3956[21:57:05] [Server thread/INFO]: ThreadedAnvilChunkStorage (New World): All chunks are saved
3957[21:57:05] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
3958[21:57:05] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
3959[21:57:05] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
3960[21:57:05] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
3961[21:57:05] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/compactmachines:compact_world
3962[21:57:05] [Server thread/INFO]: ThreadedAnvilChunkStorage (compact_world): All chunks are saved
3963[21:57:05] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/twilightforest:twilightforest
3964[21:57:05] [Server thread/INFO]: ThreadedAnvilChunkStorage (twilightforest): All chunks are saved
3965[21:57:05] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/twilightforest:skylight_forest
3966[21:57:05] [Server thread/INFO]: ThreadedAnvilChunkStorage (skylight_forest): All chunks are saved
3967[21:57:05] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/appliedenergistics2:spatial_storage
3968[21:57:05] [Server thread/INFO]: ThreadedAnvilChunkStorage (spatial_storage): All chunks are saved
3969[21:57:05] [Server thread/INFO]: ThreadedAnvilChunkStorage (New World): All chunks are saved
3970[21:57:05] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
3971[21:57:05] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
3972[21:57:05] [Server thread/INFO]: ThreadedAnvilChunkStorage (compact_world): All chunks are saved
3973[21:57:05] [Server thread/INFO]: ThreadedAnvilChunkStorage (twilightforest): All chunks are saved
3974[21:57:05] [Server thread/INFO]: ThreadedAnvilChunkStorage (skylight_forest): All chunks are saved
3975[21:57:05] [Server thread/INFO]: ThreadedAnvilChunkStorage (spatial_storage): All chunks are saved
3976[21:57:10] [Server thread/INFO]: FluxNetworkData has been unloaded
3977[22:01:51] [Render thread/INFO]: Connecting to thejogobella.aternos.me., 45903
3978[22:01:51] [Netty Client IO #1/ERROR]: Channels [recipe_gui:recipe_gui] rejected their server side version number
3979[22:01:51] [Netty Client IO #1/ERROR]: Terminating connection with server, mismatched mod list
3980[22:07:08] [Render thread/INFO]: Connecting to thejogobella.aternos.me., 45903
3981[22:07:12] [Render thread/INFO]: Injecting existing registry data into this CLIENT instance
3982[22:07:18] [Netty Client IO #2/INFO]: SERVER CONFIG LOADED
3983[22:07:18] [Netty Client IO #2/INFO]: Loading JourneyMap Forge Configs
3984[22:07:18] [Netty Client IO #2/INFO]: Connected to a modded server.
3985[22:07:18] [Netty Client IO #2/ERROR]: Error adding element: Unknown registry element com.brandon3055.draconicevolution.world.DEWorldGen$1@67f99a2d
3986[22:07:18] [Render thread/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
3987[22:07:20] [Render thread/WARN]: core (Initialized) Bad configField entry during updateFrom(): optionsManagerViewed=null
3988[22:07:20] [Render thread/WARN]: core (Initialized) Bad configField entry during updateFrom(): splashViewed=null
3989[22:07:20] [Render thread/INFO]: Loaded 0 waypoints from C:\Users\********\AppData\Roaming\Crystal-Launcher\instances\u.JebacHitaPack\.minecraft\journeymap\data\mp\Minecraft~Server\waypoints
3990[22:07:20] [Render thread/INFO]: Mapping started in C:\Users\********\AppData\Roaming\Crystal-Launcher\instances\u.JebacHitaPack\.minecraft\journeymap\data\mp\Minecraft~Server\overworld. Memory: 5856MB total, 2416MB free
3991[22:07:20] [Render thread/INFO]: Mapping halted in C:\Users\********\AppData\Roaming\Crystal-Launcher\instances\u.JebacHitaPack\.minecraft\journeymap\data\mp\Minecraft~Server\minecraft:overworld
3992[22:19:08] [Render thread/INFO]: Connecting to thejogobella.aternos.me., 25565
3993[22:19:08] [Netty Client IO #3/INFO]: Connected to a vanilla server. Catching up missing behaviour.
3994[22:19:08] [Netty Client IO #3/INFO]: Loading JourneyMap Forge Configs
3995[22:19:08] [Netty Client IO #3/INFO]: SERVER CONFIG LOADED
3996[22:19:08] [Netty Client IO #3/ERROR]: Error adding element: Unknown registry element com.brandon3055.draconicevolution.world.DEWorldGen$1@67f99a2d
3997[22:19:09] [Render thread/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
3998[22:19:24] [Render thread/INFO]: Stopping!
This log will be saved for 90 days from their last view.
Report abuse