Forge 1.16.5 Server Log

#lGIsJdb
12 errors
900 lines
Raw
Analysis
Minecraft version:
1.16.5
Forge version:
36.2.34
1[27Nov2022 08:52:26.525] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 36.2.34, --fml.mcpVersion, 20210115.111550, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge, nogui]
2[27Nov2022 08:52:26.531] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 8.1.3+8.1.3+main-8.1.x.c94d18ec starting: java version 1.8.0_352 by Temurin
3[27Nov2022 08:52:26.906] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
4[27Nov2022 08:52:26.968] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.4 Source=file:/server/libraries/org/spongepowered/mixin/0.8.4/mixin-0.8.4.jar Service=ModLauncher Env=SERVER
5[27Nov2022 08:52:29.271] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlserver' with arguments [--gameDir, ., nogui]
6[27Nov2022 08:52:29.773] [main/ERROR] [mixin/]: The specified mixin 'com.brutalbosses.mixin.BasePressurePlateBlockMixin' was not found
7org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: The specified mixin 'com.brutalbosses.mixin.BasePressurePlateBlockMixin' was not found
8 at org.spongepowered.asm.mixin.transformer.MixinInfo.<init>(MixinInfo.java:864) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
9 at org.spongepowered.asm.mixin.transformer.MixinConfig.prepareMixins(MixinConfig.java:850) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
10 at org.spongepowered.asm.mixin.transformer.MixinConfig.prepare(MixinConfig.java:775) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
11 at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:539) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
12 at org.spongepowered.asm.mixin.transformer.MixinProcessor.select(MixinProcessor.java:462) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
13 at org.spongepowered.asm.mixin.transformer.MixinProcessor.checkSelect(MixinProcessor.java:438) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
14 at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:290) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
15 at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
16 at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
17 at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
18 at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:154) ~[modlauncher-8.1.3.jar:8.1.3+8.1.3+main-8.1.x.c94d18ec]
19 at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85) ~[modlauncher-8.1.3.jar:?]
20 at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-8.1.3.jar:?]
21 at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) ~[modlauncher-8.1.3.jar:?]
22 at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) ~[modlauncher-8.1.3.jar:?]
23 at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) ~[modlauncher-8.1.3.jar:?]
24 at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_352]
25 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_352]
26 at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_352]
27 at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:51) ~[forge.jar:36.2]
28 at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?]
29 at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?]
30 at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?]
31 at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?]
32 at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?]
33 at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63) [forge.jar:?]
34 at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60) [forge.jar:?]
35 at net.minecraftforge.server.ServerMain.main(ServerMain.java:57) [forge.jar:?]
36Caused by: java.lang.ClassNotFoundException: The specified mixin 'com.brutalbosses.mixin.BasePressurePlateBlockMixin' was not found
37 at org.spongepowered.asm.mixin.transformer.MixinInfo.loadMixinClass(MixinInfo.java:1313) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
38 at org.spongepowered.asm.mixin.transformer.MixinInfo.<init>(MixinInfo.java:857) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4]
39 ... 27 more
40[27Nov2022 08:52:31.691] [main/INFO] [net.minecraftforge.coremod.CoreMod.itemphysic/COREMODLOG]: start
41[27Nov2022 08:52:31.718] [main/INFO] [net.minecraftforge.coremod.CoreMod.itemphysic/COREMODLOG]: find block call
42[27Nov2022 08:52:32.384] [main/INFO] [net.minecraftforge.coremod.CoreMod.itemphysic/COREMODLOG]: start
43[27Nov2022 08:52:32.386] [main/INFO] [net.minecraftforge.coremod.CoreMod.itemphysic/COREMODLOG]: find block call
44[27Nov2022 08:52:39.026] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `playerrevive` for name `death`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
45[27Nov2022 08:52:39.026] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `playerrevive` for name `revived`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
46[27Nov2022 08:52:39.712] [modloading-worker-2/INFO] [Dungeon Crawl/]: Here we go! Launching Dungeon Crawl 2.3.9...
47[27Nov2022 08:52:40.216] [modloading-worker-3/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 36.2.34, for MC 1.16.5 with MCP 20210115.111550
48[27Nov2022 08:52:40.216] [modloading-worker-3/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v36.2.34 Initialized
49[27Nov2022 08:52:43.414] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `poison`, expected `firstaid`. This could be a intended override, but in most cases indicates a broken mod.
50[27Nov2022 08:52:43.414] [main/INFO] [firstaid/]: Don't worry, the minecraft poison override IS intended.
51[27Nov2022 08:52:43.560] [main/INFO] [corgitaco.enhancedcelestials.Main/]: enhancedcelestials: Sounds registered!
52[27Nov2022 08:52:43.734] [main/INFO] [ModdingLegacy/structure_gel/Compat/]: Checking for biome dictionary registry methods in other mods.
53[27Nov2022 08:52:43.996] [Thread-4/INFO] [STDOUT/]: [com.corosus.modconfig.ConfigMod:dbg:88]: Coro ConfigMod updating runtime values for file: zombieawareness/General.toml
54[27Nov2022 08:52:43.998] [Thread-4/INFO] [STDOUT/]: [com.corosus.modconfig.ConfigMod:dbg:88]: Coro ConfigMod updating runtime values for file: zombieawareness/General.toml
55[27Nov2022 08:52:44.011] [Thread-4/INFO] [STDOUT/]: [com.corosus.modconfig.ConfigMod:dbg:88]: Coro ConfigMod updating runtime values for file: zombieawareness/ClientConfig.toml
56[27Nov2022 08:52:44.059] [main/WARN] [com.lupicus.vm.config.MyConfig/]: Unknown entry in ExcludeMods: botania
57[27Nov2022 08:52:44.059] [main/WARN] [com.lupicus.vm.config.MyConfig/]: Unknown entry in ExcludeMods: draconicevolution
58[27Nov2022 08:52:44.059] [main/WARN] [com.lupicus.vm.config.MyConfig/]: Unknown entry in ExcludeMods: avaritia
59[27Nov2022 08:52:44.071] [Thread-4/WARN] [com.lupicus.vm.config.MyConfig/]: Unknown entry in ExcludeMods: botania
60[27Nov2022 08:52:44.072] [Thread-4/WARN] [com.lupicus.vm.config.MyConfig/]: Unknown entry in ExcludeMods: draconicevolution
61[27Nov2022 08:52:44.072] [Thread-4/WARN] [com.lupicus.vm.config.MyConfig/]: Unknown entry in ExcludeMods: avaritia
62[27Nov2022 08:52:44.074] [Thread-4/WARN] [com.lupicus.vm.config.MyConfig/]: Unknown entry in ExcludeMods: botania
63[27Nov2022 08:52:44.075] [Thread-4/WARN] [com.lupicus.vm.config.MyConfig/]: Unknown entry in ExcludeMods: draconicevolution
64[27Nov2022 08:52:44.076] [Thread-4/WARN] [com.lupicus.vm.config.MyConfig/]: Unknown entry in ExcludeMods: avaritia
65[27Nov2022 08:52:44.109] [main/WARN] [insane96mcp.insanelib.InsaneLib/]: quark:forgotten id seems to not exist
66[27Nov2022 08:52:44.110] [Thread-4/WARN] [insane96mcp.insanelib.InsaneLib/]: quark:forgotten id seems to not exist
67[27Nov2022 08:52:44.112] [Thread-4/WARN] [insane96mcp.insanelib.InsaneLib/]: quark:forgotten id seems to not exist
68[27Nov2022 08:52:44.120] [Thread-4/WARN] [insane96mcp.insanelib.InsaneLib/]: quark:forgotten id seems to not exist
69[27Nov2022 08:52:44.145] [modloading-worker-2/INFO] [incontrol/]: Enabling support for Lost Cities
70[27Nov2022 08:52:44.145] [modloading-worker-2/INFO] [incontrol/]: Enabling support for Lost Cities
71[27Nov2022 08:52:44.158] [modloading-worker-2/INFO] [incontrol/]: Reading rules from spawn.json
72[27Nov2022 08:52:45.321] [modloading-worker-2/INFO] [incontrol/]: Reading rules from summonaid.json
73[27Nov2022 08:52:45.323] [modloading-worker-2/INFO] [incontrol/]: Reading rules from potentialspawn.json
74[27Nov2022 08:52:45.324] [modloading-worker-2/INFO] [incontrol/]: Reading rules from loot.json
75[27Nov2022 08:52:45.325] [modloading-worker-2/INFO] [incontrol/]: Reading rules from experience.json
76[27Nov2022 08:52:45.326] [modloading-worker-2/INFO] [incontrol/]: Reading rules from phases.json
77[27Nov2022 08:52:45.328] [modloading-worker-2/INFO] [incontrol/]: Reading rules from spawner.json
78[27Nov2022 08:52:45.361] [modloading-worker-3/INFO] [Dungeon Crawl/]: Common Setup
79[27Nov2022 08:52:45.371] [modloading-worker-3/INFO] [Dungeon Crawl/]: Whitelisted Dimensions:
80[27Nov2022 08:52:45.372] [modloading-worker-3/INFO] [Dungeon Crawl/]: minecraft:overworld
81[27Nov2022 08:52:45.382] [modloading-worker-2/INFO] [firstaid/]: firstaid starting...
82[27Nov2022 08:52:45.463] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [roughmobsrevamped] Starting version check at https://api.npoint.io/0bfdf843f7f634c511c6
83[27Nov2022 08:52:45.484] [modloading-worker-3/INFO] [com.brutalbosses.BrutalBosses/]: brutalbosses mod initialized
84[27Nov2022 08:52:45.514] [modloading-worker-2/INFO] [lostcities/]: Creating standard profiles into 'config/lostcities/profiles'
85[27Nov2022 08:52:45.632] [modloading-worker-2/INFO] [lostcities/]: Reading existing profiles from 'config/lostcities/profiles'
86[27Nov2022 08:52:45.949] [main/INFO] [journeymap/]: Initializing Packet Registries
87[27Nov2022 08:52:45.967] [main/INFO] [Dungeon Crawl/]: Registering Structure Piece Types
88[27Nov2022 08:52:45.980] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mutantbeasts:creeper_minion, use EntityAttributeCreationEvent instead.
89[27Nov2022 08:52:45.980] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mutantbeasts:endersoul_clone, use EntityAttributeCreationEvent instead.
90[27Nov2022 08:52:45.981] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mutantbeasts:mutant_creeper, use EntityAttributeCreationEvent instead.
91[27Nov2022 08:52:45.981] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mutantbeasts:mutant_enderman, use EntityAttributeCreationEvent instead.
92[27Nov2022 08:52:45.981] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mutantbeasts:mutant_skeleton, use EntityAttributeCreationEvent instead.
93[27Nov2022 08:52:45.981] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mutantbeasts:mutant_snow_golem, use EntityAttributeCreationEvent instead.
94[27Nov2022 08:52:45.981] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mutantbeasts:mutant_zombie, use EntityAttributeCreationEvent instead.
95[27Nov2022 08:52:45.982] [main/WARN] [net.minecraftforge.common.ForgeHooks/]: Called deprecated GlobalEntityTypeAttributes#put for mutantbeasts:spider_pig, use EntityAttributeCreationEvent instead.
96[27Nov2022 08:52:46.028] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Attempting to register unregistered biomes to the biome dictionary. This can be disabled via config.
97[27Nov2022 08:52:46.058] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [roughmobsrevamped] Found status: BETA Current: version Target: null
98[27Nov2022 08:52:46.136] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [cgm] Starting version check at https://raw.githubusercontent.com/MrCrayfish/ModUpdates/master/cgm/update.json
99[27Nov2022 08:52:46.166] [modloading-worker-1/INFO] [Waila/]: Registered plugin at de.maxhenkel.corpse.integration.waila.PluginCorpse
100[27Nov2022 08:52:46.247] [modloading-worker-1/INFO] [Waila/]: Registered plugin at snownee.jade.JadePlugin
101[27Nov2022 08:52:46.271] [modloading-worker-1/INFO] [Waila/]: Registered plugin at snownee.jade.JadeClientPlugin
102[27Nov2022 08:52:46.295] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [cgm] Found status: BETA Current: 1.2.6 Target: null
103[27Nov2022 08:52:46.297] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [journeymap] Starting version check at https://forge.curseupdate.com/32274/journeymap
104[27Nov2022 08:52:46.306] [modloading-worker-1/INFO] [Waila/]: Registered plugin at mcp.mobius.waila.addons.minecraft.PluginMinecraft
105[27Nov2022 08:52:46.309] [modloading-worker-1/INFO] [Waila/]: Registered plugin at net.geforcemods.securitycraft.compat.waila.WailaDataProvider
106[27Nov2022 08:52:46.456] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered desolation:charred_forest to structure_gel:[]
107[27Nov2022 08:52:46.457] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered horror_elements_mod:horrorforest to structure_gel:[]
108[27Nov2022 08:52:46.457] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered morezombies:darkbiome to structure_gel:[]
109[27Nov2022 08:52:46.457] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Registered zombie_extreme:dead_sand to structure_gel:[]
110[27Nov2022 08:52:46.457] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Reloading biome config for dungeons_plus:tower
111[27Nov2022 08:52:46.457] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Reloading biome config for dungeons_plus:bigger_dungeon
112[27Nov2022 08:52:46.458] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Reloading biome config for dungeons_plus:leviathan
113[27Nov2022 08:52:46.458] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Reloading biome config for dungeons_plus:snowy_temple
114[27Nov2022 08:52:46.458] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Reloading biome config for dungeons_plus:end_ruins
115[27Nov2022 08:52:46.459] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Reloading biome config for dungeons_plus:warped_garden
116[27Nov2022 08:52:46.459] [modloading-worker-3/INFO] [ModdingLegacy/structure_gel/]: Reloading biome config for dungeons_plus:soul_prison
117[27Nov2022 08:52:46.667] [Forge Version Check/WARN] [net.minecraftforge.fml.VersionChecker/]: Failed to process update information
118java.lang.NullPointerException: null
119 at net.minecraftforge.fml.VersionChecker$1.openUrlString(VersionChecker.java:174) ~[forge:?]
120 at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:201) ~[forge:?]
121 at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_352]
122 at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:142) [forge:?]
123[27Nov2022 08:52:46.668] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [additionalguns] Starting version check at https://raw.githubusercontent.com/Pinelog-Studios/VersionChecker/main/additionalguns/update.json
124[27Nov2022 08:52:46.683] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [additionalguns] Found status: BETA Current: 0.7.2 Target: 0.7.2
125[27Nov2022 08:52:46.683] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json
126[27Nov2022 08:52:47.036] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Found status: UP_TO_DATE Current: 36.2.34 Target: null
127[27Nov2022 08:52:47.036] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [corpse] Starting version check at https://maxhenkel.de/update/corpse.json
128[27Nov2022 08:52:47.207] [Forge Version Check/WARN] [net.minecraftforge.fml.VersionChecker/]: Failed to process update information
129java.lang.NullPointerException: null
130 at net.minecraftforge.fml.VersionChecker$1.openUrlString(VersionChecker.java:174) ~[forge:?]
131 at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:201) ~[forge:?]
132 at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_352]
133 at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:142) [forge:?]
134[27Nov2022 08:52:47.208] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [silentlib] Starting version check at https://raw.githubusercontent.com/SilentChaos512/SilentLib/1.14/update.json
135[27Nov2022 08:52:47.214] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [silentlib] Found status: BETA Current: 4.10.0 Target: null
136[27Nov2022 08:52:47.214] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [securitycraft] Starting version check at https://www.github.com/Geforce132/SecurityCraft/raw/master/Updates/Forge.json
137[27Nov2022 08:52:47.354] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [securitycraft] Found status: UP_TO_DATE Current: v1.9.3.1 Target: null
138[27Nov2022 08:52:47.355] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [obfuscate] Starting version check at https://mrcrayfish.com/modupdatejson?id=obfuscate
139[27Nov2022 08:52:47.736] [Forge Version Check/WARN] [net.minecraftforge.fml.VersionChecker/]: Failed to process update information
140java.lang.NullPointerException: null
141 at net.minecraftforge.fml.VersionChecker$1.openUrlString(VersionChecker.java:174) ~[forge:?]
142 at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:201) ~[forge:?]
143 at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_352]
144 at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:142) [forge:?]
145[27Nov2022 08:52:47.736] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [vehicle] Starting version check at https://raw.githubusercontent.com/MrCrayfish/ModUpdates/master/vehicle/update.json
146[27Nov2022 08:52:47.742] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [vehicle] Found status: BETA Current: 0.45.2 Target: null
147[27Nov2022 08:52:51.481] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "minecraft:red_mushroom_swamp"; Not a JSON object: "minecraft:brown_mushroom_swamp"; Not a JSON object: "minecraft:patch_waterlilly"; Not a JSON object: "minecraft:patch_dead_bush"; Not a JSON object: "minecraft:patch_grass_normal"; Not a JSON object: "minecraft:flower_swamp"; Not a JSON object: "minecraft:swamp_tree"
148[27Nov2022 08:52:51.541] [main/ERROR] [net.minecraft.world.biome.BiomeGenerationSettings/]: Feature: Not a JSON object: "minecraft:trees_savanna"
149[27Nov2022 08:52:51.762] [main/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
150[27Nov2022 08:52:52.335] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [deathhistory, player] and [deathhistory, player_uuid] with inputs: [dd12be42-52a9-4a91-a8a1-11c01849e498]
151[27Nov2022 08:52:52.360] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [sh_difficulty, add, server] and [sh_difficulty, add, targets] with inputs: [server]
152[27Nov2022 08:52:52.361] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [sh_difficulty, get, server] and [sh_difficulty, get, targets] with inputs: [server]
153[27Nov2022 08:52:52.362] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [sh_difficulty, set, server] and [sh_difficulty, set, targets] with inputs: [server]
154[27Nov2022 08:52:52.368] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
155[27Nov2022 08:52:52.369] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
156[27Nov2022 08:52:52.370] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
157[27Nov2022 08:52:52.372] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
158[27Nov2022 08:52:52.373] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
159[27Nov2022 08:52:52.375] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [waypoint, create, name, dimension, location, color, announce] and [waypoint, create, name, dimension, location, color, player] with inputs: [true, false]
160[27Nov2022 08:52:52.377] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [waypoint, delete, name, announce] and [waypoint, delete, name, player] with inputs: [true, false]
161[27Nov2022 08:52:52.389] [main/INFO] [net.minecraft.resources.SimpleReloadableResourceManager/]: Reloading ResourceManager: Default, Zombie Extreme 1.16.5 1.8.2.jar, Peat_Zombie1.0.jar, K-Turrets-0.1.7-1.16.5.jar, humancompanions-1.16.5-1.5.1.jar, roughmobsrevamped-1.16.5-0.0.3.jar, cgm-1.2.6-1.16.5.jar, jei-1.16.5-7.7.1.153.jar, incontrol-1.16-5.2.12.jar, Satako-4.2.12-1.16.5.jar, tac-r-0.2.1.1-1.16.5.jar, InsaneLib-1.4.2-mc1.16.5.jar, journeymap-1.16.5-5.8.5p6.jar, EnhancedVisuals_v1.3.32_mc1.16.5.jar, zombieawareness-1.16.5-1.12.jar, YungsApi-1.16.4-Forge-13.jar, additional-guns-0.7.2-1.16.5.jar, champions-forge-1.16.5-2.0.1.15.jar, DungeonCrawl-1.16.5-2.3.9.jar, MutantBeasts-1.16.4-1.1.3.jar, farsightedmobs-forge-1.16-1.1.jar, sophisticatedbackpacks-1.16.5-3.15.19.721.jar, WegotRunners0.3a.jar, Morpheus-1.16.5-4.2.70.jar, firstaid-1.9.8.jar, forge-1.16.5-36.2.34-universal.jar, VendingMachine-1.16.3-1.0.0.7.jar, TravelersTitles-1.16.4-1.5.jar, structure_gel-1.16.5-1.7.8.jar, corpse-1.16.5-1.0.7.jar, TenshiLib-1.16.3-1.3.0.jar, MoreZombies_0.8.2_MC1.16.5.jar, silent-lib-1.16.5-4.10.0.jar, Jade-1.16.4-2.8.3.jar, dungeons_plus-1.16.5-1.1.5.jar, CreativeCore_v2.2.1_mc1.16.5.jar, bunker-down 1-1-0.jar, Horror Elements mod 1.16.5_Halloween_update.jar, brutalbosses-4.7.jar, mobsunscreen-1.16.5-3.0.4.jar, [1.16.5] SecurityCraft v1.9.3.1.jar, lostcities-1.16-4.0.12-beta.jar, obfuscate-0.6.3-1.16.5.jar, vehicle-mod-0.45.2-1.16.3.jar, Desolation 1.1.2 1.16.5.jar, ApexGunAddon-1.16.5-0.0.1.jar, CoroUtil-1.16.5-1.2.37.jar, ItemPhysic_v1.4.18_mc1.16.5.jar, enhancedcelestials-2.0.9-1.16.5.jar, EnhancedAI-1.2.3-mc1.16.5.jar, branders-sulfurpotassiummod-2.3.1-1.16.5.jar, ScalingHealth-1.16.5-4.1.5+11.jar, improvedmobs-1.16.5-1.10.13.jar, PlayerRevive_v2.0.0-pre04_mc1.16.5.jar
162[27Nov2022 08:52:53.723] [Worker-Main-4/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe tac:craft_srs_red_dot
163com.google.gson.JsonSyntaxException: Unknown item 'minecraft:daylight_sensor'
164 at net.minecraft.item.crafting.ShapedRecipe.func_222129_c(ShapedRecipe.java:262) ~[?:?]
165 at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_352]
166 at net.minecraft.item.crafting.ShapedRecipe.func_199798_a(ShapedRecipe.java:261) ~[?:?]
167 at com.tac.guns.crafting.WorkbenchRecipeSerializer.read(WorkbenchRecipeSerializer.java:30) ~[tac:**.**.**.**-1.16.5]
168 at com.tac.guns.crafting.WorkbenchRecipeSerializer.func_199425_a_(WorkbenchRecipeSerializer.java:19) ~[tac:**.**.**.**-1.16.5]
169 at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:141) ~[?:?]
170 at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:61) ~[?:?]
171 at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:38) ~[?:?]
172 at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?]
173 at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:670) ~[?:1.8.0_352]
174 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_352]
175 at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_352]
176 at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
177 at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
178 at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) ~[?:1.8.0_352]
179 at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) ~[?:1.8.0_352]
180 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_352]
181 at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) ~[?:1.8.0_352]
182 at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:575) ~[?:1.8.0_352]
183 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:649) ~[?:1.8.0_352]
184 at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_352]
185 at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
186 at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
187 at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) ~[?:1.8.0_352]
188 at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) ~[?:1.8.0_352]
189 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_352]
190 at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) ~[?:1.8.0_352]
191 at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:575) ~[?:1.8.0_352]
192 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:649) ~[?:1.8.0_352]
193 at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_352]
194 at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
195 at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
196 at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) ~[?:1.8.0_352]
197 at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) ~[?:1.8.0_352]
198 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_352]
199 at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) ~[?:1.8.0_352]
200 at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1975) ~[?:1.8.0_352]
201 at net.minecraft.resources.AsyncReloader$1.func_216873_a(SourceFile:53) ~[?:?]
202 at net.minecraft.resources.AsyncReloader$1.func_216872_a(SourceFile:50) ~[?:?]
203 at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:966) [?:1.8.0_352]
204 at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:940) [?:1.8.0_352]
205 at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) [?:1.8.0_352]
206 at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1609) [?:1.8.0_352]
207 at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1596) [?:1.8.0_352]
208 at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_352]
209 at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_352]
210 at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_352]
211 at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) [?:1.8.0_352]
212[27Nov2022 08:52:53.746] [Worker-Main-4/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe vehicle:steep_boost_ramp
213com.google.gson.JsonSyntaxException: Unknown item 'vehicle:boost_pad'
214 at net.minecraft.item.crafting.Ingredient.lambda$valueFromJson$11(Ingredient.java:216) ~[?:?]
215 at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_352]
216 at net.minecraft.item.crafting.Ingredient.func_199803_a(Ingredient.java:215) ~[?:?]
217 at net.minecraftforge.common.crafting.VanillaIngredientSerializer.parse(VanillaIngredientSerializer.java:41) ~[forge:?]
218 at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:155) ~[forge:?]
219 at net.minecraft.item.crafting.Ingredient.func_199802_a(Ingredient.java:189) ~[?:?]
220 at net.minecraft.item.crafting.ShapedRecipe.func_192408_a(ShapedRecipe.java:252) ~[?:?]
221 at net.minecraft.item.crafting.ShapedRecipe.access$000(ShapedRecipe.java:24) ~[?:?]
222 at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:276) ~[?:?]
223 at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:272) ~[?:?]
224 at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:141) ~[?:?]
225 at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:61) ~[?:?]
226 at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:38) ~[?:?]
227 at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?]
228 at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:670) ~[?:1.8.0_352]
229 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_352]
230 at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_352]
231 at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
232 at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
233 at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) ~[?:1.8.0_352]
234 at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) ~[?:1.8.0_352]
235 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_352]
236 at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) ~[?:1.8.0_352]
237 at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:575) ~[?:1.8.0_352]
238 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:649) ~[?:1.8.0_352]
239 at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_352]
240 at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
241 at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
242 at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) ~[?:1.8.0_352]
243 at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) ~[?:1.8.0_352]
244 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_352]
245 at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) ~[?:1.8.0_352]
246 at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:575) ~[?:1.8.0_352]
247 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:649) ~[?:1.8.0_352]
248 at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_352]
249 at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
250 at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
251 at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) ~[?:1.8.0_352]
252 at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) ~[?:1.8.0_352]
253 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_352]
254 at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) ~[?:1.8.0_352]
255 at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1975) ~[?:1.8.0_352]
256 at net.minecraft.resources.AsyncReloader$1.func_216873_a(SourceFile:53) ~[?:?]
257 at net.minecraft.resources.AsyncReloader$1.func_216872_a(SourceFile:50) ~[?:?]
258 at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:966) [?:1.8.0_352]
259 at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:940) [?:1.8.0_352]
260 at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) [?:1.8.0_352]
261 at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1609) [?:1.8.0_352]
262 at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1596) [?:1.8.0_352]
263 at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_352]
264 at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_352]
265 at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_352]
266 at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) [?:1.8.0_352]
267[27Nov2022 08:52:53.761] [Worker-Main-4/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe tac:craft_mg3
268com.google.gson.JsonSyntaxException: Unknown item 'tac:mg3'
269 at net.minecraft.item.crafting.ShapedRecipe.func_222129_c(ShapedRecipe.java:262) ~[?:?]
270 at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_352]
271 at net.minecraft.item.crafting.ShapedRecipe.func_199798_a(ShapedRecipe.java:261) ~[?:?]
272 at com.tac.guns.crafting.WorkbenchRecipeSerializer.read(WorkbenchRecipeSerializer.java:37) ~[tac:**.**.**.**-1.16.5]
273 at com.tac.guns.crafting.WorkbenchRecipeSerializer.func_199425_a_(WorkbenchRecipeSerializer.java:19) ~[tac:**.**.**.**-1.16.5]
274 at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:141) ~[?:?]
275 at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:61) ~[?:?]
276 at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:38) ~[?:?]
277 at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?]
278 at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:670) ~[?:1.8.0_352]
279 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_352]
280 at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_352]
281 at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
282 at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
283 at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) ~[?:1.8.0_352]
284 at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) ~[?:1.8.0_352]
285 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_352]
286 at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) ~[?:1.8.0_352]
287 at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:575) ~[?:1.8.0_352]
288 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:649) ~[?:1.8.0_352]
289 at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_352]
290 at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
291 at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
292 at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) ~[?:1.8.0_352]
293 at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) ~[?:1.8.0_352]
294 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_352]
295 at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) ~[?:1.8.0_352]
296 at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:575) ~[?:1.8.0_352]
297 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:649) ~[?:1.8.0_352]
298 at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_352]
299 at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
300 at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
301 at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) ~[?:1.8.0_352]
302 at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) ~[?:1.8.0_352]
303 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_352]
304 at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) ~[?:1.8.0_352]
305 at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1975) ~[?:1.8.0_352]
306 at net.minecraft.resources.AsyncReloader$1.func_216873_a(SourceFile:53) ~[?:?]
307 at net.minecraft.resources.AsyncReloader$1.func_216872_a(SourceFile:50) ~[?:?]
308 at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:966) [?:1.8.0_352]
309 at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:940) [?:1.8.0_352]
310 at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) [?:1.8.0_352]
311 at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1609) [?:1.8.0_352]
312 at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1596) [?:1.8.0_352]
313 at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_352]
314 at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_352]
315 at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_352]
316 at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) [?:1.8.0_352]
317[27Nov2022 08:52:53.796] [Worker-Main-4/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe vehicle:boost_ramp
318com.google.gson.JsonSyntaxException: Unknown item 'vehicle:boost_pad'
319 at net.minecraft.item.crafting.Ingredient.lambda$valueFromJson$11(Ingredient.java:216) ~[?:?]
320 at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_352]
321 at net.minecraft.item.crafting.Ingredient.func_199803_a(Ingredient.java:215) ~[?:?]
322 at net.minecraftforge.common.crafting.VanillaIngredientSerializer.parse(VanillaIngredientSerializer.java:41) ~[forge:?]
323 at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:155) ~[forge:?]
324 at net.minecraft.item.crafting.Ingredient.func_199802_a(Ingredient.java:189) ~[?:?]
325 at net.minecraft.item.crafting.ShapedRecipe.func_192408_a(ShapedRecipe.java:252) ~[?:?]
326 at net.minecraft.item.crafting.ShapedRecipe.access$000(ShapedRecipe.java:24) ~[?:?]
327 at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:276) ~[?:?]
328 at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:272) ~[?:?]
329 at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:141) ~[?:?]
330 at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:61) ~[?:?]
331 at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:38) ~[?:?]
332 at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?]
333 at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:670) ~[?:1.8.0_352]
334 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_352]
335 at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_352]
336 at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
337 at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
338 at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) ~[?:1.8.0_352]
339 at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) ~[?:1.8.0_352]
340 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_352]
341 at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) ~[?:1.8.0_352]
342 at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:575) ~[?:1.8.0_352]
343 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:649) ~[?:1.8.0_352]
344 at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_352]
345 at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
346 at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
347 at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) ~[?:1.8.0_352]
348 at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) ~[?:1.8.0_352]
349 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_352]
350 at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) ~[?:1.8.0_352]
351 at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:575) ~[?:1.8.0_352]
352 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:649) ~[?:1.8.0_352]
353 at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_352]
354 at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
355 at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
356 at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) ~[?:1.8.0_352]
357 at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) ~[?:1.8.0_352]
358 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_352]
359 at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) ~[?:1.8.0_352]
360 at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1975) ~[?:1.8.0_352]
361 at net.minecraft.resources.AsyncReloader$1.func_216873_a(SourceFile:53) ~[?:?]
362 at net.minecraft.resources.AsyncReloader$1.func_216872_a(SourceFile:50) ~[?:?]
363 at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:966) [?:1.8.0_352]
364 at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:940) [?:1.8.0_352]
365 at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) [?:1.8.0_352]
366 at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1609) [?:1.8.0_352]
367 at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1596) [?:1.8.0_352]
368 at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_352]
369 at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_352]
370 at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_352]
371 at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) [?:1.8.0_352]
372[27Nov2022 08:52:53.805] [Worker-Main-4/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe tac:craft_m1894
373com.google.gson.JsonSyntaxException: Unknown item 'tac:m1894'
374 at net.minecraft.item.crafting.ShapedRecipe.func_222129_c(ShapedRecipe.java:262) ~[?:?]
375 at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_352]
376 at net.minecraft.item.crafting.ShapedRecipe.func_199798_a(ShapedRecipe.java:261) ~[?:?]
377 at com.tac.guns.crafting.WorkbenchRecipeSerializer.read(WorkbenchRecipeSerializer.java:37) ~[tac:**.**.**.**-1.16.5]
378 at com.tac.guns.crafting.WorkbenchRecipeSerializer.func_199425_a_(WorkbenchRecipeSerializer.java:19) ~[tac:**.**.**.**-1.16.5]
379 at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:141) ~[?:?]
380 at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:61) ~[?:?]
381 at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:38) ~[?:?]
382 at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?]
383 at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:670) ~[?:1.8.0_352]
384 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_352]
385 at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_352]
386 at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
387 at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
388 at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) ~[?:1.8.0_352]
389 at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) ~[?:1.8.0_352]
390 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_352]
391 at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) ~[?:1.8.0_352]
392 at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:575) ~[?:1.8.0_352]
393 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:649) ~[?:1.8.0_352]
394 at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_352]
395 at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
396 at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
397 at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) ~[?:1.8.0_352]
398 at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) ~[?:1.8.0_352]
399 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_352]
400 at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) ~[?:1.8.0_352]
401 at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:575) ~[?:1.8.0_352]
402 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:649) ~[?:1.8.0_352]
403 at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_352]
404 at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
405 at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
406 at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) ~[?:1.8.0_352]
407 at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) ~[?:1.8.0_352]
408 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_352]
409 at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) ~[?:1.8.0_352]
410 at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1975) ~[?:1.8.0_352]
411 at net.minecraft.resources.AsyncReloader$1.func_216873_a(SourceFile:53) ~[?:?]
412 at net.minecraft.resources.AsyncReloader$1.func_216872_a(SourceFile:50) ~[?:?]
413 at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:966) [?:1.8.0_352]
414 at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:940) [?:1.8.0_352]
415 at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) [?:1.8.0_352]
416 at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1609) [?:1.8.0_352]
417 at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1596) [?:1.8.0_352]
418 at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_352]
419 at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_352]
420 at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_352]
421 at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) [?:1.8.0_352]
422[27Nov2022 08:52:53.812] [Worker-Main-4/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe vehicle:boost_pad
423com.google.gson.JsonSyntaxException: Unknown item 'vehicle:boost_pad'
424 at net.minecraft.item.crafting.ShapedRecipe.func_222129_c(ShapedRecipe.java:262) ~[?:?]
425 at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_352]
426 at net.minecraft.item.crafting.ShapedRecipe.func_199798_a(ShapedRecipe.java:261) ~[?:?]
427 at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:281) ~[?:?]
428 at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:272) ~[?:?]
429 at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:141) ~[?:?]
430 at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:61) ~[?:?]
431 at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:38) ~[?:?]
432 at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?]
433 at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:670) ~[?:1.8.0_352]
434 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_352]
435 at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_352]
436 at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
437 at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
438 at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) ~[?:1.8.0_352]
439 at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) ~[?:1.8.0_352]
440 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_352]
441 at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) ~[?:1.8.0_352]
442 at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:575) ~[?:1.8.0_352]
443 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:649) ~[?:1.8.0_352]
444 at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_352]
445 at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
446 at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
447 at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) ~[?:1.8.0_352]
448 at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) ~[?:1.8.0_352]
449 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_352]
450 at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) ~[?:1.8.0_352]
451 at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:575) ~[?:1.8.0_352]
452 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:649) ~[?:1.8.0_352]
453 at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_352]
454 at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
455 at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
456 at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:543) ~[?:1.8.0_352]
457 at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:667) ~[?:1.8.0_352]
458 at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_352]
459 at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) ~[?:1.8.0_352]
460 at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1975) ~[?:1.8.0_352]
461 at net.minecraft.resources.AsyncReloader$1.func_216873_a(SourceFile:53) ~[?:?]
462 at net.minecraft.resources.AsyncReloader$1.func_216872_a(SourceFile:50) ~[?:?]
463 at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:966) [?:1.8.0_352]
464 at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:940) [?:1.8.0_352]
465 at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) [?:1.8.0_352]
466 at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1609) [?:1.8.0_352]
467 at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1596) [?:1.8.0_352]
468 at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_352]
469 at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_352]
470 at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_352]
471 at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) [?:1.8.0_352]
472[27Nov2022 08:52:53.816] [Worker-Main-4/INFO] [net.minecraft.item.crafting.RecipeManager/]: Loaded 12 recipes
473[27Nov2022 08:52:55.094] [Worker-Main-4/WARN] [net.minecraft.loot.LootTableManager/]: Found validation problem in {morezombies:entities/zombie_hydra_3}.pools[0].entries[2].functions[1]: Parameters [<parameter minecraft:tool>] are not provided in this context
474[27Nov2022 08:52:55.265] [Worker-Main-4/ERROR] [net.minecraft.advancements.AdvancementList/]: Couldn't load advancement zombie_extreme:zombie_extreme_begin: Task Advancement{parentId=zombie_extreme:zombie_extreme_begin, display=net.minecraft.advancements.DisplayInfo@2f987546, rewards=AdvancementRewards{experience=1, loot=[], recipes=[], function=net.minecraft.command.FunctionObject$CacheableFunction@57dc3e10}, criteria={zombie_extreme_begin=net.minecraft.advancements.Criterion@3a8ae766}, requirements=[[zombie_extreme_begin]]}
475[27Nov2022 08:52:55.311] [Worker-Main-4/INFO] [net.minecraft.advancements.AdvancementList/]: Loaded 1617 advancements
476[27Nov2022 08:52:55.316] [Worker-Main-4/INFO] [Dungeon Crawl/]: Loading data...
477[27Nov2022 08:52:56.056] [Worker-Main-4/INFO] [Dungeon Crawl/]: Done.
478[27Nov2022 08:52:56.073] [Worker-Main-4/INFO] [com.brutalbosses.BrutalBosses/]: Loaded boss variant for: minecraft:drowned
479[27Nov2022 08:52:56.073] [Worker-Main-4/INFO] [com.brutalbosses.BrutalBosses/]: Loaded boss variant for: minecraft:iron_golem
480[27Nov2022 08:52:56.073] [Worker-Main-4/INFO] [com.brutalbosses.BrutalBosses/]: Loaded boss variant for: minecraft:snow_golem
481[27Nov2022 08:52:56.073] [Worker-Main-4/INFO] [com.brutalbosses.BrutalBosses/]: Loaded boss variant for: minecraft:zombie
482[27Nov2022 08:52:56.073] [Worker-Main-4/INFO] [com.brutalbosses.BrutalBosses/]: Loaded boss variant for: minecraft:skeleton
483[27Nov2022 08:52:56.073] [Worker-Main-4/INFO] [com.brutalbosses.BrutalBosses/]: Loaded boss variant for: minecraft:pillager
484[27Nov2022 08:52:56.073] [Worker-Main-4/INFO] [com.brutalbosses.BrutalBosses/]: Loaded boss variant for: minecraft:vex
485[27Nov2022 08:52:56.074] [Worker-Main-4/INFO] [com.brutalbosses.BrutalBosses/]: Loaded boss variant for: minecraft:evoker
486[27Nov2022 08:52:56.074] [Worker-Main-4/INFO] [com.brutalbosses.BrutalBosses/]: Loaded boss variant for: minecraft:zombie
487[27Nov2022 08:52:56.074] [Worker-Main-4/INFO] [com.brutalbosses.BrutalBosses/]: Loaded boss variant for: minecraft:vindicator
488[27Nov2022 08:52:56.074] [Worker-Main-4/INFO] [com.brutalbosses.BrutalBosses/]: Loaded boss variant for: minecraft:wither_skeleton
489[27Nov2022 08:52:56.074] [Worker-Main-4/INFO] [com.brutalbosses.BrutalBosses/]: Loaded boss variant for: minecraft:wither_skeleton
490[27Nov2022 08:52:56.074] [Worker-Main-4/INFO] [com.brutalbosses.BrutalBosses/]: Loaded boss variant for: minecraft:cave_spider
491[27Nov2022 08:52:56.074] [Worker-Main-4/INFO] [com.brutalbosses.BrutalBosses/]: Loaded boss variant for: minecraft:zombie
492[27Nov2022 08:52:56.074] [Worker-Main-4/INFO] [com.brutalbosses.BrutalBosses/]: Loaded boss variant for: minecraft:husk
493[27Nov2022 08:52:56.075] [Worker-Main-4/INFO] [com.brutalbosses.BrutalBosses/]: Loaded boss variant for: minecraft:evoker
494[27Nov2022 08:52:56.075] [Worker-Main-4/INFO] [com.brutalbosses.BrutalBosses/]: Loaded boss variant for: minecraft:wandering_trader
495[27Nov2022 08:52:56.075] [Worker-Main-4/INFO] [com.brutalbosses.BrutalBosses/]: Loaded boss variant for: minecraft:guardian
496[27Nov2022 08:52:56.075] [Worker-Main-4/INFO] [com.brutalbosses.BrutalBosses/]: Loaded boss variant for: minecraft:vindicator
497[27Nov2022 08:52:56.075] [Worker-Main-4/INFO] [com.brutalbosses.BrutalBosses/]: Loaded boss variant for: minecraft:shulker
498[27Nov2022 08:52:56.075] [Worker-Main-4/INFO] [com.brutalbosses.BrutalBosses/]: Loaded boss variant for: minecraft:zoglin
499[27Nov2022 08:52:56.075] [Worker-Main-4/INFO] [com.brutalbosses.BrutalBosses/]: Loaded boss variant for: minecraft:chicken
500[27Nov2022 08:52:56.076] [Worker-Main-4/INFO] [com.brutalbosses.BrutalBosses/]: Loaded boss variant for: minecraft:blaze
501[27Nov2022 08:52:56.076] [Worker-Main-4/INFO] [com.brutalbosses.BrutalBosses/]: Loaded boss variant for: minecraft:witch
502[27Nov2022 08:52:56.076] [Worker-Main-4/INFO] [com.brutalbosses.BrutalBosses/]: Loaded boss variant for: minecraft:phantom
503[27Nov2022 08:52:56.076] [Worker-Main-4/INFO] [com.brutalbosses.BrutalBosses/]: Loaded boss variant for: minecraft:mooshroom
504[27Nov2022 08:52:56.076] [Worker-Main-4/INFO] [com.brutalbosses.BrutalBosses/]: Loaded boss variant for: minecraft:rabbit
505[27Nov2022 08:52:56.076] [Worker-Main-4/INFO] [com.brutalbosses.BrutalBosses/]: Loaded boss variant for: minecraft:piglin_brute
506[27Nov2022 08:52:56.076] [Worker-Main-4/INFO] [com.brutalbosses.BrutalBosses/]: Loaded boss variant for: minecraft:ghast
507[27Nov2022 08:52:56.077] [Worker-Main-4/INFO] [com.brutalbosses.BrutalBosses/]: Loaded boss variant for: minecraft:stray
508[27Nov2022 08:52:59.440] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Starting minecraft server version 1.16.5
509[27Nov2022 08:52:59.440] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Loading properties
510[27Nov2022 08:52:59.441] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Default game type: SURVIVAL
511[27Nov2022 08:52:59.441] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Generating keypair
512[27Nov2022 08:52:59.952] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Starting Minecraft server on *:31375
513[27Nov2022 08:52:59.981] [Server thread/INFO] [net.minecraft.network.NetworkSystem/]: Using epoll channel type
514[27Nov2022 08:53:00.340] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer/]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
515[27Nov2022 08:53:00.341] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer/]: The server will make no attempt to authenticate usernames. Beware.
516[27Nov2022 08:53:00.341] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer/]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
517[27Nov2022 08:53:00.341] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer/]: To change this, set "online-mode" to "true" in the server.properties file.
518[27Nov2022 08:53:00.414] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file ./ad/serverconfig/cgm-server.toml is not correct. Correcting
519[27Nov2022 08:53:00.415] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server was corrected from null to its default, SimpleCommentedConfig:{}.
520[27Nov2022 08:53:00.415] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.grenade was corrected from null to its default, SimpleCommentedConfig:{}.
521[27Nov2022 08:53:00.416] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.grenade.alphaOverlay was corrected from null to its default, 255.
522[27Nov2022 08:53:00.416] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.grenade.alphaFadeThreshold was corrected from null to its default, 40.
523[27Nov2022 08:53:00.416] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.grenade.soundPercentage was corrected from null to its default, 0.05.
524[27Nov2022 08:53:00.417] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.grenade.soundFadeThreshold was corrected from null to its default, 90.
525[27Nov2022 08:53:00.417] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.grenade.ringVolume was corrected from null to its default, 1.0.
526[27Nov2022 08:53:00.418] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.audio was corrected from null to its default, SimpleCommentedConfig:{}.
527[27Nov2022 08:53:00.418] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.audio.gunShotMaxDistance was corrected from null to its default, 100.0.
528[27Nov2022 08:53:00.418] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.audio.reloadMaxDistance was corrected from null to its default, 24.0.
529[27Nov2022 08:53:00.434] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.enableCameraRecoil was corrected from null to its default, true.
530[27Nov2022 08:53:00.434] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.cooldownThreshold was corrected from null to its default, 0.
531[27Nov2022 08:53:00.434] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.experimental was corrected from null to its default, SimpleCommentedConfig:{}.
532[27Nov2022 08:53:00.434] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.experimental.forceDyeableAttachments was corrected from null to its default, false.
533[27Nov2022 08:53:00.447] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file ./ad/serverconfig/tac-server.toml is not correct. Correcting
534[27Nov2022 08:53:00.449] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server was corrected from null to its default, SimpleCommentedConfig:{}.
535[27Nov2022 08:53:00.451] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.grenade was corrected from null to its default, SimpleCommentedConfig:{}.
536[27Nov2022 08:53:00.451] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.grenade.alphaOverlay was corrected from null to its default, 255.
537[27Nov2022 08:53:00.456] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.grenade.alphaFadeThreshold was corrected from null to its default, 40.
538[27Nov2022 08:53:00.452] [Thread-4/WARN] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Configuration file /server/./ad/serverconfig/cgm-server.toml is not correct. Correcting
539[27Nov2022 08:53:00.456] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.grenade.soundPercentage was corrected from null to its default, 0.05.
540[27Nov2022 08:53:00.458] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.grenade.soundFadeThreshold was corrected from null to its default, 90.
541[27Nov2022 08:53:00.459] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.grenade.ringVolume was corrected from null to its default, 1.0.
542[27Nov2022 08:53:00.459] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.audio was corrected from null to its default, SimpleCommentedConfig:{}.
543[27Nov2022 08:53:00.459] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.audio.gunShotMaxDistance was corrected from null to its default, 100.0.
544[27Nov2022 08:53:00.460] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.enableCameraRecoil was corrected from null to its default, true.
545[27Nov2022 08:53:00.463] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file ./ad/serverconfig/journeymap-server.toml is not correct. Correcting
546[27Nov2022 08:53:00.463] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key admins was corrected from null to its default, SimpleCommentedConfig:{}.
547[27Nov2022 08:53:00.463] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key admins.opAccess was corrected from null to its default, true.
548[27Nov2022 08:53:00.464] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key admins.serverAdmins was corrected from null to its default, [mysticdrew, 79f597fe-2877-4ecb-acdf-8c58cc1854ca].
549[27Nov2022 08:53:00.464] [Server thread/INFO] [journeymap/]: Loading JourneyMap Forge Configs
550[27Nov2022 08:53:00.465] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file ./ad/serverconfig/champions-server.toml is not correct. Correcting
551[27Nov2022 08:53:00.466] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general was corrected from null to its default, SimpleCommentedConfig:{}.
552[27Nov2022 08:53:00.466] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.beaconProtectionRange was corrected from null to its default, 64.
553[27Nov2022 08:53:00.466] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.championSpawners was corrected from null to its default, false.
554[27Nov2022 08:53:00.466] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.deathMessageTier was corrected from null to its default, 0.
555[27Nov2022 08:53:00.467] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.dimensionList was corrected from null to its default, [].
556[27Nov2022 08:53:00.467] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.dimensionPermission was corrected from null to its default, BLACKLIST.
557[27Nov2022 08:53:00.467] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.entitiesList was corrected from null to its default, [].
558[27Nov2022 08:53:00.468] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.entitiesPermission was corrected from null to its default, BLACKLIST.
559[27Nov2022 08:53:00.468] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.showHud was corrected from null to its default, true.
560[27Nov2022 08:53:00.468] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.showParticles was corrected from null to its default, true.
561[27Nov2022 08:53:00.469] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key loot was corrected from null to its default, SimpleCommentedConfig:{}.
562[27Nov2022 08:53:00.469] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key loot.fakeLoot was corrected from null to its default, false.
563[27Nov2022 08:53:00.470] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key loot.lootSource was corrected from null to its default, LOOT_TABLE.
564[27Nov2022 08:53:00.470] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key loot.lootDrops was corrected from null to its default, [].
565[27Nov2022 08:53:00.470] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key loot.lootScaling was corrected from null to its default, false.
566[27Nov2022 08:53:00.471] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key growth was corrected from null to its default, SimpleCommentedConfig:{}.
567[27Nov2022 08:53:00.471] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key growth.healthGrowth was corrected from null to its default, 0.35.
568[27Nov2022 08:53:00.472] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key growth.attackGrowth was corrected from null to its default, 0.5.
569[27Nov2022 08:53:00.472] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key growth.armorGrowth was corrected from null to its default, 2.0.
570[27Nov2022 08:53:00.472] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key growth.toughnessGrowth was corrected from null to its default, 1.0.
571[27Nov2022 08:53:00.472] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key growth.knockbackResistanceGrowth was corrected from null to its default, 0.05.
572[27Nov2022 08:53:00.473] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key growth.experienceGrowth was corrected from null to its default, 1.
573[27Nov2022 08:53:00.473] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key growth.explosionGrowth was corrected from null to its default, 2.
574[27Nov2022 08:53:00.504] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes was corrected from null to its default, SimpleCommentedConfig:{}.
575[27Nov2022 08:53:00.505] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.affixTargetRange was corrected from null to its default, 0.0.
576[27Nov2022 08:53:00.506] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.adaptable was corrected from null to its default, SimpleCommentedConfig:{}.
577[27Nov2022 08:53:00.507] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.adaptable.adaptableDamageReductionIncrement was corrected from null to its default, 0.15.
578[27Nov2022 08:53:00.508] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.adaptable.adaptableMaxDamageReduction was corrected from null to its default, 0.9.
579[27Nov2022 08:53:00.509] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.arctic was corrected from null to its default, SimpleCommentedConfig:{}.
580[27Nov2022 08:53:00.510] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.arctic.arcticAttackInterval was corrected from null to its default, 1.
581[27Nov2022 08:53:00.510] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.dampened was corrected from null to its default, SimpleCommentedConfig:{}.
582[27Nov2022 08:53:00.511] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.dampened.dampenedDamageReduction was corrected from null to its default, 0.8.
583[27Nov2022 08:53:00.512] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.desecrating was corrected from null to its default, SimpleCommentedConfig:{}.
584[27Nov2022 08:53:00.512] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.desecrating.desecratingCloudInterval was corrected from null to its default, 3.
585[27Nov2022 08:53:00.513] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.desecrating.desecratingCloudActivationTime was corrected from null to its default, 1.
586[27Nov2022 08:53:00.514] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.desecrating.desecratingCloudRadius was corrected from null to its default, 4.0.
587[27Nov2022 08:53:00.514] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.desecrating.desecratingCloudDuration was corrected from null to its default, 10.
588[27Nov2022 08:53:00.515] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.enkindling was corrected from null to its default, SimpleCommentedConfig:{}.
589[27Nov2022 08:53:00.515] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.enkindling.enkindlingAttackInterval was corrected from null to its default, 1.
590[27Nov2022 08:53:00.515] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.hasty was corrected from null to its default, SimpleCommentedConfig:{}.
591[27Nov2022 08:53:00.515] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.hasty.hastyMovementBonus was corrected from null to its default, 0.25.
592[27Nov2022 08:53:00.515] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.infested was corrected from null to its default, SimpleCommentedConfig:{}.
593[27Nov2022 08:53:00.516] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.infested.infestedAmount was corrected from null to its default, 2.
594[27Nov2022 08:53:00.516] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.infested.infestedInterval was corrected from null to its default, 3.
595[27Nov2022 08:53:00.516] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.infested.infestedPerHealth was corrected from null to its default, 0.5.
596[27Nov2022 08:53:00.516] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.infested.infestedTotal was corrected from null to its default, 20.
597[27Nov2022 08:53:00.517] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.infested.infestedParasite was corrected from null to its default, minecraft:silverfish.
598[27Nov2022 08:53:00.517] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.infested.infestedEnderParasite was corrected from null to its default, minecraft:endermite.
599[27Nov2022 08:53:00.517] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.paralyzing was corrected from null to its default, SimpleCommentedConfig:{}.
600[27Nov2022 08:53:00.517] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.paralyzing.paralyzingChance was corrected from null to its default, 0.2.
601[27Nov2022 08:53:00.517] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.knocking was corrected from null to its default, SimpleCommentedConfig:{}.
602[27Nov2022 08:53:00.518] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.knocking.knockingMultiplier was corrected from null to its default, 5.0.
603[27Nov2022 08:53:00.518] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.lively was corrected from null to its default, SimpleCommentedConfig:{}.
604[27Nov2022 08:53:00.518] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.lively.livelyHealAmount was corrected from null to its default, 1.0.
605[27Nov2022 08:53:00.518] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.lively.livelyPassiveMultiplier was corrected from null to its default, 5.0.
606[27Nov2022 08:53:00.518] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.lively.livelyCooldown was corrected from null to its default, 3.
607[27Nov2022 08:53:00.519] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.molten was corrected from null to its default, SimpleCommentedConfig:{}.
608[27Nov2022 08:53:00.519] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.molten.moltenWaterResistance was corrected from null to its default, false.
609[27Nov2022 08:53:00.519] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.plagued was corrected from null to its default, SimpleCommentedConfig:{}.
610[27Nov2022 08:53:00.519] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.plagued.plaguedEffect was corrected from null to its default, minecraft:poison;15;1.
611[27Nov2022 08:53:00.519] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.plagued.plaguedRange was corrected from null to its default, 5.
612[27Nov2022 08:53:00.520] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.reflective was corrected from null to its default, SimpleCommentedConfig:{}.
613[27Nov2022 08:53:00.520] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.reflective.reflectiveMinPercent was corrected from null to its default, 0.1.
614[27Nov2022 08:53:00.521] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.reflective.reflectiveMaxPercent was corrected from null to its default, 0.35.
615[27Nov2022 08:53:00.521] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.reflective.reflectiveMax was corrected from null to its default, 100.
616[27Nov2022 08:53:00.521] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.reflective.reflectiveLethal was corrected from null to its default, true.
617[27Nov2022 08:53:00.521] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.magnetic was corrected from null to its default, SimpleCommentedConfig:{}.
618[27Nov2022 08:53:00.521] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.magnetic.magneticStrength was corrected from null to its default, 0.05.
619[27Nov2022 08:53:00.522] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.wounding was corrected from null to its default, SimpleCommentedConfig:{}.
620[27Nov2022 08:53:00.522] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key affixes.wounding.woundingChance was corrected from null to its default, 0.4.
621[27Nov2022 08:53:00.523] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key integrations was corrected from null to its default, SimpleCommentedConfig:{}.
622[27Nov2022 08:53:00.523] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key integrations.scalingHealthSpawnModifiers was corrected from null to its default, [].
623[27Nov2022 08:53:00.528] [Server thread/INFO] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loading default config file from path /server/defaultconfigs/champions-ranks.toml
624[27Nov2022 08:53:00.530] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file ./ad/serverconfig/champions-ranks.toml is not correct. Correcting
625[27Nov2022 08:53:00.541] [Server thread/INFO] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loading default config file from path /server/defaultconfigs/champions-affixes.toml
626[27Nov2022 08:53:00.544] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file ./ad/serverconfig/champions-affixes.toml is not correct. Correcting
627[27Nov2022 08:53:00.552] [Server thread/INFO] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loading default config file from path /server/defaultconfigs/champions-entities.toml
628[27Nov2022 08:53:00.553] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file ./ad/serverconfig/champions-entities.toml is not correct. Correcting
629[27Nov2022 08:53:00.568] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file ./ad/serverconfig/farsightedmobs-server.toml is not correct. Correcting
630[27Nov2022 08:53:00.568] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server was corrected from null to its default, SimpleCommentedConfig:{}.
631[27Nov2022 08:53:00.568] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.minHostileFollowRange was corrected from null to its default, 32.0.
632[27Nov2022 08:53:00.569] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.mobFollowRangeOverrides was corrected from null to its default, [].
633[27Nov2022 08:53:00.570] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file ./ad/serverconfig/morpheus-server.toml is not correct. Correcting
634[27Nov2022 08:53:00.571] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key settings was corrected from null to its default, SimpleCommentedConfig:{}.
635[27Nov2022 08:53:00.571] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key settings.SleeperPerc was corrected from null to its default, 50.
636[27Nov2022 08:53:00.572] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key settings.AlertEnabled was corrected from null to its default, true.
637[27Nov2022 08:53:00.572] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key settings.OnSleepText was corrected from null to its default, is now sleeping..
638[27Nov2022 08:53:00.572] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key settings.OnWakeText was corrected from null to its default, has left their bed..
639[27Nov2022 08:53:00.572] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key settings.OnMorningText was corrected from null to its default, Wakey, wakey, rise and shine... Good Morning everyone!.
640[27Nov2022 08:53:00.572] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key settings.IncludeMiners was corrected from null to its default, true.
641[27Nov2022 08:53:00.573] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key settings.GroundLevel was corrected from null to its default, 64.
642[27Nov2022 08:53:00.573] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key settings.AllowSetSpawnDaytime was corrected from null to its default, true.
643[27Nov2022 08:53:00.577] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file ./ad/serverconfig/firstaid-server.toml is not correct. Correcting
644[27Nov2022 08:53:00.578] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Damage System was corrected from null to its default, SimpleCommentedConfig:{}.
645[27Nov2022 08:53:00.578] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Damage System.maxHealthHead was corrected from null to its default, 4.
646[27Nov2022 08:53:00.579] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Damage System.maxHealthLeft_Arm was corrected from null to its default, 4.
647[27Nov2022 08:53:00.579] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Damage System.maxHealthLeft_Leg was corrected from null to its default, 4.
648[27Nov2022 08:53:00.579] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Damage System.maxHealthLeft_Foot was corrected from null to its default, 4.
649[27Nov2022 08:53:00.579] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Damage System.maxHealthBody was corrected from null to its default, 6.
650[27Nov2022 08:53:00.580] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Damage System.maxHealthRight_Arm was corrected from null to its default, 4.
651[27Nov2022 08:53:00.580] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Damage System.maxHealthRight_Leg was corrected from null to its default, 4.
652[27Nov2022 08:53:00.580] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Damage System.maxHealthRight_Foot was corrected from null to its default, 4.
653[27Nov2022 08:53:00.580] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Damage System.causeDeathHead was corrected from null to its default, true.
654[27Nov2022 08:53:00.581] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Damage System.causeDeathBody was corrected from null to its default, true.
655[27Nov2022 08:53:00.584] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Locational Armor was corrected from null to its default, SimpleCommentedConfig:{}.
656[27Nov2022 08:53:00.584] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Locational Armor.Armor was corrected from null to its default, SimpleCommentedConfig:{}.
657[27Nov2022 08:53:00.584] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Locational Armor.Armor.multiplierHead was corrected from null to its default, 6.0.
658[27Nov2022 08:53:00.584] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Locational Armor.Armor.multiplierChest was corrected from null to its default, 2.5.
659[27Nov2022 08:53:00.585] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Locational Armor.Armor.multiplierLegs was corrected from null to its default, 3.0.
660[27Nov2022 08:53:00.585] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Locational Armor.Armor.multiplierFeet was corrected from null to its default, 6.0.
661[27Nov2022 08:53:00.585] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Locational Armor.Armor.offsetHead was corrected from null to its default, 1.0.
662[27Nov2022 08:53:00.585] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Locational Armor.Armor.offsetChest was corrected from null to its default, 0.0.
663[27Nov2022 08:53:00.585] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Locational Armor.Armor.offsetLegs was corrected from null to its default, 0.0.
664[27Nov2022 08:53:00.586] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Locational Armor.Armor.offsetFeet was corrected from null to its default, 0.0.
665[27Nov2022 08:53:00.586] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Locational Armor.Toughness was corrected from null to its default, SimpleCommentedConfig:{}.
666[27Nov2022 08:53:00.586] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Locational Armor.Toughness.multiplierHead was corrected from null to its default, 4.0.
667[27Nov2022 08:53:00.586] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Locational Armor.Toughness.multiplierChest was corrected from null to its default, 3.0.
668[27Nov2022 08:53:00.586] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Locational Armor.Toughness.multiplierLegs was corrected from null to its default, 3.0.
669[27Nov2022 08:53:00.586] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Locational Armor.Toughness.multiplierFeet was corrected from null to its default, 3.5.
670[27Nov2022 08:53:00.587] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Locational Armor.Toughness.offsetHead was corrected from null to its default, 0.0.
671[27Nov2022 08:53:00.587] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Locational Armor.Toughness.offsetChest was corrected from null to its default, 0.0.
672[27Nov2022 08:53:00.587] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Locational Armor.Toughness.offsetLegs was corrected from null to its default, 0.0.
673[27Nov2022 08:53:00.587] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Locational Armor.Toughness.offsetFeet was corrected from null to its default, 0.0.
674[27Nov2022 08:53:00.588] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Internal Healing was corrected from null to its default, SimpleCommentedConfig:{}.
675[27Nov2022 08:53:00.588] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Internal Healing.bandage was corrected from null to its default, SimpleCommentedConfig:{}.
676[27Nov2022 08:53:00.588] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Internal Healing.bandage.totalsHeals was corrected from null to its default, 4.
677[27Nov2022 08:53:00.588] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Internal Healing.bandage.secondsPerHeal was corrected from null to its default, 18.
678[27Nov2022 08:53:00.589] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Internal Healing.bandage.applyTime was corrected from null to its default, 2500.
679[27Nov2022 08:53:00.589] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Internal Healing.plaster was corrected from null to its default, SimpleCommentedConfig:{}.
680[27Nov2022 08:53:00.589] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Internal Healing.plaster.totalsHeals was corrected from null to its default, 2.
681[27Nov2022 08:53:00.589] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Internal Healing.plaster.secondsPerHeal was corrected from null to its default, 22.
682[27Nov2022 08:53:00.589] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Internal Healing.plaster.applyTime was corrected from null to its default, 3000.
683[27Nov2022 08:53:00.590] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key External Healing was corrected from null to its default, SimpleCommentedConfig:{}.
684[27Nov2022 08:53:00.590] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key External Healing.allowNaturalRegeneration was corrected from null to its default, false.
685[27Nov2022 08:53:00.590] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key External Healing.allowOtherHealingItems was corrected from null to its default, true.
686[27Nov2022 08:53:00.590] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key External Healing.sleepHealPercentage was corrected from null to its default, 0.07.
687[27Nov2022 08:53:00.590] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key External Healing.otherRegenMultiplier was corrected from null to its default, 0.75.
688[27Nov2022 08:53:00.591] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key External Healing.naturalRegenMultiplier was corrected from null to its default, 0.5.
689[27Nov2022 08:53:00.591] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key External Healing.resistanceReductionPercentPerLevel was corrected from null to its default, 20.
690[27Nov2022 08:53:00.592] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key misc was corrected from null to its default, SimpleCommentedConfig:{}.
691[27Nov2022 08:53:00.592] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key misc.scaleMaxHealth was corrected from null to its default, true.
692[27Nov2022 08:53:00.592] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key misc.capMaxHealth was corrected from null to its default, true.
693[27Nov2022 08:53:00.593] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key misc.vanillaHealthCalculation was corrected from null to its default, AVERAGE_ALL.
694[27Nov2022 08:53:00.593] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key misc.useFriendlyRandomDistribution was corrected from null to its default, false.
695[27Nov2022 08:53:00.593] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key misc.armorEnchantmentMode was corrected from null to its default, LOCAL_ENCHANTMENTS.
696[27Nov2022 08:53:00.594] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Enchantment Handling was corrected from null to its default, SimpleCommentedConfig:{}.
697[27Nov2022 08:53:00.594] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Enchantment Handling.enchantmentMultiplier was corrected from null to its default, 4.
698[27Nov2022 08:53:00.594] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Enchantment Handling.resourceLocations was corrected from null to its default, [minecraft:feather_falling].
699[27Nov2022 08:53:00.594] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key Enchantment Handling.overrideMultiplier was corrected from null to its default, [2].
700[27Nov2022 08:53:00.601] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file ./ad/serverconfig/forge-server.toml is not correct. Correcting
701[27Nov2022 08:53:00.601] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server was corrected from null to its default, SimpleCommentedConfig:{}.
702[27Nov2022 08:53:00.602] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.removeErroringEntities was corrected from null to its default, false.
703[27Nov2022 08:53:00.602] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.removeErroringTileEntities was corrected from null to its default, false.
704[27Nov2022 08:53:00.602] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.fullBoundingBoxLadders was corrected from null to its default, false.
705[27Nov2022 08:53:00.602] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.zombieBaseSummonChance was corrected from null to its default, 0.1.
706[27Nov2022 08:53:00.603] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.zombieBabyChance was corrected from null to its default, 0.05.
707[27Nov2022 08:53:00.603] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.logCascadingWorldGeneration was corrected from null to its default, true.
708[27Nov2022 08:53:00.603] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.fixVanillaCascading was corrected from null to its default, false.
709[27Nov2022 08:53:00.604] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.dimensionUnloadQueueDelay was corrected from null to its default, 0.
710[27Nov2022 08:53:00.604] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.treatEmptyTagsAsAir was corrected from null to its default, false.
711[27Nov2022 08:53:00.605] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.fixAdvancementLoading was corrected from null to its default, true.
712[27Nov2022 08:53:00.607] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file ./ad/serverconfig/corpse-server.toml is not correct. Correcting
713[27Nov2022 08:53:00.608] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key corpse was corrected from null to its default, SimpleCommentedConfig:{}.
714[27Nov2022 08:53:00.608] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key corpse.access was corrected from null to its default, SimpleCommentedConfig:{}.
715[27Nov2022 08:53:00.608] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key corpse.access.only_owner was corrected from null to its default, false.
716[27Nov2022 08:53:00.608] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key corpse.access.skeleton was corrected from null to its default, false.
717[27Nov2022 08:53:00.608] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key corpse.despawn was corrected from null to its default, SimpleCommentedConfig:{}.
718[27Nov2022 08:53:00.608] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key corpse.despawn.time was corrected from null to its default, 600.
719[27Nov2022 08:53:00.608] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key corpse.despawn.force_time was corrected from null to its default, -1.
720[27Nov2022 08:53:00.608] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key corpse.skeleton_time was corrected from null to its default, 72000.
721[27Nov2022 08:53:00.609] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key corpse.lie_on_face was corrected from null to its default, false.
722[27Nov2022 08:53:00.609] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key corpse.show_equipment was corrected from null to its default, true.
723[27Nov2022 08:53:00.609] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key corpse.fall_into_void was corrected from null to its default, false.
724[27Nov2022 08:53:00.609] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key corpse.lava_damage was corrected from null to its default, false.
725[27Nov2022 08:53:00.609] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key death_storage_duration was corrected from null to its default, -1.
726[27Nov2022 08:53:00.613] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file ./ad/serverconfig/securitycraft-server.toml is not correct. Correcting
727[27Nov2022 08:53:00.614] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key codebreaker_chance was corrected from null to its default, 0.33.
728[27Nov2022 08:53:00.615] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key allowAdminTool was corrected from null to its default, true.
729[27Nov2022 08:53:00.615] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key shouldSpawnFire was corrected from null to its default, true.
730[27Nov2022 08:53:00.616] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key ableToBreakMines was corrected from null to its default, true.
731[27Nov2022 08:53:00.617] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key smallerMineExplosion was corrected from null to its default, false.
732[27Nov2022 08:53:00.617] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mineExplodesWhenInCreative was corrected from null to its default, true.
733[27Nov2022 08:53:00.618] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mineExplosionsBreakBlocks was corrected from null to its default, true.
734[27Nov2022 08:53:00.619] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key laserBlockRange was corrected from null to its default, 5.
735[27Nov2022 08:53:00.620] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key inventoryScannerRange was corrected from null to its default, 2.
736[27Nov2022 08:53:00.620] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key maxAlarmRange was corrected from null to its default, 100.
737[27Nov2022 08:53:00.621] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key allowBlockClaim was corrected from null to its default, false.
738[27Nov2022 08:53:00.621] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key respect_invisibility was corrected from null to its default, false.
739[27Nov2022 08:53:00.622] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key reinforced_block_tint was corrected from null to its default, true.
740[27Nov2022 08:53:00.622] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key force_reinforced_block_tint was corrected from null to its default, false.
741[27Nov2022 08:53:00.623] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key retinalScannerFace was corrected from null to its default, true.
742[27Nov2022 08:53:00.624] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key enable_team_ownership was corrected from null to its default, false.
743[27Nov2022 08:53:00.624] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key disable_thanks_message was corrected from null to its default, false.
744[27Nov2022 08:53:00.625] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key trick_scanners_with_player_heads was corrected from null to its default, false.
745[27Nov2022 08:53:00.627] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file ./ad/serverconfig/lostcities-server.toml is not correct. Correcting
746[27Nov2022 08:53:00.627] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general was corrected from null to its default, SimpleCommentedConfig:{}.
747[27Nov2022 08:53:00.627] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.specialBedBlock was corrected from null to its default, minecraft:diamond_block.
748[27Nov2022 08:53:00.628] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key profiles was corrected from null to its default, SimpleCommentedConfig:{}.
749[27Nov2022 08:53:00.628] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key profiles.selectedProfile was corrected from null to its default, <CHECK>.
750[27Nov2022 08:53:00.628] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key profiles.selectedCustomJson was corrected from null to its default, .
751[27Nov2022 08:53:00.630] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file ./ad/serverconfig/vehicle-server.toml is not correct. Correcting
752[27Nov2022 08:53:00.631] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key common was corrected from null to its default, SimpleCommentedConfig:{}.
753[27Nov2022 08:53:00.631] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key common.general was corrected from null to its default, SimpleCommentedConfig:{}.
754[27Nov2022 08:53:00.631] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key common.general.fuelEnabled was corrected from null to its default, true.
755[27Nov2022 08:53:00.631] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key common.general.vehicleDamage was corrected from null to its default, true.
756[27Nov2022 08:53:00.631] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key common.general.pickUpVehicles was corrected from null to its default, true.
757[27Nov2022 08:53:00.631] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key common.general.fuelConsumptionModifier was corrected from null to its default, 1.0.
758[27Nov2022 08:53:00.632] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key common.trailer was corrected from null to its default, SimpleCommentedConfig:{}.
759[27Nov2022 08:53:00.632] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key common.trailer.trailerDetachThreshold was corrected from null to its default, 6.0.
760[27Nov2022 08:53:00.632] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key common.trailer.trailerSyncCooldown was corrected from null to its default, 100.
761[27Nov2022 08:53:00.632] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key common.trailer.trailerInventorySyncCooldown was corrected from null to its default, 20.
762[27Nov2022 08:53:00.632] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key common.blocks was corrected from null to its default, SimpleCommentedConfig:{}.
763[27Nov2022 08:53:00.632] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key common.blocks.gas_pump was corrected from null to its default, SimpleCommentedConfig:{}.
764[27Nov2022 08:53:00.632] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key common.blocks.gas_pump.maxHoseDistance was corrected from null to its default, 6.0.
765[27Nov2022 08:53:00.633] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key common.blocks.gas_pump.gasPumpCapacity was corrected from null to its default, 50000.
766[27Nov2022 08:53:00.633] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key common.blocks.fluid_pipe was corrected from null to its default, SimpleCommentedConfig:{}.
767[27Nov2022 08:53:00.633] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key common.blocks.fluid_pipe.pipeTransferAmount was corrected from null to its default, 50.
768[27Nov2022 08:53:00.633] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key common.blocks.fluid_pipe.pipeCapacity was corrected from null to its default, 500.
769[27Nov2022 08:53:00.633] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key common.blocks.fluid_pump was corrected from null to its default, SimpleCommentedConfig:{}.
770[27Nov2022 08:53:00.633] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key common.blocks.fluid_pump.pumpTransferAmount was corrected from null to its default, 50.
771[27Nov2022 08:53:00.633] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key common.blocks.fluid_pump.pumpCapacity was corrected from null to its default, 500.
772[27Nov2022 08:53:00.634] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key common.blocks.fluid_extractor was corrected from null to its default, SimpleCommentedConfig:{}.
773[27Nov2022 08:53:00.634] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key common.blocks.fluid_extractor.extractorExtractTime was corrected from null to its default, 600.
774[27Nov2022 08:53:00.634] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key common.blocks.fluid_extractor.extractorCapacity was corrected from null to its default, 5000.
775[27Nov2022 08:53:00.634] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key common.blocks.fluid_mixer was corrected from null to its default, SimpleCommentedConfig:{}.
776[27Nov2022 08:53:00.634] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key common.blocks.fluid_mixer.mixerMixTime was corrected from null to its default, 100.
777[27Nov2022 08:53:00.634] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key common.blocks.fluid_mixer.mixerInputCapacity was corrected from null to its default, 5000.
778[27Nov2022 08:53:00.634] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key common.blocks.fluid_mixer.mixerOutputCapacity was corrected from null to its default, 10000.
779[27Nov2022 08:53:00.635] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key common.blocks.fuel_drum was corrected from null to its default, SimpleCommentedConfig:{}.
780[27Nov2022 08:53:00.635] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key common.blocks.fuel_drum.fuelDrumCapacity was corrected from null to its default, 40000.
781[27Nov2022 08:53:00.635] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key common.blocks.fuel_drum.industrialFuelDrumCapacity was corrected from null to its default, 75000.
782[27Nov2022 08:53:00.650] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file ./ad/serverconfig/scalinghealth-server.toml is not correct. Correcting
783[27Nov2022 08:53:00.651] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key features was corrected from null to its default, SimpleCommentedConfig:{}.
784[27Nov2022 08:53:00.651] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key features.crystalsAddHealth was corrected from null to its default, true.
785[27Nov2022 08:53:00.652] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key features.xpAddHealth was corrected from null to its default, true.
786[27Nov2022 08:53:00.652] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key features.crystalsRegenHealth was corrected from null to its default, true.
787[27Nov2022 08:53:00.652] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key features.crystalsAddPetHealth was corrected from null to its default, true.
788[27Nov2022 08:53:00.652] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key features.crystalsAddDamage was corrected from null to its default, true.
789[27Nov2022 08:53:00.652] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key features.hpCrystalsOreGen was corrected from null to its default, true.
790[27Nov2022 08:53:00.652] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key features.powerCrystalsOreGen was corrected from null to its default, true.
791[27Nov2022 08:53:00.652] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key features.mobHpIncrease was corrected from null to its default, true.
792[27Nov2022 08:53:00.652] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key features.mobDamageIncrease was corrected from null to its default, true.
793[27Nov2022 08:53:00.653] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key features.playerDamageScaling was corrected from null to its default, true.
794[27Nov2022 08:53:00.653] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key features.mobDamageScaling was corrected from null to its default, true.
795[27Nov2022 08:53:00.653] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key features.enableDifficulty was corrected from null to its default, true.
796[27Nov2022 08:53:00.653] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key features.enableBlights was corrected from null to its default, true.
797[27Nov2022 08:53:00.653] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key debug was corrected from null to its default, SimpleCommentedConfig:{}.
798[27Nov2022 08:53:00.654] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key debug.masterSwitch was corrected from null to its default, false.
799[27Nov2022 08:53:00.654] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key debug.showOverlay was corrected from null to its default, true.
800[27Nov2022 08:53:00.654] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key debug.logEntitySpawns was corrected from null to its default, false.
801[27Nov2022 08:53:00.654] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key debug.logApplyingMobPotions was corrected from null to its default, false.
802[27Nov2022 08:53:00.654] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key debug.logDamageScaling was corrected from null to its default, false.
803[27Nov2022 08:53:00.659] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file ./ad/serverconfig/jei-server.toml is not correct. Correcting
804[27Nov2022 08:53:00.660] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key cheat mode was corrected from null to its default, SimpleCommentedConfig:{}.
805[27Nov2022 08:53:00.660] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key cheat mode.enableCheatModeForOp was corrected from null to its default, true.
806[27Nov2022 08:53:00.660] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key cheat mode.enableCheatModeForCreative was corrected from null to its default, true.
807[27Nov2022 08:53:00.660] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key cheat mode.enableCheatModeForGive was corrected from null to its default, false.
808[27Nov2022 08:53:00.728] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Preparing level "ad"
809[27Nov2022 08:53:08.221] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Preparing start region for dimension minecraft:overworld
810[27Nov2022 08:53:08.289] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 1%
811[27Nov2022 08:53:08.745] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 1%
812[27Nov2022 08:53:09.223] [Worker-Main-5/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 2%
813[27Nov2022 08:53:09.728] [Worker-Main-5/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 4%
814[27Nov2022 08:53:10.228] [Worker-Main-5/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 7%
815[27Nov2022 08:53:10.726] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 10%
816[27Nov2022 08:53:11.222] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 12%
817[27Nov2022 08:53:11.723] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 15%
818[27Nov2022 08:53:12.224] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 19%
819[27Nov2022 08:53:12.726] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 25%
820[27Nov2022 08:53:13.225] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 29%
821[27Nov2022 08:53:13.758] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 32%
822[27Nov2022 08:53:14.223] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 37%
823[27Nov2022 08:53:14.723] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 39%
824[27Nov2022 08:53:15.223] [Worker-Main-5/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 44%
825[27Nov2022 08:53:15.724] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 48%
826[27Nov2022 08:53:16.225] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 50%
827[27Nov2022 08:53:16.723] [Worker-Main-5/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 55%
828[27Nov2022 08:53:17.226] [Worker-Main-5/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 60%
829[27Nov2022 08:53:17.725] [Worker-Main-5/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 64%
830[27Nov2022 08:53:18.223] [Worker-Main-5/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 68%
831[27Nov2022 08:53:18.724] [Worker-Main-5/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 72%
832[27Nov2022 08:53:19.223] [Worker-Main-5/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 72%
833[27Nov2022 08:53:19.722] [Worker-Main-5/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 72%
834[27Nov2022 08:53:22.084] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 84%
835[27Nov2022 08:53:22.085] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 84%
836[27Nov2022 08:53:22.086] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 84%
837[27Nov2022 08:53:22.087] [Worker-Main-3/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 84%
838[27Nov2022 08:53:22.139] [Server thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Time elapsed: 13917 ms
839[27Nov2022 08:53:22.140] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Done (21.757s)! For help, type "help"
840[27Nov2022 08:53:22.140] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Starting GS4 status listener
841[27Nov2022 08:53:22.149] [Server thread/INFO] [net.minecraft.network.rcon.RConThread/]: Thread Query Listener started
842[27Nov2022 08:53:22.149] [Query Listener #1/INFO] [net.minecraft.network.rcon.QueryThread/]: Query running on 0.0.0.0:9898
843[27Nov2022 08:53:22.261] [Server thread/INFO] [STDOUT/]: [com.corosus.modconfig.ConfigMod:dbg:88]: Performing a full config mod force sync
844[27Nov2022 08:53:22.262] [Server thread/INFO] [STDOUT/]: [com.corosus.modconfig.ConfigMod:dbg:88]: Coro ConfigMod updating runtime values for file: zombieawareness/ClientConfig
845[27Nov2022 08:53:22.262] [Server thread/INFO] [STDOUT/]: [com.corosus.modconfig.ConfigMod:dbg:88]: Coro ConfigMod updating runtime values for file: zombieawareness/General
846[27Nov2022 08:53:22.262] [Server thread/INFO] [STDOUT/]: [com.corosus.modconfig.ConfigMod:dbg:88]: Coro ConfigMod updating runtime values for file: zombieawareness/PlayerRulesAndLists
847[27Nov2022 08:53:22.262] [Server thread/INFO] [STDOUT/]: [com.corosus.modconfig.ConfigMod:dbg:88]: Coro ConfigMod updating runtime values for file: zombieawareness/Features
848[27Nov2022 08:53:58.165] [Server thread/INFO] [net.minecraftforge.common.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.advancements.PlayerAdvancements@a734231
849[27Nov2022 08:53:58.182] [Server thread/INFO] [net.minecraft.server.management.PlayerList/]: LQPDie[/**.**.**.**:64075] logged in with entity id 204 at (240.5, 69.0, -21.5)
850[27Nov2022 08:53:58.226] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: LQPDie joined the game
851[27Nov2022 08:53:58.297] [Server thread/INFO] [Waila/]: Syncing config to LQPDie (1a2cfa6b-9c02-3134-8a99-8781e9ef66fd)
852[27Nov2022 08:54:11.023] [Server thread/FATAL] [net.minecraftforge.common.ForgeMod/]: Preparing crash report with UUID bf04a459-082e-41e1-a37a-c915943ba87c
853[27Nov2022 08:54:11.026] [Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: Encountered an unexpected exception
854net.minecraft.crash.ReportedException: Exception ticking world
855 at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:855) ~[?:?]
856 at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:291) ~[?:?]
857 at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?]
858 at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) ~[?:?]
859 at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) ~[?:?]
860 at java.lang.Thread.run(Thread.java:750) [?:1.8.0_352]
861Caused by: java.util.ConcurrentModificationException
862 at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1390) ~[?:1.8.0_352]
863 at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_352]
864 at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[?:1.8.0_352]
865 at java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:313) ~[?:1.8.0_352]
866 at java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:743) ~[?:1.8.0_352]
867 at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:647) ~[?:1.8.0_352]
868 at net.minecraft.world.IServerWorld.func_242417_l(SourceFile:11) ~[?:?]
869 at net.minecraft.world.spawner.WorldEntitySpawner.func_234966_a_(WorldEntitySpawner.java:178) ~[?:?]
870 at net.minecraft.world.spawner.WorldEntitySpawner.func_234967_a_(WorldEntitySpawner.java:124) ~[?:?]
871 at net.minecraft.world.spawner.WorldEntitySpawner.func_234979_a_(WorldEntitySpawner.java:110) ~[?:?]
872 at net.minecraft.world.server.ServerChunkProvider.func_241099_a_(ServerChunkProvider.java:364) ~[?:?]
873 at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_352]
874 at net.minecraft.world.server.ServerChunkProvider.func_217220_m(ServerChunkProvider.java:351) ~[?:?]
875 at net.minecraft.world.server.ServerChunkProvider.func_217207_a(ServerChunkProvider.java:326) ~[?:?]
876 at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:333) ~[?:?]
877 at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:851) ~[?:?]
878 ... 5 more
879[27Nov2022 08:54:11.036] [Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: This crash report has been saved to: /server/./crash-reports/crash-2022-11-27_08.54.11-server.txt
880[27Nov2022 08:54:11.036] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Stopping server
881[27Nov2022 08:54:11.037] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving players
882[27Nov2022 08:54:11.045] [Server thread/INFO] [net.minecraft.network.play.ServerPlayNetHandler/]: LQPDie lost connection: Server closed
883[27Nov2022 08:54:11.045] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: LQPDie left the game
884[27Nov2022 08:54:11.050] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving worlds
885[27Nov2022 08:54:11.050] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[ad]'/minecraft:overworld
886[27Nov2022 08:54:12.513] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (ad): All chunks are saved
887[27Nov2022 08:54:12.513] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[ad]'/minecraft:the_nether
888[27Nov2022 08:54:12.514] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
889[27Nov2022 08:54:12.515] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[ad]'/minecraft:the_end
890[27Nov2022 08:54:12.515] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
891[27Nov2022 08:54:12.515] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[ad]'/morezombies:darkdimension
892[27Nov2022 08:54:12.516] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (darkdimension): All chunks are saved
893[27Nov2022 08:54:12.516] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[ad]'/lostcities:lostcity
894[27Nov2022 08:54:12.516] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (lostcity): All chunks are saved
895[27Nov2022 08:54:12.547] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (ad): All chunks are saved
896[27Nov2022 08:54:12.554] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
897[27Nov2022 08:54:12.554] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
898[27Nov2022 08:54:12.555] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (darkdimension): All chunks are saved
899[27Nov2022 08:54:12.556] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (lostcity): All chunks are saved
900[27Nov2022 08:54:13.013] [Server thread/INFO] [net.minecraft.network.rcon.RConThread/]: Thread Query Listener stopped
This log will be saved for 90 days from their last view.
Report abuse