1 | [21Mar2025 20:32:53.266] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 47.4.0, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412]
|
2 | [21Mar2025 20:32:53.268] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.14 by Ubuntu; OS Linux arch amd64 version 5.15.0-134-generic
|
3 | [21Mar2025 20:32:54.022] [main/INFO] [net.minecraftforge.fml.loading.ImmediateWindowHandler/]: ImmediateWindowProvider not loading because launch target is forgeserver
|
4 | [21Mar2025 20:32:54.026] [main/INFO] [mixin-transmog/]: Mixin Transmogrifier is definitely up to no good...
|
5 | [21Mar2025 20:32:54.038] [main/INFO] [mixin-transmog/]: crimes against java were committed
|
6 | [21Mar2025 20:32:54.044] [main/INFO] [gg.essential.loader.stage1.EssentialLoaderBase/]: Updating Essential Loader (stage2) version 1.6.3 (285f951adc7537f49ae3ef9fc0d2fd3e) from union:/root/server/mods/essential_1-3-5-9_forge_1-20-1.jar%23307!/essential-loader-stage2-modlauncher9-1.6.3.jar
|
7 | [21Mar2025 20:32:54.046] [main/FATAL] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Encountered serious error loading transformation service, expect problems
|
8 | java.util.ServiceConfigurationError: cpw.mods.modlauncher.api.ITransformationService: Provider gg.essential.container.loader.stage0.EssentialTransformationService could not be instantiated
|
9 | at java.util.ServiceLoader.fail(ServiceLoader.java:586) ~[?:?]
|
10 | at java.util.ServiceLoader$ProviderImpl.newInstance(ServiceLoader.java:813) ~[?:?]
|
11 | at java.util.ServiceLoader$ProviderImpl.get(ServiceLoader.java:729) ~[?:?]
|
12 | at cpw.mods.modlauncher.util.ServiceLoaderUtils.lambda$streamWithErrorHandling$0(ServiceLoaderUtils.java:39) ~[modlauncher-10.0.9.jar%2355!/:?]
|
13 | at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?]
|
14 | at java.util.ServiceLoader$ProviderSpliterator.tryAdvance(ServiceLoader.java:1499) ~[?:?]
|
15 | at java.util.Spliterator.forEachRemaining(Spliterator.java:332) ~[?:?]
|
16 | at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?]
|
17 | at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?]
|
18 | at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[?:?]
|
19 | at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
|
20 | at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[?:?]
|
21 | at cpw.mods.modlauncher.TransformationServicesHandler.discoverServices(TransformationServicesHandler.java:133) ~[modlauncher-10.0.9.jar%2355!/:?]
|
22 | at cpw.mods.modlauncher.Launcher.run(Launcher.java:87) ~[modlauncher-10.0.9.jar%2355!/:?]
|
23 | at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar%2355!/:?]
|
24 | at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar%2355!/:?]
|
25 | at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar%2355!/:?]
|
26 | at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?]
|
27 | Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
|
28 | at gg.essential.container.loader.stage0.EssentialTransformationServiceBase.loadStage1OrThrow(EssentialTransformationServiceBase.java:27) ~[essential_1-3-5-9_forge_1-20-1.jar%23307!/:?]
|
29 | at gg.essential.container.loader.stage0.EssentialTransformationServiceBase.lambda$new$0(EssentialTransformationServiceBase.java:20) ~[essential_1-3-5-9_forge_1-20-1.jar%23307!/:?]
|
30 | at gg.essential.container.loader.stage0.util.DelegatingTransformationServiceBase.<init>(DelegatingTransformationServiceBase.java:13) ~[essential_1-3-5-9_forge_1-20-1.jar%23307!/:?]
|
31 | at gg.essential.container.loader.stage0.EssentialTransformationServiceBase.<init>(EssentialTransformationServiceBase.java:20) ~[essential_1-3-5-9_forge_1-20-1.jar%23307!/:?]
|
32 | at gg.essential.container.loader.stage0.EssentialTransformationService.<init>(EssentialTransformationService.java:7) ~[essential_1-3-5-9_forge_1-20-1.jar%23307!/:?]
|
33 | at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
|
34 | at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
|
35 | at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
|
36 | at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) ~[?:?]
|
37 | at java.lang.reflect.Constructor.newInstance(Constructor.java:481) ~[?:?]
|
38 | at java.util.ServiceLoader$ProviderImpl.newInstance(ServiceLoader.java:789) ~[?:?]
|
39 | ... 16 more
|
40 | Caused by: java.lang.reflect.InvocationTargetException
|
41 | at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
|
42 | at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
|
43 | at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
|
44 | at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) ~[?:?]
|
45 | at java.lang.reflect.Constructor.newInstance(Constructor.java:481) ~[?:?]
|
46 | at gg.essential.container.loader.stage0.EssentialTransformationServiceBase.loadStage1(EssentialTransformationServiceBase.java:47) ~[essential_1-3-5-9_forge_1-20-1.jar%23307!/:?]
|
47 | at gg.essential.container.loader.stage0.EssentialTransformationServiceBase.loadStage1OrThrow(EssentialTransformationServiceBase.java:25) ~[essential_1-3-5-9_forge_1-20-1.jar%23307!/:?]
|
48 | at gg.essential.container.loader.stage0.EssentialTransformationServiceBase.lambda$new$0(EssentialTransformationServiceBase.java:20) ~[essential_1-3-5-9_forge_1-20-1.jar%23307!/:?]
|
49 | at gg.essential.container.loader.stage0.util.DelegatingTransformationServiceBase.<init>(DelegatingTransformationServiceBase.java:13) ~[essential_1-3-5-9_forge_1-20-1.jar%23307!/:?]
|
50 | at gg.essential.container.loader.stage0.EssentialTransformationServiceBase.<init>(EssentialTransformationServiceBase.java:20) ~[essential_1-3-5-9_forge_1-20-1.jar%23307!/:?]
|
51 | at gg.essential.container.loader.stage0.EssentialTransformationService.<init>(EssentialTransformationService.java:7) ~[essential_1-3-5-9_forge_1-20-1.jar%23307!/:?]
|
52 | at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
|
53 | at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
|
54 | at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
|
55 | at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) ~[?:?]
|
56 | at java.lang.reflect.Constructor.newInstance(Constructor.java:481) ~[?:?]
|
57 | at java.util.ServiceLoader$ProviderImpl.newInstance(ServiceLoader.java:789) ~[?:?]
|
58 | ... 16 more
|
59 | Caused by: java.lang.NoClassDefFoundError: org/apache/commons/codec/digest/DigestUtils
|
60 | at gg.essential.loader.stage1.EssentialLoaderBase.getChecksum(EssentialLoaderBase.java:356) ~[?:?]
|
61 | at gg.essential.loader.stage1.EssentialLoaderBase.downloadFile(EssentialLoaderBase.java:473) ~[?:?]
|
62 | at gg.essential.loader.stage1.EssentialLoaderBase.doDownload(EssentialLoaderBase.java:326) ~[?:?]
|
63 | at gg.essential.loader.stage1.EssentialLoaderBase.load(EssentialLoaderBase.java:176) ~[?:?]
|
64 | at gg.essential.loader.stage1.EssentialTransformationServiceBase.<init>(EssentialTransformationServiceBase.java:46) ~[?:?]
|
65 | at gg.essential.loader.stage1.EssentialTransformationService.<init>(EssentialTransformationService.java:29) ~[?:?]
|
66 | at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
|
67 | at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
|
68 | at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
|
69 | at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) ~[?:?]
|
70 | at java.lang.reflect.Constructor.newInstance(Constructor.java:481) ~[?:?]
|
71 | at gg.essential.container.loader.stage0.EssentialTransformationServiceBase.loadStage1(EssentialTransformationServiceBase.java:47) ~[essential_1-3-5-9_forge_1-20-1.jar%23307!/:?]
|
72 | at gg.essential.container.loader.stage0.EssentialTransformationServiceBase.loadStage1OrThrow(EssentialTransformationServiceBase.java:25) ~[essential_1-3-5-9_forge_1-20-1.jar%23307!/:?]
|
73 | at gg.essential.container.loader.stage0.EssentialTransformationServiceBase.lambda$new$0(EssentialTransformationServiceBase.java:20) ~[essential_1-3-5-9_forge_1-20-1.jar%23307!/:?]
|
74 | at gg.essential.container.loader.stage0.util.DelegatingTransformationServiceBase.<init>(DelegatingTransformationServiceBase.java:13) ~[essential_1-3-5-9_forge_1-20-1.jar%23307!/:?]
|
75 | at gg.essential.container.loader.stage0.EssentialTransformationServiceBase.<init>(EssentialTransformationServiceBase.java:20) ~[essential_1-3-5-9_forge_1-20-1.jar%23307!/:?]
|
76 | at gg.essential.container.loader.stage0.EssentialTransformationService.<init>(EssentialTransformationService.java:7) ~[essential_1-3-5-9_forge_1-20-1.jar%23307!/:?]
|
77 | at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
|
78 | at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
|
79 | at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
|
80 | at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) ~[?:?]
|
81 | at java.lang.reflect.Constructor.newInstance(Constructor.java:481) ~[?:?]
|
82 | at java.util.ServiceLoader$ProviderImpl.newInstance(ServiceLoader.java:789) ~[?:?]
|
83 | ... 16 more
|
84 | Caused by: java.lang.ClassNotFoundException: org.apache.commons.codec.digest.DigestUtils
|
85 | at java.net.URLClassLoader.findClass(URLClassLoader.java:445) ~[?:?]
|
86 | at java.lang.ClassLoader.loadClass(ClassLoader.java:592) ~[?:?]
|
87 | at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?]
|
88 | at gg.essential.loader.stage1.EssentialLoaderBase.getChecksum(EssentialLoaderBase.java:356) ~[?:?]
|
89 | at gg.essential.loader.stage1.EssentialLoaderBase.downloadFile(EssentialLoaderBase.java:473) ~[?:?]
|
90 | at gg.essential.loader.stage1.EssentialLoaderBase.doDownload(EssentialLoaderBase.java:326) ~[?:?]
|
91 | at gg.essential.loader.stage1.EssentialLoaderBase.load(EssentialLoaderBase.java:176) ~[?:?]
|
92 | at gg.essential.loader.stage1.EssentialTransformationServiceBase.<init>(EssentialTransformationServiceBase.java:46) ~[?:?]
|
93 | at gg.essential.loader.stage1.EssentialTransformationService.<init>(EssentialTransformationService.java:29) ~[?:?]
|
94 | at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
|
95 | at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
|
96 | at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
|
97 | at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) ~[?:?]
|
98 | at java.lang.reflect.Constructor.newInstance(Constructor.java:481) ~[?:?]
|
99 | at gg.essential.container.loader.stage0.EssentialTransformationServiceBase.loadStage1(EssentialTransformationServiceBase.java:47) ~[essential_1-3-5-9_forge_1-20-1.jar%23307!/:?]
|
100 | at gg.essential.container.loader.stage0.EssentialTransformationServiceBase.loadStage1OrThrow(EssentialTransformationServiceBase.java:25) ~[essential_1-3-5-9_forge_1-20-1.jar%23307!/:?]
|
101 | at gg.essential.container.loader.stage0.EssentialTransformationServiceBase.lambda$new$0(EssentialTransformationServiceBase.java:20) ~[essential_1-3-5-9_forge_1-20-1.jar%23307!/:?]
|
102 | at gg.essential.container.loader.stage0.util.DelegatingTransformationServiceBase.<init>(DelegatingTransformationServiceBase.java:13) ~[essential_1-3-5-9_forge_1-20-1.jar%23307!/:?]
|
103 | at gg.essential.container.loader.stage0.EssentialTransformationServiceBase.<init>(EssentialTransformationServiceBase.java:20) ~[essential_1-3-5-9_forge_1-20-1.jar%23307!/:?]
|
104 | at gg.essential.container.loader.stage0.EssentialTransformationService.<init>(EssentialTransformationService.java:7) ~[essential_1-3-5-9_forge_1-20-1.jar%23307!/:?]
|
105 | at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
|
106 | at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
|
107 | at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
|
108 | at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) ~[?:?]
|
109 | at java.lang.reflect.Constructor.newInstance(Constructor.java:481) ~[?:?]
|
110 | at java.util.ServiceLoader$ProviderImpl.newInstance(ServiceLoader.java:789) ~[?:?]
|
111 | ... 16 more
|
112 | [21Mar2025 20:32:54.063] [main/INFO] [mixin-transmog/]: Original mixin transformation service successfully crobbed by mixin-transmogrifier!
|
113 | [21Mar2025 20:32:54.080] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/root/server/mods/Connector-1.0.0-beta.46+1.20.1.jar%23304%23308!/ Service=ModLauncher Env=SERVER
|
114 | [21Mar2025 20:32:54.336] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModDiscoverer/SCAN]: Locator {mods folder locator at /root/server/mods} returned 1 files which are client-side-only mods, but we're on a dedicated server. They will be skipped!
|
115 | [21Mar2025 20:32:54.378] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /root/server/libraries/net/minecraftforge/fmlcore/1.20.1-47.4.0/fmlcore-1.20.1-47.4.0.jar is missing mods.toml file
|
116 | [21Mar2025 20:32:54.379] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /root/server/libraries/net/minecraftforge/javafmllanguage/1.20.1-47.4.0/javafmllanguage-1.20.1-47.4.0.jar is missing mods.toml file
|
117 | [21Mar2025 20:32:54.379] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /root/server/libraries/net/minecraftforge/lowcodelanguage/1.20.1-47.4.0/lowcodelanguage-1.20.1-47.4.0.jar is missing mods.toml file
|
118 | [21Mar2025 20:32:54.379] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /root/server/libraries/net/minecraftforge/mclanguage/1.20.1-47.4.0/mclanguage-1.20.1-47.4.0.jar is missing mods.toml file
|
119 | [21Mar2025 20:32:54.732] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File: and Mod File: . Using Mod File:
|
120 | [21Mar2025 20:32:54.734] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: geckolib. Using Mod File: /root/server/mods/geckolib-forge-1.20.1-4.7.1.1.jar
|
121 | [21Mar2025 20:32:54.734] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: athena. Using Mod File: /root/server/mods/athena-forge-1.20.1-3.1.2.jar
|
122 | [21Mar2025 20:32:54.734] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: curios. Using Mod File: /root/server/mods/curios-forge-5.12.1+1.20.1.jar
|
123 | [21Mar2025 20:32:54.734] [main/INFO] [net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator/]: Found 88 dependencies adding them to mods collection
|
124 | [21Mar2025 20:32:55.354] [main/INFO] [org.sinytra.connector.locator.DependencyResolver/]: Dependency resolution found 4 candidates to load
|
125 | [21Mar2025 20:32:58.235] [main/INFO] [org.sinytra.connector.service.hacks.ModuleLayerMigrator/]: Successfully made module authlib transformable
|
126 | [21Mar2025 20:32:59.635] [main/INFO] [mixin/]: Compatibility level set to JAVA_17
|
127 | [21Mar2025 20:32:59.926] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [com.sonicether.soundphysics.MixinConnector]
|
128 | [21Mar2025 20:32:59.927] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [de.maxhenkel.camera.MixinConnector]
|
129 | [21Mar2025 20:32:59.927] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [com.aizistral.enigmaticlegacy.MixinConnector]
|
130 | [21Mar2025 20:32:59.936] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeserver' with arguments []
|
131 | [21Mar2025 20:32:59.979] [main/INFO] [ModernFix/]: Loaded configuration file for ModernFix 5.20.2+mc1.20.1: 87 options available, 0 override(s) found
|
132 | [21Mar2025 20:32:59.980] [main/INFO] [ModernFix/]: Applying Nashorn fix
|
133 | [21Mar2025 20:33:00.005] [main/INFO] [ModernFix/]: Applied Forge config corruption patch
|
134 | [21Mar2025 20:33:00.049] [main/WARN] [mixin/]: Reference map 'handcrafted-forge-1.20.1-forge-refmap.json' for handcrafted.mixins.json could not be read. If this is a development environment you can ignore this message
|
135 | [21Mar2025 20:33:00.077] [main/WARN] [mixin/]: Reference map 'nitrogen_internals.refmap.json' for nitrogen_internals.mixins.json could not be read. If this is a development environment you can ignore this message
|
136 | [21Mar2025 20:33:00.090] [main/WARN] [mixin/]: Reference map 'harvest_with_ease.refmap.json' for harvest_with_ease.mixins.json could not be read. If this is a development environment you can ignore this message
|
137 | [21Mar2025 20:33:00.091] [main/WARN] [mixin/]: Reference map 'harvest_with_ease.refmap.json' for harvest_with_ease.forge.mixins.json could not be read. If this is a development environment you can ignore this message
|
138 | [21Mar2025 20:33:00.110] [main/WARN] [mixin/]: Reference map 'mixins.sons_of_sins.refmap.json' for mixins.sons_of_sins.json could not be read. If this is a development environment you can ignore this message
|
139 | [21Mar2025 20:33:00.127] [main/WARN] [mixin/]: Reference map 'guccivuitton.refmap.json' for guccivuitton.mixins.json could not be read. If this is a development environment you can ignore this message
|
140 | [21Mar2025 20:33:00.238] [main/WARN] [mixin/]: Reference map 'cobweb.refmap.json' for cobweb.mixins.json could not be read. If this is a development environment you can ignore this message
|
141 | [21Mar2025 20:33:00.239] [main/WARN] [mixin/]: Reference map 'cobweb.refmap.json' for cobweb.forge.mixins.json could not be read. If this is a development environment you can ignore this message
|
142 | [21Mar2025 20:33:00.275] [main/WARN] [mixin/]: Reference map 'nethervinery-common-refmap.json' for nethervinery-common.mixins.json could not be read. If this is a development environment you can ignore this message
|
143 | [21Mar2025 20:33:00.287] [main/WARN] [mixin/]: Reference map 'smallships-forge-refmap.json' for smallships.mixins.json could not be read. If this is a development environment you can ignore this message
|
144 | [21Mar2025 20:33:00.314] [main/WARN] [mixin/]: Reference map 'simplyswords-forge-refmap.json' for simplyswords.mixins.json could not be read. If this is a development environment you can ignore this message
|
145 | [21Mar2025 20:33:00.315] [main/WARN] [mixin/]: Reference map 'cookingforblockheads.refmap.json' for cookingforblockheads.mixins.json could not be read. If this is a development environment you can ignore this message
|
146 | [21Mar2025 20:33:00.344] [main/WARN] [mixin/]: Reference map 'mes-forge-refmap.json' for mes-forge.mixins.json could not be read. If this is a development environment you can ignore this message
|
147 | [21Mar2025 20:33:00.349] [main/WARN] [mixin/]: Reference map 'coroutil.refmap.json' for coroutil.mixins.json could not be read. If this is a development environment you can ignore this message
|
148 | [21Mar2025 20:33:00.351] [main/WARN] [mixin/]: Reference map 'mvs-forge-refmap.json' for mvs-forge.mixins.json could not be read. If this is a development environment you can ignore this message
|
149 | [21Mar2025 20:33:00.376] [main/WARN] [mixin/]: Reference map 'packetfixer-forge-forge-refmap.json' for packetfixer.forge.mixins.json could not be read. If this is a development environment you can ignore this message
|
150 | [21Mar2025 20:33:00.386] [main/WARN] [mixin/]: Reference map '' for adapter.init.mixins.json could not be read. If this is a development environment you can ignore this message
|
151 | [21Mar2025 20:33:00.598] [main/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching IForgeItemStack#getEnchantmentLevel
|
152 | [21Mar2025 20:33:00.600] [main/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching IForgeItemStack#getEnchantmentLevel
|
153 | [21Mar2025 20:33:00.729] [main/ERROR] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/MouseHandler for invalid dist DEDICATED_SERVER
|
154 | [21Mar2025 20:33:00.730] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/MouseHandler (java.lang.RuntimeException: Attempted to load class net/minecraft/client/MouseHandler for invalid dist DEDICATED_SERVER)
|
155 | [21Mar2025 20:33:00.730] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.MouseHandler was not found fabric-screen-api-v1.mixins.json:MouseMixin from mod fabric_screen_api_v1
|
156 | [21Mar2025 20:33:00.731] [main/ERROR] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/gui/screens/Screen for invalid dist DEDICATED_SERVER
|
157 | [21Mar2025 20:33:00.731] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/gui/screens/Screen (java.lang.RuntimeException: Attempted to load class net/minecraft/client/gui/screens/Screen for invalid dist DEDICATED_SERVER)
|
158 | [21Mar2025 20:33:00.731] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.gui.screens.Screen was not found fabric-screen-api-v1.mixins.json:ScreenAccessor from mod fabric_screen_api_v1
|
159 | [21Mar2025 20:33:00.887] [main/ERROR] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/particle/ParticleEngine for invalid dist DEDICATED_SERVER
|
160 | [21Mar2025 20:33:00.887] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/particle/ParticleEngine (java.lang.RuntimeException: Attempted to load class net/minecraft/client/particle/ParticleEngine for invalid dist DEDICATED_SERVER)
|
161 | [21Mar2025 20:33:00.887] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.particle.ParticleEngine was not found the_bumblezone-common.mixins.json:client.ParticleEngineAccessor from mod the_bumblezone
|
162 | [21Mar2025 20:33:00.947] [main/WARN] [mixin/]: Error loading class: com/oblivioussp/spartanweaponry/item/HeavyCrossbowItem (java.lang.ClassNotFoundException: com.oblivioussp.spartanweaponry.item.HeavyCrossbowItem)
|
163 | [21Mar2025 20:33:00.949] [main/WARN] [mixin/]: Error loading class: com/oblivioussp/spartanweaponry/item/LongbowItem (java.lang.ClassNotFoundException: com.oblivioussp.spartanweaponry.item.LongbowItem)
|
164 | [21Mar2025 20:33:00.950] [main/WARN] [mixin/]: Error loading class: se/mickelus/tetra/items/modular/impl/bow/ModularBowItem (java.lang.ClassNotFoundException: se.mickelus.tetra.items.modular.impl.bow.ModularBowItem)
|
165 | [21Mar2025 20:33:01.097] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue ItemStackCreationStatistics from mod jei as it's dev only!
|
166 | [21Mar2025 20:33:01.097] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Class dev.uncandango.alltheleaks.leaks.common.mods.travelersbackpack.UntrackedIssue002 will NOT be loaded as mod travelersbackpack is not present
|
167 | [21Mar2025 20:33:01.097] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Class dev.uncandango.alltheleaks.leaks.common.mods.travelersbackpack.UntrackedIssue001 will NOT be loaded as mod travelersbackpack is not present
|
168 | [21Mar2025 20:33:01.097] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Class dev.uncandango.alltheleaks.leaks.common.mods.toolbelt.UntrackedIssue001 will NOT be loaded as mod toolbelt is not present
|
169 | [21Mar2025 20:33:01.098] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Class dev.uncandango.alltheleaks.leaks.common.mods.tfcthermaldeposits.UntrackedIssue001 will NOT be loaded as mod tfcthermaldeposits is not present
|
170 | [21Mar2025 20:33:01.098] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Class dev.uncandango.alltheleaks.leaks.common.mods.smallships.UntrackedIssue001 will be loaded as it matches versions: 2.0.0-b1.4 in [2.0.0-b1.4,)
|
171 | [21Mar2025 20:33:01.098] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Mixins added to allowed list: [main.ChunkMapMixin]
|
172 | [21Mar2025 20:33:01.098] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Class dev.uncandango.alltheleaks.leaks.common.mods.sereneseasons.UntrackedIssue001 will NOT be loaded as mod sereneseasons is not present
|
173 | [21Mar2025 20:33:01.098] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Class dev.uncandango.alltheleaks.leaks.common.mods.railcraft.UntrackedIssue001 will NOT be loaded as mod railcraft is not present
|
174 | [21Mar2025 20:33:01.098] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Class dev.uncandango.alltheleaks.leaks.common.mods.pneumaticcraft.UntrackedIssue001 will NOT be loaded as mod pneumaticcraft is not present
|
175 | [21Mar2025 20:33:01.098] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Class dev.uncandango.alltheleaks.leaks.common.mods.phosphophyllite.UntrackedIssue001 will NOT be loaded as mod phosphophyllite is not present
|
176 | [21Mar2025 20:33:01.098] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Class dev.uncandango.alltheleaks.leaks.common.mods.occultism.UntrackedIssue001 will NOT be loaded as mod occultism is not present
|
177 | [21Mar2025 20:33:01.098] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Class dev.uncandango.alltheleaks.leaks.common.mods.moonlight.UntrackedIssue001 will be loaded as it matches versions: 1.20-2.13.78 in [1.20-2.13.32,)
|
178 | [21Mar2025 20:33:01.098] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Mixins added to allowed list: [main.FakeLevelManagerMixin]
|
179 | [21Mar2025 20:33:01.098] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Class dev.uncandango.alltheleaks.leaks.common.mods.minecraft.UntrackedIssue002 will be loaded as it matches versions: 1.20.1 in 1.20.1
|
180 | [21Mar2025 20:33:01.098] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Mixins added to allowed list: [main.EntityTickListMixin]
|
181 | [21Mar2025 20:33:01.098] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Class dev.uncandango.alltheleaks.leaks.common.mods.minecraft.UntrackedIssue001 will be loaded as it matches versions: 1.20.1 in 1.20.1
|
182 | [21Mar2025 20:33:01.098] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Class dev.uncandango.alltheleaks.leaks.common.mods.irons_spellbooks.UntrackedIssue001 will be loaded as it matches versions: 1.20.1-3.4.0.7 in [1.20.1-3.4.0,)
|
183 | [21Mar2025 20:33:01.098] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Mixins added to allowed list: [main.ServerPlayerEventsMixin]
|
184 | [21Mar2025 20:33:01.098] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Class dev.uncandango.alltheleaks.leaks.common.mods.forge.UntrackedIssue003 will be loaded as it matches versions: 47.4.0 in [47.2,)
|
185 | [21Mar2025 20:33:01.098] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Class dev.uncandango.alltheleaks.leaks.common.mods.forge.UntrackedIssue002 will be loaded as it matches versions: 47.4.0 in [47.2,)
|
186 | [21Mar2025 20:33:01.098] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Mixins added to allowed list: [accessor.FakePlayerNetHandlerAccessor, accessor.ConnectionAccessor]
|
187 | [21Mar2025 20:33:01.098] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Class dev.uncandango.alltheleaks.leaks.common.mods.forge.UntrackedIssue001 will be loaded as it matches versions: 47.4.0 in [47.2,)
|
188 | [21Mar2025 20:33:01.099] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Mixins added to allowed list: [main.ServerPlayerMixin, main.PlayerListMixin]
|
189 | [21Mar2025 20:33:01.099] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Class dev.uncandango.alltheleaks.leaks.common.mods.forbidden_arcanus.UntrackedIssue001 will NOT be loaded as mod forbidden_arcanus is not present
|
190 | [21Mar2025 20:33:01.099] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Class dev.uncandango.alltheleaks.leaks.common.mods.domesticationinnovation.UntrackedIssue001 will NOT be loaded as mod domesticationinnovation is not present
|
191 | [21Mar2025 20:33:01.099] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Class dev.uncandango.alltheleaks.leaks.common.mods.curios.UntrackedIssue001 will be loaded as it matches versions: 5.12.1+1.20.1 in [5.9.1,)
|
192 | [21Mar2025 20:33:01.099] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Mixins added to allowed list: [main.CuriosEventHandlerMixin]
|
193 | [21Mar2025 20:33:01.099] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Class dev.uncandango.alltheleaks.leaks.common.mods.createaddition.UntrackedIssue001 will NOT be loaded as mod createaddition is not present
|
194 | [21Mar2025 20:33:01.099] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Class dev.uncandango.alltheleaks.leaks.common.mods.create.UntrackedIssue001 will be loaded as it matches versions: 6.0.4 in [0.5.1.c,)
|
195 | [21Mar2025 20:33:01.099] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Mixins added to allowed list: [accessor.ExtendoGripItemAccessor]
|
196 | [21Mar2025 20:33:01.099] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Class dev.uncandango.alltheleaks.leaks.common.mods.citadel.UntrackedIssue001 will be loaded as it matches versions: 2.6.1 in [2.5.4,)
|
197 | [21Mar2025 20:33:01.099] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Class dev.uncandango.alltheleaks.leaks.common.mods.betterf3.UntrackedIssue001 will NOT be loaded as mod betterf3 is not present
|
198 | [21Mar2025 20:33:01.099] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Class dev.uncandango.alltheleaks.leaks.common.mods.badpackets.UntrackedIssue001 will be loaded as it matches versions: 0.4.3 in [0.4.1,)
|
199 | [21Mar2025 20:33:01.099] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Class dev.uncandango.alltheleaks.leaks.common.mods.ars_nouveau.UntrackedIssue002 will NOT be loaded as mod ars_nouveau does not match versions: 4.12.6 in [4.0.0,4.12.4]
|
200 | [21Mar2025 20:33:01.099] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Class dev.uncandango.alltheleaks.leaks.common.mods.ars_nouveau.UntrackedIssue001 will NOT be loaded as mod ars_nouveau does not match versions: 4.12.6 in [4.0.0,4.12.4]
|
201 | [21Mar2025 20:33:01.099] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Class dev.uncandango.alltheleaks.leaks.common.mods.architectury.UntrackedIssue001 will be loaded as it matches versions: 9.2.14 in [9.0.8,)
|
202 | [21Mar2025 20:33:01.099] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Class dev.uncandango.alltheleaks.leaks.common.mods.alexsmobs.Issue2165 will be loaded as it matches versions: 1.22.9 in [1.22.5,)
|
203 | [21Mar2025 20:33:01.099] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Class dev.uncandango.alltheleaks.leaks.common.mods.aether.UntrackedIssue001 will be loaded as it matches versions: 1.20.1-1.5.2-neoforge in [1.20.1-1.4.2,)
|
204 | [21Mar2025 20:33:01.099] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Mixins added to allowed list: [main.DroppedItemCapabilityMixin]
|
205 | [21Mar2025 20:33:01.099] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Class dev.uncandango.alltheleaks.leaks.common.mods.ae2wtlib.UntrackedIssue001 will NOT be loaded as mod ae2wtlib is not present
|
206 | [21Mar2025 20:33:01.099] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod twilightforest as it is client side only!
|
207 | [21Mar2025 20:33:01.099] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod travelersbackpack as it is client side only!
|
208 | [21Mar2025 20:33:01.099] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod tombstone as it is client side only!
|
209 | [21Mar2025 20:33:01.100] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod sereneseasons as it is client side only!
|
210 | [21Mar2025 20:33:01.100] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod pneumaticcraft as it is client side only!
|
211 | [21Mar2025 20:33:01.100] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod nuclearcraft as it is client side only!
|
212 | [21Mar2025 20:33:01.100] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod mowziesmobs as it is client side only!
|
213 | [21Mar2025 20:33:01.100] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod mowziesmobs as it is client side only!
|
214 | [21Mar2025 20:33:01.100] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod mousetweaks as it is client side only!
|
215 | [21Mar2025 20:33:01.100] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod mna as it is client side only!
|
216 | [21Mar2025 20:33:01.101] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod minecraft as it is client side only!
|
217 | [21Mar2025 20:33:01.101] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod minecraft as mod modernfix is present!
|
218 | [21Mar2025 20:33:01.101] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod minecolonies as it is client side only!
|
219 | [21Mar2025 20:33:01.101] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod minecolonies as it is client side only!
|
220 | [21Mar2025 20:33:01.101] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod ldlib as it is client side only!
|
221 | [21Mar2025 20:33:01.101] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod journeymap as it is client side only!
|
222 | [21Mar2025 20:33:01.101] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod jeresources as it is client side only!
|
223 | [21Mar2025 20:33:01.101] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod jei as it is client side only!
|
224 | [21Mar2025 20:33:01.101] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod jei as it is client side only!
|
225 | [21Mar2025 20:33:01.101] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod irons_spellbooks as it is client side only!
|
226 | [21Mar2025 20:33:01.101] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod irons_spellbooks as it is client side only!
|
227 | [21Mar2025 20:33:01.101] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod iceberg as it is client side only!
|
228 | [21Mar2025 20:33:01.101] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod iceberg as it is client side only!
|
229 | [21Mar2025 20:33:01.101] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod iceberg as it is client side only!
|
230 | [21Mar2025 20:33:01.101] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod geckolib as it is client side only!
|
231 | [21Mar2025 20:33:01.101] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod ftblibrary as it is client side only!
|
232 | [21Mar2025 20:33:01.101] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod flywheel as it is client side only!
|
233 | [21Mar2025 20:33:01.102] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod findme as it is client side only!
|
234 | [21Mar2025 20:33:01.102] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod entity_texture_features as it is client side only!
|
235 | [21Mar2025 20:33:01.102] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod entity_model_features as it is client side only!
|
236 | [21Mar2025 20:33:01.102] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod emi_loot as it is client side only!
|
237 | [21Mar2025 20:33:01.102] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod emi as it is client side only!
|
238 | [21Mar2025 20:33:01.102] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod easy_villagers as it is client side only!
|
239 | [21Mar2025 20:33:01.102] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod difficultylock as it is client side only!
|
240 | [21Mar2025 20:33:01.102] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod cyclopscore as it is client side only!
|
241 | [21Mar2025 20:33:01.102] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod corpse as it is client side only!
|
242 | [21Mar2025 20:33:01.102] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod citadel as it is client side only!
|
243 | [21Mar2025 20:33:01.102] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod blue_skies as it is client side only!
|
244 | [21Mar2025 20:33:01.102] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod beansbackpacks as it is client side only!
|
245 | [21Mar2025 20:33:01.102] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod badpackets as it is client side only!
|
246 | [21Mar2025 20:33:01.102] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod ae2wtlib as it is client side only!
|
247 | [21Mar2025 20:33:01.102] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping issue [untracked] from mod ae2wtlib as it is client side only!
|
248 | [21Mar2025 20:33:01.102] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Class dev.uncandango.alltheleaks.fix.common.mods.modernfix.CancelRLMixin will be loaded as it matches versions: 5.20.2+mc1.20.1 in [5.0.0,)
|
249 | [21Mar2025 20:33:01.102] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Mixins added to cancel list: [org.embeddedt.modernfix.common.mixin.perf.deduplicate_location.MixinResourceLocation]
|
250 | [21Mar2025 20:33:01.105] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping feature ResourceLocation Deduplication from mod minecraft as it's feature flag is not activated!
|
251 | [21Mar2025 20:33:01.105] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping feature Ingredient Deduplication from mod minecraft as it's feature flag is not activated!
|
252 | [21Mar2025 20:33:01.105] [main/INFO] [dev.uncandango.alltheleaks.AllTheLeaks/]: Skipping feature Prevent Search Ignored Items from mod jei as it's feature flag is not activated!
|
253 | [21Mar2025 20:33:01.213] [main/ERROR] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/gui/screens/Screen for invalid dist DEDICATED_SERVER
|
254 | [21Mar2025 20:33:01.213] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/gui/screens/Screen (java.lang.RuntimeException: Attempted to load class net/minecraft/client/gui/screens/Screen for invalid dist DEDICATED_SERVER)
|
255 | [21Mar2025 20:33:01.213] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.gui.screens.Screen was not found relics.mixins.json:ScreenMixin from mod relics
|
256 | [21Mar2025 20:33:01.231] [main/WARN] [mixin/]: Error loading class: dev/shadowsoffire/apotheosis/ench/table/ApothEnchantmentMenu (java.lang.ClassNotFoundException: dev.shadowsoffire.apotheosis.ench.table.ApothEnchantmentMenu)
|
257 | [21Mar2025 20:33:01.231] [main/WARN] [mixin/]: @Mixin target dev.shadowsoffire.apotheosis.ench.table.ApothEnchantmentMenu was not found origins_classes.mixins.json:common.apotheosis.ApotheosisEnchantmentMenuMixin from mod origins_classes
|
258 | [21Mar2025 20:33:01.236] [main/WARN] [mixin/]: Error loading class: se/mickelus/tetra/blocks/workbench/WorkbenchTile (java.lang.ClassNotFoundException: se.mickelus.tetra.blocks.workbench.WorkbenchTile)
|
259 | [21Mar2025 20:33:01.236] [main/WARN] [mixin/]: @Mixin target se.mickelus.tetra.blocks.workbench.WorkbenchTile was not found origins_classes.mixins.json:common.tetra.WorkbenchTileMixin from mod origins_classes
|
260 | [21Mar2025 20:33:01.270] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/gui/screens/inventory/AnvilScreen (java.lang.ClassNotFoundException: net.minecraft.client.gui.screens.inventory.AnvilScreen)
|
261 | [21Mar2025 20:33:01.270] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.gui.screens.inventory.AnvilScreen was not found ante.mixins.json:AnvilScreenMixin from mod ante
|
262 | [21Mar2025 20:33:01.347] [main/WARN] [mixin/]: Error loading class: org/cyclops/integrateddynamics/block/BlockCable (java.lang.ClassNotFoundException: org.cyclops.integrateddynamics.block.BlockCable)
|
263 | [21Mar2025 20:33:01.347] [main/WARN] [mixin/]: @Mixin target org.cyclops.integrateddynamics.block.BlockCable was not found mixins.epp.json:MixinBlockCable from mod expatternprovider
|
264 | [21Mar2025 20:33:01.348] [main/WARN] [mixin/]: Error loading class: blusunrize/immersiveengineering/api/wires/GlobalWireNetwork (java.lang.ClassNotFoundException: blusunrize.immersiveengineering.api.wires.GlobalWireNetwork)
|
265 | [21Mar2025 20:33:01.397] [main/WARN] [mixin/]: @Mixin target blusunrize.immersiveengineering.api.wires.GlobalWireNetwork was not found mixins.epp.json:MixinGlobalWireNetwork from mod expatternprovider
|
266 | [21Mar2025 20:33:01.540] [main/WARN] [mixin/]: Error loading class: net/darkhax/darkutils/features/charms/CharmEffects (java.lang.ClassNotFoundException: net.darkhax.darkutils.features.charms.CharmEffects)
|
267 | [21Mar2025 20:33:01.542] [main/WARN] [mixin/]: Error loading class: com/brandon3055/csg/ModEventHandler (java.lang.ClassNotFoundException: com.brandon3055.csg.ModEventHandler)
|
268 | [21Mar2025 20:33:01.544] [main/WARN] [mixin/]: Error loading class: vazkii/quark/content/tweaks/module/AutomaticRecipeUnlockModule (java.lang.ClassNotFoundException: vazkii.quark.content.tweaks.module.AutomaticRecipeUnlockModule)
|
269 | [21Mar2025 20:33:01.713] [main/INFO] [MixinExtras|Service/]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.4.1).
|
270 | [21Mar2025 20:33:02.506] [main/INFO] [net.minecraft.server.Bootstrap/]: ModernFix reached bootstrap stage (10.82 s after launch)
|
271 | [21Mar2025 20:33:02.605] [main/WARN] [mixin/]: @Final field delegatesByName:Ljava/util/Map; in modernfix-forge.mixins.json:perf.forge_registry_alloc.ForgeRegistryMixin from mod modernfix should be final
|
272 | [21Mar2025 20:33:02.605] [main/WARN] [mixin/]: @Final field delegatesByValue:Ljava/util/Map; in modernfix-forge.mixins.json:perf.forge_registry_alloc.ForgeRegistryMixin from mod modernfix should be final
|
273 | [21Mar2025 20:33:02.635] [main/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching IForgeItemStack#getEnchantmentLevel
|
274 | [21Mar2025 20:33:02.636] [main/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching IForgeItemStack#getEnchantmentLevel
|
275 | [21Mar2025 20:33:02.837] [main/INFO] [mixin/]: Mixing MixinPlayer from enigmaticlegacy.mixins.json into net.minecraft.world.entity.player.Player
|
276 | [21Mar2025 20:33:02.952] [main/INFO] [mixin/]: Mixing MixinLivingEntity from enigmaticlegacy.mixins.json into net.minecraft.world.entity.LivingEntity
|
277 | [21Mar2025 20:33:03.009] [main/WARN] [mixin/]: @Inject(@At("INVOKE")) Shift.BY=1 on crittersandcompanions.mixins.json:LivingEntityMixin from mod crittersandcompanions::handler$cdc000$crittersandcompanions$onDie exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning.
|
278 | [21Mar2025 20:33:03.171] [main/INFO] [mixin/]: Mixing MixinMobEffect from enigmaticlegacy.mixins.json into net.minecraft.world.effect.MobEffect
|
279 | [21Mar2025 20:33:03.576] [main/INFO] [net.minecraft.server.Bootstrap/]: Vanilla bootstrap took 1068 milliseconds
|
280 | [21Mar2025 20:33:03.602] [main/WARN] [mixin/]: @ModifyConstant conflict. Skipping connectivity.mixins.json:ClientBoundCustomPayloadPacketLMixin from mod connectivity->@ModifyConstant::modifyLimit(I)I with priority 1, already redirected by packetfixer.common.mixins.json:ClientboundCustomPayloadPacketMixin from mod packetfixer->@ModifyConstant::newSize(I)I with priority 1000
|
281 | [21Mar2025 20:33:03.602] [main/WARN] [mixin/]: @ModifyConstant conflict. Skipping connectivity.mixins.json:ClientBoundCustomPayloadPacketLMixin from mod connectivity->@ModifyConstant::modifyLimit(I)I with priority 1, already redirected by packetfixer.common.mixins.json:ClientboundCustomPayloadPacketMixin from mod packetfixer->@ModifyConstant::newSize(I)I with priority 1000
|
282 | [21Mar2025 20:33:03.639] [main/WARN] [mixin/]: Method overwrite conflict for setBlockState in the_bumblezone-common.mixins.json:blocks.FallingBlockEntityAccessor from mod the_bumblezone, previously written by com.github.alexmodguy.alexscaves.mixin.FallingBlockEntityMixin. Skipping method.
|
283 | [21Mar2025 20:33:03.785] [main/INFO] [mixin/]: Mixing MixinItemStack from enigmaticlegacy.mixins.json into net.minecraft.world.item.ItemStack
|
284 | [21Mar2025 20:33:03.795] [main/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching IForgeItemStack#getEnchantmentLevel
|
285 | [21Mar2025 20:33:03.795] [main/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching IForgeItemStack#getEnchantmentLevel
|
286 | [21Mar2025 20:33:03.812] [main/INFO] [mixin/]: Mixing AccessorAbstractArrowEntity from enigmaticlegacy.mixins.json into net.minecraft.world.entity.projectile.AbstractArrow
|
287 | [21Mar2025 20:33:03.907] [main/INFO] [mixin/]: Mixing MixinEnchantmentContainer from enigmaticlegacy.mixins.json into net.minecraft.world.inventory.EnchantmentMenu
|
288 | [21Mar2025 20:33:03.907] [main/INFO] [mixin/]: Renaming synthetic method lambda$onEnchantedItem$0(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/inventory/EnchantmentMenu;ILnet/minecraft/world/entity/player/Player;ILnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;)V to mdfba0dc$lambda$onEnchantedItem$0$0 in enigmaticlegacy.mixins.json:MixinEnchantmentContainer from mod (unknown)
|
289 | [21Mar2025 20:33:04.135] [main/INFO] [mixin/]: Mixing MixinEnderEyeItem from enigmaticlegacy.mixins.json into net.minecraft.world.item.EnderEyeItem
|
290 | [21Mar2025 20:33:04.151] [main/INFO] [mixin/]: Mixing MixinCrossbowItem from enigmaticlegacy.mixins.json into net.minecraft.world.item.CrossbowItem
|
291 | [21Mar2025 20:33:04.381] [main/INFO] [mixin/]: Mixing MixinEnderDragon from enigmaticlegacy.mixins.json into net.minecraft.world.entity.boss.enderdragon.EnderDragon
|
292 | [21Mar2025 20:33:04.382] [main/INFO] [mixin/]: Renaming synthetic method lambda$onTickDeath$0(Lnet/minecraft/server/level/ServerPlayer;)V to mdfba0dc$lambda$onTickDeath$0$0 in enigmaticlegacy.mixins.json:MixinEnderDragon from mod (unknown)
|
293 | [21Mar2025 20:33:04.443] [main/WARN] [mixin/]: @Final field f_26027_:Lnet/minecraft/world/entity/ai/targeting/TargetingConditions; in guardvillagers.mixins.json:DefendVillageGoalGolemMixin from mod guardvillagers should be final
|
294 | [21Mar2025 20:33:04.501] [main/INFO] [mixin/]: Mixing MixinShulker from enigmaticlegacy.mixins.json into net.minecraft.world.entity.monster.Shulker
|
295 | [21Mar2025 20:33:04.557] [main/WARN] [mixin/]: Method overwrite conflict for scheduleRandomTick in corgilib-common.mixins.json:chunk.MixinChunkAccess from mod corgilib, previously written by dev.corgitaco.ohthetreesyoullgrow.mixin.chunk.MixinChunkAccess. Skipping method.
|
296 | [21Mar2025 20:33:04.557] [main/WARN] [mixin/]: Method overwrite conflict for getScheduledRandomTicks in corgilib-common.mixins.json:chunk.MixinChunkAccess from mod corgilib, previously written by dev.corgitaco.ohthetreesyoullgrow.mixin.chunk.MixinChunkAccess. Skipping method.
|
297 | [21Mar2025 20:33:04.592] [main/INFO] [mixin/]: Mixing MixinVillagerEntity from enigmaticlegacy.mixins.json into net.minecraft.world.entity.npc.Villager
|
298 | [21Mar2025 20:33:04.592] [main/INFO] [mixin/]: Mixing MixinVillager from enigmaticlegacy.mixins.json into net.minecraft.world.entity.npc.Villager
|
299 | [21Mar2025 20:33:04.710] [main/INFO] [mixin/]: Mixing MixinBindingCurseEnchantment from enigmaticlegacy.mixins.json into net.minecraft.world.item.enchantment.BindingCurseEnchantment
|
300 | [21Mar2025 20:33:04.813] [main/INFO] [mixin/]: apoli.mixins.json:ItemSlotArgumentTypeAccessor from mod apoli->@Accessor[FIELD_GETTER]::getSlotNamesToSlotCommandId()Ljava/util/Map; should be static as its target is
|
301 | [21Mar2025 20:33:05.072] [main/WARN] [mixin/]: Mixin alexscaves.mixins.json:SwampHutPieceMixin from mod alexscaves has multiple constructors, (Lnet/minecraft/world/level/levelgen/structure/pieces/StructurePieceType;IIIIIILnet/minecraft/core/Direction;)V was selected
|
302 |
|
303 | [21Mar2025 20:33:05.159] [main/WARN] [mixin/]: Static binding violation: PRIVATE @Overwrite method m_47505_ in modernfix-common.mixins.json:perf.remove_biome_temperature_cache.BiomeMixin from mod modernfix cannot reduce visibiliy of PUBLIC target method, visibility will be upgraded.
|
304 | [21Mar2025 20:33:05.309] [main/INFO] [mixin/]: Mixing MixinEnterBlockTrigger from enigmaticlegacy.mixins.json into net.minecraft.advancements.critereon.EnterBlockTrigger
|
305 | [21Mar2025 20:33:05.311] [main/INFO] [mixin/]: Mixing MixinInventoryChangeTrigger from enigmaticlegacy.mixins.json into net.minecraft.advancements.critereon.InventoryChangeTrigger
|
306 | [21Mar2025 20:33:05.315] [main/INFO] [mixin/]: Mixing MixinSummonedEntityTrigger from enigmaticlegacy.mixins.json into net.minecraft.advancements.critereon.SummonedEntityTrigger
|
307 | [21Mar2025 20:33:05.679] [main/INFO] [chronosacaria.mcda.Mcda/]: Registering Blocks for mcda
|
308 | [21Mar2025 20:33:05.902] [modloading-worker-0/INFO] [mixin/]: Mixing MixinPlayerList from enigmaticlegacy.mixins.json into net.minecraft.server.players.PlayerList
|
309 | [21Mar2025 20:33:05.948] [modloading-worker-0/INFO] [MaxHealthFix/]: Loaded maxhealthfix for Forge.
|
310 | [21Mar2025 20:33:05.953] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file /root/server/config/guardvillagers-common.toml is not correct. Correcting
|
311 | [21Mar2025 20:33:05.996] [modloading-worker-0/INFO] [create_new_age/]: Hello 1.20.1 Create!
|
312 | [21Mar2025 20:33:06.010] [modloading-worker-0/INFO] [dev.architectury.networking.forge.NetworkManagerImpl/]: Registering C2S receiver with id architectury:sync_ids
|
313 | [21Mar2025 20:33:06.011] [modloading-worker-0/INFO] [dev.architectury.networking.forge.NetworkManagerImpl/]: Registering C2S receiver with id powah:packet
|
314 | [21Mar2025 20:33:06.113] [modloading-worker-0/INFO] [dev.su5ed.sinytra.connectorextras.terrablenderbridge.TerraBlenderBridge/]: Injecting TerraBlender API classes
|
315 | [21Mar2025 20:33:06.146] [modloading-worker-0/INFO] [io.github.apace100.apoli.Apoli/]: Apoli 1.20.1-2.9.0.8 has initialized. Ready to power up your game!
|
316 | [21Mar2025 20:33:06.236] [modloading-worker-0/INFO] [ironfurnaces.IronFurnaces/]: Initializing Update Checker...
|
317 | [21Mar2025 20:33:06.244] [ Iron Furnaces Update Checker/INFO] [ironfurnaces.IronFurnaces/]: Starting Update Check...
|
318 | [21Mar2025 20:33:06.250] [modloading-worker-0/INFO] [io.github.apace100.origins.Origins/]: Origins 1.20.1-1.10.0.9 is initializing. Have fun!
|
319 | [21Mar2025 20:33:06.306] [modloading-worker-0/INFO] [com.aetherteam.cumulus.Cumulus/]: Disabling Cumulus as it is on server.
|
320 | [21Mar2025 20:33:06.335] [modloading-worker-0/INFO] [coroutil/]: forge loader environment detected
|
321 | [21Mar2025 20:33:06.409] [modloading-worker-0/INFO] [Confluence/]: Registering icon items
|
322 | [21Mar2025 20:33:06.520] [modloading-worker-0/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 47.4.0, for MC 1.20.1 with MCP 20230612.114412
|
323 | [21Mar2025 20:33:06.522] [modloading-worker-0/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v47.4.0 Initialized
|
324 | [21Mar2025 20:33:06.566] [ Iron Furnaces Update Checker/INFO] [ironfurnaces.IronFurnaces/]: Update Check done!
|
325 | [21Mar2025 20:33:06.567] [ Iron Furnaces Update Checker/INFO] [ironfurnaces.IronFurnaces/]: Iron Furnaces is up to date!
|
326 | [21Mar2025 20:33:06.887] [modloading-worker-0/INFO] [Calio/]: Calio 1.20.1-1.11.0.5 initializing...
|
327 | [21Mar2025 20:33:07.380] [modloading-worker-0/INFO] [zeta/]: Doing super early config setup for zeta
|
328 | [21Mar2025 20:33:07.494] [modloading-worker-0/INFO] [Easy NPC/]: Initializing Easy NPC (Forge) ...
|
329 | [21Mar2025 20:33:07.495] [modloading-worker-0/INFO] [Easy NPC/]: 🗣 Register Easy NPC Debug Manager ...
|
330 | [21Mar2025 20:33:07.506] [modloading-worker-0/WARN] [Easy NPC/]: [Debug Manager] Detected debug log level for Easy NPC with ALL!
|
331 | [21Mar2025 20:33:07.507] [modloading-worker-0/WARN] [Easy NPC/]: [Debug Manager] Adjusting log level for Easy NPC from ALL to INFO, for performance reasons!
|
332 | [21Mar2025 20:33:07.507] [modloading-worker-0/INFO] [Easy NPC/]: [Debug Manager] Add new logger config for Easy NPC with level INFO ...
|
333 | [21Mar2025 20:33:07.509] [modloading-worker-0/INFO] [Easy NPC/]: 🗣 Register Easy NPC Constants ...
|
334 | [21Mar2025 20:33:07.516] [modloading-worker-0/INFO] [ModernFix/]: Bypassed Mojang DFU
|
335 | [21Mar2025 20:33:07.516] [modloading-worker-0/INFO] [Easy NPC/]: 🗣 Register Easy NPC Configuration ...
|
336 | [21Mar2025 20:33:07.517] [modloading-worker-0/INFO] [Easy NPC/]: [Config] Updated configuration path to /root/server/config/easy_npc
|
337 | [21Mar2025 20:33:07.517] [modloading-worker-0/INFO] [Easy NPC/]: [Config] Registering common configuration ...
|
338 | [21Mar2025 20:33:07.519] [modloading-worker-0/INFO] [Easy NPC/]: [Config] Render Entity Type Support Configuration
|
339 |
|
340 | Please note that this configuration file only includes confirmed entity types.
|
341 | If an entity type is not listed here, it doesn't mean it's automatically supported or unsupported!
|
342 | is up to date: {minecraft:giant=true, dannys_expansion:mundane_slime=false, botania:pool_minecart=false, botania:ender_air=false, minecraft:end_crystal=false, simple_mobs:rumble=false, minecraft:experience_bottle=false, minecraft:glow_squid=true, minecraft:trader_llama=true, orcz:decaystrikecustom=false, simple_mobs:staff_usage=false, minecraft:horse=true, the_bumblezone:purple_spike_entity=false, minecraft:llama=true, minecraft:husk=true, minecraft:cave_spider=true, minecraft:enderman=true, minecraft:dolphin=true, frostiful:freezing_wind=false, minecraft:shulker_bullet=false, simple_mobs:projecttest=false, minecraft:donkey=true, minecraft:area_effect_cloud=false, minecraft:ghast=false, frostiful:packed_snowball=false, twigs:pebble=false, handcrafted:fancy_painting=false, moretotems:summoned_zombie=false, minecraft:piglin_brute=true, minecraft:creeper=true, minecraft:glow_item_frame=false, minecraft:bee=true, botania:mana_storm=false, minecraft:illusioner=true, minecraft:player=false, minecraft:wither_skull=false, minecraft:mooshroom=true, smallships:galley=false, create:stationary_contraption=false, minecraft:eye_of_ender=false, minecraft:villager=true, ad_astra:tier_1_rocket=false, botania:magic_landmine=false, minecraft:stray=true, smallships:cog=false, minecraft:falling_block=false, minecraft:drowned=true, minecraft:axolotl=true, botania:doppleganger=false, botania:flame_ring=false, botania:ender_air_bottle=false, minecraft:tnt=false, ae2:tiny_tnt_primed=false, botania:magic_missile=false, create:crafting_blueprint=false, create:contraption=false, minecraft:strider=true, smallships:brigg=false, minecraft:guardian=true, minecraft:parrot=true, minecraft:arrow=false, lootr:lootr_minecart=false, the_bumblezone:pollen_puff=false, minecraft:chest_minecart=false, minecraft:wither=true, minecraft:ender_pearl=false, create:super_glue=false, minecraft:wandering_trader=true, handcrafted:seat=false, simple_mobs:dragon_smoke=false, minecraft:wither_skeleton=true, botania:thorn_chakram=false, minecraft:iron_golem=true, botania:pixie=false, dummmmmmy:target_dummy=false, minecraft:elder_guardian=true, graveyard:skull=false, minecraft:mule=true, the_bumblezone:bee_stinger=false, the_bumblezone:thrown_stinger_spear=false, minecraft:armor_stand=false, aquamirae:pillagers_patrol=false, minecraft:vindicator=true, botania:mana_burst=false, minecraft:evoker=true, minecraft:slime=false, minecraft:leash_knot=false, botania:babylon_weapon=false, minecraft:pufferfish=true, terraform:boat=false, swampier_swamps:swamp_gas=false, minecraft:experience_orb=false, ad_astra:tier_3_rocket=false, minecraft:fox=true, botania:thrown_item=false, the_bumblezone:cosmic_crystal_entity=false, graveyard:ghouling=false, botania:player_mover=false, minecraft:silverfish=true, minecraft:endermite=true, minecraft:firework_rocket=false, minecraft:chicken=true, minecraft:zombie=true, the_bumblezone:sentry_watcher=false, minecraft:spawner_minecart=false, botania:spark=false, botania:falling_star=false, minecraft:hoglin=true, minecraft:boat=false, minecraft:trident=false, friendsandfoes:player_illusion=false, minecraft:polar_bear=true, minecraft:phantom=false, ad_astra:tier_4_rocket=false, minecraft:zombified_piglin=true, minecraft:witch=true, ad_astra:tier_2_rocket=false, minecraft:pig=true, minecraft:turtle=true, moretotems:summoned_bee=false, minecraft:sheep=true, minecraft:ender_dragon=false, minecraft:goat=true, minecraft:item_frame=false, create:carriage_contraption=false, minecraft:vex=true, minecraft:minecart=false, minecraft:item=false, minecraft:dragon_fireball=false, minecraft:cod=true, minecraft:skeleton=true, ad_astra:space_painting=false, create:seat=false, simple_mobs:staff_interact=false, minecraft:ravager=true, minecraft:squid=true, minecraft:skeleton_horse=true, minecraft:cow=true, minecraft:potion=false, ad_astra:lander=false, minecraft:salmon=true, minecraft:snow_golem=true, minecraft:shulker=true, friendsandfoes:ice_chunk=false, minecraft:hopper_minecart=false, the_bumblezone:honey_crystal_shard=false, simple_mobs:lightning_spear=false, minecraft:rabbit=true, minecraft:painting=false, minecraft:pillager=true, the_bumblezone:electric_ring_entity=false, minecraft:zoglin=true, minecraft:lightning_bolt=false, frostiful:frost_spell=false, minecraft:fishing_bobber=false, minecraft:tnt_minecart=false, simple_mobs:ground_spike=false, minecraft:command_block_minecart=false, minecraft:bat=false, the_bumblezone:dirt_pellet=false, minecraft:fireball=false, minecraft:llama_spit=false, minecraft:furnace_minecart=false, minecraft:evoker_fangs=false, minecraft:piglin=true, minecraft:snowball=false, minecraft:spectral_arrow=false, orcz:wither_strikeringcustom=false, simple_mobs:elemental_chain=false, minecraft:blaze=true, ad_astra:ice_spit=false, techreborn:nuke=false, minecraft:egg=false, minecraft:zombie_horse=true, minecraft:magma_cube=false, minecraft:small_fireball=false, frostiful:thrown_icicle=false, minecraft:spider=true, ad_astra:tier_1_rover=false, minecraft:marker=false, majruszsdifficulty:cursed_armor=false, minecraft:text_display=false, farmersdelight:rotten_tomato=false, minecraft:cat=true, armourers_workshop:mannequin=false, create:gantry_contraption=false, minecraft:tropical_fish=true, botania:corporea_spark=false, minecraft:ocelot=true, minecraft:wolf=true, minecraft:panda=true, minecraft:zombie_villager=true}
|
343 | [21Mar2025 20:33:07.521] [modloading-worker-0/INFO] [Easy NPC/]: [Config] Registering server configuration ...
|
344 | [21Mar2025 20:33:07.521] [modloading-worker-0/INFO] [Easy NPC/]: 🗣 Register Easy NPC Common Data Files ...
|
345 | [21Mar2025 20:33:07.522] [modloading-worker-0/INFO] [Easy NPC/]: 🗣 Register Easy NPC Common data folders ...
|
346 | [21Mar2025 20:33:07.522] [modloading-worker-0/INFO] [Easy NPC/]: 🗣 Register Easy NPC Entity Data Serializers ...
|
347 | [21Mar2025 20:33:07.526] [modloading-worker-0/INFO] [ModernFix/]: Instantiating Mojang DFU
|
348 | [21Mar2025 20:33:07.543] [modloading-worker-0/INFO] [mixin/]: Mixing MixinForgeHooks from enigmaticlegacy.mixins.json into net.minecraftforge.common.ForgeHooks
|
349 | [21Mar2025 20:33:07.571] [modloading-worker-0/INFO] [Easy NPC/]: Registered entity data serializer ActionEventSet with id 28
|
350 | [21Mar2025 20:33:07.571] [modloading-worker-0/INFO] [Easy NPC/]: Registered entity data serializer CustomAttributes with id 29
|
351 | [21Mar2025 20:33:07.571] [modloading-worker-0/INFO] [Easy NPC/]: Registered entity data serializer DialogDataSet with id 30
|
352 | [21Mar2025 20:33:07.572] [modloading-worker-0/INFO] [Easy NPC/]: Registered entity data serializer DisplayAttributeSet with id 31
|
353 | [21Mar2025 20:33:07.572] [modloading-worker-0/INFO] [Easy NPC/]: Registered entity data serializer EntityAttributes with id 32
|
354 | [21Mar2025 20:33:07.572] [modloading-worker-0/INFO] [Easy NPC/]: Registered entity data serializer MerchantOffers with id 33
|
355 | [21Mar2025 20:33:07.572] [modloading-worker-0/INFO] [Easy NPC/]: Registered entity data serializer ModelPose with id 34
|
356 | [21Mar2025 20:33:07.572] [modloading-worker-0/INFO] [Easy NPC/]: Registered entity data serializer ObjectiveDataSet with id 35
|
357 | [21Mar2025 20:33:07.572] [modloading-worker-0/INFO] [Easy NPC/]: Registered entity data serializer CustomPosition with id 36
|
358 | [21Mar2025 20:33:07.572] [modloading-worker-0/INFO] [Easy NPC/]: Registered entity data serializer Profession with id 37
|
359 | [21Mar2025 20:33:07.573] [modloading-worker-0/INFO] [Easy NPC/]: Registered entity data serializer RenderDataSet with id 38
|
360 | [21Mar2025 20:33:07.573] [modloading-worker-0/INFO] [Easy NPC/]: Registered entity data serializer CustomRotation with id 39
|
361 | [21Mar2025 20:33:07.573] [modloading-worker-0/INFO] [Easy NPC/]: Registered entity data serializer CustomScale with id 40
|
362 | [21Mar2025 20:33:07.573] [modloading-worker-0/INFO] [Easy NPC/]: Registered entity data serializer SkinDataEntry with id 41
|
363 | [21Mar2025 20:33:07.573] [modloading-worker-0/INFO] [Easy NPC/]: Registered entity data serializer SoundDataSet with id 42
|
364 | [21Mar2025 20:33:07.574] [modloading-worker-0/INFO] [Easy NPC/]: Registered entity data serializer HashSet:UUID with id 43
|
365 | [21Mar2025 20:33:07.574] [modloading-worker-0/INFO] [Easy NPC/]: Registered entity data serializer HashSet:String with id 44
|
366 | [21Mar2025 20:33:07.575] [modloading-worker-0/INFO] [Easy NPC/]: Registered entity data serializer TradingDataSet with id 45
|
367 | [21Mar2025 20:33:07.575] [modloading-worker-0/INFO] [Easy NPC/]: Registered entity data serializer UUID with id 46
|
368 | [21Mar2025 20:33:07.575] [modloading-worker-0/INFO] [Easy NPC/]: 🗣 Register Easy NPC Compatibility Handler ...
|
369 | [21Mar2025 20:33:07.576] [modloading-worker-0/INFO] [Easy NPC/]: 🗣 Register Easy NPC Compat Handler ...
|
370 | [21Mar2025 20:33:07.576] [modloading-worker-0/INFO] [Easy NPC/]: [Compat Manager] Epic Fight mod with id 'epicfight' loaded: false
|
371 | [21Mar2025 20:33:07.576] [modloading-worker-0/INFO] [Easy NPC/]: [Compat Manager] Cobblemon mod with id 'cobblemon' loaded: false
|
372 | [21Mar2025 20:33:07.576] [modloading-worker-0/INFO] [Easy NPC/]: 🗣 Register Easy NPC Command Argument Types ...
|
373 | [21Mar2025 20:33:07.577] [modloading-worker-0/INFO] [Easy NPC/]: 🗣 Register Easy NPC Entity Types ...
|
374 | [21Mar2025 20:33:07.586] [modloading-worker-0/INFO] [Easy NPC/]: 🗣 Register Easy NPC Blocks ...
|
375 | [21Mar2025 20:33:07.587] [modloading-worker-0/INFO] [Easy NPC/]: 🗣 Register Easy NPC Blocks Entity Types ...
|
376 | [21Mar2025 20:33:07.587] [modloading-worker-0/INFO] [Easy NPC/]: 🗣 Register Easy NPC Items ...
|
377 | [21Mar2025 20:33:07.597] [modloading-worker-0/INFO] [Easy NPC/]: 🗣 Register Easy NPC Menu Types ...
|
378 | [21Mar2025 20:33:07.615] [modloading-worker-0/INFO] [Easy NPC/]: 🗣 Register Easy NPC Menu Handler ...
|
379 | [21Mar2025 20:33:07.620] [modloading-worker-0/INFO] [Easy NPC/]: 🗣 Register Easy NPC Network Handler ...
|
380 | [21Mar2025 20:33:07.621] [modloading-worker-0/INFO] [Easy NPC/]: Registering server network handler for Server -> Client messages.
|
381 | [21Mar2025 20:33:07.622] [modloading-worker-0/INFO] [Easy NPC/]: 🗣 Register Easy NPC Client Network Message Handler ...
|
382 | [21Mar2025 20:33:07.997] [modloading-worker-0/INFO] [teamrazor.deepaether.DeepAether/]: Deep Aether: Registering Aether Lost Content compat items
|
383 | [21Mar2025 20:33:07.998] [modloading-worker-0/INFO] [teamrazor.deepaether.DeepAether/]: Deep Aether: Registering Aether Lost Content compat items
|
384 | [21Mar2025 20:33:08.403] [modloading-worker-0/INFO] [Collective/]: Loading Collective version 7.94.
|
385 | [21Mar2025 20:33:08.407] [modloading-worker-0/INFO] [mixin/]: Mixing MixinEnchantmentHelper from enigmaticlegacy.mixins.json into net.minecraft.world.item.enchantment.EnchantmentHelper
|
386 | [21Mar2025 20:33:08.423] [modloading-worker-0/INFO] [dev.limonblaze.originsclasses.OriginsClasses/]: Origins:Classes 1.2.1 has initialized. Time for work!
|
387 | [21Mar2025 20:33:08.458] [modloading-worker-0/INFO] [Enigmatic Legacy/INFO]: Constructing mod instance...
|
388 | [21Mar2025 20:33:08.577] [modloading-worker-0/INFO] [dev.architectury.networking.forge.NetworkManagerImpl/]: Registering C2S receiver with id otyacraftengine:block_entity_instruction
|
389 | [21Mar2025 20:33:08.577] [modloading-worker-0/INFO] [dev.architectury.networking.forge.NetworkManagerImpl/]: Registering C2S receiver with id otyacraftengine:item_instruction
|
390 | [21Mar2025 20:33:08.687] [modloading-worker-0/INFO] [Enigmatic Legacy/INFO]: Mod instance constructed successfully.
|
391 | [21Mar2025 20:33:08.712] [modloading-worker-0/INFO] [dev.architectury.networking.forge.NetworkManagerImpl/]: Registering C2S receiver with id iammusicplayer:music_sync
|
392 | [21Mar2025 20:33:08.713] [modloading-worker-0/INFO] [dev.architectury.networking.forge.NetworkManagerImpl/]: Registering C2S receiver with id iammusicplayer:music_playlist_add
|
393 | [21Mar2025 20:33:08.713] [modloading-worker-0/INFO] [dev.architectury.networking.forge.NetworkManagerImpl/]: Registering C2S receiver with id iammusicplayer:music_playlist_edit
|
394 | [21Mar2025 20:33:08.713] [modloading-worker-0/INFO] [dev.architectury.networking.forge.NetworkManagerImpl/]: Registering C2S receiver with id iammusicplayer:music_playlist_change_authority
|
395 | [21Mar2025 20:33:08.714] [modloading-worker-0/INFO] [dev.architectury.networking.forge.NetworkManagerImpl/]: Registering C2S receiver with id iammusicplayer:music_add
|
396 | [21Mar2025 20:33:08.714] [modloading-worker-0/INFO] [dev.architectury.networking.forge.NetworkManagerImpl/]: Registering C2S receiver with id iammusicplayer:music_edit
|
397 | [21Mar2025 20:33:08.714] [modloading-worker-0/INFO] [dev.architectury.networking.forge.NetworkManagerImpl/]: Registering C2S receiver with id iammusicplayer:music_ring_ready_result
|
398 | [21Mar2025 20:33:08.714] [modloading-worker-0/INFO] [dev.architectury.networking.forge.NetworkManagerImpl/]: Registering C2S receiver with id iammusicplayer:music_ring_update_result
|
399 | [21Mar2025 20:33:08.714] [modloading-worker-0/INFO] [dev.architectury.networking.forge.NetworkManagerImpl/]: Registering C2S receiver with id iammusicplayer:music_or_playlist_delete
|
400 | [21Mar2025 20:33:08.714] [modloading-worker-0/INFO] [dev.architectury.networking.forge.NetworkManagerImpl/]: Registering C2S receiver with id iammusicplayer:multiple_music_add
|
401 | [21Mar2025 20:33:08.716] [modloading-worker-0/INFO] [dev.architectury.networking.forge.NetworkManagerImpl/]: Registering C2S receiver with id iammusicplayer:hand_lid_cycle
|
402 | [21Mar2025 20:33:08.772] [modloading-worker-0/INFO] [dev.architectury.networking.forge.NetworkManagerImpl/]: Registering C2S receiver with id brewery:alcohol_sync_request
|
403 | [21Mar2025 20:33:08.772] [modloading-worker-0/INFO] [dev.architectury.networking.forge.NetworkManagerImpl/]: Registering C2S receiver with id brewery:drink_alcohol
|
404 | [21Mar2025 20:33:08.784] [modloading-worker-0/INFO] [com.cupboard.Cupboard/]: Loaded config for: cupboard.json
|
405 | [21Mar2025 20:33:08.793] [modloading-worker-0/INFO] [dev.architectury.networking.forge.NetworkManagerImpl/]: Registering C2S receiver with id candlelight:typewriter_sync
|
406 | [21Mar2025 20:33:08.794] [modloading-worker-0/INFO] [dev.architectury.networking.forge.NetworkManagerImpl/]: Registering C2S receiver with id candlelight:sign_note
|
407 | [21Mar2025 20:33:08.796] [modloading-worker-0/INFO] [dev.architectury.networking.forge.NetworkManagerImpl/]: Registering C2S receiver with id beachparty:mouse_scroll
|
408 | [21Mar2025 20:33:08.846] [modloading-worker-0/INFO] [net.potionstudios.biomeswevegone.BiomesWeveGone/]: Registering Oh The Biomes We've Gone items
|
409 | [21Mar2025 20:33:08.876] [modloading-worker-0/INFO] [com.simibubi.create.Create/]: Create 6.0.4 initializing! Commit hash: 254bb816aee1c056c74b2ad4beb88222a499da78
|
410 | [21Mar2025 20:33:08.888] [modloading-worker-0/INFO] [net.potionstudios.biomeswevegone.BiomesWeveGone/]: Registering Oh The Biomes We've Gone Blocks
|
411 | [21Mar2025 20:33:08.909] [modloading-worker-0/INFO] [net.potionstudios.biomeswevegone.BiomesWeveGone/]: Registering Oh The Biomes We've Gone Wood
|
412 | [21Mar2025 20:33:08.910] [modloading-worker-0/INFO] [net.potionstudios.biomeswevegone.BiomesWeveGone/]: Registering Oh The Biomes We've Gone Block Entities
|
413 | [21Mar2025 20:33:08.910] [modloading-worker-0/INFO] [net.potionstudios.biomeswevegone.BiomesWeveGone/]: Registering Oh The Biomes We've Gone Entities
|
414 | [21Mar2025 20:33:08.911] [modloading-worker-0/INFO] [net.potionstudios.biomeswevegone.BiomesWeveGone/]: Registering Oh The Biomes We've Gone Creative Tabs
|
415 | [21Mar2025 20:33:08.911] [modloading-worker-0/INFO] [net.potionstudios.biomeswevegone.BiomesWeveGone/]: Registering Oh The Biomes We've Gone Sounds
|
416 | [21Mar2025 20:33:08.911] [modloading-worker-0/INFO] [net.potionstudios.biomeswevegone.BiomesWeveGone/]: Registering Oh The Biomes We've Gone Block Predicate
|
417 | [21Mar2025 20:33:08.912] [modloading-worker-0/INFO] [net.potionstudios.biomeswevegone.BiomesWeveGone/]: Registering Oh The Biomes We've Gone State Providers
|
418 | [21Mar2025 20:33:08.913] [modloading-worker-0/INFO] [net.potionstudios.biomeswevegone.BiomesWeveGone/]: Registering Oh The Biomes We've Gone Tree Decorators
|
419 | [21Mar2025 20:33:08.917] [modloading-worker-0/INFO] [net.potionstudios.biomeswevegone.BiomesWeveGone/]: Registering Oh The Biomes We've Gone Custom Features
|
420 | [21Mar2025 20:33:08.917] [modloading-worker-0/INFO] [net.potionstudios.biomeswevegone.BiomesWeveGone/]: Registering Oh The Biomes We've Gone Structure Pieces
|
421 | [21Mar2025 20:33:08.927] [modloading-worker-0/INFO] [net.potionstudios.biomeswevegone.BiomesWeveGone/]: Registering Oh The Biomes We've Gone Custom Structure Types
|
422 | [21Mar2025 20:33:08.928] [modloading-worker-0/INFO] [net.potionstudios.biomeswevegone.BiomesWeveGone/]: Registering Oh The Biomes We've Gone Configured Features
|
423 | [21Mar2025 20:33:08.931] [modloading-worker-0/INFO] [net.potionstudios.biomeswevegone.BiomesWeveGone/]: Creating and Registering Overworld Vegetation Configured Features
|
424 | [21Mar2025 20:33:08.951] [modloading-worker-0/INFO] [net.potionstudios.biomeswevegone.BiomesWeveGone/]: Registering Oh The Biomes We've Gone Tree Configured Features
|
425 | [21Mar2025 20:33:08.951] [modloading-worker-0/INFO] [net.potionstudios.biomeswevegone.BiomesWeveGone/]: Creating and Registering Vanilla Configured Features
|
426 | [21Mar2025 20:33:08.953] [modloading-worker-0/INFO] [net.potionstudios.biomeswevegone.BiomesWeveGone/]: Registering Oh The Biomes You'll Go Overworld Configured Features
|
427 | [21Mar2025 20:33:08.954] [modloading-worker-0/INFO] [net.potionstudios.biomeswevegone.BiomesWeveGone/]: Registering Oh The Biomes We've Gone Placed Features
|
428 | [21Mar2025 20:33:08.974] [modloading-worker-0/INFO] [net.potionstudios.biomeswevegone.BiomesWeveGone/]: Creating and Registering Overworld Tree Placed Features
|
429 | [21Mar2025 20:33:08.977] [modloading-worker-0/INFO] [dev.architectury.networking.forge.NetworkManagerImpl/]: Registering C2S receiver with id artifacts:networking_channel/42a7ad70b1cc371599a0eff744096b8a
|
430 | [21Mar2025 20:33:08.978] [modloading-worker-0/INFO] [dev.architectury.networking.forge.NetworkManagerImpl/]: Registering C2S receiver with id artifacts:networking_channel/74a5e841822a3a87854ae896a33430d6
|
431 | [21Mar2025 20:33:08.978] [modloading-worker-0/INFO] [dev.architectury.networking.forge.NetworkManagerImpl/]: Registering C2S receiver with id artifacts:networking_channel/eb3d1e2748533430848cadf0f37c7e9c
|
432 | [21Mar2025 20:33:08.979] [modloading-worker-0/INFO] [dev.architectury.networking.forge.NetworkManagerImpl/]: Registering C2S receiver with id artifacts:networking_channel/91c8520f19f93b3e8b6a727568e194ab
|
433 | [21Mar2025 20:33:08.979] [modloading-worker-0/INFO] [dev.architectury.networking.forge.NetworkManagerImpl/]: Registering C2S receiver with id artifacts:networking_channel/8c2784d778293fd482ed84b8aa5fedb9
|
434 | [21Mar2025 20:33:08.980] [modloading-worker-0/INFO] [dev.architectury.networking.forge.NetworkManagerImpl/]: Registering C2S receiver with id artifacts:networking_channel/ea038224ea783d40b2863f52239e2604
|
435 | [21Mar2025 20:33:08.980] [modloading-worker-0/INFO] [net.potionstudios.biomeswevegone.BiomesWeveGone/]: Creating and Registering Overworld Vegetation Placed Features
|
436 | [21Mar2025 20:33:08.980] [modloading-worker-0/INFO] [dev.architectury.networking.forge.NetworkManagerImpl/]: Registering C2S receiver with id artifacts:networking_channel/97ad64b7ecaf33209991c4f031501a58
|
437 | [21Mar2025 20:33:08.980] [modloading-worker-0/INFO] [net.potionstudios.biomeswevegone.BiomesWeveGone/]: Creating and Registering Vanilla Placed Features
|
438 | [21Mar2025 20:33:08.981] [modloading-worker-0/INFO] [net.potionstudios.biomeswevegone.BiomesWeveGone/]: Registering Oh The Biomes We've Gone Custom Surface Rules
|
439 | [21Mar2025 20:33:08.986] [modloading-worker-0/INFO] [net.potionstudios.biomeswevegone.BiomesWeveGone/]: Registering Oh The Biomes We've Gone Template Pools
|
440 | [21Mar2025 20:33:08.992] [modloading-worker-0/INFO] [net.potionstudios.biomeswevegone.BiomesWeveGone/]: Registering Oh The Biome's We've Gone Village Template Pools
|
441 | [21Mar2025 20:33:08.992] [modloading-worker-0/INFO] [net.potionstudios.biomeswevegone.BiomesWeveGone/]: Registering Oh The Biomes We've Gone Poi Types
|
442 | [21Mar2025 20:33:09.003] [modloading-worker-0/INFO] [net.potionstudios.biomeswevegone.BiomesWeveGone/]: Registering Oh The Biomes We've Gone Villager Professions
|
443 | [21Mar2025 20:33:09.004] [modloading-worker-0/INFO] [net.potionstudios.biomeswevegone.BiomesWeveGone/]: Registering Oh The Biomes We've Gone Custom Structure Processors
|
444 | [21Mar2025 20:33:09.126] [modloading-worker-0/INFO] [Mystical Agriculture/]: Registered plugin: com.blakebr0.mysticalagriculture.lib.ModCorePlugin
|
445 | [21Mar2025 20:33:09.140] [modloading-worker-0/INFO] [Mystical Agriculture/]: Loaded 1 plugins
|
446 | [21Mar2025 20:33:09.313] [modloading-worker-0/INFO] [quark/]: Initializing TerraBlender underground biome compat
|
447 | [21Mar2025 20:33:09.466] [modloading-worker-0/INFO] [quark-zeta/]: Discovered 164 modules to load.
|
448 | [21Mar2025 20:33:09.466] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Abacus...
|
449 | [21Mar2025 20:33:09.472] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Adjustable Chat...
|
450 | [21Mar2025 20:33:09.472] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Ambient Discs...
|
451 | [21Mar2025 20:33:09.472] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Ancient Tomes...
|
452 | [21Mar2025 20:33:09.476] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Ancient Wood...
|
453 | [21Mar2025 20:33:09.483] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Armed Armor Stands...
|
454 | [21Mar2025 20:33:09.483] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Auto Walk Keybind...
|
455 | [21Mar2025 20:33:09.495] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Automatic Recipe Unlock...
|
456 | [21Mar2025 20:33:09.495] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Automatic Tool Restock...
|
457 | [21Mar2025 20:33:09.497] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Azalea Wood...
|
458 | [21Mar2025 20:33:09.497] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Back Button Keybind...
|
459 | [21Mar2025 20:33:09.497] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Backpack...
|
460 | [21Mar2025 20:33:09.500] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Beacon Redirection...
|
461 | [21Mar2025 20:33:09.500] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Better Elytra Rocket...
|
462 | [21Mar2025 20:33:09.500] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Big Stone Clusters...
|
463 | [21Mar2025 20:33:09.514] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Blossom Trees...
|
464 | [21Mar2025 20:33:09.515] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Bottled Cloud...
|
465 | [21Mar2025 20:33:09.516] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Buckets Show Inhabitants...
|
466 | [21Mar2025 20:33:09.516] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Camera...
|
467 | [21Mar2025 20:33:09.517] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Campfires Boost Elytra...
|
468 | [21Mar2025 20:33:09.521] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Celebratory Lamps...
|
469 | [21Mar2025 20:33:09.521] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Chains Connect Blocks...
|
470 | [21Mar2025 20:33:09.521] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Chest Searching...
|
471 | [21Mar2025 20:33:09.521] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Chorus Vegetation...
|
472 | [21Mar2025 20:33:09.522] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Chute...
|
473 | [21Mar2025 20:33:09.524] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Climate Control Remover...
|
474 | [21Mar2025 20:33:09.524] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Color Runes...
|
475 | [21Mar2025 20:33:09.529] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Compasses Work Everywhere...
|
476 | [21Mar2025 20:33:09.529] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Compressed Blocks...
|
477 | [21Mar2025 20:33:09.529] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Coral On Cactus...
|
478 | [21Mar2025 20:33:09.530] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Corundum...
|
479 | [21Mar2025 20:33:09.536] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Crabs...
|
480 | [21Mar2025 20:33:09.537] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Crafter...
|
481 | [21Mar2025 20:33:09.537] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Crate...
|
482 | [21Mar2025 20:33:09.538] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Diamond Repair...
|
483 | [21Mar2025 20:33:09.538] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Dispensers Place Blocks...
|
484 | [21Mar2025 20:33:09.538] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Double Door Opening...
|
485 | [21Mar2025 20:33:09.539] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Dragon Scales...
|
486 | [21Mar2025 20:33:09.539] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Duskbound Blocks...
|
487 | [21Mar2025 20:33:09.539] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Dyeable Item Frames...
|
488 | [21Mar2025 20:33:09.540] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Easy Transfering...
|
489 | [21Mar2025 20:33:09.540] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Elytra Indicator...
|
490 | [21Mar2025 20:33:09.540] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Emotes...
|
491 | [21Mar2025 20:33:09.540] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Enchantment Predicates...
|
492 | [21Mar2025 20:33:09.541] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Enchantments Begone...
|
493 | [21Mar2025 20:33:09.541] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Ender Watcher...
|
494 | [21Mar2025 20:33:09.542] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Endermosh Music Disc...
|
495 | [21Mar2025 20:33:09.542] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Enhanced Ladders...
|
496 | [21Mar2025 20:33:09.542] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Expanded Item Interactions...
|
497 | [21Mar2025 20:33:09.542] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Fairy Rings...
|
498 | [21Mar2025 20:33:09.543] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Fallen Logs...
|
499 | [21Mar2025 20:33:09.544] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Feeding Trough...
|
500 | [21Mar2025 20:33:09.556] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Forgotten...
|
501 | [21Mar2025 20:33:09.559] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Foxhound...
|
502 | [21Mar2025 20:33:09.559] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Framed Glass...
|
503 | [21Mar2025 20:33:09.560] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Game Nerfs...
|
504 | [21Mar2025 20:33:09.560] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Glass Item Frame...
|
505 | [21Mar2025 20:33:09.561] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Glass Shard...
|
506 | [21Mar2025 20:33:09.561] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Glimmering Weald...
|
507 | [21Mar2025 20:33:09.571] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Gold Bars...
|
508 | [21Mar2025 20:33:09.571] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Gold Tools Have Fortune...
|
509 | [21Mar2025 20:33:09.571] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Grab Chickens...
|
510 | [21Mar2025 20:33:09.572] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Grate...
|
511 | [21Mar2025 20:33:09.581] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Gravisand...
|
512 | [21Mar2025 20:33:09.583] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Greener Grass...
|
513 | [21Mar2025 20:33:09.584] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Hedges...
|
514 | [21Mar2025 20:33:09.587] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Hoe Harvesting...
|
515 | [21Mar2025 20:33:09.587] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Hollow Logs...
|
516 | [21Mar2025 20:33:09.587] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Horses Swim...
|
517 | [21Mar2025 20:33:09.587] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Hotbar Changer...
|
518 | [21Mar2025 20:33:09.588] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Improved Sponges...
|
519 | [21Mar2025 20:33:09.588] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Improved Tooltips...
|
520 | [21Mar2025 20:33:09.589] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Industrial Palette...
|
521 | [21Mar2025 20:33:09.593] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Inventory Sorting...
|
522 | [21Mar2025 20:33:09.593] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Iron Rod...
|
523 | [21Mar2025 20:33:09.609] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Item Sharing...
|
524 | [21Mar2025 20:33:09.609] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Japanese Palette...
|
525 | [21Mar2025 20:33:09.610] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Leaf Carpet...
|
526 | [21Mar2025 20:33:09.610] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Lock Rotation...
|
527 | [21Mar2025 20:33:09.611] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Long Range Pick Block...
|
528 | [21Mar2025 20:33:09.611] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Magma Keeps Concrete Powder...
|
529 | [21Mar2025 20:33:09.612] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Magnets...
|
530 | [21Mar2025 20:33:09.614] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Map Washing...
|
531 | [21Mar2025 20:33:09.614] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Matrix Enchanting...
|
532 | [21Mar2025 20:33:09.623] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Metal Buttons...
|
533 | [21Mar2025 20:33:09.623] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Microcrafting Helper...
|
534 | [21Mar2025 20:33:09.623] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Midori...
|
535 | [21Mar2025 20:33:09.623] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Monster Box...
|
536 | [21Mar2025 20:33:09.623] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module More Banner Layers...
|
537 | [21Mar2025 20:33:09.623] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module More Brick Types...
|
538 | [21Mar2025 20:33:09.623] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module More Mud Blocks...
|
539 | [21Mar2025 20:33:09.624] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module More Note Block Sounds...
|
540 | [21Mar2025 20:33:09.624] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module More Potted Plants...
|
541 | [21Mar2025 20:33:09.624] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module More Villagers...
|
542 | [21Mar2025 20:33:09.624] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Narrator Readout...
|
543 | [21Mar2025 20:33:09.624] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Nether Brick Fence Gate...
|
544 | [21Mar2025 20:33:09.624] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Nether Obsidian Spikes...
|
545 | [21Mar2025 20:33:09.625] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module New Stone Types...
|
546 | [21Mar2025 20:33:09.626] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module No Durability On Cosmetics...
|
547 | [21Mar2025 20:33:09.626] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module No More Lava Pockets...
|
548 | [21Mar2025 20:33:09.627] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Obsidian Plate...
|
549 | [21Mar2025 20:33:09.628] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Overlay Shader...
|
550 | [21Mar2025 20:33:09.628] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Parrot Eggs...
|
551 | [21Mar2025 20:33:09.628] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Pat The Dogs...
|
552 | [21Mar2025 20:33:09.630] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Pathfinder Maps...
|
553 | [21Mar2025 20:33:09.630] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Permafrost...
|
554 | [21Mar2025 20:33:09.630] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Petals On Water...
|
555 | [21Mar2025 20:33:09.631] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Pickarang...
|
556 | [21Mar2025 20:33:09.635] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Pig Litters...
|
557 | [21Mar2025 20:33:09.635] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Pipes...
|
558 | [21Mar2025 20:33:09.636] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Pistons Move Tile Entities...
|
559 | [21Mar2025 20:33:09.640] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Poison Potato Usage...
|
560 | [21Mar2025 20:33:09.641] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Quick Armor Swapping...
|
561 | [21Mar2025 20:33:09.641] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Rainbow Lamps...
|
562 | [21Mar2025 20:33:09.641] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Raw Metal Bricks...
|
563 | [21Mar2025 20:33:09.641] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Reacharound Placing...
|
564 | [21Mar2025 20:33:09.641] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Redstone Randomizer...
|
565 | [21Mar2025 20:33:09.642] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Renewable Spore Blossoms...
|
566 | [21Mar2025 20:33:09.643] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Replace Scaffolding...
|
567 | [21Mar2025 20:33:09.643] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Rope...
|
568 | [21Mar2025 20:33:09.646] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Safer Creatures...
|
569 | [21Mar2025 20:33:09.648] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Seed Pouch...
|
570 | [21Mar2025 20:33:09.649] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Shear Vines...
|
571 | [21Mar2025 20:33:09.652] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Shiba...
|
572 | [21Mar2025 20:33:09.652] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Shingles...
|
573 | [21Mar2025 20:33:09.652] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Shulker Packing...
|
574 | [21Mar2025 20:33:09.652] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Simple Harvest...
|
575 | [21Mar2025 20:33:09.655] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Skull Pikes...
|
576 | [21Mar2025 20:33:09.668] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Slabs To Blocks...
|
577 | [21Mar2025 20:33:09.669] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Slime In A Bucket...
|
578 | [21Mar2025 20:33:09.669] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Slimes To Magma Cubes...
|
579 | [21Mar2025 20:33:09.670] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Snow Golem Player Heads...
|
580 | [21Mar2025 20:33:09.670] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Soul Candles...
|
581 | [21Mar2025 20:33:09.670] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Soul Sandstone...
|
582 | [21Mar2025 20:33:09.670] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Spawner Replacer...
|
583 | [21Mar2025 20:33:09.670] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Spiral Spires...
|
584 | [21Mar2025 20:33:09.673] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Stonelings...
|
585 | [21Mar2025 20:33:09.674] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Stools...
|
586 | [21Mar2025 20:33:09.674] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Sturdy Stone...
|
587 | [21Mar2025 20:33:09.674] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Thatch...
|
588 | [21Mar2025 20:33:09.675] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Tiny Potato...
|
589 | [21Mar2025 20:33:09.675] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Torch Arrow...
|
590 | [21Mar2025 20:33:09.677] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Toretoise...
|
591 | [21Mar2025 20:33:09.677] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Totem Of Holding...
|
592 | [21Mar2025 20:33:09.678] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Trowel...
|
593 | [21Mar2025 20:33:09.678] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Usage Ticker...
|
594 | [21Mar2025 20:33:09.678] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Uses For Curses...
|
595 | [21Mar2025 20:33:09.679] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Utility Recipes...
|
596 | [21Mar2025 20:33:09.679] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Variant Animal Textures...
|
597 | [21Mar2025 20:33:09.679] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Variant Bookshelves...
|
598 | [21Mar2025 20:33:09.679] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Variant Chests...
|
599 | [21Mar2025 20:33:09.684] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Variant Furnaces...
|
600 | [21Mar2025 20:33:09.686] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Variant Ladders...
|
601 | [21Mar2025 20:33:09.686] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Variant Selector...
|
602 | [21Mar2025 20:33:09.687] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Vertical Planks...
|
603 | [21Mar2025 20:33:09.687] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Vertical Slabs...
|
604 | [21Mar2025 20:33:09.693] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Vexes Die With Their Masters...
|
605 | [21Mar2025 20:33:09.693] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Villager Rerolling Rework...
|
606 | [21Mar2025 20:33:09.694] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Villagers Follow Emeralds...
|
607 | [21Mar2025 20:33:09.694] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Wooden Posts...
|
608 | [21Mar2025 20:33:09.694] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Wool Shuts Up Minecarts...
|
609 | [21Mar2025 20:33:09.694] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Wraith...
|
610 | [21Mar2025 20:33:09.700] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module Zombie Villagers On Normal...
|
611 | [21Mar2025 20:33:09.700] [modloading-worker-0/INFO] [quark-zeta/]: Constructing module More Stone Variants...
|
612 | [21Mar2025 20:33:09.701] [modloading-worker-0/INFO] [quark-zeta/]: Constructed 164 modules.
|
613 | [21Mar2025 20:33:09.731] [modloading-worker-0/INFO] [quark-zeta/]: Doing super early config setup for quark
|
614 | [21Mar2025 20:33:09.778] [modloading-worker-0/INFO] [dev.tonimatas.packetfixer.PacketFixer/]: Packet Fixer has been initialized successfully
|
615 | [21Mar2025 20:33:09.778] [modloading-worker-0/INFO] [be.florens.expandability.ExpandAbility/]: ExpandAbility here, who dis?
|
616 | [21Mar2025 20:33:10.068] [main/INFO] [net.minecraft.resources.RegistryDataLoader/]: Capturing existing worldgen registries
|
617 | [21Mar2025 20:33:10.068] [main/INFO] [net.minecraft.resources.RegistryDataLoader/]: Found 0 injected RegistryDataLoader worldgen registries
|
618 | [21Mar2025 20:33:12.928] [main/ERROR] [mixin/]: Injection error: LVT in net/minecraft/world/entity/npc/VillagerTrades$EmeraldsForVillagerTypeItem::m_213663_(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/util/RandomSource;)Lnet/minecraft/world/item/trading/MerchantOffer; has incompatible changes at opcode 34 in callback fabric-object-builder-v1.mixins.json:TradeOffersTypeAwareBuyForOneEmeraldFactoryMixin from mod fabric_object_builder_api_v1->@Inject::failOnNullItem(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/world/item/ItemStack;)V.
|
619 | Expected: [Lnet/minecraft/world/item/ItemStack;]
|
620 | Found: [Lnet/minecraft/world/item/Item;]
|
621 | Available: [Lnet/minecraft/world/item/Item;, Lnet/minecraft/world/item/ItemStack;]
|
622 | [21Mar2025 20:33:13.111] [main/WARN] [net.minecraftforge.registries.ForgeRegistry/REGISTRIES]: Registry minecraft:menu: The object net.minecraft.world.inventory.MenuType@1c1eb165 has been registered twice for the same name ae2:portable_mana_cell.
|
623 | [21Mar2025 20:33:13.151] [main/WARN] [Moonlight/]: Failed to find custom wood type ars_nouveau:yellow_archwood
|
624 | [21Mar2025 20:33:13.151] [main/WARN] [Moonlight/]: Failed to find custom wood type biomesoplenty:red_maple
|
625 | [21Mar2025 20:33:13.152] [main/WARN] [Moonlight/]: Failed to find custom wood type biomesoplenty:orange_maple
|
626 | [21Mar2025 20:33:13.152] [main/WARN] [Moonlight/]: Failed to find custom wood type biomesoplenty:yellow_maple
|
627 | [21Mar2025 20:33:13.167] [main/INFO] [Moonlight/]: Initialized block sets in 37ms
|
628 | [21Mar2025 20:33:13.802] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class net.minecraft.world.entity.Entity from class it.hurts.octostudios.rarcompat.items.necklace.ScarfOfInvisibilityItem
|
629 | [21Mar2025 20:33:13.970] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / artifacts:mimic] was not realized!
|
630 | [21Mar2025 20:33:13.970] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / brewery:beer_elemental] was not realized!
|
631 | [21Mar2025 20:33:13.970] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / vinery:wandering_winemaker] was not realized!
|
632 | [21Mar2025 20:33:13.970] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / vinery:mule] was not realized!
|
633 | [21Mar2025 20:33:13.970] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / bakery:wandering_baker] was not realized!
|
634 | [21Mar2025 20:33:14.489] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / artifacts:mimic] was not realized!
|
635 | [21Mar2025 20:33:14.489] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / brewery:beer_elemental] was not realized!
|
636 | [21Mar2025 20:33:14.490] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / vinery:wandering_winemaker] was not realized!
|
637 | [21Mar2025 20:33:14.490] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / vinery:mule] was not realized!
|
638 | [21Mar2025 20:33:14.490] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / bakery:wandering_baker] was not realized!
|
639 | [21Mar2025 20:33:14.490] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / artifacts:mimic] was not realized!
|
640 | [21Mar2025 20:33:14.490] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / brewery:beer_elemental] was not realized!
|
641 | [21Mar2025 20:33:14.490] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / vinery:wandering_winemaker] was not realized!
|
642 | [21Mar2025 20:33:14.490] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / vinery:mule] was not realized!
|
643 | [21Mar2025 20:33:14.490] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / bakery:wandering_baker] was not realized!
|
644 | [21Mar2025 20:33:14.491] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / artifacts:mimic] was not realized!
|
645 | [21Mar2025 20:33:14.491] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / brewery:beer_elemental] was not realized!
|
646 | [21Mar2025 20:33:14.491] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / vinery:wandering_winemaker] was not realized!
|
647 | [21Mar2025 20:33:14.491] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / vinery:mule] was not realized!
|
648 | [21Mar2025 20:33:14.491] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / bakery:wandering_baker] was not realized!
|
649 | [21Mar2025 20:33:14.493] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / artifacts:mimic] was not realized!
|
650 | [21Mar2025 20:33:14.493] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / brewery:beer_elemental] was not realized!
|
651 | [21Mar2025 20:33:14.493] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / bakery:wandering_baker] was not realized!
|
652 | [21Mar2025 20:33:14.493] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / artifacts:mimic] was not realized!
|
653 | [21Mar2025 20:33:14.493] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / brewery:beer_elemental] was not realized!
|
654 | [21Mar2025 20:33:14.493] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / bakery:wandering_baker] was not realized!
|
655 | [21Mar2025 20:33:14.493] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / artifacts:mimic] was not realized!
|
656 | [21Mar2025 20:33:14.493] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / brewery:beer_elemental] was not realized!
|
657 | [21Mar2025 20:33:14.493] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / bakery:wandering_baker] was not realized!
|
658 | [21Mar2025 20:33:14.494] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / artifacts:mimic] was not realized!
|
659 | [21Mar2025 20:33:14.494] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / brewery:beer_elemental] was not realized!
|
660 | [21Mar2025 20:33:14.494] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / bakery:wandering_baker] was not realized!
|
661 | [21Mar2025 20:33:14.496] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / artifacts:mimic] was not realized!
|
662 | [21Mar2025 20:33:14.496] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / brewery:beer_elemental] was not realized!
|
663 | [21Mar2025 20:33:14.496] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / bakery:wandering_baker] was not realized!
|
664 | [21Mar2025 20:33:14.496] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / artifacts:mimic] was not realized!
|
665 | [21Mar2025 20:33:14.497] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / brewery:beer_elemental] was not realized!
|
666 | [21Mar2025 20:33:14.497] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / bakery:wandering_baker] was not realized!
|
667 | [21Mar2025 20:33:14.497] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / artifacts:mimic] was not realized!
|
668 | [21Mar2025 20:33:14.497] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / brewery:beer_elemental] was not realized!
|
669 | [21Mar2025 20:33:14.498] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / artifacts:mimic] was not realized!
|
670 | [21Mar2025 20:33:14.498] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / brewery:beer_elemental] was not realized!
|
671 | [21Mar2025 20:33:14.500] [main/WARN] [dev.architectury.registry.registries.forge.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:entity_type / artifacts:mimic] was not realized!
|
672 | [21Mar2025 20:33:15.504] [main/INFO] [ModdingLegacy/StructureGel/]: [structure_gel] Registering data for structure_gel:loot_table_alias
|
673 | [21Mar2025 20:33:15.510] [main/INFO] [ModdingLegacy/StructureGel/]: [structure_gel] Registering data for structure_gel:data_handler_type
|
674 | [21Mar2025 20:33:15.512] [main/INFO] [ModdingLegacy/StructureGel/]: [structure_gel] Registering data for structure_gel:dynamic_spawner
|
675 | [21Mar2025 20:33:15.513] [main/INFO] [ModdingLegacy/StructureGel/]: [structure_gel] Registering data for structure_gel:jigsaw_type
|
676 | [21Mar2025 20:33:15.567] [main/WARN] [net.minecraftforge.registries.ForgeRegistry/REGISTRIES]: Registry forge:global_loot_modifier_serializers: The object RecordCodec[UnitDecoder[vectorwing.farmersdelight.common.loot.modifier.AddItemModifier$$Lambda$41316/0x00007fa6a8b4a1f0@4b96aca4] * Field[conditions: passthrough[flatXmapped]] * Field[item: net.minecraftforge.registries.ForgeRegistry$RegistryCodec@102d328d] * OptionalFieldCodec[count: Int][xmapped]] has been registered twice for the same name farmersdelight:add_item.
|
677 | [21Mar2025 20:33:15.567] [main/WARN] [net.minecraftforge.registries.ForgeRegistry/REGISTRIES]: Registry forge:global_loot_modifier_serializers: The object RecordCodec[UnitDecoder[vectorwing.farmersdelight.common.loot.modifier.ReplaceItemModifier$$Lambda$41321/0x00007fa6a8b4ad30@646c84ae] * Field[conditions: passthrough[flatXmapped]] * Field[removed_item: net.minecraftforge.registries.ForgeRegistry$RegistryCodec@102d328d] * Field[added_item: net.minecraftforge.registries.ForgeRegistry$RegistryCodec@102d328d] * OptionalFieldCodec[count: Int][xmapped]] has been registered twice for the same name farmersdelight:replace_item.
|
678 | [21Mar2025 20:33:15.567] [main/WARN] [net.minecraftforge.registries.ForgeRegistry/REGISTRIES]: Registry forge:global_loot_modifier_serializers: The object RecordCodec[UnitDecoder[vectorwing.farmersdelight.common.loot.modifier.AddLootTableModifier$$Lambda$41324/0x00007fa6a8b4b400@3bb0fdb6] * Field[conditions: passthrough[flatXmapped]] * Field[lootTable: String[comapFlatMapped]]] has been registered twice for the same name farmersdelight:add_loot_table.
|
679 | [21Mar2025 20:33:15.567] [main/WARN] [net.minecraftforge.registries.ForgeRegistry/REGISTRIES]: Registry forge:global_loot_modifier_serializers: The object RecordCodec[UnitDecoder[vectorwing.farmersdelight.common.loot.modifier.PastrySlicingModifier$$Lambda$41327/0x00007fa6a8b4bab0@45bd95e8] * Field[conditions: passthrough[flatXmapped]] * Field[slice: net.minecraftforge.registries.ForgeRegistry$RegistryCodec@102d328d]] has been registered twice for the same name farmersdelight:pastry_slicing.
|
680 | [21Mar2025 20:33:15.647] [main/INFO] [Easy NPC/]: - Registering Synched Attack Data for EasyNPCBaseEntity.
|
681 | [21Mar2025 20:33:15.647] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.AttackData
|
682 | [21Mar2025 20:33:15.647] [main/INFO] [Easy NPC/]: - Registering Synched Attribute Data for EasyNPCBaseEntity.
|
683 | [21Mar2025 20:33:15.647] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.AttributeData
|
684 | [21Mar2025 20:33:15.647] [main/INFO] [Easy NPC/]: - Registering Synched Custom Attribute Data for EasyNPCBaseEntity.
|
685 | [21Mar2025 20:33:15.647] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.CustomAttributeData
|
686 | [21Mar2025 20:33:15.647] [main/INFO] [Easy NPC/]: - Registering Synched Display Attribute Data for EasyNPCBaseEntity.
|
687 | [21Mar2025 20:33:15.647] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.DisplayAttributeData
|
688 | [21Mar2025 20:33:15.647] [main/INFO] [Easy NPC/]: - Registering Synched Navigation Data for EasyNPCBaseEntity.
|
689 | [21Mar2025 20:33:15.647] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.NavigationData
|
690 | [21Mar2025 20:33:15.647] [main/INFO] [Easy NPC/]: - Registering Synched Owner Data for EasyNPCBaseEntity.
|
691 | [21Mar2025 20:33:15.647] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.OwnerData
|
692 | [21Mar2025 20:33:15.647] [main/INFO] [Easy NPC/]: - Registering Synched Profession Data for EasyNPCBaseEntity.
|
693 | [21Mar2025 20:33:15.647] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ProfessionData
|
694 | [21Mar2025 20:33:15.647] [main/INFO] [Easy NPC/]: - Registering Synched Render Data for EasyNPCBaseEntity.
|
695 | [21Mar2025 20:33:15.648] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.RenderData
|
696 | [21Mar2025 20:33:15.648] [main/INFO] [Easy NPC/]: - Registering Synched Skin Data for EasyNPCBaseEntity.
|
697 | [21Mar2025 20:33:15.648] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.SkinData
|
698 | [21Mar2025 20:33:15.648] [main/INFO] [Easy NPC/]: - Registering Synched Sound Data for EasyNPCBaseEntity.
|
699 | [21Mar2025 20:33:15.648] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.SoundData
|
700 | [21Mar2025 20:33:15.648] [main/INFO] [Easy NPC/]: - Registering Synched Trading Data for EasyNPCBaseEntity.
|
701 | [21Mar2025 20:33:15.648] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.TradingData
|
702 | [21Mar2025 20:33:15.648] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.TradingData
|
703 | [21Mar2025 20:33:15.648] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.TradingData
|
704 | [21Mar2025 20:33:15.648] [main/INFO] [Easy NPC/]: - Registering Synched Variant Data for EasyNPCBaseEntity.
|
705 | [21Mar2025 20:33:15.648] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.VariantData
|
706 | [21Mar2025 20:33:15.648] [main/INFO] [Easy NPC/]: - Registering Synched Model Data for EasyNPCBaseModelEntity.
|
707 | [21Mar2025 20:33:15.648] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelData
|
708 | [21Mar2025 20:33:15.648] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelData
|
709 | [21Mar2025 20:33:15.648] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelData
|
710 | [21Mar2025 20:33:15.648] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelData
|
711 | [21Mar2025 20:33:15.648] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelData
|
712 | [21Mar2025 20:33:15.648] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelData
|
713 | [21Mar2025 20:33:15.649] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelData
|
714 | [21Mar2025 20:33:15.649] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelData
|
715 | [21Mar2025 20:33:15.649] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelData
|
716 | [21Mar2025 20:33:15.649] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelData
|
717 | [21Mar2025 20:33:15.649] [main/INFO] [Easy NPC/]: - Registering Synched Model Position Data for EasyNPCBaseModelEntity.
|
718 | [21Mar2025 20:33:15.649] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelPositionData
|
719 | [21Mar2025 20:33:15.649] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelPositionData
|
720 | [21Mar2025 20:33:15.649] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelPositionData
|
721 | [21Mar2025 20:33:15.649] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelPositionData
|
722 | [21Mar2025 20:33:15.649] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelPositionData
|
723 | [21Mar2025 20:33:15.649] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelPositionData
|
724 | [21Mar2025 20:33:15.649] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelPositionData
|
725 | [21Mar2025 20:33:15.649] [main/INFO] [Easy NPC/]: - Registering Synched Model Rotation Data for EasyNPCBaseModelEntity.
|
726 | [21Mar2025 20:33:15.649] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelRotationData
|
727 | [21Mar2025 20:33:15.649] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelRotationData
|
728 | [21Mar2025 20:33:15.649] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelRotationData
|
729 | [21Mar2025 20:33:15.649] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelRotationData
|
730 | [21Mar2025 20:33:15.649] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelRotationData
|
731 | [21Mar2025 20:33:15.649] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelRotationData
|
732 | [21Mar2025 20:33:15.649] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelRotationData
|
733 | [21Mar2025 20:33:15.649] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelRotationData
|
734 | [21Mar2025 20:33:15.649] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelRotationData
|
735 | [21Mar2025 20:33:15.650] [main/INFO] [Easy NPC/]: - Registering Synched Model Visibility Data for EasyNPCBaseModelEntity.
|
736 | [21Mar2025 20:33:15.650] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelVisibilityData
|
737 | [21Mar2025 20:33:15.650] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelVisibilityData
|
738 | [21Mar2025 20:33:15.650] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelVisibilityData
|
739 | [21Mar2025 20:33:15.650] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelVisibilityData
|
740 | [21Mar2025 20:33:15.650] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelVisibilityData
|
741 | [21Mar2025 20:33:15.650] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelVisibilityData
|
742 | [21Mar2025 20:33:15.650] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelVisibilityData
|
743 | [21Mar2025 20:33:15.650] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelVisibilityData
|
744 | [21Mar2025 20:33:15.650] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelVisibilityData
|
745 | [21Mar2025 20:33:15.650] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelVisibilityData
|
746 | [21Mar2025 20:33:15.650] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ModelVisibilityData
|
747 | [21Mar2025 20:33:15.650] [main/INFO] [Easy NPC/]: - Registering Synched Scale Data for EasyNPCBaseModelEntity.
|
748 | [21Mar2025 20:33:15.650] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ScaleData
|
749 | [21Mar2025 20:33:15.650] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ScaleData
|
750 | [21Mar2025 20:33:15.650] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class de.markusbordihn.easynpc.entity.EasyNPCBaseModelEntity from interface de.markusbordihn.easynpc.entity.easynpc.data.ScaleData
|
751 | [21Mar2025 20:33:15.691] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class net.mcreator.borninchaosv.entity.BabySpiderEntity from class net.mcreator.borninchaosv.entity.MotherSpiderEntity
|
752 | [21Mar2025 20:33:15.696] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class com.github.alexmodguy.alexscaves.server.entity.living.TremorzillaEntity from class com.github.alexmodguy.alexscaves.server.entity.living.LicowitchEntity
|
753 | [21Mar2025 20:33:15.934] [main/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file /root/server/config/guardvillagers-common.toml is not correct. Correcting
|
754 | [21Mar2025 20:33:15.946] [main/INFO] [com.tom.storagemod.StorageMod/]: Loaded Tom's Simple Storage config file toms_storage-common.toml
|
755 | [21Mar2025 20:33:15.951] [main/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file /root/server/config/mobtimizations/features.toml is not correct. Correcting
|
756 | [21Mar2025 20:33:15.951] [main/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general was corrected from null to its default, SimpleCommentedConfig:{}.
|
757 | [21Mar2025 20:33:15.951] [main/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.optimizationZombieVillageRaid was corrected from null to its default, true.
|
758 | [21Mar2025 20:33:15.951] [main/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.optimizationMobEnemyTargeting was corrected from null to its default, true.
|
759 | [21Mar2025 20:33:15.951] [main/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.optimizationMobWandering was corrected from null to its default, true.
|
760 | [21Mar2025 20:33:15.951] [main/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.optimizationMobRepathfinding was corrected from null to its default, true.
|
761 | [21Mar2025 20:33:15.951] [main/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.optimizationZombieSearchAndDestroyTurtleEgg was corrected from null to its default, true.
|
762 | [21Mar2025 20:33:15.951] [main/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.optimizationMonsterHazardAvoidingPathfollowing was corrected from null to its default, true.
|
763 | [21Mar2025 20:33:15.951] [main/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.playerProximityReducedRate was corrected from null to its default, true.
|
764 | [21Mar2025 20:33:15.952] [main/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file /root/server/config/mobtimizations/features-customization.toml is not correct. Correcting
|
765 | [21Mar2025 20:33:15.952] [main/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general was corrected from null to its default, SimpleCommentedConfig:{}.
|
766 | [21Mar2025 20:33:15.952] [main/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.zombieVillageRaidPercentChance was corrected from null to its default, 33.
|
767 | [21Mar2025 20:33:15.952] [main/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.zombieSearchAndDestroyTurtleEggPercentChance was corrected from null to its default, 0.
|
768 | [21Mar2025 20:33:15.952] [main/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.mobWanderingPercentChance was corrected from null to its default, 100.
|
769 | [21Mar2025 20:33:15.952] [main/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.mobWanderingDelay was corrected from null to its default, 100.
|
770 | [21Mar2025 20:33:15.952] [main/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.mobWanderingReducedRateMultiplier was corrected from null to its default, 6.
|
771 | [21Mar2025 20:33:15.952] [main/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.mobEnemyTargetingReducedRatePercentChance was corrected from null to its default, 10.
|
772 | [21Mar2025 20:33:15.952] [main/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.playerProximityReducedRateRangeCutoff was corrected from null to its default, 12.
|
773 | [21Mar2025 20:33:15.952] [main/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.playerProximityReducedRatePlayerScanRate was corrected from null to its default, 40.
|
774 | [21Mar2025 20:33:16.237] [modloading-worker-0/INFO] [com.tom.storagemod.StorageMod/]: Tom's Storage Setup starting
|
775 | [21Mar2025 20:33:16.238] [modloading-worker-0/INFO] [com.tom.storagemod.StorageMod/]: Initilaized Network Handler
|
776 | [21Mar2025 20:33:16.240] [modloading-worker-0/INFO] [mekanism.common.Mekanism/]: Version 10.4.15 initializing...
|
777 | [21Mar2025 20:33:16.248] [modloading-worker-0/INFO] [voicechat/]: [voicechat] Compatibility version 18
|
778 | [21Mar2025 20:33:16.250] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [maxhealthfix] Starting version check at https://updates.blamejared.com/get?n=maxhealthfix&gv=1.20.1
|
779 | [21Mar2025 20:33:16.267] [modloading-worker-0/INFO] [CorgiLib/]: Initializing network...
|
780 | [21Mar2025 20:33:16.269] [modloading-worker-0/INFO] [CorgiLib/]: Initialized network!
|
781 | [21Mar2025 20:33:16.281] [modloading-worker-0/INFO] [mekanism.common.Mekanism/]: Fake player readout: UUID = 46e82cd0-d480-3d48-800a-77431ede078e, name = [Mekanism]
|
782 | [21Mar2025 20:33:16.281] [modloading-worker-0/INFO] [mekanism.common.Mekanism/]: Mod loaded.
|
783 | [21Mar2025 20:33:16.283] [modloading-worker-0/INFO] [voicechat/]: [voicechat] Loading plugins
|
784 | [21Mar2025 20:33:16.297] [modloading-worker-0/INFO] [voicechat/]: [voicechat] Loaded 1 plugin(s)
|
785 | [21Mar2025 20:33:16.297] [modloading-worker-0/INFO] [voicechat/]: [voicechat] Initializing plugins
|
786 | [21Mar2025 20:33:16.322] [modloading-worker-0/INFO] [Sound Physics - General/]: Initializing Simple Voice Chat integration
|
787 | [21Mar2025 20:33:16.322] [modloading-worker-0/INFO] [voicechat/]: [voicechat] Initialized 1 plugin(s)
|
788 | [21Mar2025 20:33:16.324] [modloading-worker-0/INFO] [voicechat/]: [voicechat] Registering events for 'sound_physics_remastered'
|
789 | [21Mar2025 20:33:16.329] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [maxhealthfix] Found status: BETA Current: 12.0.3 Target: 12.0.3
|
790 | [21Mar2025 20:33:16.329] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [guardvillagers] Starting version check at https://raw.githubusercontent.com/seymourimadeit/guardvillagers/master/update.json
|
791 | [21Mar2025 20:33:16.331] [modloading-worker-0/INFO] [com.connectivity.Connectivity/]: Connectivity initialized
|
792 | [21Mar2025 20:33:16.348] [modloading-worker-0/INFO] [com.lootintegrations.LootintegrationsMod/]: lootintegrations mod initialized
|
793 | [21Mar2025 20:33:16.360] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [guardvillagers] Found status: BETA Current: 1.20.1-1.6.10 Target: 1.20-1.6.5
|
794 | [21Mar2025 20:33:16.360] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [structure_gel] Starting version check at http://changelogs.moddinglegacy.com/structure-gel.json
|
795 | [21Mar2025 20:33:16.364] [modloading-worker-0/INFO] [mekanism.common.Mekanism/]: Loaded 'Mekanism: Generators' module.
|
796 | [21Mar2025 20:33:16.370] [modloading-worker-0/INFO] [cn.foggyhillside.ends_delight.EndsDelight/]: HELLO FROM PREINIT
|
797 | [21Mar2025 20:33:16.370] [modloading-worker-0/INFO] [cn.foggyhillside.ends_delight.EndsDelight/]: DIRT BLOCK >> translation{key='block.minecraft.dirt', args=[]}
|
798 | [21Mar2025 20:33:16.370] [modloading-worker-0/INFO] [com.axedgaming.endersdelight.EndersDelight/]: HELLO FROM PREINIT
|
799 | [21Mar2025 20:33:16.370] [modloading-worker-0/INFO] [com.axedgaming.endersdelight.EndersDelight/]: DIRT BLOCK >> translation{key='block.minecraft.dirt', args=[]}
|
800 | [21Mar2025 20:33:16.384] [modloading-worker-0/INFO] [Enigmatic Legacy/INFO]: Initializing common setup phase...
|
801 | [21Mar2025 20:33:16.384] [modloading-worker-0/INFO] [Enigmatic Legacy/INFO]: Registering packets...
|
802 | [21Mar2025 20:33:16.431] [modloading-worker-0/INFO] [Enigmatic Legacy/INFO]: Registering triggers...
|
803 | [21Mar2025 20:33:16.433] [modloading-worker-0/INFO] [Enigmatic Legacy/INFO]: Registering stats...
|
804 | [21Mar2025 20:33:16.433] [modloading-worker-0/INFO] [Enigmatic Legacy/INFO]: Common setup phase finished successfully.
|
805 | [21Mar2025 20:33:16.448] [modloading-worker-0/INFO] [Mystical Agriculture/]: Loaded 136 crops
|
806 | [21Mar2025 20:33:16.448] [modloading-worker-0/INFO] [Mystical Agriculture/]: Loaded 6 crop tiers
|
807 | [21Mar2025 20:33:16.448] [modloading-worker-0/INFO] [Mystical Agriculture/]: Loaded 2 crop types
|
808 | [21Mar2025 20:33:16.448] [modloading-worker-0/INFO] [Mystical Agriculture/]: Loaded 55 augments
|
809 | [21Mar2025 20:33:16.448] [modloading-worker-0/INFO] [Mystical Agriculture/]: Loaded 20 mob soul types
|
810 | [21Mar2025 20:33:16.451] [modloading-worker-0/INFO] [jerintegration/]: Applying Create patch
|
811 | [21Mar2025 20:33:16.452] [modloading-worker-0/INFO] [jerintegration/]: Failing to apply patch for Create
|
812 | [21Mar2025 20:33:16.453] [modloading-worker-0/INFO] [jerintegration/]: Applying Mekanism patch
|
813 | [21Mar2025 20:33:16.468] [modloading-worker-0/ERROR] [patchouli/]: Failed to load book iammusicplayer:manual defined by mod iammusicplayer, skipping
|
814 | java.lang.IllegalArgumentException: Book iammusicplayer:manual has use_resource_pack set to false. This behaviour was removed in 1.20. The book author should enable this flag and move all book contents clientside to /assets/, leaving the book.json in /data/. See https://vazkiimods.github.io/Patchouli/docs/upgrading/upgrade-guide-120 for details.
|
815 | at vazkii.patchouli.common.book.Book.<init>(Book.java:145) ~[Patchouli-1.20.1-84.1-FORGE.jar%23455!/:1.20.1-84.1-FORGE]
|
816 | at vazkii.patchouli.common.book.BookRegistry.loadBook(BookRegistry.java:90) ~[Patchouli-1.20.1-84.1-FORGE.jar%23455!/:1.20.1-84.1-FORGE]
|
817 | at vazkii.patchouli.common.book.BookRegistry.lambda$init$3(BookRegistry.java:75) ~[Patchouli-1.20.1-84.1-FORGE.jar%23455!/:1.20.1-84.1-FORGE]
|
818 | at java.util.HashMap.forEach(HashMap.java:1421) ~[?:?]
|
819 | at vazkii.patchouli.common.book.BookRegistry.init(BookRegistry.java:70) ~[Patchouli-1.20.1-84.1-FORGE.jar%23455!/:1.20.1-84.1-FORGE]
|
820 | at vazkii.patchouli.forge.common.ForgeModInitializer.onInitialize(ForgeModInitializer.java:76) ~[Patchouli-1.20.1-84.1-FORGE.jar%23455!/:1.20.1-84.1-FORGE]
|
821 | at vazkii.patchouli.forge.common.__ForgeModInitializer_onInitialize_FMLCommonSetupEvent.invoke(.dynamic) ~[Patchouli-1.20.1-84.1-FORGE.jar%23455!/:1.20.1-84.1-FORGE]
|
822 | at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.5.jar%2352!/:?]
|
823 | at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%2352!/:?]
|
824 | at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%2352!/:?]
|
825 | at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:121) ~[javafmllanguage-1.20.1-47.4.0.jar%23515!/:?]
|
826 | at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$5(ModContainer.java:127) ~[fmlcore-1.20.1-47.4.0.jar%23514!/:?]
|
827 | at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?]
|
828 | at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?]
|
829 | at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?]
|
830 | at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?]
|
831 | at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?]
|
832 | at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?]
|
833 | at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?]
|
834 | [21Mar2025 20:33:16.579] [modloading-worker-0/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 clay_ball = 1 clay
|
835 | [21Mar2025 20:33:16.588] [modloading-worker-0/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 snowball = 1 snow_block
|
836 | [21Mar2025 20:33:16.588] [modloading-worker-0/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 glowstone_dust = 1 glowstone
|
837 | [21Mar2025 20:33:16.589] [modloading-worker-0/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 brick = 1 bricks
|
838 | [21Mar2025 20:33:16.589] [modloading-worker-0/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 nether_brick = 1 nether_bricks
|
839 | [21Mar2025 20:33:16.589] [modloading-worker-0/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 9 nether_wart = 1 nether_wart_block
|
840 | [21Mar2025 20:33:16.589] [modloading-worker-0/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 quartz = 1 quartz_block
|
841 | [21Mar2025 20:33:16.589] [modloading-worker-0/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 9 melon_slice = 1 melon
|
842 | [21Mar2025 20:33:16.589] [modloading-worker-0/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 sand = 1 sandstone
|
843 | [21Mar2025 20:33:16.589] [modloading-worker-0/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 red_sand = 1 red_sandstone
|
844 | [21Mar2025 20:33:16.589] [modloading-worker-0/INFO] [com.jaquadro.minecraft.storagedrawers.StorageDrawers/]: New compacting rule 4 clay_ball = 1 clay
|
845 | [21Mar2025 20:33:16.798] [Thread-1/INFO] [ModernFix/]: Please use /mfsrc to reload any changed mod config files
|
846 | [21Mar2025 20:33:16.973] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [structure_gel] Found status: BETA Current: 2.16.2 Target: null
|
847 | [21Mar2025 20:33:16.973] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [searchables] Starting version check at https://updates.blamejared.com/get?n=searchables&gv=1.20.1
|
848 | [21Mar2025 20:33:16.993] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [searchables] Found status: BETA Current: 1.0.3 Target: 1.0.3
|
849 | [21Mar2025 20:33:16.993] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [cumulus_menus] Starting version check at https://github.com/The-Aether-Team/Cumulus/raw/1.20.1-develop/update.json
|
850 | [21Mar2025 20:33:17.175] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [cumulus_menus] Found status: UP_TO_DATE Current: 1.20.1-1.0.1-neoforge Target: null
|
851 | [21Mar2025 20:33:17.175] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [toms_storage] Starting version check at https://raw.githubusercontent.com/tom5454/Toms-Storage/master/version-check.json
|
852 | [21Mar2025 20:33:17.182] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [toms_storage] Found status: BETA Current: 1.7.0 Target: 1.6.9
|
853 | [21Mar2025 20:33:17.182] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [codechickenlib] Starting version check at https://version-check.covers1624.net/check/?mod=CodeChickenLib&mc=1.20.1
|
854 | [21Mar2025 20:33:17.431] [main/INFO] [terrablender/]: Registered region minecraft:overworld to index 0 for type OVERWORLD
|
855 | [21Mar2025 20:33:17.431] [main/INFO] [terrablender/]: Registered region minecraft:nether to index 0 for type NETHER
|
856 | [21Mar2025 20:33:17.431] [main/INFO] [terrablender/]: Registered region aether:the_aether to index 0 for type THE_AETHER
|
857 | [21Mar2025 20:33:17.431] [main/INFO] [terrablender/]: Registered region biomesoplenty:overworld_primary to index 1 for type OVERWORLD
|
858 | [21Mar2025 20:33:17.431] [main/INFO] [terrablender/]: Registered region biomesoplenty:overworld_secondary to index 2 for type OVERWORLD
|
859 | [21Mar2025 20:33:17.431] [main/INFO] [terrablender/]: Registered region biomesoplenty:overworld_rare to index 3 for type OVERWORLD
|
860 | [21Mar2025 20:33:17.431] [main/INFO] [terrablender/]: Registered region biomesoplenty:nether_common to index 1 for type NETHER
|
861 | [21Mar2025 20:33:17.431] [main/INFO] [terrablender/]: Registered region biomesoplenty:nether_rare to index 2 for type NETHER
|
862 | [21Mar2025 20:33:17.469] [main/INFO] [zeta/]: Common setup: Performing initial refresh of zeta's config on thread 'main'
|
863 | [21Mar2025 20:33:17.469] [main/INFO] [zeta/]: 'zeta' is enabling Zeta's piston structure resolver.
|
864 | [21Mar2025 20:33:17.470] [main/INFO] [zeta/]: Waiting for server start before accepting filewatcher changes to zeta's config
|
865 | [21Mar2025 20:33:17.506] [main/INFO] [terrablender/]: Registered region hexerei:overworld to index 4 for type OVERWORLD
|
866 | [21Mar2025 20:33:17.507] [main/INFO] [Easy NPC/]: 🗣 Register Easy NPC Network Handler for net.minecraftforge.network.simple.SimpleChannel@476ba63d with version 23
|
867 | [21Mar2025 20:33:17.508] [main/INFO] [Easy NPC/]: 🗣 Register Easy NPC Network Handler ...
|
868 | [21Mar2025 20:33:17.508] [main/INFO] [Easy NPC/]: Registering network messages for BOTH side ...
|
869 | [21Mar2025 20:33:17.509] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering client network message ExportClientPresetMessage with easy_npc:preset_export_client (0)
|
870 | [21Mar2025 20:33:17.510] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering client network message OpenMenuCallbackMessage with easy_npc:open_menu_callback_message (1)
|
871 | [21Mar2025 20:33:17.510] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering client network message SyncDataMessage with easy_npc:sync_data (2)
|
872 | [21Mar2025 20:33:17.510] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message AddOrUpdateObjectiveMessage with easy_npc:add_objective (3)
|
873 | [21Mar2025 20:33:17.511] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message ChangeActionEventMessage with easy_npc:change_action_event (4)
|
874 | [21Mar2025 20:33:17.512] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message ChangeAdvancedTradingMessage with easy_npc:change_advanced_trading (5)
|
875 | [21Mar2025 20:33:17.512] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message ChangeBasicTradingMessage with easy_npc:change_basic_trading (6)
|
876 | [21Mar2025 20:33:17.513] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message ChangeCombatAttributeMessage with easy_npc:change_combat_attribute (7)
|
877 | [21Mar2025 20:33:17.513] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message ChangeDisplayAttributeMessage with easy_npc:change_display_attribute (8)
|
878 | [21Mar2025 20:33:17.514] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message ChangeEntityAttributeMessage with easy_npc:change_entity_attribute (9)
|
879 | [21Mar2025 20:33:17.514] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message ChangeEntityBaseAttributeMessage with easy_npc:change_entity_base_attribute (10)
|
880 | [21Mar2025 20:33:17.515] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message ChangeEnvironmentalAttributeMessage with easy_npc:change_environmental_attribute (11)
|
881 | [21Mar2025 20:33:17.515] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message ChangeInteractionAttributeMessage with easy_npc:change_interaction_attribute (12)
|
882 | [21Mar2025 20:33:17.515] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message ChangeModelEquipmentVisibilityMessage with easy_npc:change_model_equipment_visibility (13)
|
883 | [21Mar2025 20:33:17.516] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message ChangeModelLockRotationMessage with easy_npc:change_model_lock_rotation (14)
|
884 | [21Mar2025 20:33:17.516] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message ChangeModelPoseMessage with easy_npc:change_model_pose (15)
|
885 | [21Mar2025 20:33:17.517] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message ChangeModelPositionMessage with easy_npc:change_model_position (16)
|
886 | [21Mar2025 20:33:17.517] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message ChangeModelRotationMessage with easy_npc:change_model_rotation (17)
|
887 | [21Mar2025 20:33:17.517] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message ChangeModelVisibilityMessage with easy_npc:change_model_visibility (18)
|
888 | [21Mar2025 20:33:17.518] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message ChangeMovementAttributeMessage with easy_npc:change_movement_attribute (19)
|
889 | [21Mar2025 20:33:17.518] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message ChangeNameMessage with easy_npc:change_name (20)
|
890 | [21Mar2025 20:33:17.519] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message ChangePoseMessage with easy_npc:change_pose (21)
|
891 | [21Mar2025 20:33:17.519] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message ChangePositionMessage with easy_npc:change_position (22)
|
892 | [21Mar2025 20:33:17.519] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message ChangeProfessionMessage with easy_npc:change_profession (23)
|
893 | [21Mar2025 20:33:17.520] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message ChangeRendererMessage with easy_npc:change_renderer (24)
|
894 | [21Mar2025 20:33:17.520] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message ChangeScaleMessage with easy_npc:change_scale (25)
|
895 | [21Mar2025 20:33:17.521] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message ChangeSkinMessage with easy_npc:change_skin (26)
|
896 | [21Mar2025 20:33:17.522] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message ChangeSpawnerSettingMessage with easy_npc:change_spawner_settings (27)
|
897 | [21Mar2025 20:33:17.522] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message ChangeTradingTypeMessage with easy_npc:change_trading_type (28)
|
898 | [21Mar2025 20:33:17.522] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message ExecuteActionEventMessage with easy_npc:trigger_action_event (29)
|
899 | [21Mar2025 20:33:17.523] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message ExecuteDialogButtonActionMessage with easy_npc:dialog_button_action (30)
|
900 | [21Mar2025 20:33:17.523] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message ExportPresetMessage with easy_npc:export_preset (31)
|
901 | [21Mar2025 20:33:17.523] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message ExportWorldPresetMessage with easy_npc:export_world_preset (32)
|
902 | [21Mar2025 20:33:17.524] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message ImportPresetMessage with easy_npc:import_preset (33)
|
903 | [21Mar2025 20:33:17.524] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message OpenActionDataEditorMessage with easy_npc:open_action_data_editor (34)
|
904 | [21Mar2025 20:33:17.525] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message OpenActionDataEntryEditorMessage with easy_npc:open_action_data_entry_editor (35)
|
905 | [21Mar2025 20:33:17.525] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message OpenConfigurationMessage with easy_npc:open_configuration_screen (36)
|
906 | [21Mar2025 20:33:17.525] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message OpenDialogButtonEditorMessage with easy_npc:open_dialog_button_editor (37)
|
907 | [21Mar2025 20:33:17.526] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message OpenDialogEditorMessage with easy_npc:open_dialog_editor (38)
|
908 | [21Mar2025 20:33:17.526] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message OpenMenuMessage with easy_npc:open_menu_message (39)
|
909 | [21Mar2025 20:33:17.526] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message OpenDialogTextEditorMessage with easy_npc:open_dialog_text_editor (40)
|
910 | [21Mar2025 20:33:17.527] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message RemoveDialogButtonMessage with easy_npc:remove_dialog_button (41)
|
911 | [21Mar2025 20:33:17.527] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message RemoveDialogMessage with easy_npc:remove_dialog (42)
|
912 | [21Mar2025 20:33:17.527] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message RemoveNPCMessage with easy_npc:remove_npc (43)
|
913 | [21Mar2025 20:33:17.528] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message RemoveObjectiveMessage with easy_npc:remove_objective (44)
|
914 | [21Mar2025 20:33:17.528] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message RequestDataSyncMessage with easy_npc:request_data_sync (45)
|
915 | [21Mar2025 20:33:17.528] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message RespawnNPCMessage with easy_npc:respawn_npc (46)
|
916 | [21Mar2025 20:33:17.529] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message SaveDialogButtonMessage with easy_npc:save_dialog_button (47)
|
917 | [21Mar2025 20:33:17.529] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message SaveDialogMessage with easy_npc:save_dialog (48)
|
918 | [21Mar2025 20:33:17.529] [main/INFO] [Easy NPC/]: [NetworkHandler] Registering server network message SaveDialogSetMessage with easy_npc:save_dialog_set (49)
|
919 | [21Mar2025 20:33:17.533] [main/INFO] [terrablender/]: Registered region deep_aether:deep_aether to index 1 for type THE_AETHER
|
920 | [21Mar2025 20:33:17.534] [main/INFO] [terrablender/]: Registered region deep_aether:rare to index 2 for type THE_AETHER
|
921 | [21Mar2025 20:33:17.540] [main/INFO] [terrablender/]: Registered region ars_nouveau:overworld to index 5 for type OVERWORLD
|
922 | [21Mar2025 20:33:17.606] [main/INFO] [terrablender/]: Registered region biomeswevegone:region_0 to index 6 for type OVERWORLD
|
923 | [21Mar2025 20:33:17.606] [main/INFO] [terrablender/]: Registered region biomeswevegone:region_1 to index 7 for type OVERWORLD
|
924 | [21Mar2025 20:33:17.606] [main/INFO] [terrablender/]: Registered region biomeswevegone:region_2 to index 8 for type OVERWORLD
|
925 | [21Mar2025 20:33:17.628] [main/INFO] [tacz/SYNCED_ENTITY_DATA_TAC_COPY]: Registered synced data key tacz:shoot_cool_down for minecraft:living_entity
|
926 | [21Mar2025 20:33:17.628] [main/INFO] [tacz/SYNCED_ENTITY_DATA_TAC_COPY]: Registered synced data key tacz:melee_cool_down for minecraft:living_entity
|
927 | [21Mar2025 20:33:17.628] [main/INFO] [tacz/SYNCED_ENTITY_DATA_TAC_COPY]: Registered synced data key tacz:reload_state for minecraft:living_entity
|
928 | [21Mar2025 20:33:17.628] [main/INFO] [tacz/SYNCED_ENTITY_DATA_TAC_COPY]: Registered synced data key tacz:aiming_progress for minecraft:living_entity
|
929 | [21Mar2025 20:33:17.628] [main/INFO] [tacz/SYNCED_ENTITY_DATA_TAC_COPY]: Registered synced data key tacz:draw_cool_down for minecraft:living_entity
|
930 | [21Mar2025 20:33:17.628] [main/INFO] [tacz/SYNCED_ENTITY_DATA_TAC_COPY]: Registered synced data key tacz:is_aiming for minecraft:living_entity
|
931 | [21Mar2025 20:33:17.628] [main/INFO] [tacz/SYNCED_ENTITY_DATA_TAC_COPY]: Registered synced data key tacz:sprint_time for minecraft:living_entity
|
932 | [21Mar2025 20:33:17.628] [main/INFO] [tacz/SYNCED_ENTITY_DATA_TAC_COPY]: Registered synced data key tacz:is_bolting for minecraft:living_entity
|
933 | [21Mar2025 20:33:17.711] [main/INFO] [Moonlight/]: Initialized color sets in 52ms
|
934 | [21Mar2025 20:33:17.717] [main/INFO] [terrablender/]: Registered region quark:biome_provider to index 9 for type OVERWORLD
|
935 | [21Mar2025 20:33:17.717] [main/INFO] [quark-zeta/]: Common setup: Performing initial refresh of quark's config on thread 'main'
|
936 | [21Mar2025 20:33:17.730] [main/INFO] [quark-zeta/]: Waiting for server start before accepting filewatcher changes to quark's config
|
937 | [21Mar2025 20:33:17.759] [main/INFO] [Supplementaries/]: Finished mod setup in: [1, 2, 0, 0, 0, 0, 5, 7, 0] ms
|
938 | [21Mar2025 20:33:17.870] [modloading-worker-0/INFO] [xaero.minimap.XaeroMinimap/]: Loading Xaero's Minimap - Stage 1/2 (Server)
|
939 | [21Mar2025 20:33:17.870] [modloading-worker-0/INFO] [xaero.map.server.WorldMapServer/]: Loading Xaero's World Map - Stage 1/2 (Server)
|
940 | [21Mar2025 20:33:17.895] [main/INFO] [xaero.map.server.WorldMapServer/]: Loading Xaero's World Map - Stage 2/2 (Server)
|
941 | [21Mar2025 20:33:17.895] [main/INFO] [xaero.minimap.XaeroMinimap/]: Loading Xaero's Minimap - Stage 2/2 (Server)
|
942 | [21Mar2025 20:33:17.972] [modloading-worker-0/INFO] [Enigmatic Legacy/INFO]: Sending messages to Curios API...
|
943 | [21Mar2025 20:33:18.051] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [codechickenlib] Found status: UP_TO_DATE Current: **.**.**.** Target: null
|
944 | [21Mar2025 20:33:18.051] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [harvest_with_ease] Starting version check at https://api.modrinth.com/updates/harvest-with-ease/forge_updates.json
|
945 | [21Mar2025 20:33:18.078] [modloading-worker-0/INFO] [io.redspace.ironsspellbooks.IronsSpellbooks/]: Got IMC []
|
946 | [21Mar2025 20:33:18.179] [modloading-worker-0/INFO] [AttributeFix/]: Loaded values for 99 compatible attributes.
|
947 | [21Mar2025 20:33:18.180] [modloading-worker-0/INFO] [Enigmatic Legacy/INFO]: Initializing load completion phase...
|
948 | [21Mar2025 20:33:18.180] [modloading-worker-0/INFO] [Enigmatic Legacy/INFO]: Registering brewing recipes...
|
949 | [21Mar2025 20:33:18.181] [modloading-worker-0/INFO] [AttributeFix/]: Loaded 99 values from config.
|
950 | [21Mar2025 20:33:18.185] [modloading-worker-0/INFO] [AttributeFix/]: Saving config file. 99 entries.
|
951 | [21Mar2025 20:33:18.186] [modloading-worker-0/INFO] [AttributeFix/]: Applying changes for 99 attributes.
|
952 | [21Mar2025 20:33:18.193] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [harvest_with_ease] Found status: UP_TO_DATE Current: 9.4.0 Target: null
|
953 | [21Mar2025 20:33:18.193] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [attributefix] Starting version check at https://updates.blamejared.com/get?n=attributefix&gv=1.20.1
|
954 | [21Mar2025 20:33:18.207] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at net.blay09.mods.balm.forge.compat.hudinfo.ForgeJadeModCompat
|
955 | [21Mar2025 20:33:18.209] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [attributefix] Found status: BETA Current: 21.0.4 Target: 21.0.4
|
956 | [21Mar2025 20:33:18.210] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json
|
957 | [21Mar2025 20:33:18.210] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at snownee.jade.addon.JadeAddonsBase
|
958 | [21Mar2025 20:33:18.214] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at mekanism.common.integration.lookingat.jade.MekanismJadePlugin
|
959 | [21Mar2025 20:33:18.215] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at de.maxhenkel.pipez.integration.waila.PluginPipes
|
960 | [21Mar2025 20:33:18.216] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at net.geforcemods.securitycraft.compat.hudmods.JadeDataProvider
|
961 | [21Mar2025 20:33:18.217] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at com.hollingsworth.arsnouveau.client.waila.WailaArsNouveauPlugin
|
962 | [21Mar2025 20:33:18.217] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at com.aetherteam.aether.integration.jade.AetherJadePlugin
|
963 | [21Mar2025 20:33:18.218] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at twilightforest.compat.jade.JadeCompat
|
964 | [21Mar2025 20:33:18.218] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at de.maxhenkel.camera.integration.waila.PluginCamera
|
965 | [21Mar2025 20:33:18.218] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at net.p3pp3rf1y.sophisticatedstorage.compat.jade.StorageJadePlugin
|
966 | [21Mar2025 20:33:18.218] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at xfacthd.framedblocks.common.compat.jade.FramedJadePlugin
|
967 | [21Mar2025 20:33:18.218] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at net.blay09.mods.waystones.compat.JadeIntegration
|
968 | [21Mar2025 20:33:18.218] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at com.blakebr0.mysticalagriculture.compat.JadeCompat
|
969 | [21Mar2025 20:33:18.219] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at dev.smolinacadena.appliedcooking.compat.jade.JadePlugin
|
970 | [21Mar2025 20:33:18.219] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at net.blay09.mods.cookingforblockheads.compat.ForgeJadeCookingForBlockheadsPlugin
|
971 | [21Mar2025 20:33:18.219] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at snownee.jade.addon.vanilla.VanillaPlugin
|
972 | [21Mar2025 20:33:18.225] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at snownee.jade.addon.universal.UniversalPlugin
|
973 | [21Mar2025 20:33:18.227] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at snownee.jade.addon.core.CorePlugin
|
974 | [21Mar2025 20:33:18.227] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at appeng.integration.modules.jade.JadeModule
|
975 | [21Mar2025 20:33:18.237] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at com.glodblock.github.extendedae.xmod.jade.JadePlugin
|
976 | [21Mar2025 20:33:18.238] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at net.mehvahdjukaar.supplementaries.integration.JadeCompat
|
977 | [21Mar2025 20:33:18.238] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at com.jaquadro.minecraft.storagedrawers.integration.Waila
|
978 | [21Mar2025 20:33:18.238] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at me.ramidzkh.mekae2.integration.jade.AMJadePlugin
|
979 | [21Mar2025 20:33:18.334] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Found status: UP_TO_DATE Current: 47.4.0 Target: null
|
980 | [21Mar2025 20:33:18.334] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [zerocore] Starting version check at https://raw.githubusercontent.com/ZeroNoRyouki/ModUpdates/master/ZeroCore2.json
|
981 | [21Mar2025 20:33:18.341] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [zerocore] Found status: UP_TO_DATE Current: 1.20.1-2.1.47 Target: null
|
982 | [21Mar2025 20:33:18.341] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [voicechat] Starting version check at https://update.maxhenkel.de/forge/voicechat
|
983 | [21Mar2025 20:33:18.396] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [voicechat] Found status: OUTDATED Current: 1.20.1-2.5.26 Target: 1.20.1-2.5.28
|
984 | [21Mar2025 20:33:18.396] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [sound_physics_remastered] Starting version check at https://update.maxhenkel.de/forge/sound_physics_remastered
|
985 | [21Mar2025 20:33:18.409] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [sound_physics_remastered] Found status: AHEAD Current: 1.20.1-1.4.8 Target: null
|
986 | [21Mar2025 20:33:18.409] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [pipez] Starting version check at https://update.maxhenkel.de/forge/pipez
|
987 | [21Mar2025 20:33:18.422] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [pipez] Found status: AHEAD Current: 1.20.1-1.2.16 Target: null
|
988 | [21Mar2025 20:33:18.422] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [securitycraft] Starting version check at https://www.github.com/Geforce132/SecurityCraft/raw/master/Updates/Forge.json
|
989 | [21Mar2025 20:33:18.429] [modloading-worker-0/INFO] [Enigmatic Legacy/INFO]: Successfully fetched the list of devoted believers from Enigmatic Legacy's repository.
|
990 | [21Mar2025 20:33:18.429] [modloading-worker-0/INFO] [Enigmatic Legacy/INFO]: Successfully backed up the list of devoted believers.
|
991 | [21Mar2025 20:33:18.429] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: ObsidianFlight, UUID: 0cf25168-1b5a-4ac9-90eb-45bb20b0afab
|
992 | [21Mar2025 20:33:18.430] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: Alexsist, UUID: b77d12d4-627f-47d3-965a-74e4f41854cc
|
993 | [21Mar2025 20:33:18.430] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: Volsarex, UUID: e9907457-0251-42de-86b7-32289c19a6c4
|
994 | [21Mar2025 20:33:18.430] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: Tar, UUID: 64d64b70-fde8-467e-ad70-271d5ddf26f6
|
995 | [21Mar2025 20:33:18.430] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: Strgnv, UUID: 93f46b5e-3f96-4bde-9de9-96e7210441f9
|
996 | [21Mar2025 20:33:18.430] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: SoulRacer65, UUID: a9ca1491-c6b2-4502-a585-94336fb07e75
|
997 | [21Mar2025 20:33:18.430] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: legitch, UUID: 64906813-adac-4aa9-8ac9-f25dbb677102
|
998 | [21Mar2025 20:33:18.430] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: TheOutlander, UUID: 9c22cd32-4dff-42b9-946c-69548781f894
|
999 | [21Mar2025 20:33:18.430] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: Crobee, UUID: ed207d6d-0bec-4e0b-9674-d8455f017441
|
1000 | [21Mar2025 20:33:18.430] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: Exlor, UUID: d45f7a78-513c-43ed-b2f7-6447a92ddaf2
|
1001 | [21Mar2025 20:33:18.430] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: IaruEmbyr, UUID: 97b38aa9-8c8b-4b50-8b69-f71db9a5c2d3
|
1002 | [21Mar2025 20:33:18.430] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: HunterPhantom, UUID: b818e7a3-997e-4456-a7f0-dc7c97c42892
|
1003 | [21Mar2025 20:33:18.430] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: Azure, UUID: 4aeb4bcc-e4b3-4851-9c1f-13d41ad7f37c
|
1004 | [21Mar2025 20:33:18.430] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: PixelVoxel, UUID: f9e9d0d6-eb43-46db-ae6e-b0950668c06d
|
1005 | [21Mar2025 20:33:18.430] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: Izures, UUID: 4c2145c9-be1a-4ae4-bb9f-0003bd221a98
|
1006 | [21Mar2025 20:33:18.430] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: 0thLaw, UUID: a4ef9810-6c0b-45a6-9895-6bbebc70e001
|
1007 | [21Mar2025 20:33:18.431] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: Nexus, UUID: 08e81c68-0a2f-4625-882b-ddcf3c86e351
|
1008 | [21Mar2025 20:33:18.431] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: Fetrex, UUID: d7d73994-0fa5-4690-a8dd-4dc850563f4e
|
1009 | [21Mar2025 20:33:18.431] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: MasterGentar, UUID: 86a110be-dc85-4d2c-82d3-3669cb61db8f
|
1010 | [21Mar2025 20:33:18.431] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: Dimagic, UUID: 34128f78-ad16-4ef3-a647-bb13f0aea775
|
1011 | [21Mar2025 20:33:18.431] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: probablyastar, UUID: 8f0f3658-5644-4f21-b5ea-324153338d87
|
1012 | [21Mar2025 20:33:18.431] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: Toastr125, UUID: 5cd5f647-d3bb-412e-b60c-0aaae21bcddd
|
1013 | [21Mar2025 20:33:18.431] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: YesPyro, UUID: 82a617a0-56fe-4ead-82d4-9d968ca7c777
|
1014 | [21Mar2025 20:33:18.431] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: Amadhe, UUID: 8bdb26a8-7687-49e5-829b-f298cfc10508
|
1015 | [21Mar2025 20:33:18.431] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: Hyperion, UUID: 143e257c-b945-4700-85d2-ebcf63c1811f
|
1016 | [21Mar2025 20:33:18.431] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: prism182, UUID: f9048245-89cb-456c-aa2b-cc8e9d8b8c76
|
1017 | [21Mar2025 20:33:18.431] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: Celeste-ialGamer, UUID: 4822d847-93c1-4efd-bd9f-b2d56ba1608d
|
1018 | [21Mar2025 20:33:18.431] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: Snow_guy864335, UUID: a4fa93e5-c243-4b7b-b69a-6943152a5d2d
|
1019 | [21Mar2025 20:33:18.431] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: Dvyant, UUID: f75e74cb-d289-459f-8d28-ea3668541e32
|
1020 | [21Mar2025 20:33:18.431] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: Naoro, UUID: 7a195143-a6cd-4efb-8e57-deac4b7636d7
|
1021 | [21Mar2025 20:33:18.431] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: millie, UUID: f4fac73a-0ada-4e50-bbed-61b06f1a4d18
|
1022 | [21Mar2025 20:33:18.431] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: NinjaFox, UUID: 834a2387-6dec-4d57-8bd3-72be2a54ed54
|
1023 | [21Mar2025 20:33:18.432] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: ProstoChel, UUID: 1fd0b74a-536b-4a65-a849-5c607c950396
|
1024 | [21Mar2025 20:33:18.432] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: (Ne)TyMVS, UUID: ac159e63-a757-4f7d-8c2c-73469a715ff3
|
1025 | [21Mar2025 20:33:18.432] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: TheMuffinMan, UUID: 20f48143-1e09-4c89-9c85-085b70c76953
|
1026 | [21Mar2025 20:33:18.432] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: solmortis, UUID: f6dbd5e9-701c-4c76-8a48-0ba4b687c76d
|
1027 | [21Mar2025 20:33:18.432] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: Eternal_Banisher, UUID: 387aa6d4-f388-400f-b9c5-1514f238ceae
|
1028 | [21Mar2025 20:33:18.432] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: AbsorbingSafe11, UUID: 343ad979-87b7-4dfa-88b8-3f3fdc2e00ab
|
1029 | [21Mar2025 20:33:18.432] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: Stygian, UUID: f6c7001f-4ce8-43f7-b4a1-a9d9d5fadb93
|
1030 | [21Mar2025 20:33:18.432] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: PikachuGabe0, UUID: ca7b21a6-76a5-4ea6-af48-b90f66e4f2b1
|
1031 | [21Mar2025 20:33:18.432] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: Purifier, UUID: 58c97c29-2c25-4320-a1d2-8e5651de506b
|
1032 | [21Mar2025 20:33:18.432] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: Sam/Barker, UUID: 0179c9aa-12c8-423c-bf96-d53c9ed479dd
|
1033 | [21Mar2025 20:33:18.432] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: Ciege, UUID: 48b866bf-a574-4a10-b7bd-2d83d056452d
|
1034 | [21Mar2025 20:33:18.432] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: Solbaify, UUID: 5679a7e1-29f4-4bdc-bd60-5f642d95ad68
|
1035 | [21Mar2025 20:33:18.432] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: Samola345, UUID: b657c54f-3174-4434-bed8-14d7be8634b3
|
1036 | [21Mar2025 20:33:18.432] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: Ozzi, UUID: 7d52df8b-963d-45c2-9c8a-aa7f20ae0659
|
1037 | [21Mar2025 20:33:18.432] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: Arix, UUID: c13feccd-e582-4ae1-aee7-35e8acf7e9e1
|
1038 | [21Mar2025 20:33:18.432] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: Nechronom, UUID: 84b933b8-9688-4021-a039-eed55c985548
|
1039 | [21Mar2025 20:33:18.433] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: Thauma, UUID: facc8bc4-a623-47dc-af89-ba979ac159b5
|
1040 | [21Mar2025 20:33:18.433] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: GrekvarZikurah, UUID: f251c109-8214-4882-b0b4-332441843a50
|
1041 | [21Mar2025 20:33:18.433] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: Sebaty5, UUID: c6dd33f1-e851-40b4-840d-6af5ebe4ea3b
|
1042 | [21Mar2025 20:33:18.433] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: MarceDev, UUID: 24b26788-1ce6-44a6-a4df-45202850a9ef
|
1043 | [21Mar2025 20:33:18.433] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: Xathanon, UUID: 806dc0b8-7d90-4776-b870-37fda466a13f
|
1044 | [21Mar2025 20:33:18.433] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: Jusey1, UUID: 5f311b1c-8557-42cc-9c33-3605ea8f524f
|
1045 | [21Mar2025 20:33:18.433] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: swagfredbear27, UUID: c98b3962-3ea9-47f8-820d-134ce2691af0
|
1046 | [21Mar2025 20:33:18.433] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: CrazyHamburger, UUID: 57282a53-522e-4f8c-9f44-19d2068668d7
|
1047 | [21Mar2025 20:33:18.433] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: UwUent, UUID: 43124493-b135-4467-8460-f04e7e845b63
|
1048 | [21Mar2025 20:33:18.433] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: angelman, UUID: 85efda35-7bc1-48c5-a392-f3c23047212f
|
1049 | [21Mar2025 20:33:18.433] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: Madis0, UUID: 581a3f25-db2c-4e52-9823-62e9e4730daa
|
1050 | [21Mar2025 20:33:18.433] [modloading-worker-0/INFO] [Enigmatic Legacy/]: Believer: Destiny, UUID: 38edb8bc-816f-47b7-95d9-f67af6017f2f
|
1051 | [21Mar2025 20:33:18.433] [modloading-worker-0/INFO] [Enigmatic Legacy/INFO]: Load completion phase finished successfully
|
1052 | [21Mar2025 20:33:18.474] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [securitycraft] Found status: UP_TO_DATE Current: 1.9.12 Target: null
|
1053 | [21Mar2025 20:33:18.474] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [ad_astra] Starting version check at https://api.modrinth.com/updates/3ufwT9JF/forge_updates.json
|
1054 | [21Mar2025 20:33:18.583] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [ad_astra] Found status: UP_TO_DATE Current: 1.15.20 Target: null
|
1055 | [21Mar2025 20:33:18.583] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [crittersandcompanions] Starting version check at https://api.modrinth.com/updates/critters-and-companions/forge_updates.json
|
1056 | [21Mar2025 20:33:18.694] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [crittersandcompanions] Found status: UP_TO_DATE Current: 2.2.2 Target: null
|
1057 | [21Mar2025 20:33:18.695] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [aether] Starting version check at https://github.com/The-Aether-Team/The-Aether/raw/1.20.1-develop/update.json
|
1058 | [21Mar2025 20:33:18.731] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1059 | [21Mar2025 20:33:18.732] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1060 | [21Mar2025 20:33:18.732] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1061 | [21Mar2025 20:33:18.732] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1062 | [21Mar2025 20:33:18.732] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1063 | [21Mar2025 20:33:18.732] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1064 | [21Mar2025 20:33:18.732] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1065 | [21Mar2025 20:33:18.732] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1066 | [21Mar2025 20:33:18.732] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1067 | [21Mar2025 20:33:18.733] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1068 | [21Mar2025 20:33:18.733] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1069 | [21Mar2025 20:33:18.733] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1070 | [21Mar2025 20:33:18.733] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1071 | [21Mar2025 20:33:18.733] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1072 | [21Mar2025 20:33:18.733] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1073 | [21Mar2025 20:33:18.733] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1074 | [21Mar2025 20:33:18.733] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1075 | [21Mar2025 20:33:18.733] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1076 | [21Mar2025 20:33:18.733] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1077 | [21Mar2025 20:33:18.733] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1078 | [21Mar2025 20:33:18.733] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1079 | [21Mar2025 20:33:18.733] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1080 | [21Mar2025 20:33:18.733] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1081 | [21Mar2025 20:33:18.733] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1082 | [21Mar2025 20:33:18.733] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1083 | [21Mar2025 20:33:18.733] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1084 | [21Mar2025 20:33:18.733] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1085 | [21Mar2025 20:33:18.733] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1086 | [21Mar2025 20:33:18.734] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1087 | [21Mar2025 20:33:18.734] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1088 | [21Mar2025 20:33:18.734] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1089 | [21Mar2025 20:33:18.734] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1090 | [21Mar2025 20:33:18.734] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1091 | [21Mar2025 20:33:18.734] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1092 | [21Mar2025 20:33:18.734] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1093 | [21Mar2025 20:33:18.734] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1094 | [21Mar2025 20:33:18.734] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1095 | [21Mar2025 20:33:18.734] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1096 | [21Mar2025 20:33:18.734] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1097 | [21Mar2025 20:33:18.734] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1098 | [21Mar2025 20:33:18.734] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1099 | [21Mar2025 20:33:18.734] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1100 | [21Mar2025 20:33:18.734] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1101 | [21Mar2025 20:33:18.734] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1102 | [21Mar2025 20:33:18.734] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1103 | [21Mar2025 20:33:18.734] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1104 | [21Mar2025 20:33:18.734] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1105 | [21Mar2025 20:33:18.734] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1106 | [21Mar2025 20:33:18.734] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1107 | [21Mar2025 20:33:18.734] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1108 | [21Mar2025 20:33:18.734] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1109 | [21Mar2025 20:33:18.734] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1110 | [21Mar2025 20:33:18.735] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1111 | [21Mar2025 20:33:18.735] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1112 | [21Mar2025 20:33:18.735] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1113 | [21Mar2025 20:33:18.735] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1114 | [21Mar2025 20:33:18.735] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1115 | [21Mar2025 20:33:18.735] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1116 | [21Mar2025 20:33:18.735] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1117 | [21Mar2025 20:33:18.735] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1118 | [21Mar2025 20:33:18.735] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1119 | [21Mar2025 20:33:18.735] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1120 | [21Mar2025 20:33:18.735] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1121 | [21Mar2025 20:33:18.735] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1122 | [21Mar2025 20:33:18.735] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1123 | [21Mar2025 20:33:18.735] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1124 | [21Mar2025 20:33:18.735] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1125 | [21Mar2025 20:33:18.735] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1126 | [21Mar2025 20:33:18.735] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1127 | [21Mar2025 20:33:18.735] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1128 | [21Mar2025 20:33:18.735] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1129 | [21Mar2025 20:33:18.735] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1130 | [21Mar2025 20:33:18.735] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1131 | [21Mar2025 20:33:18.736] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1132 | [21Mar2025 20:33:18.736] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1133 | [21Mar2025 20:33:18.736] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1134 | [21Mar2025 20:33:18.736] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1135 | [21Mar2025 20:33:18.736] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1136 | [21Mar2025 20:33:18.736] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1137 | [21Mar2025 20:33:18.736] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1138 | [21Mar2025 20:33:18.736] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1139 | [21Mar2025 20:33:18.736] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1140 | [21Mar2025 20:33:18.736] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1141 | [21Mar2025 20:33:18.736] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1142 | [21Mar2025 20:33:18.736] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1143 | [21Mar2025 20:33:18.736] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1144 | [21Mar2025 20:33:18.736] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1145 | [21Mar2025 20:33:18.736] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1146 | [21Mar2025 20:33:18.736] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1147 | [21Mar2025 20:33:18.736] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1148 | [21Mar2025 20:33:18.736] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1149 | [21Mar2025 20:33:18.736] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1150 | [21Mar2025 20:33:18.736] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1151 | [21Mar2025 20:33:18.736] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1152 | [21Mar2025 20:33:18.737] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1153 | [21Mar2025 20:33:18.737] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1154 | [21Mar2025 20:33:18.737] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1155 | [21Mar2025 20:33:18.737] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1156 | [21Mar2025 20:33:18.737] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1157 | [21Mar2025 20:33:18.737] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1158 | [21Mar2025 20:33:18.737] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1159 | [21Mar2025 20:33:18.737] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1160 | [21Mar2025 20:33:18.737] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1161 | [21Mar2025 20:33:18.737] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1162 | [21Mar2025 20:33:18.737] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1163 | [21Mar2025 20:33:18.737] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1164 | [21Mar2025 20:33:18.737] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1165 | [21Mar2025 20:33:18.737] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1166 | [21Mar2025 20:33:18.737] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1167 | [21Mar2025 20:33:18.737] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1168 | [21Mar2025 20:33:18.737] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1169 | [21Mar2025 20:33:18.737] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1170 | [21Mar2025 20:33:18.737] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1171 | [21Mar2025 20:33:18.737] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1172 | [21Mar2025 20:33:18.738] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1173 | [21Mar2025 20:33:18.738] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1174 | [21Mar2025 20:33:18.738] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1175 | [21Mar2025 20:33:18.738] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1176 | [21Mar2025 20:33:18.738] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1177 | [21Mar2025 20:33:18.738] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1178 | [21Mar2025 20:33:18.738] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1179 | [21Mar2025 20:33:18.738] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1180 | [21Mar2025 20:33:18.738] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1181 | [21Mar2025 20:33:18.738] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1182 | [21Mar2025 20:33:18.738] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1183 | [21Mar2025 20:33:18.738] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1184 | [21Mar2025 20:33:18.738] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1185 | [21Mar2025 20:33:18.738] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1186 | [21Mar2025 20:33:18.738] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1187 | [21Mar2025 20:33:18.738] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1188 | [21Mar2025 20:33:18.738] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1189 | [21Mar2025 20:33:18.738] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1190 | [21Mar2025 20:33:18.738] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1191 | [21Mar2025 20:33:18.738] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1192 | [21Mar2025 20:33:18.739] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1193 | [21Mar2025 20:33:18.739] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1194 | [21Mar2025 20:33:18.739] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1195 | [21Mar2025 20:33:18.739] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1196 | [21Mar2025 20:33:18.739] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1197 | [21Mar2025 20:33:18.739] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1198 | [21Mar2025 20:33:18.739] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1199 | [21Mar2025 20:33:18.739] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1200 | [21Mar2025 20:33:18.739] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1201 | [21Mar2025 20:33:18.739] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1202 | [21Mar2025 20:33:18.739] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1203 | [21Mar2025 20:33:18.739] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1204 | [21Mar2025 20:33:18.739] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1205 | [21Mar2025 20:33:18.739] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1206 | [21Mar2025 20:33:18.739] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1207 | [21Mar2025 20:33:18.739] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1208 | [21Mar2025 20:33:18.739] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1209 | [21Mar2025 20:33:18.739] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1210 | [21Mar2025 20:33:18.740] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1211 | [21Mar2025 20:33:18.740] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1212 | [21Mar2025 20:33:18.740] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1213 | [21Mar2025 20:33:18.740] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1214 | [21Mar2025 20:33:18.740] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1215 | [21Mar2025 20:33:18.740] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1216 | [21Mar2025 20:33:18.740] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1217 | [21Mar2025 20:33:18.740] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1218 | [21Mar2025 20:33:18.740] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1219 | [21Mar2025 20:33:18.740] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1220 | [21Mar2025 20:33:18.740] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1221 | [21Mar2025 20:33:18.740] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1222 | [21Mar2025 20:33:18.740] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1223 | [21Mar2025 20:33:18.740] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1224 | [21Mar2025 20:33:18.740] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1225 | [21Mar2025 20:33:18.740] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1226 | [21Mar2025 20:33:18.740] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1227 | [21Mar2025 20:33:18.740] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1228 | [21Mar2025 20:33:18.740] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1229 | [21Mar2025 20:33:18.740] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1230 | [21Mar2025 20:33:18.740] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1231 | [21Mar2025 20:33:18.740] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1232 | [21Mar2025 20:33:18.740] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1233 | [21Mar2025 20:33:18.740] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1234 | [21Mar2025 20:33:18.741] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1235 | [21Mar2025 20:33:18.741] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1236 | [21Mar2025 20:33:18.741] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1237 | [21Mar2025 20:33:18.741] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1238 | [21Mar2025 20:33:18.741] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1239 | [21Mar2025 20:33:18.741] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1240 | [21Mar2025 20:33:18.741] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1241 | [21Mar2025 20:33:18.741] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1242 | [21Mar2025 20:33:18.741] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1243 | [21Mar2025 20:33:18.741] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1244 | [21Mar2025 20:33:18.741] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1245 | [21Mar2025 20:33:18.741] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1246 | [21Mar2025 20:33:18.741] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1247 | [21Mar2025 20:33:18.741] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1248 | [21Mar2025 20:33:18.741] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1249 | [21Mar2025 20:33:18.741] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1250 | [21Mar2025 20:33:18.741] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1251 | [21Mar2025 20:33:18.741] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1252 | [21Mar2025 20:33:18.741] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1253 | [21Mar2025 20:33:18.741] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1254 | [21Mar2025 20:33:18.741] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1255 | [21Mar2025 20:33:18.741] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1256 | [21Mar2025 20:33:18.741] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1257 | [21Mar2025 20:33:18.741] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1258 | [21Mar2025 20:33:18.742] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1259 | [21Mar2025 20:33:18.742] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1260 | [21Mar2025 20:33:18.847] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [aether] Found status: UP_TO_DATE Current: 1.20.1-1.5.2-neoforge Target: null
|
1261 | [21Mar2025 20:33:18.847] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [lost_aether_content] Starting version check at http://changelogs.moddinglegacy.com/lost-content.json
|
1262 | [21Mar2025 20:33:19.199] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [lost_aether_content] Found status: UP_TO_DATE Current: 1.2.3 Target: null
|
1263 | [21Mar2025 20:33:19.199] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [controlling] Starting version check at https://updates.blamejared.com/get?n=controlling&gv=1.20.1
|
1264 | [21Mar2025 20:33:19.216] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [controlling] Found status: BETA Current: 12.0.2 Target: 12.0.2
|
1265 | [21Mar2025 20:33:19.216] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [cobweb] Starting version check at https://api.modrinth.com/updates/cobweb/forge_updates.json
|
1266 | [21Mar2025 20:33:19.271] [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'
|
1267 | [21Mar2025 20:33:19.363] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [cobweb] Found status: UP_TO_DATE Current: 1.0.1 Target: null
|
1268 | [21Mar2025 20:33:19.363] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [twilightforest] Starting version check at https://gh.tamaized.com/TeamTwilight/twilightforest/update.json
|
1269 | [21Mar2025 20:33:19.531] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1270 | [21Mar2025 20:33:19.532] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1271 | [21Mar2025 20:33:19.532] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1272 | [21Mar2025 20:33:19.532] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1273 | [21Mar2025 20:33:19.532] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1274 | [21Mar2025 20:33:19.532] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1275 | [21Mar2025 20:33:19.532] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1276 | [21Mar2025 20:33:19.532] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1277 | [21Mar2025 20:33:19.532] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1278 | [21Mar2025 20:33:19.532] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1279 | [21Mar2025 20:33:19.532] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1280 | [21Mar2025 20:33:19.533] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1281 | [21Mar2025 20:33:19.533] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1282 | [21Mar2025 20:33:19.533] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1283 | [21Mar2025 20:33:19.533] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1284 | [21Mar2025 20:33:19.533] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1285 | [21Mar2025 20:33:19.533] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1286 | [21Mar2025 20:33:19.533] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1287 | [21Mar2025 20:33:19.533] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1288 | [21Mar2025 20:33:19.533] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1289 | [21Mar2025 20:33:19.533] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1290 | [21Mar2025 20:33:19.533] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1291 | [21Mar2025 20:33:19.533] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1292 | [21Mar2025 20:33:19.533] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1293 | [21Mar2025 20:33:19.533] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1294 | [21Mar2025 20:33:19.533] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1295 | [21Mar2025 20:33:19.533] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1296 | [21Mar2025 20:33:19.533] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1297 | [21Mar2025 20:33:19.533] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1298 | [21Mar2025 20:33:19.533] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1299 | [21Mar2025 20:33:19.534] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1300 | [21Mar2025 20:33:19.534] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1301 | [21Mar2025 20:33:19.534] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1302 | [21Mar2025 20:33:19.534] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1303 | [21Mar2025 20:33:19.534] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1304 | [21Mar2025 20:33:19.534] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1305 | [21Mar2025 20:33:19.534] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1306 | [21Mar2025 20:33:19.534] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1307 | [21Mar2025 20:33:19.534] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1308 | [21Mar2025 20:33:19.534] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1309 | [21Mar2025 20:33:19.534] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1310 | [21Mar2025 20:33:19.534] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1311 | [21Mar2025 20:33:19.534] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1312 | [21Mar2025 20:33:19.534] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1313 | [21Mar2025 20:33:19.534] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1314 | [21Mar2025 20:33:19.534] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1315 | [21Mar2025 20:33:19.534] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1316 | [21Mar2025 20:33:19.534] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1317 | [21Mar2025 20:33:19.534] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1318 | [21Mar2025 20:33:19.534] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1319 | [21Mar2025 20:33:19.535] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1320 | [21Mar2025 20:33:19.535] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1321 | [21Mar2025 20:33:19.535] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1322 | [21Mar2025 20:33:19.535] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1323 | [21Mar2025 20:33:19.535] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1324 | [21Mar2025 20:33:19.535] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1325 | [21Mar2025 20:33:19.535] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1326 | [21Mar2025 20:33:19.535] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1327 | [21Mar2025 20:33:19.535] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1328 | [21Mar2025 20:33:19.535] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1329 | [21Mar2025 20:33:19.535] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1330 | [21Mar2025 20:33:19.535] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1331 | [21Mar2025 20:33:19.535] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1332 | [21Mar2025 20:33:19.535] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1333 | [21Mar2025 20:33:19.535] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1334 | [21Mar2025 20:33:19.535] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1335 | [21Mar2025 20:33:19.535] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1336 | [21Mar2025 20:33:19.535] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1337 | [21Mar2025 20:33:19.535] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1338 | [21Mar2025 20:33:19.535] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1339 | [21Mar2025 20:33:19.535] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1340 | [21Mar2025 20:33:19.536] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1341 | [21Mar2025 20:33:19.536] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1342 | [21Mar2025 20:33:19.536] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1343 | [21Mar2025 20:33:19.536] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1344 | [21Mar2025 20:33:19.536] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1345 | [21Mar2025 20:33:19.536] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1346 | [21Mar2025 20:33:19.536] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1347 | [21Mar2025 20:33:19.536] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1348 | [21Mar2025 20:33:19.536] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1349 | [21Mar2025 20:33:19.536] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1350 | [21Mar2025 20:33:19.536] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1351 | [21Mar2025 20:33:19.536] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1352 | [21Mar2025 20:33:19.536] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1353 | [21Mar2025 20:33:19.536] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1354 | [21Mar2025 20:33:19.536] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1355 | [21Mar2025 20:33:19.536] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1356 | [21Mar2025 20:33:19.536] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1357 | [21Mar2025 20:33:19.537] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1358 | [21Mar2025 20:33:19.537] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1359 | [21Mar2025 20:33:19.537] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1360 | [21Mar2025 20:33:19.537] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1361 | [21Mar2025 20:33:19.537] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1362 | [21Mar2025 20:33:19.537] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1363 | [21Mar2025 20:33:19.537] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1364 | [21Mar2025 20:33:19.537] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1365 | [21Mar2025 20:33:19.537] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1366 | [21Mar2025 20:33:19.537] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1367 | [21Mar2025 20:33:19.537] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1368 | [21Mar2025 20:33:19.537] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1369 | [21Mar2025 20:33:19.537] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1370 | [21Mar2025 20:33:19.537] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1371 | [21Mar2025 20:33:19.537] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1372 | [21Mar2025 20:33:19.537] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1373 | [21Mar2025 20:33:19.537] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1374 | [21Mar2025 20:33:19.537] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1375 | [21Mar2025 20:33:19.537] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1376 | [21Mar2025 20:33:19.537] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1377 | [21Mar2025 20:33:19.537] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1378 | [21Mar2025 20:33:19.537] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1379 | [21Mar2025 20:33:19.538] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1380 | [21Mar2025 20:33:19.538] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1381 | [21Mar2025 20:33:19.538] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1382 | [21Mar2025 20:33:19.538] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1383 | [21Mar2025 20:33:19.538] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1384 | [21Mar2025 20:33:19.538] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1385 | [21Mar2025 20:33:19.538] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1386 | [21Mar2025 20:33:19.538] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1387 | [21Mar2025 20:33:19.538] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1388 | [21Mar2025 20:33:19.538] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1389 | [21Mar2025 20:33:19.538] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1390 | [21Mar2025 20:33:19.538] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1391 | [21Mar2025 20:33:19.538] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1392 | [21Mar2025 20:33:19.538] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1393 | [21Mar2025 20:33:19.538] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1394 | [21Mar2025 20:33:19.538] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1395 | [21Mar2025 20:33:19.538] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1396 | [21Mar2025 20:33:19.538] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1397 | [21Mar2025 20:33:19.538] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1398 | [21Mar2025 20:33:19.538] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1399 | [21Mar2025 20:33:19.539] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1400 | [21Mar2025 20:33:19.539] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1401 | [21Mar2025 20:33:19.539] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1402 | [21Mar2025 20:33:19.539] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1403 | [21Mar2025 20:33:19.539] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1404 | [21Mar2025 20:33:19.539] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1405 | [21Mar2025 20:33:19.539] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1406 | [21Mar2025 20:33:19.539] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1407 | [21Mar2025 20:33:19.539] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1408 | [21Mar2025 20:33:19.539] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1409 | [21Mar2025 20:33:19.539] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1410 | [21Mar2025 20:33:19.539] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1411 | [21Mar2025 20:33:19.539] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1412 | [21Mar2025 20:33:19.539] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1413 | [21Mar2025 20:33:19.539] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1414 | [21Mar2025 20:33:19.539] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1415 | [21Mar2025 20:33:19.539] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1416 | [21Mar2025 20:33:19.539] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1417 | [21Mar2025 20:33:19.539] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1418 | [21Mar2025 20:33:19.539] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1419 | [21Mar2025 20:33:19.540] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1420 | [21Mar2025 20:33:19.540] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1421 | [21Mar2025 20:33:19.540] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1422 | [21Mar2025 20:33:19.540] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1423 | [21Mar2025 20:33:19.540] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1424 | [21Mar2025 20:33:19.540] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1425 | [21Mar2025 20:33:19.540] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1426 | [21Mar2025 20:33:19.540] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1427 | [21Mar2025 20:33:19.540] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1428 | [21Mar2025 20:33:19.540] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1429 | [21Mar2025 20:33:19.540] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1430 | [21Mar2025 20:33:19.540] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1431 | [21Mar2025 20:33:19.540] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1432 | [21Mar2025 20:33:19.540] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1433 | [21Mar2025 20:33:19.540] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1434 | [21Mar2025 20:33:19.540] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1435 | [21Mar2025 20:33:19.540] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1436 | [21Mar2025 20:33:19.540] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1437 | [21Mar2025 20:33:19.540] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1438 | [21Mar2025 20:33:19.540] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1439 | [21Mar2025 20:33:19.540] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1440 | [21Mar2025 20:33:19.540] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1441 | [21Mar2025 20:33:19.541] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1442 | [21Mar2025 20:33:19.541] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1443 | [21Mar2025 20:33:19.541] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1444 | [21Mar2025 20:33:19.541] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1445 | [21Mar2025 20:33:19.541] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1446 | [21Mar2025 20:33:19.541] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1447 | [21Mar2025 20:33:19.541] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1448 | [21Mar2025 20:33:19.541] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1449 | [21Mar2025 20:33:19.541] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1450 | [21Mar2025 20:33:19.541] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1451 | [21Mar2025 20:33:19.541] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1452 | [21Mar2025 20:33:19.541] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1453 | [21Mar2025 20:33:19.541] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1454 | [21Mar2025 20:33:19.541] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1455 | [21Mar2025 20:33:19.541] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1456 | [21Mar2025 20:33:19.541] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1457 | [21Mar2025 20:33:19.541] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1458 | [21Mar2025 20:33:19.541] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1459 | [21Mar2025 20:33:19.541] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1460 | [21Mar2025 20:33:19.541] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1461 | [21Mar2025 20:33:19.541] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1462 | [21Mar2025 20:33:19.541] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1463 | [21Mar2025 20:33:19.542] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1464 | [21Mar2025 20:33:19.542] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1465 | [21Mar2025 20:33:19.542] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1466 | [21Mar2025 20:33:19.542] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1467 | [21Mar2025 20:33:19.542] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1468 | [21Mar2025 20:33:19.542] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1469 | [21Mar2025 20:33:19.542] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1470 | [21Mar2025 20:33:19.542] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1471 | [21Mar2025 20:33:19.713] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1472 | [21Mar2025 20:33:19.714] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1473 | [21Mar2025 20:33:19.714] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1474 | [21Mar2025 20:33:19.714] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1475 | [21Mar2025 20:33:19.714] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1476 | [21Mar2025 20:33:19.714] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1477 | [21Mar2025 20:33:19.714] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1478 | [21Mar2025 20:33:19.714] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1479 | [21Mar2025 20:33:19.714] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1480 | [21Mar2025 20:33:19.714] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1481 | [21Mar2025 20:33:19.714] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1482 | [21Mar2025 20:33:19.714] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1483 | [21Mar2025 20:33:19.715] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1484 | [21Mar2025 20:33:19.715] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1485 | [21Mar2025 20:33:19.715] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1486 | [21Mar2025 20:33:19.715] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1487 | [21Mar2025 20:33:19.715] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1488 | [21Mar2025 20:33:19.715] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1489 | [21Mar2025 20:33:19.715] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1490 | [21Mar2025 20:33:19.715] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1491 | [21Mar2025 20:33:19.715] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1492 | [21Mar2025 20:33:19.715] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1493 | [21Mar2025 20:33:19.715] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1494 | [21Mar2025 20:33:19.715] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1495 | [21Mar2025 20:33:19.715] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1496 | [21Mar2025 20:33:19.715] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1497 | [21Mar2025 20:33:19.716] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1498 | [21Mar2025 20:33:19.716] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1499 | [21Mar2025 20:33:19.716] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1500 | [21Mar2025 20:33:19.716] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1501 | [21Mar2025 20:33:19.716] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1502 | [21Mar2025 20:33:19.716] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1503 | [21Mar2025 20:33:19.716] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1504 | [21Mar2025 20:33:19.716] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1505 | [21Mar2025 20:33:19.716] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1506 | [21Mar2025 20:33:19.716] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1507 | [21Mar2025 20:33:19.716] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1508 | [21Mar2025 20:33:19.716] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1509 | [21Mar2025 20:33:19.716] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1510 | [21Mar2025 20:33:19.716] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1511 | [21Mar2025 20:33:19.716] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1512 | [21Mar2025 20:33:19.716] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1513 | [21Mar2025 20:33:19.716] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1514 | [21Mar2025 20:33:19.716] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1515 | [21Mar2025 20:33:19.716] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1516 | [21Mar2025 20:33:19.716] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1517 | [21Mar2025 20:33:19.717] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1518 | [21Mar2025 20:33:19.717] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1519 | [21Mar2025 20:33:19.717] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1520 | [21Mar2025 20:33:19.717] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1521 | [21Mar2025 20:33:19.717] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1522 | [21Mar2025 20:33:19.717] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1523 | [21Mar2025 20:33:19.717] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1524 | [21Mar2025 20:33:19.717] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1525 | [21Mar2025 20:33:19.717] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1526 | [21Mar2025 20:33:19.717] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1527 | [21Mar2025 20:33:19.717] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1528 | [21Mar2025 20:33:19.717] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1529 | [21Mar2025 20:33:19.717] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1530 | [21Mar2025 20:33:19.717] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1531 | [21Mar2025 20:33:19.717] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1532 | [21Mar2025 20:33:19.717] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1533 | [21Mar2025 20:33:19.717] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1534 | [21Mar2025 20:33:19.717] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1535 | [21Mar2025 20:33:19.717] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1536 | [21Mar2025 20:33:19.717] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1537 | [21Mar2025 20:33:19.718] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1538 | [21Mar2025 20:33:19.718] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1539 | [21Mar2025 20:33:19.718] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1540 | [21Mar2025 20:33:19.718] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1541 | [21Mar2025 20:33:19.718] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1542 | [21Mar2025 20:33:19.718] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1543 | [21Mar2025 20:33:19.718] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1544 | [21Mar2025 20:33:19.718] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1545 | [21Mar2025 20:33:19.718] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1546 | [21Mar2025 20:33:19.718] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1547 | [21Mar2025 20:33:19.718] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1548 | [21Mar2025 20:33:19.718] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1549 | [21Mar2025 20:33:19.718] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1550 | [21Mar2025 20:33:19.718] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1551 | [21Mar2025 20:33:19.718] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1552 | [21Mar2025 20:33:19.718] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1553 | [21Mar2025 20:33:19.718] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1554 | [21Mar2025 20:33:19.718] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1555 | [21Mar2025 20:33:19.718] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1556 | [21Mar2025 20:33:19.718] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1557 | [21Mar2025 20:33:19.719] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1558 | [21Mar2025 20:33:19.719] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1559 | [21Mar2025 20:33:19.719] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1560 | [21Mar2025 20:33:19.719] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1561 | [21Mar2025 20:33:19.719] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1562 | [21Mar2025 20:33:19.719] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1563 | [21Mar2025 20:33:19.719] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1564 | [21Mar2025 20:33:19.719] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1565 | [21Mar2025 20:33:19.719] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1566 | [21Mar2025 20:33:19.719] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1567 | [21Mar2025 20:33:19.719] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1568 | [21Mar2025 20:33:19.719] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1569 | [21Mar2025 20:33:19.719] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1570 | [21Mar2025 20:33:19.719] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1571 | [21Mar2025 20:33:19.719] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1572 | [21Mar2025 20:33:19.719] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1573 | [21Mar2025 20:33:19.719] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1574 | [21Mar2025 20:33:19.719] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1575 | [21Mar2025 20:33:19.719] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1576 | [21Mar2025 20:33:19.719] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1577 | [21Mar2025 20:33:19.720] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1578 | [21Mar2025 20:33:19.720] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1579 | [21Mar2025 20:33:19.720] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1580 | [21Mar2025 20:33:19.720] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1581 | [21Mar2025 20:33:19.720] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1582 | [21Mar2025 20:33:19.720] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1583 | [21Mar2025 20:33:19.720] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1584 | [21Mar2025 20:33:19.720] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1585 | [21Mar2025 20:33:19.720] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1586 | [21Mar2025 20:33:19.720] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1587 | [21Mar2025 20:33:19.720] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1588 | [21Mar2025 20:33:19.720] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1589 | [21Mar2025 20:33:19.720] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1590 | [21Mar2025 20:33:19.720] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1591 | [21Mar2025 20:33:19.720] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1592 | [21Mar2025 20:33:19.720] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1593 | [21Mar2025 20:33:19.720] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1594 | [21Mar2025 20:33:19.720] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1595 | [21Mar2025 20:33:19.721] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1596 | [21Mar2025 20:33:19.721] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1597 | [21Mar2025 20:33:19.721] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1598 | [21Mar2025 20:33:19.721] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1599 | [21Mar2025 20:33:19.721] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1600 | [21Mar2025 20:33:19.721] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1601 | [21Mar2025 20:33:19.721] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1602 | [21Mar2025 20:33:19.721] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1603 | [21Mar2025 20:33:19.721] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1604 | [21Mar2025 20:33:19.721] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1605 | [21Mar2025 20:33:19.721] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1606 | [21Mar2025 20:33:19.721] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1607 | [21Mar2025 20:33:19.721] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1608 | [21Mar2025 20:33:19.721] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1609 | [21Mar2025 20:33:19.721] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1610 | [21Mar2025 20:33:19.721] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1611 | [21Mar2025 20:33:19.721] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1612 | [21Mar2025 20:33:19.721] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1613 | [21Mar2025 20:33:19.721] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1614 | [21Mar2025 20:33:19.721] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1615 | [21Mar2025 20:33:19.721] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1616 | [21Mar2025 20:33:19.721] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1617 | [21Mar2025 20:33:19.722] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1618 | [21Mar2025 20:33:19.722] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1619 | [21Mar2025 20:33:19.722] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1620 | [21Mar2025 20:33:19.722] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1621 | [21Mar2025 20:33:19.722] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1622 | [21Mar2025 20:33:19.722] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1623 | [21Mar2025 20:33:19.722] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1624 | [21Mar2025 20:33:19.722] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1625 | [21Mar2025 20:33:19.722] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1626 | [21Mar2025 20:33:19.722] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1627 | [21Mar2025 20:33:19.722] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1628 | [21Mar2025 20:33:19.722] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1629 | [21Mar2025 20:33:19.722] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1630 | [21Mar2025 20:33:19.722] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1631 | [21Mar2025 20:33:19.722] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1632 | [21Mar2025 20:33:19.722] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1633 | [21Mar2025 20:33:19.722] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1634 | [21Mar2025 20:33:19.723] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1635 | [21Mar2025 20:33:19.723] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1636 | [21Mar2025 20:33:19.723] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1637 | [21Mar2025 20:33:19.723] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1638 | [21Mar2025 20:33:19.723] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1639 | [21Mar2025 20:33:19.723] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1640 | [21Mar2025 20:33:19.723] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1641 | [21Mar2025 20:33:19.723] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1642 | [21Mar2025 20:33:19.723] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1643 | [21Mar2025 20:33:19.723] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1644 | [21Mar2025 20:33:19.723] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1645 | [21Mar2025 20:33:19.723] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1646 | [21Mar2025 20:33:19.723] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1647 | [21Mar2025 20:33:19.723] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1648 | [21Mar2025 20:33:19.723] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1649 | [21Mar2025 20:33:19.723] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1650 | [21Mar2025 20:33:19.723] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1651 | [21Mar2025 20:33:19.723] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1652 | [21Mar2025 20:33:19.723] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1653 | [21Mar2025 20:33:19.723] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1654 | [21Mar2025 20:33:19.723] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1655 | [21Mar2025 20:33:19.724] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1656 | [21Mar2025 20:33:19.724] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1657 | [21Mar2025 20:33:19.724] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1658 | [21Mar2025 20:33:19.724] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1659 | [21Mar2025 20:33:19.724] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1660 | [21Mar2025 20:33:19.724] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1661 | [21Mar2025 20:33:19.724] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1662 | [21Mar2025 20:33:19.724] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1663 | [21Mar2025 20:33:19.724] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1664 | [21Mar2025 20:33:19.724] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1665 | [21Mar2025 20:33:19.724] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1666 | [21Mar2025 20:33:19.724] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1667 | [21Mar2025 20:33:19.724] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1668 | [21Mar2025 20:33:19.724] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1669 | [21Mar2025 20:33:19.724] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1670 | [21Mar2025 20:33:19.724] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1671 | [21Mar2025 20:33:19.724] [main/ERROR] [net.minecraft.Util/]: Entity mcdw:summoned_bee has no attributes
|
1672 | [21Mar2025 20:33:19.724] [main/ERROR] [net.minecraft.Util/]: Entity mcda:summoned_bee has no attributes
|
1673 | [21Mar2025 20:33:19.729] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [twilightforest] Found status: AHEAD Current: 4.3.2508 Target: null
|
1674 | [21Mar2025 20:33:19.729] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mcwbridges] Starting version check at https://raw.githubusercontent.com/sketchmacaw/macawsmods/master/bridges.json
|
1675 | [21Mar2025 20:33:19.741] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mcwbridges] Found status: UP_TO_DATE Current: 3.0.0 Target: null
|
1676 | [21Mar2025 20:33:19.741] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [camera] Starting version check at https://update.maxhenkel.de/forge/camera
|
1677 | [21Mar2025 20:33:19.755] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [camera] Found status: AHEAD Current: 1.20.1-1.0.19 Target: null
|
1678 | [21Mar2025 20:33:19.755] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [otyacraftengine] Starting version check at https://raw.githubusercontent.com/TeamFelnull/OtyacraftEngine/master/version_check.json
|
1679 | [21Mar2025 20:33:19.762] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [otyacraftengine] Found status: UP_TO_DATE Current: 3.7.0-alpha.2 Target: null
|
1680 | [21Mar2025 20:33:19.762] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [iammusicplayer] Starting version check at https://raw.githubusercontent.com/TeamFelnull/IamMusicPlayer/master/version_check.json
|
1681 | [21Mar2025 20:33:19.768] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [iammusicplayer] Found status: UP_TO_DATE Current: 3.22.0-alpha.5 Target: null
|
1682 | [21Mar2025 20:33:19.768] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [bigreactors] Starting version check at https://raw.githubusercontent.com/ZeroNoRyouki/ModUpdates/master/ExtremeReactors2.json
|
1683 | [21Mar2025 20:33:19.775] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [bigreactors] Found status: UP_TO_DATE Current: 1.20.1-2.0.92 Target: null
|
1684 | [21Mar2025 20:33:19.775] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [smallships] Starting version check at https://raw.githubusercontent.com/talhanation/smallships/main/update.json
|
1685 | [21Mar2025 20:33:19.782] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [smallships] Found status: UP_TO_DATE Current: 2.0.0-b1.4 Target: null
|
1686 | [21Mar2025 20:33:19.782] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [enderstorage] Starting version check at https://version-check.covers1624.net/check/?mod=EnderStorage&mc=1.20.1
|
1687 | [21Mar2025 20:33:20.057] [main/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/root/server/libraries/net/minecraft/server/1.20.1-20230612.114412/server-1.20.1-20230612.114412-srg.jar%23513!/assets/.mcassetsroot' uses unexpected schema
|
1688 | [21Mar2025 20:33:20.058] [main/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/root/server/libraries/net/minecraft/server/1.20.1-20230612.114412/server-1.20.1-20230612.114412-srg.jar%23513!/data/.mcassetsroot' uses unexpected schema
|
1689 | [21Mar2025 20:33:20.068] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [enderstorage] Found status: UP_TO_DATE Current: **.**.**.** Target: null
|
1690 | [21Mar2025 20:33:20.068] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [moonlight] Starting version check at https://raw.githubusercontent.com/MehVahdJukaar/Moonlight/multi-loader/forge/update.json
|
1691 | [21Mar2025 20:33:20.075] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [moonlight] Found status: BETA Current: 1.20-2.13.78 Target: null
|
1692 | [21Mar2025 20:33:20.075] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [supplementaries] Starting version check at https://raw.githubusercontent.com/MehVahdJukaar/Supplementaries/1.20/forge/update.json
|
1693 | [21Mar2025 20:33:20.081] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [supplementaries] Found status: BETA Current: 1.20-3.1.20 Target: null
|
1694 | [21Mar2025 20:33:20.081] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [appbot] Starting version check at https://api.modrinth.com/updates/applied-botanics/forge_updates.json
|
1695 | [21Mar2025 20:33:20.202] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [appbot] Found status: OUTDATED Current: 1.5.0 Target: 1.5.0-forge
|
1696 | [21Mar2025 20:33:20.202] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [appmek] Starting version check at https://api.modrinth.com/updates/applied-mekanistics/forge_updates.json
|
1697 | [21Mar2025 20:33:20.287] [main/INFO] [com.simibubi.create.Create/]: Created 1254 recipes which will be injected into the game
|
1698 | [21Mar2025 20:33:20.294] [main/INFO] [com.simibubi.create.Create/]: Created 43 tags which will be injected into the game
|
1699 | [21Mar2025 20:33:20.322] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [appmek] Found status: BETA Current: 1.4.2 Target: null
|
1700 | [21Mar2025 20:33:20.322] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [packetfixer] Starting version check at https://api.modrinth.com/updates/packet-fixer/forge_updates.json
|
1701 | [21Mar2025 20:33:20.443] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [packetfixer] Found status: UP_TO_DATE Current: 2.0.0 Target: null
|
1702 | [21Mar2025 20:33:22.125] [main/INFO] [Supplementaries/]: Generated runtime SERVER_DATA for pack Supplementaries Generated Pack (supplementaries) in: 41 ms
|
1703 | [21Mar2025 20:33:23.153] [main/INFO] [com.cupboard.Cupboard/]: Loaded config for: connectivity.json
|
1704 | [21Mar2025 20:33:23.987] [main/INFO] [mixin/]: Mixing AccessorAdvancementCommands from enigmaticlegacy.mixins.json into net.minecraft.server.commands.AdvancementCommands
|
1705 | [21Mar2025 20:33:23.987] [main/INFO] [mixin/]: Renaming @Accessor method getAdvancementSuggestions()Lcom/mojang/brigadier/suggestion/SuggestionProvider; to getAdvancementSuggestions_$md$fba0dc$0 in enigmaticlegacy.mixins.json:AccessorAdvancementCommands from mod (unknown)
|
1706 | [21Mar2025 20:33:24.176] [main/INFO] [Easy NPC/]: 🗣 Register Easy NPC /easy_npc commands for Easy NPC ...
|
1707 | [21Mar2025 20:33:24.221] [main/INFO] [AE2:C/]: Scanning class appeng.server.testplots.TestPlots for plots
|
1708 | [21Mar2025 20:33:24.223] [main/INFO] [AE2:C/]: Scanning class appeng.server.testplots.AutoCraftingTestPlots for plots
|
1709 | [21Mar2025 20:33:24.223] [main/INFO] [AE2:C/]: Scanning class appeng.server.testplots.InscriberTestPlots for plots
|
1710 | [21Mar2025 20:33:24.235] [main/INFO] [AE2:C/]: Scanning class appeng.server.testplots.P2PTestPlots for plots
|
1711 | [21Mar2025 20:33:24.235] [main/INFO] [AE2:C/]: Scanning class appeng.server.testplots.ItemP2PTestPlots for plots
|
1712 | [21Mar2025 20:33:24.235] [main/INFO] [AE2:C/]: Scanning class appeng.server.testplots.MemoryCardTestPlots for plots
|
1713 | [21Mar2025 20:33:24.235] [main/INFO] [AE2:C/]: Scanning class appeng.server.testplots.PatternProviderLockModePlots for plots
|
1714 | [21Mar2025 20:33:24.235] [main/INFO] [AE2:C/]: Scanning class appeng.server.testplots.PatternProviderPlots for plots
|
1715 | [21Mar2025 20:33:24.236] [main/INFO] [AE2:C/]: Scanning class appeng.server.testplots.SpatialTestPlots for plots
|
1716 | [21Mar2025 20:33:24.236] [main/INFO] [AE2:C/]: Scanning class appeng.server.testplots.QnbTestPlots for plots
|
1717 | [21Mar2025 20:33:24.236] [main/INFO] [AE2:C/]: Scanning class appeng.server.testplots.GuidebookPlot for plots
|
1718 | [21Mar2025 20:33:24.236] [main/INFO] [AE2:C/]: Scanning class appeng.server.testplots.SubnetPlots for plots
|
1719 | [21Mar2025 20:33:24.236] [main/INFO] [AE2:C/]: Scanning class appeng.server.testplots.ChannelTests for plots
|
1720 | [21Mar2025 20:33:24.236] [main/INFO] [AE2:C/]: Scanning class appeng.server.testplots.AnnihilationPlaneTests for plots
|
1721 | [21Mar2025 20:33:24.287] [main/INFO] [Calio/]: CDRM Initialized with 16 registries
|
1722 | [21Mar2025 20:33:24.290] [main/INFO] [com.github.alexthe666.alexsmobs.AlexsMobs/]: Adding datapack listener capsid_recipes
|
1723 | [21Mar2025 20:33:24.479] [Worker-Main-1/ERROR] [net.minecraft.tags.TagLoader/]: Couldn't load tag aether_villages:collections/ancient_aether_biomes as it is missing following references: #ancient_aether:is_ancient_aether_biome (from AetherVillages-1.20.1-1.0.7-forge.jar)
|
1724 | [21Mar2025 20:33:24.479] [Worker-Main-1/ERROR] [net.minecraft.tags.TagLoader/]: Couldn't load tag aether_villages:collections/aether_redux_biomes as it is missing following references: aether_redux:skyfields (from AetherVillages-1.20.1-1.0.7-forge.jar),
|
1725 | aether_redux:gilded_groves (from AetherVillages-1.20.1-1.0.7-forge.jar),
|
1726 | aether_redux:cloudcaps (from AetherVillages-1.20.1-1.0.7-forge.jar),
|
1727 | aether_redux:frosted_forests (from AetherVillages-1.20.1-1.0.7-forge.jar),
|
1728 | aether_redux:glacial_tundra (from AetherVillages-1.20.1-1.0.7-forge.jar)
|
1729 | [21Mar2025 20:33:24.483] [Worker-Main-1/ERROR] [net.minecraft.tags.TagLoader/]: Couldn't load tag legendary_monsters:ancient_stronghold_biomes as it is missing following references: minecraft:spruce_forest (from legendarymonsters-1.8.1 MC 1.20.1.jar)
|
1730 | [21Mar2025 20:33:24.678] [Worker-Main-1/ERROR] [net.minecraft.tags.TagLoader/]: Couldn't load tag traveloptics:magic_sword_weapon_type as it is missing following references: minecraft: (from traveloptics-4.4.0-1.20.1.jar)
|
1731 | [21Mar2025 20:33:26.401] [Worker-Main-3/ERROR] [net.minecraftforge.common.ForgeHooks/]: Couldn't parse element loot_tables:naturalist:entities/tortoise
|
1732 | com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'minecraft:turtle_scute'
|
1733 | at net.minecraft.util.GsonHelper.m_13866_(GsonHelper.java:145) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1734 | at java.util.Optional.orElseThrow(Optional.java:403) ~[?:?]
|
1735 | at net.minecraft.util.GsonHelper.m_13874_(GsonHelper.java:145) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1736 | at net.minecraft.util.GsonHelper.m_13909_(GsonHelper.java:153) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1737 | at net.minecraft.world.level.storage.loot.entries.LootItem$Serializer.m_7267_(LootItem.java:55) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1738 | at net.minecraft.world.level.storage.loot.entries.LootItem$Serializer.m_7267_(LootItem.java:40) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1739 | at net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer$Serializer.m_5921_(LootPoolSingletonContainer.java:151) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1740 | at net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer$Serializer.m_5921_(LootPoolSingletonContainer.java:129) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1741 | at net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer$Serializer.m_7561_(LootPoolEntryContainer.java:86) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1742 | at net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer$Serializer.m_7561_(LootPoolEntryContainer.java:74) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1743 | at net.minecraft.world.level.storage.loot.GsonAdapterFactory$JsonAdapter.deserialize(GsonAdapterFactory.java:102) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1744 | at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar%2372!/:?]
|
1745 | at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40) ~[gson-2.10.jar%2372!/:?]
|
1746 | at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.10.jar%2372!/:?]
|
1747 | at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar%2372!/:?]
|
1748 | at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar%2372!/:?]
|
1749 | at com.google.gson.Gson.fromJson(Gson.java:1290) ~[gson-2.10.jar%2372!/:?]
|
1750 | at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:179) ~[gson-2.10.jar%2372!/:?]
|
1751 | at net.minecraft.util.GsonHelper.m_13808_(GsonHelper.java:463) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1752 | at net.minecraft.util.GsonHelper.m_13836_(GsonHelper.java:471) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1753 | at net.minecraft.world.level.storage.loot.LootPool$Serializer.deserialize(LootPool.java:192) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1754 | at net.minecraft.world.level.storage.loot.LootPool$Serializer.deserialize(LootPool.java:189) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1755 | at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar%2372!/:?]
|
1756 | at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40) ~[gson-2.10.jar%2372!/:?]
|
1757 | at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.10.jar%2372!/:?]
|
1758 | at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar%2372!/:?]
|
1759 | at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar%2372!/:?]
|
1760 | at com.google.gson.Gson.fromJson(Gson.java:1290) ~[gson-2.10.jar%2372!/:?]
|
1761 | at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:179) ~[gson-2.10.jar%2372!/:?]
|
1762 | at net.minecraft.util.GsonHelper.m_13808_(GsonHelper.java:463) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1763 | at net.minecraft.util.GsonHelper.m_13845_(GsonHelper.java:481) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1764 | at net.minecraft.world.level.storage.loot.LootTable$Serializer.deserialize(LootTable.java:294) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1765 | at net.minecraft.world.level.storage.loot.LootTable$Serializer.deserialize(LootTable.java:291) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1766 | at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar%2372!/:?]
|
1767 | at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar%2372!/:?]
|
1768 | at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar%2372!/:?]
|
1769 | at com.google.gson.Gson.fromJson(Gson.java:1261) ~[gson-2.10.jar%2372!/:?]
|
1770 | at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:871) ~[forge-1.20.1-47.4.0-universal.jar%23518!/:?]
|
1771 | at net.minecraftforge.common.ForgeHooks.lambda$getLootTableDeserializer$3(ForgeHooks.java:848) ~[forge-1.20.1-47.4.0-universal.jar%23518!/:?]
|
1772 | at net.minecraft.world.level.storage.loot.LootDataType.deserialize(LootDataType.java:45) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1773 | at net.minecraft.world.level.storage.loot.LootDataManager.lambda$scheduleElementParse$4(LootDataManager.java:56) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1774 | at java.util.HashMap.forEach(HashMap.java:1421) ~[?:?]
|
1775 | at net.minecraft.world.level.storage.loot.LootDataManager.m_278660_(LootDataManager.java:55) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1776 | at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?]
|
1777 | at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?]
|
1778 | at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?]
|
1779 | at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?]
|
1780 | at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?]
|
1781 | at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?]
|
1782 | at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?]
|
1783 | [21Mar2025 20:33:27.761] [Worker-Main-3/ERROR] [net.minecraftforge.common.ForgeHooks/]: Couldn't parse element loot_tables:expatternprovider:blocks/ex_emc_interface
|
1784 | com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'expatternprovider:ex_emc_interface'
|
1785 | at net.minecraft.util.GsonHelper.m_13866_(GsonHelper.java:145) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1786 | at java.util.Optional.orElseThrow(Optional.java:403) ~[?:?]
|
1787 | at net.minecraft.util.GsonHelper.m_13874_(GsonHelper.java:145) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1788 | at net.minecraft.util.GsonHelper.m_13909_(GsonHelper.java:153) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1789 | at net.minecraft.world.level.storage.loot.entries.LootItem$Serializer.m_7267_(LootItem.java:55) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1790 | at net.minecraft.world.level.storage.loot.entries.LootItem$Serializer.m_7267_(LootItem.java:40) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1791 | at net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer$Serializer.m_5921_(LootPoolSingletonContainer.java:151) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1792 | at net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer$Serializer.m_5921_(LootPoolSingletonContainer.java:129) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1793 | at net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer$Serializer.m_7561_(LootPoolEntryContainer.java:86) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1794 | at net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer$Serializer.m_7561_(LootPoolEntryContainer.java:74) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1795 | at net.minecraft.world.level.storage.loot.GsonAdapterFactory$JsonAdapter.deserialize(GsonAdapterFactory.java:102) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1796 | at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar%2372!/:?]
|
1797 | at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40) ~[gson-2.10.jar%2372!/:?]
|
1798 | at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.10.jar%2372!/:?]
|
1799 | at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar%2372!/:?]
|
1800 | at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar%2372!/:?]
|
1801 | at com.google.gson.Gson.fromJson(Gson.java:1290) ~[gson-2.10.jar%2372!/:?]
|
1802 | at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:179) ~[gson-2.10.jar%2372!/:?]
|
1803 | at net.minecraft.util.GsonHelper.m_13808_(GsonHelper.java:463) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1804 | at net.minecraft.util.GsonHelper.m_13836_(GsonHelper.java:471) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1805 | at net.minecraft.world.level.storage.loot.LootPool$Serializer.deserialize(LootPool.java:192) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1806 | at net.minecraft.world.level.storage.loot.LootPool$Serializer.deserialize(LootPool.java:189) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1807 | at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar%2372!/:?]
|
1808 | at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40) ~[gson-2.10.jar%2372!/:?]
|
1809 | at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.10.jar%2372!/:?]
|
1810 | at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar%2372!/:?]
|
1811 | at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar%2372!/:?]
|
1812 | at com.google.gson.Gson.fromJson(Gson.java:1290) ~[gson-2.10.jar%2372!/:?]
|
1813 | at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:179) ~[gson-2.10.jar%2372!/:?]
|
1814 | at net.minecraft.util.GsonHelper.m_13808_(GsonHelper.java:463) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1815 | at net.minecraft.util.GsonHelper.m_13845_(GsonHelper.java:481) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1816 | at net.minecraft.world.level.storage.loot.LootTable$Serializer.deserialize(LootTable.java:294) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1817 | at net.minecraft.world.level.storage.loot.LootTable$Serializer.deserialize(LootTable.java:291) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1818 | at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar%2372!/:?]
|
1819 | at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar%2372!/:?]
|
1820 | at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar%2372!/:?]
|
1821 | at com.google.gson.Gson.fromJson(Gson.java:1261) ~[gson-2.10.jar%2372!/:?]
|
1822 | at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:871) ~[forge-1.20.1-47.4.0-universal.jar%23518!/:?]
|
1823 | at net.minecraftforge.common.ForgeHooks.lambda$getLootTableDeserializer$3(ForgeHooks.java:848) ~[forge-1.20.1-47.4.0-universal.jar%23518!/:?]
|
1824 | at net.minecraft.world.level.storage.loot.LootDataType.deserialize(LootDataType.java:45) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1825 | at net.minecraft.world.level.storage.loot.LootDataManager.lambda$scheduleElementParse$4(LootDataManager.java:56) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1826 | at java.util.HashMap.forEach(HashMap.java:1421) ~[?:?]
|
1827 | at net.minecraft.world.level.storage.loot.LootDataManager.m_278660_(LootDataManager.java:55) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1828 | at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?]
|
1829 | at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?]
|
1830 | at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?]
|
1831 | at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?]
|
1832 | at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?]
|
1833 | at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?]
|
1834 | at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?]
|
1835 | [21Mar2025 20:33:28.414] [Worker-Main-3/ERROR] [net.minecraftforge.common.ForgeHooks/]: Couldn't parse element loot_tables:aether_villages:chests/olympic_citadel/olympic_citadel_supply
|
1836 | com.google.gson.JsonSyntaxException: Unknown type 'minecraft:set_components'
|
1837 | at net.minecraft.world.level.storage.loot.GsonAdapterFactory$JsonAdapter.deserialize(GsonAdapterFactory.java:99) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1838 | at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar%2372!/:?]
|
1839 | at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40) ~[gson-2.10.jar%2372!/:?]
|
1840 | at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.10.jar%2372!/:?]
|
1841 | at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar%2372!/:?]
|
1842 | at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar%2372!/:?]
|
1843 | at com.google.gson.Gson.fromJson(Gson.java:1290) ~[gson-2.10.jar%2372!/:?]
|
1844 | at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:179) ~[gson-2.10.jar%2372!/:?]
|
1845 | at net.minecraft.util.GsonHelper.m_13808_(GsonHelper.java:463) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1846 | at net.minecraft.util.GsonHelper.m_13845_(GsonHelper.java:481) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1847 | at net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer$Serializer.m_5921_(LootPoolSingletonContainer.java:149) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1848 | at net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer$Serializer.m_5921_(LootPoolSingletonContainer.java:129) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1849 | at net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer$Serializer.m_7561_(LootPoolEntryContainer.java:86) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1850 | at net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer$Serializer.m_7561_(LootPoolEntryContainer.java:74) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1851 | at net.minecraft.world.level.storage.loot.GsonAdapterFactory$JsonAdapter.deserialize(GsonAdapterFactory.java:102) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1852 | at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar%2372!/:?]
|
1853 | at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40) ~[gson-2.10.jar%2372!/:?]
|
1854 | at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.10.jar%2372!/:?]
|
1855 | at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar%2372!/:?]
|
1856 | at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar%2372!/:?]
|
1857 | at com.google.gson.Gson.fromJson(Gson.java:1290) ~[gson-2.10.jar%2372!/:?]
|
1858 | at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:179) ~[gson-2.10.jar%2372!/:?]
|
1859 | at net.minecraft.util.GsonHelper.m_13808_(GsonHelper.java:463) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1860 | at net.minecraft.util.GsonHelper.m_13836_(GsonHelper.java:471) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1861 | at net.minecraft.world.level.storage.loot.LootPool$Serializer.deserialize(LootPool.java:192) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1862 | at net.minecraft.world.level.storage.loot.LootPool$Serializer.deserialize(LootPool.java:189) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1863 | at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar%2372!/:?]
|
1864 | at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40) ~[gson-2.10.jar%2372!/:?]
|
1865 | at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.10.jar%2372!/:?]
|
1866 | at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar%2372!/:?]
|
1867 | at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar%2372!/:?]
|
1868 | at com.google.gson.Gson.fromJson(Gson.java:1290) ~[gson-2.10.jar%2372!/:?]
|
1869 | at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:179) ~[gson-2.10.jar%2372!/:?]
|
1870 | at net.minecraft.util.GsonHelper.m_13808_(GsonHelper.java:463) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1871 | at net.minecraft.util.GsonHelper.m_13845_(GsonHelper.java:481) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1872 | at net.minecraft.world.level.storage.loot.LootTable$Serializer.deserialize(LootTable.java:294) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1873 | at net.minecraft.world.level.storage.loot.LootTable$Serializer.deserialize(LootTable.java:291) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1874 | at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar%2372!/:?]
|
1875 | at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar%2372!/:?]
|
1876 | at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar%2372!/:?]
|
1877 | at com.google.gson.Gson.fromJson(Gson.java:1261) ~[gson-2.10.jar%2372!/:?]
|
1878 | at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:871) ~[forge-1.20.1-47.4.0-universal.jar%23518!/:?]
|
1879 | at net.minecraftforge.common.ForgeHooks.lambda$getLootTableDeserializer$3(ForgeHooks.java:848) ~[forge-1.20.1-47.4.0-universal.jar%23518!/:?]
|
1880 | at net.minecraft.world.level.storage.loot.LootDataType.deserialize(LootDataType.java:45) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1881 | at net.minecraft.world.level.storage.loot.LootDataManager.lambda$scheduleElementParse$4(LootDataManager.java:56) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1882 | at java.util.HashMap.forEach(HashMap.java:1421) ~[?:?]
|
1883 | at net.minecraft.world.level.storage.loot.LootDataManager.m_278660_(LootDataManager.java:55) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1884 | at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?]
|
1885 | at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?]
|
1886 | at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?]
|
1887 | at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?]
|
1888 | at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?]
|
1889 | at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?]
|
1890 | at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?]
|
1891 | [21Mar2025 20:33:28.480] [main/WARN] [net.minecraft.world.level.storage.loot.LootDataManager/]: Found loot table element validation problem in {loot_tables:sons_of_sins:entities/walking_bed}.pools[0].entries[0].functions[1]: Parameters [<parameter minecraft:tool>] are not provided in this context
|
1892 | [21Mar2025 20:33:28.480] [main/WARN] [net.minecraft.world.level.storage.loot.LootDataManager/]: Found loot table element validation problem in {loot_tables:sons_of_sins:entities/blud}.pools[0].entries[0].functions[1]: Parameters [<parameter minecraft:tool>] are not provided in this context
|
1893 | [21Mar2025 20:33:28.480] [main/WARN] [net.minecraft.world.level.storage.loot.LootDataManager/]: Found loot table element validation problem in {loot_tables:sons_of_sins:entities/prowler}.pools[0].entries[0].functions[1]: Parameters [<parameter minecraft:tool>] are not provided in this context
|
1894 | [21Mar2025 20:33:28.480] [main/WARN] [net.minecraft.world.level.storage.loot.LootDataManager/]: Found loot table element validation problem in {loot_tables:sons_of_sins:entities/butcher}.pools[0].entries[0].functions[1]: Parameters [<parameter minecraft:tool>] are not provided in this context
|
1895 | [21Mar2025 20:33:28.610] [main/INFO] [Cucumber Library/]: Registered 0 recipes in 0 ms
|
1896 | [21Mar2025 20:33:28.733] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe bigreactors:reactor/reinforced/casing_upgrade_alt as it's serializer returned null
|
1897 | [21Mar2025 20:33:28.829] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe bigreactors:turbine/reinforced/casing_alt as it's serializer returned null
|
1898 | [21Mar2025 20:33:28.863] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe bigreactors:reactor/reinforced/fuelrod_alt_ingots_uranium as it's serializer returned null
|
1899 | [21Mar2025 20:33:28.874] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe expatternprovider:ex_emc_interface_upgrade as it's serializer returned null
|
1900 | [21Mar2025 20:33:28.875] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe bigreactors:reactor/reinforced/computerport_alt as it's serializer returned null
|
1901 | [21Mar2025 20:33:28.876] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe bigreactors:turbine/reinforced/blade_alt as it's serializer returned null
|
1902 | [21Mar2025 20:33:28.932] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe bigreactors:turbine/reinforced/computerport_alt as it's serializer returned null
|
1903 | [21Mar2025 20:33:28.933] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe twilightforest:jeed/regeneration as it's serializer returned null
|
1904 | [21Mar2025 20:33:28.946] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe twilightforest:jeed/fire_resistance as it's serializer returned null
|
1905 | [21Mar2025 20:33:28.962] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:inspirations/blackboard_clear as it's serializer returned null
|
1906 | [21Mar2025 20:33:28.969] [main/ERROR] [net.minecraft.world.item.crafting.RecipeManager/]: Parsing error loading recipe irons_spellbooks:curios/concentration_amulet: com.google.gson.JsonSyntaxException: Unknown item 'irons_spellbooks:mithril_ingot'
|
1907 | [21Mar2025 20:33:28.988] [main/ERROR] [net.minecraft.world.item.crafting.RecipeManager/]: Parsing error loading recipe traveloptics:augment_bruteforce_legendary: com.google.gson.JsonSyntaxException: Unknown item 'traveloptics:augment_bruteforce_epic'
|
1908 | [21Mar2025 20:33:28.999] [main/ERROR] [net.minecraft.world.item.crafting.RecipeManager/]: Parsing error loading recipe alexsdelight:barbecue_on_a_stick: com.google.gson.JsonSyntaxException: Unknown item 'amfd:singular_cooked_moose_rib'
|
1909 | [21Mar2025 20:33:29.044] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe bigreactors:reactor/reinforced/controlrod_alt as it's serializer returned null
|
1910 | [21Mar2025 20:33:29.045] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe twilightforest:jeed/blindness as it's serializer returned null
|
1911 | [21Mar2025 20:33:29.111] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe twilightforest:jeed/resistance as it's serializer returned null
|
1912 | [21Mar2025 20:33:29.112] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe bigreactors:turbine/reinforced/redstoneport_alt as it's serializer returned null
|
1913 | [21Mar2025 20:33:29.114] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe expatternprovider:ex_emc_interface_part as it's serializer returned null
|
1914 | [21Mar2025 20:33:29.124] [main/ERROR] [net.minecraft.world.item.crafting.RecipeManager/]: Parsing error loading recipe legendary_monsters:purified_soul: com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'minecraft:brewing'
|
1915 | [21Mar2025 20:33:29.125] [main/ERROR] [net.minecraft.world.item.crafting.RecipeManager/]: Parsing error loading recipe expatternprovider:u_terminal/upgrade: com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'ae2wtlib:upgrade'
|
1916 | [21Mar2025 20:33:29.129] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe bigreactors:turbine/reinforced/casing_upgrade_alt as it's serializer returned null
|
1917 | [21Mar2025 20:33:29.135] [main/ERROR] [net.minecraft.world.item.crafting.RecipeManager/]: Parsing error loading recipe createbb:misc/smelt_copper_dust: com.google.gson.JsonSyntaxException: Unknown item 'createbb:copper_dust'
|
1918 | [21Mar2025 20:33:29.141] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe bigreactors:reactor/reinforced/casing_alt as it's serializer returned null
|
1919 | [21Mar2025 20:33:29.142] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe bigreactors:reactor/reinforced/solidaccessport_alt as it's serializer returned null
|
1920 | [21Mar2025 20:33:29.158] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe expatternprovider:ex_emc_import_bus as it's serializer returned null
|
1921 | [21Mar2025 20:33:29.169] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe bigreactors:reactor/reinforced/redstoneport_alt as it's serializer returned null
|
1922 | [21Mar2025 20:33:29.174] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe twilightforest:jeed/hunger as it's serializer returned null
|
1923 | [21Mar2025 20:33:29.206] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe expatternprovider:ex_emc_interface as it's serializer returned null
|
1924 | [21Mar2025 20:33:29.223] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe twilightforest:jeed/poison as it's serializer returned null
|
1925 | [21Mar2025 20:33:29.246] [main/ERROR] [net.minecraft.world.item.crafting.RecipeManager/]: Parsing error loading recipe expatternprovider:u_terminal/xe: com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'ae2wtlib:combine'
|
1926 | [21Mar2025 20:33:29.246] [main/ERROR] [net.minecraft.world.item.crafting.RecipeManager/]: Parsing error loading recipe expatternprovider:u_terminal/xa: com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'ae2wtlib:combine'
|
1927 | [21Mar2025 20:33:29.246] [main/ERROR] [net.minecraft.world.item.crafting.RecipeManager/]: Parsing error loading recipe expatternprovider:u_terminal/xc: com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'ae2wtlib:combine'
|
1928 | [21Mar2025 20:33:29.254] [main/ERROR] [net.minecraft.world.item.crafting.RecipeManager/]: Parsing error loading recipe traveloptics:amethyst_bless/augment_bruteforce_blessed: com.google.gson.JsonSyntaxException: Unknown item 'traveloptics:augment_bruteforce_mythic'
|
1929 | [21Mar2025 20:33:29.254] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe bigreactors:turbine/reinforced/bearing_alt as it's serializer returned null
|
1930 | [21Mar2025 20:33:29.261] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:inspirations/flag_clear as it's serializer returned null
|
1931 | [21Mar2025 20:33:29.270] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe bigreactors:reactor/reinforced/fluidaccessport_alt as it's serializer returned null
|
1932 | [21Mar2025 20:33:29.278] [main/WARN] [com.simibubi.create.Create/]: Your custom create:compacting recipe (tacz_c:gunpowder_cylinder_compact) has more item inputs (10) than supported (9).
|
1933 | [21Mar2025 20:33:29.303] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe twilightforest:jeed/frosted as it's serializer returned null
|
1934 | [21Mar2025 20:33:29.304] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe supplementaries:inspirations/flag_dye as it's serializer returned null
|
1935 | [21Mar2025 20:33:29.317] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe expatternprovider:ex_emc_interface_alt as it's serializer returned null
|
1936 | [21Mar2025 20:33:29.319] [main/ERROR] [net.minecraft.world.item.crafting.RecipeManager/]: Parsing error loading recipe legendary_monsters:ancient_dripstone_brick_stairs_left: com.google.gson.JsonSyntaxException: Unknown item 'legendary_monsters:ancient_dripstone_brick'
|
1937 | [21Mar2025 20:33:29.321] [main/ERROR] [net.minecraft.world.item.crafting.RecipeManager/]: Parsing error loading recipe legendary_monsters:dinosaur_bone_meal: com.google.gson.JsonSyntaxException: Unknown item 'legendary_monsters:dinosaur_bone_meal'
|
1938 | [21Mar2025 20:33:29.321] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe bigreactors:turbine/reinforced/shaft_alt as it's serializer returned null
|
1939 | [21Mar2025 20:33:29.321] [main/WARN] [com.simibubi.create.Create/]: Your custom create:mixing recipe (tacz_c:red_paper_mix) has more item inputs (12) than supported (9).
|
1940 | [21Mar2025 20:33:29.328] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe expatternprovider:cutter/accumulation as it's serializer returned null
|
1941 | [21Mar2025 20:33:29.330] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe expatternprovider:ex_emc_import_bus_upgrade as it's serializer returned null
|
1942 | [21Mar2025 20:33:29.333] [main/ERROR] [net.minecraft.world.item.crafting.RecipeManager/]: Parsing error loading recipe createbb:misc/smelt_zinc_dust: com.google.gson.JsonSyntaxException: Unknown item 'createbb:zinc_dust'
|
1943 | [21Mar2025 20:33:29.347] [main/ERROR] [net.minecraft.world.item.crafting.RecipeManager/]: Parsing error loading recipe traveloptics:augment_infusion/augment_bruteforce_wild: com.google.gson.JsonSyntaxException: Unknown item 'traveloptics:augment_bruteforce_legendary'
|
1944 | [21Mar2025 20:33:29.348] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe expatternprovider:ex_emc_export_bus as it's serializer returned null
|
1945 | [21Mar2025 20:33:29.349] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe bigreactors:reactor/reinforced/fuelrod_alt_ingots_yellorium as it's serializer returned null
|
1946 | [21Mar2025 20:33:29.352] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe twilightforest:jeed/slowness as it's serializer returned null
|
1947 | [21Mar2025 20:33:29.359] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Loaded 159 recipes
|
1948 | [21Mar2025 20:33:29.484] [main/INFO] [quark/]: [Automatic Recipe Unlock] Removed 9610 recipe advancements
|
1949 | [21Mar2025 20:33:29.498] [main/ERROR] [net.minecraft.advancements.AdvancementList/]: Couldn't load advancement terramity:opaline_moonstone_advancement: Task Advancement{parentId=terramity:prismatic_jewel_advancement, display=net.minecraft.advancements.DisplayInfo@6348e641, rewards=AdvancementRewards{experience=20, loot=[], recipes=[], function=net.minecraft.commands.CommandFunction$CacheableFunction@b96c7d4}, criteria={opaline_moonstone_advancement_0=net.minecraft.advancements.Criterion@7d33f765}, requirements=[[opaline_moonstone_advancement_0]], sends_telemetry_event=false}
|
1950 | [21Mar2025 20:33:29.499] [main/ERROR] [net.minecraft.advancements.AdvancementList/]: Couldn't load advancement terramity:ocarina_advancement: Task Advancement{parentId=terramity:prismatic_jewel_advancement, display=net.minecraft.advancements.DisplayInfo@513156df, rewards=AdvancementRewards{experience=60, loot=[], recipes=[], function=net.minecraft.commands.CommandFunction$CacheableFunction@b96c7d4}, criteria={ocarina_advancement_0=net.minecraft.advancements.Criterion@6b019d98}, requirements=[[ocarina_advancement_0]], sends_telemetry_event=false}
|
1951 | [21Mar2025 20:33:29.499] [main/ERROR] [net.minecraft.advancements.AdvancementList/]: Couldn't load advancement terramity:fairy_advancement: Task Advancement{parentId=terramity:deleted_mod_element, display=net.minecraft.advancements.DisplayInfo@5c7e814d, rewards=AdvancementRewards{experience=0, loot=[], recipes=[], function=net.minecraft.commands.CommandFunction$CacheableFunction@b96c7d4}, criteria={fairy_advancement_0=net.minecraft.advancements.Criterion@3bf42a07}, requirements=[[fairy_advancement_0]], sends_telemetry_event=false}
|
1952 | [21Mar2025 20:33:29.499] [main/ERROR] [net.minecraft.advancements.AdvancementList/]: Couldn't load advancement terramity:prismatic_jewel_advancement: Task Advancement{parentId=terramity:fairy_advancement, display=net.minecraft.advancements.DisplayInfo@309557ed, rewards=AdvancementRewards{experience=0, loot=[], recipes=[], function=net.minecraft.commands.CommandFunction$CacheableFunction@b96c7d4}, criteria={prismatic_jewel_advancement_0=net.minecraft.advancements.Criterion@2a2be7ea}, requirements=[[prismatic_jewel_advancement_0]], sends_telemetry_event=false}
|
1953 | [21Mar2025 20:33:29.499] [main/ERROR] [net.minecraft.advancements.AdvancementList/]: Couldn't load advancement terramity:frenzied_flame_advancement: Task Advancement{parentId=terramity:prismatic_jewel_advancement, display=net.minecraft.advancements.DisplayInfo@1220d175, rewards=AdvancementRewards{experience=100, loot=[], recipes=[], function=net.minecraft.commands.CommandFunction$CacheableFunction@b96c7d4}, criteria={frenzied_flame_advancement_0=net.minecraft.advancements.Criterion@6741706c}, requirements=[[frenzied_flame_advancement_0]], sends_telemetry_event=false}
|
1954 | [21Mar2025 20:33:29.499] [main/ERROR] [net.minecraft.advancements.AdvancementList/]: Couldn't load advancement terramity:angel_feather_advancement: Task Advancement{parentId=terramity:prismatic_jewel_advancement, display=net.minecraft.advancements.DisplayInfo@b5dadc6, rewards=AdvancementRewards{experience=20, loot=[], recipes=[], function=net.minecraft.commands.CommandFunction$CacheableFunction@b96c7d4}, criteria={angel_feather_advancement_0=net.minecraft.advancements.Criterion@67f36ed1}, requirements=[[angel_feather_advancement_0]], sends_telemetry_event=false}
|
1955 | [21Mar2025 20:33:29.499] [main/ERROR] [net.minecraft.advancements.AdvancementList/]: Couldn't load advancement terramity:microcosm_advancement: Task Advancement{parentId=terramity:prismatic_jewel_advancement, display=net.minecraft.advancements.DisplayInfo@1596abc5, rewards=AdvancementRewards{experience=20, loot=[], recipes=[], function=net.minecraft.commands.CommandFunction$CacheableFunction@b96c7d4}, criteria={microcosm_advancement_0=net.minecraft.advancements.Criterion@696fca40}, requirements=[[microcosm_advancement_0]], sends_telemetry_event=false}
|
1956 | [21Mar2025 20:33:29.499] [main/INFO] [net.minecraft.advancements.AdvancementList/]: Loaded 2720 advancements
|
1957 | [21Mar2025 20:33:29.510] [main/INFO] [placebo/]: Registered 0 additional recipes.
|
1958 | [21Mar2025 20:33:29.529] [main/INFO] [top.theillusivec4.curios.Curios/]: Loaded 24 curio slots
|
1959 | [21Mar2025 20:33:29.548] [main/ERROR] [top.theillusivec4.curios.Curios/]: talisman is not a registered slot type!
|
1960 | [21Mar2025 20:33:29.549] [main/INFO] [top.theillusivec4.curios.Curios/]: Loaded 13 curio entities
|
1961 | [21Mar2025 20:33:29.556] [main/WARN] [net.minecraftforge.common.loot.LootModifierManager/]: Unable to decode loot conditions
|
1962 | com.google.gson.JsonSyntaxException: Unknown type 'minecraft:alternatives'
|
1963 | at net.minecraft.world.level.storage.loot.GsonAdapterFactory$JsonAdapter.deserialize(GsonAdapterFactory.java:99) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
1964 | at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar%2372!/:?]
|
1965 | at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40) ~[gson-2.10.jar%2372!/:?]
|
1966 | at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.10.jar%2372!/:?]
|
1967 | at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar%2372!/:?]
|
1968 | at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar%2372!/:?]
|
1969 | at com.google.gson.Gson.fromJson(Gson.java:1261) ~[gson-2.10.jar%2372!/:?]
|
1970 | at net.minecraftforge.common.loot.IGlobalLootModifier.lambda$static$1(IGlobalLootModifier.java:39) ~[forge-1.20.1-47.4.0-universal.jar%23518!/:?]
|
1971 | at com.mojang.serialization.Decoder$1.lambda$decode$1(Decoder.java:49) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
1972 | at com.mojang.serialization.DataResult.lambda$flatMap$11(DataResult.java:139) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
1973 | at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
1974 | at com.mojang.serialization.DataResult.flatMap(DataResult.java:137) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
1975 | at com.mojang.serialization.Decoder$1.decode(Decoder.java:49) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
1976 | at com.mojang.serialization.Codec$2.decode(Codec.java:71) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
1977 | at com.mojang.serialization.Decoder.parse(Decoder.java:18) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
1978 | at com.mojang.serialization.codecs.FieldDecoder.decode(FieldDecoder.java:29) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
1979 | at com.mojang.serialization.MapCodec$1.decode(MapCodec.java:34) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
1980 | at com.mojang.serialization.codecs.RecordCodecBuilder$Instance$5.decode(RecordCodecBuilder.java:323) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
1981 | at com.mojang.serialization.codecs.RecordCodecBuilder$2.decode(RecordCodecBuilder.java:107) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
1982 | at com.mojang.serialization.codecs.KeyDispatchCodec.lambda$decode$3(KeyDispatchCodec.java:67) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
1983 | at com.mojang.serialization.DataResult.lambda$flatMap$11(DataResult.java:139) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
1984 | at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
1985 | at com.mojang.serialization.DataResult.flatMap(DataResult.java:137) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
1986 | at com.mojang.serialization.codecs.KeyDispatchCodec.lambda$decode$4(KeyDispatchCodec.java:58) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
1987 | at com.mojang.serialization.DataResult.lambda$flatMap$11(DataResult.java:139) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
1988 | at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
1989 | at com.mojang.serialization.DataResult.flatMap(DataResult.java:137) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
1990 | at com.mojang.serialization.codecs.KeyDispatchCodec.decode(KeyDispatchCodec.java:56) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
1991 | at com.mojang.serialization.MapDecoder.lambda$compressedDecode$1(MapDecoder.java:52) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
1992 | at com.mojang.serialization.DataResult.lambda$flatMap$11(DataResult.java:139) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
1993 | at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
1994 | at com.mojang.serialization.DataResult.flatMap(DataResult.java:137) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
1995 | at com.mojang.serialization.MapDecoder.compressedDecode(MapDecoder.java:52) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
1996 | at com.mojang.serialization.MapCodec$MapCodecCodec.decode(MapCodec.java:91) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
1997 | at com.mojang.serialization.Decoder.parse(Decoder.java:18) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
1998 | at net.minecraftforge.common.loot.LootModifierManager.apply(LootModifierManager.java:79) ~[forge-1.20.1-47.4.0-universal.jar%23518!/:?]
|
1999 | at net.minecraftforge.common.loot.LootModifierManager.m_5787_(LootModifierManager.java:38) ~[forge-1.20.1-47.4.0-universal.jar%23518!/:?]
|
2000 | at net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10789_(SimplePreparableReloadListener.java:13) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
2001 | at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?]
|
2002 | at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?]
|
2003 | at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
2004 | at net.minecraft.Util.m_214652_(Util.java:783) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
2005 | at net.minecraft.Util.m_214679_(Util.java:772) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
2006 | at net.minecraft.server.Main.main(Main.java:166) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
2007 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
|
2008 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
|
2009 | at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
|
2010 | at java.lang.reflect.Method.invoke(Method.java:569) ~[?:?]
|
2011 | at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar%2369!/:?]
|
2012 | at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) ~[fmlloader-1.20.1-47.4.0.jar%2369!/:?]
|
2013 | at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) ~[fmlloader-1.20.1-47.4.0.jar%2369!/:?]
|
2014 | at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar%2355!/:?]
|
2015 | at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar%2355!/:?]
|
2016 | at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar%2355!/:?]
|
2017 | at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar%2355!/:?]
|
2018 | at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar%2355!/:?]
|
2019 | at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar%2355!/:?]
|
2020 | at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar%2355!/:?]
|
2021 | at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?]
|
2022 | [21Mar2025 20:33:29.560] [main/WARN] [net.minecraftforge.common.loot.LootModifierManager/]: Could not decode GlobalLootModifier with json id nethersdelight:chopping_leather - error: Unknown type 'minecraft:alternatives'
|
2023 | [21Mar2025 20:33:29.560] [main/WARN] [net.minecraftforge.common.loot.LootModifierManager/]: Unable to decode loot conditions
|
2024 | com.google.gson.JsonSyntaxException: Unknown type 'minecraft:alternative'
|
2025 | at net.minecraft.world.level.storage.loot.GsonAdapterFactory$JsonAdapter.deserialize(GsonAdapterFactory.java:99) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
2026 | at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar%2372!/:?]
|
2027 | at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40) ~[gson-2.10.jar%2372!/:?]
|
2028 | at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.10.jar%2372!/:?]
|
2029 | at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar%2372!/:?]
|
2030 | at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar%2372!/:?]
|
2031 | at com.google.gson.Gson.fromJson(Gson.java:1261) ~[gson-2.10.jar%2372!/:?]
|
2032 | at net.minecraftforge.common.loot.IGlobalLootModifier.lambda$static$1(IGlobalLootModifier.java:39) ~[forge-1.20.1-47.4.0-universal.jar%23518!/:?]
|
2033 | at com.mojang.serialization.Decoder$1.lambda$decode$1(Decoder.java:49) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
2034 | at com.mojang.serialization.DataResult.lambda$flatMap$11(DataResult.java:139) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
2035 | at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
2036 | at com.mojang.serialization.DataResult.flatMap(DataResult.java:137) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
2037 | at com.mojang.serialization.Decoder$1.decode(Decoder.java:49) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
2038 | at com.mojang.serialization.Codec$2.decode(Codec.java:71) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
2039 | at com.mojang.serialization.Decoder.parse(Decoder.java:18) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
2040 | at com.mojang.serialization.codecs.FieldDecoder.decode(FieldDecoder.java:29) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
2041 | at com.mojang.serialization.MapCodec$1.decode(MapCodec.java:34) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
2042 | at com.mojang.serialization.codecs.RecordCodecBuilder$Instance$5.decode(RecordCodecBuilder.java:323) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
2043 | at com.mojang.serialization.codecs.RecordCodecBuilder$2.decode(RecordCodecBuilder.java:107) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
2044 | at com.mojang.serialization.codecs.KeyDispatchCodec.lambda$decode$3(KeyDispatchCodec.java:67) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
2045 | at com.mojang.serialization.DataResult.lambda$flatMap$11(DataResult.java:139) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
2046 | at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
2047 | at com.mojang.serialization.DataResult.flatMap(DataResult.java:137) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
2048 | at com.mojang.serialization.codecs.KeyDispatchCodec.lambda$decode$4(KeyDispatchCodec.java:58) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
2049 | at com.mojang.serialization.DataResult.lambda$flatMap$11(DataResult.java:139) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
2050 | at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
2051 | at com.mojang.serialization.DataResult.flatMap(DataResult.java:137) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
2052 | at com.mojang.serialization.codecs.KeyDispatchCodec.decode(KeyDispatchCodec.java:56) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
2053 | at com.mojang.serialization.MapDecoder.lambda$compressedDecode$1(MapDecoder.java:52) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
2054 | at com.mojang.serialization.DataResult.lambda$flatMap$11(DataResult.java:139) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
2055 | at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
2056 | at com.mojang.serialization.DataResult.flatMap(DataResult.java:137) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
2057 | at com.mojang.serialization.MapDecoder.compressedDecode(MapDecoder.java:52) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
2058 | at com.mojang.serialization.MapCodec$MapCodecCodec.decode(MapCodec.java:91) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
2059 | at com.mojang.serialization.Decoder.parse(Decoder.java:18) ~[datafixerupper-6.0.8.jar%2377!/:?]
|
2060 | at net.minecraftforge.common.loot.LootModifierManager.apply(LootModifierManager.java:79) ~[forge-1.20.1-47.4.0-universal.jar%23518!/:?]
|
2061 | at net.minecraftforge.common.loot.LootModifierManager.m_5787_(LootModifierManager.java:38) ~[forge-1.20.1-47.4.0-universal.jar%23518!/:?]
|
2062 | at net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10789_(SimplePreparableReloadListener.java:13) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
2063 | at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?]
|
2064 | at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?]
|
2065 | at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
2066 | at net.minecraft.Util.m_214652_(Util.java:783) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
2067 | at net.minecraft.Util.m_214679_(Util.java:772) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
2068 | at net.minecraft.server.Main.main(Main.java:166) ~[server-1.20.1-20230612.114412-srg.jar%23513!/:?]
|
2069 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
|
2070 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
|
2071 | at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
|
2072 | at java.lang.reflect.Method.invoke(Method.java:569) ~[?:?]
|
2073 | at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar%2369!/:?]
|
2074 | at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) ~[fmlloader-1.20.1-47.4.0.jar%2369!/:?]
|
2075 | at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) ~[fmlloader-1.20.1-47.4.0.jar%2369!/:?]
|
2076 | at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar%2355!/:?]
|
2077 | at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar%2355!/:?]
|
2078 | at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar%2355!/:?]
|
2079 | at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar%2355!/:?]
|
2080 | at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar%2355!/:?]
|
2081 | at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar%2355!/:?]
|
2082 | at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar%2355!/:?]
|
2083 | at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?]
|
2084 | [21Mar2025 20:33:29.563] [main/WARN] [net.minecraftforge.common.loot.LootModifierManager/]: Could not decode GlobalLootModifier with json id nethersdelight:chopping_string - error: Unknown type 'minecraft:alternative'
|
2085 | [21Mar2025 20:33:29.890] [main/INFO] [com.lootintegrations.LootintegrationsMod/]: Parsing loot modifiers for:lootintegrations:loot_wda_village with loottable: lootintegrations:chests/village
|
2086 | [21Mar2025 20:33:29.890] [main/INFO] [com.lootintegrations.LootintegrationsMod/]: Parsing loot modifiers for:lootintegrations:loot_moog_medium with loottable: lootintegrations:chests/medium
|
2087 | [21Mar2025 20:33:29.890] [main/INFO] [com.lootintegrations.LootintegrationsMod/]: Parsing loot modifiers for:lootintegrations:loot_moog_nether with loottable: lootintegrations:chests/nether
|
2088 | [21Mar2025 20:33:29.890] [main/INFO] [com.lootintegrations.LootintegrationsMod/]: Parsing loot modifiers for:lootintegrations:loot_cataclysm_hard with loottable: lootintegrations:chests/hard
|
2089 | [21Mar2025 20:33:29.890] [main/INFO] [com.lootintegrations.LootintegrationsMod/]: Parsing loot modifiers for:lootintegrations:loot_wda_nether with loottable: lootintegrations:chests/nether
|
2090 | [21Mar2025 20:33:29.890] [main/INFO] [com.lootintegrations.LootintegrationsMod/]: Parsing loot modifiers for:lootintegrations:yung_dungeonloot_nether with loottable: lootintegrations:chests/nether
|
2091 | [21Mar2025 20:33:29.890] [main/INFO] [com.lootintegrations.LootintegrationsMod/]: Parsing loot modifiers for:lootintegrations:loot_wda_hard with loottable: lootintegrations:chests/hard
|
2092 | [21Mar2025 20:33:29.890] [main/INFO] [com.lootintegrations.LootintegrationsMod/]: Parsing loot modifiers for:lootintegrations:loot_moog_easy with loottable: lootintegrations:chests/easy
|
2093 | [21Mar2025 20:33:29.890] [main/INFO] [com.lootintegrations.LootintegrationsMod/]: Parsing loot modifiers for:lootintegrations:yung_villageloot_house with loottable: lootintegrations:chests/village
|
2094 | [21Mar2025 20:33:29.890] [main/INFO] [com.lootintegrations.LootintegrationsMod/]: Parsing loot modifiers for:lootintegrations:loot_cataclysm_water with loottable: lootintegrations:chests/water
|
2095 | [21Mar2025 20:33:29.890] [main/INFO] [com.lootintegrations.LootintegrationsMod/]: Parsing loot modifiers for:lootintegrations:loot_wda_medium with loottable: lootintegrations:chests/medium
|
2096 | [21Mar2025 20:33:29.890] [main/INFO] [com.lootintegrations.LootintegrationsMod/]: Parsing loot modifiers for:lootintegrations:yung_dungeonloot_water with loottable: lootintegrations:chests/water
|
2097 | [21Mar2025 20:33:29.891] [main/INFO] [com.lootintegrations.LootintegrationsMod/]: Parsing loot modifiers for:lootintegrations:loot_cataclysm_easy with loottable: lootintegrations:chests/easy
|
2098 | [21Mar2025 20:33:29.891] [main/INFO] [com.lootintegrations.LootintegrationsMod/]: Parsing loot modifiers for:lootintegrations:loot_cataclysm_medium with loottable: lootintegrations:chests/medium
|
2099 | [21Mar2025 20:33:29.891] [main/INFO] [com.lootintegrations.LootintegrationsMod/]: Parsing loot modifiers for:lootintegrations:yung_dungeonloot_easy with loottable: lootintegrations:chests/easy
|
2100 | [21Mar2025 20:33:29.891] [main/INFO] [com.lootintegrations.LootintegrationsMod/]: Parsing loot modifiers for:lootintegrations:dungeonloot_no_overflow with loottable: minecraft:chests/simple_dungeon
|
2101 | [21Mar2025 20:33:29.891] [main/INFO] [com.lootintegrations.LootintegrationsMod/]: Parsing loot modifiers for:lootintegrations:loot_cataclysm_nether with loottable: lootintegrations:chests/nether
|
2102 | [21Mar2025 20:33:29.891] [main/INFO] [com.lootintegrations.LootintegrationsMod/]: Parsing loot modifiers for:lootintegrations:yung_dungeonloot_medium with loottable: lootintegrations:chests/medium
|
2103 | [21Mar2025 20:33:29.891] [main/INFO] [com.lootintegrations.LootintegrationsMod/]: Parsing loot modifiers for:lootintegrations:loot_moog_village with loottable: lootintegrations:chests/village
|
2104 | [21Mar2025 20:33:29.891] [main/INFO] [com.lootintegrations.LootintegrationsMod/]: Parsing loot modifiers for:lootintegrations:loot_wda_easy with loottable: lootintegrations:chests/easy
|
2105 | [21Mar2025 20:33:29.891] [main/INFO] [com.lootintegrations.LootintegrationsMod/]: Parsing loot modifiers for:lootintegrations:loot_wda_water with loottable: lootintegrations:chests/water
|
2106 | [21Mar2025 20:33:29.894] [main/INFO] [twilightforest/]: Loaded 9 Stalactite configs!
|
2107 | [21Mar2025 20:33:29.984] [main/INFO] [quark-zeta/]: Modified advancement minecraft:husbandry/wax_on with 2 patches
|
2108 | [21Mar2025 20:33:29.985] [main/INFO] [quark-zeta/]: Modified advancement minecraft:adventure/kill_a_mob with 3 patches
|
2109 | [21Mar2025 20:33:29.985] [main/INFO] [quark-zeta/]: Modified advancement minecraft:husbandry/bred_all_animals with 3 patches
|
2110 | [21Mar2025 20:33:29.985] [main/INFO] [quark-zeta/]: Modified advancement minecraft:adventure/kill_all_mobs with 3 patches
|
2111 | [21Mar2025 20:33:29.985] [main/INFO] [quark-zeta/]: Modified advancement minecraft:husbandry/balanced_diet with 3 patches
|
2112 | [21Mar2025 20:33:29.985] [main/INFO] [quark-zeta/]: Modified advancement minecraft:husbandry/plant_seed with 1 patches
|
2113 | [21Mar2025 20:33:29.985] [main/INFO] [quark-zeta/]: Modified advancement minecraft:nether/all_effects with 2 patches
|
2114 | [21Mar2025 20:33:29.985] [main/INFO] [quark-zeta/]: Modified advancement minecraft:husbandry/wax_off with 2 patches
|
2115 | [21Mar2025 20:33:29.985] [main/INFO] [quark-zeta/]: Modified advancement minecraft:adventure/adventuring_time with 1 patches
|
2116 | [21Mar2025 20:33:29.985] [main/INFO] [quark-zeta/]: Modified advancement minecraft:nether/all_potions with 1 patches
|
2117 | [21Mar2025 20:33:29.989] [main/INFO] [Supplementaries/]: Loaded 27 flute songs
|
2118 | [21Mar2025 20:33:29.994] [main/INFO] [botania/]: Loaded 30 Loonium configurations
|
2119 | [21Mar2025 20:33:29.995] [main/INFO] [placebo/]: Registered 0 gear_sets.
|
2120 | [21Mar2025 20:33:30.006] [main/WARN] [net.minecraft.core.MappedRegistry/]: Not all defined tags for registry ResourceKey[minecraft:root / minecraft:worldgen/biome] are present in data pack: minecraft:is_plains
|
2121 | [21Mar2025 20:33:30.076] [main/INFO] [Moonlight/]: Applied 7 data villager trades
|
2122 | [21Mar2025 20:33:30.202] [main/INFO] [Supplementaries/]: Finished additional setup in 0 ms
|
2123 | [21Mar2025 20:33:30.223] [main/INFO] [Cucumber Library/]: Loaded cucumber-tags.json in 1 ms
|
2124 | [21Mar2025 20:33:30.224] [main/INFO] [Mystical Agriculture/]: Recipe ingredient caching done in 0 ms
|
2125 | [21Mar2025 20:33:30.616] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Starting minecraft server version 1.20.1
|
2126 | [21Mar2025 20:33:30.616] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Loading properties
|
2127 | [21Mar2025 20:33:30.616] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Default game type: SURVIVAL
|
2128 | [21Mar2025 20:33:30.616] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Generating keypair
|
2129 | [21Mar2025 20:33:30.657] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Starting Minecraft server on *:25565
|
2130 | [21Mar2025 20:33:30.686] [Server thread/INFO] [net.minecraft.server.network.ServerConnectionListener/]: Using epoll channel type
|
2131 | [21Mar2025 20:33:30.747] [Server thread/INFO] [com.tom.storagemod.StorageMod/]: Loaded Tom's Simple Storage config file toms_storage-server.toml
|
2132 | [21Mar2025 20:33:30.790] [Server thread/INFO] [FluxNetworks/Energy]: Energy blacklist loaded: 1 block entries, 0 item entries
|
2133 | [21Mar2025 20:33:31.074] [Server thread/INFO] [spark/]: Starting background profiler...
|
2134 | [21Mar2025 20:33:31.368] [Server thread/INFO] [zeta/]: Server starting, accepting filewatcher changes for zeta's config
|
2135 | [21Mar2025 20:33:31.374] [Server thread/INFO] [quark-zeta/]: Server starting, accepting filewatcher changes for quark's config
|
2136 | [21Mar2025 20:33:31.388] [Server thread/INFO] [terrablender/]: Initialized TerraBlender biomes for level stem minecraft:the_nether
|
2137 | [21Mar2025 20:33:31.742] [Server thread/INFO] [terrablender/]: Initialized TerraBlender biomes for level stem minecraft:overworld
|
2138 | [21Mar2025 20:33:31.744] [Server thread/INFO] [terrablender/]: Initialized TerraBlender biomes for level stem aether:the_aether
|
2139 | [21Mar2025 20:33:31.746] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Preparing level "world"
|
2140 | [21Mar2025 20:33:31.754] [Server thread/INFO] [mixin/]: Mixing MixinPhantomSpawner from enigmaticlegacy.mixins.json into net.minecraft.world.level.levelgen.PhantomSpawner
|
2141 | [21Mar2025 20:33:31.976] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Preparing start region for dimension minecraft:overworld
|
2142 | [21Mar2025 20:33:32.679] [Server thread/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 0%
|
2143 | [21Mar2025 20:33:32.680] [Server thread/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 0%
|
2144 | [21Mar2025 20:33:33.073] [Server thread/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Time elapsed: 1097 ms
|
2145 | [21Mar2025 20:33:33.073] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Done (2.329s)! For help, type "help"
|
2146 | [21Mar2025 20:33:33.175] [Server thread/INFO] [net.minecraftforge.server.permission.PermissionAPI/]: Successfully initialized permission handler forge:default_handler
|
2147 | [21Mar2025 20:33:33.179] [Server thread/INFO] [Easy NPC/]: 🗣 Register Easy NPC Server is starting Events ...
|
2148 | [21Mar2025 20:33:33.179] [Server thread/INFO] [Easy NPC/]: 🗣 Register Easy NPC Server data folders ...
|
2149 | [21Mar2025 20:33:33.180] [Server thread/INFO] [Easy NPC/]: 🗣 Register Easy NPC Pose data folders ...
|
2150 | [21Mar2025 20:33:33.181] [Server thread/INFO] [Easy NPC/]: 🗣 Register Easy NPC custom pose data ...
|
2151 | [21Mar2025 20:33:33.235] [Server thread/WARN] [Easy NPC/]: Skin model pose file /root/server/config/easy_npc/pose/humanoid_slim/humanoid_slim_poses.json already exists, skipping copy!
|
2152 | [21Mar2025 20:33:33.281] [Server thread/INFO] [Easy NPC/]: 🗣 Register Easy NPC custom poses from /root/server/config/easy_npc/pose ...
|
2153 | [21Mar2025 20:33:33.282] [Server thread/INFO] [Easy NPC/]: Found custom pose file /root/server/config/easy_npc/pose/humanoid_slim/humanoid_slim_poses.json ...
|
2154 | [21Mar2025 20:33:33.284] [Server thread/INFO] [Easy NPC/]: [Pose Manager] Registering pose data easy_npc:pose/humanoid_slim/crouching with Animation{name='Crouching', loop='hold_on_last_frame', animation_length=null, bones={Head=Bone{position=[0.0, -4.2, 0.0], rotation=[-7.5, 0.0, 0.0], scale=null, keyframePosition=null, keyframeRotation=null}, Body=Bone{position=[0.0, -3.2, 0.0], rotation=[20.0, 0.0, 0.0], scale=null, keyframePosition=null, keyframeRotation=null}, RightArm=Bone{position=[0.0, -3.2, 1.0], rotation=[40.0, 0.0, 0.0], scale=null, keyframePosition=null, keyframeRotation=null}, LeftArm=Bone{position=[0.0, -3.2, 1.0], rotation=[40.0, 0.0, 0.0], scale=null, keyframePosition=null, keyframeRotation=null}, RightLeg=Bone{position=[0.0, 0.0, 4.0], rotation=[-25.0, 0.0, 0.0], scale=null, keyframePosition=null, keyframeRotation=null}, LeftLeg=Bone{position=[0.0, 0.0, 3.0], rotation=[-10.0, 0.0, 0.0], scale=null, keyframePosition=null, keyframeRotation=null}}}
|
2155 | [21Mar2025 20:33:33.285] [Server thread/INFO] [Easy NPC/]: [Pose Manager] Registering pose data easy_npc:pose/humanoid_slim/standing with Animation{name='Standing', loop='hold_on_last_frame', animation_length=null, bones={Head=Bone{position=[0.0, 0.0, 0.0], rotation=[0.0, 0.0, 0.0], scale=null, keyframePosition=null, keyframeRotation=null}, Body=Bone{position=[0.0, 0.0, 0.0], rotation=[0.0, 0.0, 0.0], scale=null, keyframePosition=null, keyframeRotation=null}, RightArm=Bone{position=[0.0, 0.0, 0.0], rotation=[0.0, 0.0, 0.0], scale=null, keyframePosition=null, keyframeRotation=null}, LeftArm=Bone{position=[0.0, 0.0, 0.0], rotation=[0.0, 0.0, 0.0], scale=null, keyframePosition=null, keyframeRotation=null}, RightLeg=Bone{position=[0.0, 0.0, 0.0], rotation=[0.0, 0.0, 0.0], scale=null, keyframePosition=null, keyframeRotation=null}, LeftLeg=Bone{position=[0.0, 0.0, 0.0], rotation=[0.0, 0.0, 0.0], scale=null, keyframePosition=null, keyframeRotation=null}}}
|
2156 | [21Mar2025 20:33:33.285] [Server thread/INFO] [Easy NPC/]: [Pose Manager] Registering pose data easy_npc:pose/humanoid_slim/sitting with Animation{name='Sitting', loop='hold_on_last_frame', animation_length=null, bones={Head=Bone{position=[0.0, -10.5, 0.0], rotation=[0.0, 0.0, -2.5], scale=null, keyframePosition=null, keyframeRotation=null}, Body=Bone{position=[0.0, -10.5, 0.0], rotation=null, scale=null, keyframePosition=null, keyframeRotation=null}, RightArm=Bone{position=[0.0, -10.5, 0.0], rotation=[-35.0, 0.0, 0.0], scale=null, keyframePosition=null, keyframeRotation=null}, LeftArm=Bone{position=[0.0, -10.5, 0.0], rotation=[-35.0, 0.0, 0.0], scale=null, keyframePosition=null, keyframeRotation=null}, RightLeg=Bone{position=[0.0, -10.0, 0.0], rotation=[-90.0, 15.0, 0.0], scale=null, keyframePosition=null, keyframeRotation=null}, LeftLeg=Bone{position=[0.0, -10.0, 0.0], rotation=[-90.0, -10.5, 0.0], scale=null, keyframePosition=null, keyframeRotation=null}}}
|
2157 | [21Mar2025 20:33:33.285] [Server thread/INFO] [Easy NPC/]: [Pose Manager] Registering pose data easy_npc:pose/humanoid_slim/chilling with Animation{name='Chilling', loop='hold_on_last_frame', animation_length=null, bones={Head=Bone{position=[0.0, -12.5, 2.0], rotation=[-2.5, 0.0, 2.5], scale=null, keyframePosition=null, keyframeRotation=null}, Body=Bone{position=[0.0, -12.25, 3.0], rotation=[-20.0, 0.0, 0.0], scale=null, keyframePosition=null, keyframeRotation=null}, RightArm=Bone{position=[0.0, -12.5, 2.0], rotation=[17.5, 0.0, 0.0], scale=null, keyframePosition=null, keyframeRotation=null}, LeftArm=Bone{position=[0.0, -12.5, 2.0], rotation=[20.0, 0.0, 0.0], scale=null, keyframePosition=null, keyframeRotation=null}, RightLeg=Bone{position=[0.0, -10.0, 0.0], rotation=[-90.0, 15.0, -5.0], scale=null, keyframePosition=null, keyframeRotation=null}, LeftLeg=Bone{position=[0.0, -10.0, 0.75], rotation=[-90.0, -10.5, 5.0], scale=null, keyframePosition=null, keyframeRotation=null}}}
|
2158 | [21Mar2025 20:33:33.285] [Server thread/INFO] [Easy NPC/]: [Pose Manager] Registering pose data easy_npc:pose/humanoid_slim/rest with Animation{name='Rest', loop='hold_on_last_frame', animation_length=null, bones={Head=Bone{position=[0.0, -12.0, 0.0], rotation=[5.0, 0.0, 5.0], scale=null, keyframePosition=null, keyframeRotation=null}, Body=Bone{position=[0.0, -12.0, 0.0], rotation=[0.0, 0.0, 2.5], scale=null, keyframePosition=null, keyframeRotation=null}, RightArm=Bone{position=[-1.0, -11.0, 0.0], rotation=[-75.0, -30.0, 0.0], scale=null, keyframePosition=null, keyframeRotation=null}, LeftArm=Bone{position=[0.0, -12.0, 0.0], rotation=[-52.5, -5.0, 0.0], scale=null, keyframePosition=null, keyframeRotation=null}, RightLeg=Bone{position=[-3.0, -2.0, -2.0], rotation=[-32.5, -20.0, 0.0], scale=null, keyframePosition=null, keyframeRotation=null}, LeftLeg=Bone{position=[6.75, -10.0, 0.0], rotation=[-90.0, 40.0, 0.0], scale=null, keyframePosition=null, keyframeRotation=null}}}
|
2159 | [21Mar2025 20:33:33.285] [Server thread/INFO] [Easy NPC/]: 🗣 Register Easy NPC Backup data folders ...
|
2160 | [21Mar2025 20:33:33.387] [Server thread/INFO] [net.bettercombat.logic.WeaponRegistry/]: Encoded Weapon Attribute registry size (with package overhead): 386082 bytes (in 39 string chunks with the size of 10000)
|
2161 | [21Mar2025 20:33:33.388] [Server thread/INFO] [com.cupboard.Cupboard/]: Loaded config for: smoothchunk.json
|
2162 | [21Mar2025 20:33:33.388] [Server thread/INFO] [com.cupboard.Cupboard/]: Loaded config for: lootintegrations.json
|
2163 | [21Mar2025 20:33:33.495] [Server thread/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class net.minecraft.world.entity.player.Player from class tschipp.carryon.common.carry.CarryOnDataManager
|
2164 | [21Mar2025 20:33:33.633] [Server thread/INFO] [patchouli/]: Sending reload packet to clients
|
2165 | [21Mar2025 20:33:33.633] [VoiceChatServerThread/INFO] [voicechat/]: [voicechat] Voice chat server started at port 24454
|
2166 | [21Mar2025 20:33:33.634] [Server thread/WARN] [ModernFix/]: Dedicated server took 41.946 seconds to load
|
2167 | [21Mar2025 20:33:36.259] [Netty Epoll Server IO #1/WARN] [mixin/]: @ModifyConstant conflict. Skipping packetfixer.common.mixins.json:PacketEncoderMixin from mod packetfixer->@ModifyConstant::newSize(I)I with priority 1000, already redirected by connectivity.mixins.json:PacketEncoderMixin from mod connectivity->@ModifyConstant::modifyLimit(ILio/netty/channel/ChannelHandlerContext;Lnet/minecraft/network/protocol/Packet;Lio/netty/buffer/ByteBuf;)I with priority 1000
|
2168 | [21Mar2025 20:33:38.470] [User Authenticator #1/INFO] [net.minecraft.server.network.ServerLoginPacketListenerImpl/]: UUID of player why_shiro is b8d30919-2c95-4b77-a284-fe94b941528b
|
2169 | [21Mar2025 20:33:47.598] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 181
|
2170 | [21Mar2025 20:33:47.646] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 182
|
2171 | [21Mar2025 20:33:47.697] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 183
|
2172 | [21Mar2025 20:33:47.747] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 184
|
2173 | [21Mar2025 20:33:47.801] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 185
|
2174 | [21Mar2025 20:33:47.847] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 186
|
2175 | [21Mar2025 20:33:47.898] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 187
|
2176 | [21Mar2025 20:33:47.947] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 188
|
2177 | [21Mar2025 20:33:47.996] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 189
|
2178 | [21Mar2025 20:33:48.046] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 190
|
2179 | [21Mar2025 20:33:48.099] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 191
|
2180 | [21Mar2025 20:33:48.161] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 192
|
2181 | [21Mar2025 20:33:48.292] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 193
|
2182 | [21Mar2025 20:33:48.332] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 194
|
2183 | [21Mar2025 20:33:48.334] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 195
|
2184 | [21Mar2025 20:33:48.348] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 196
|
2185 | [21Mar2025 20:33:48.403] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 197
|
2186 | [21Mar2025 20:33:48.478] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 198
|
2187 | [21Mar2025 20:33:48.749] [Server thread/INFO] [net.minecraft.server.players.PlayerList/]: why_shiro[/**.**.**.**:42038] logged in with entity id 189 at (-2530.1655782067273, 64.0, 196.898486184081)
|
2188 | [21Mar2025 20:33:48.943] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: why_shiro joined the game
|
2189 | [21Mar2025 20:33:49.034] [Server thread/INFO] [Jade/]: Syncing config to why_shiro (b8d30919-2c95-4b77-a284-fe94b941528b)
|
2190 | [21Mar2025 20:33:49.190] [Server thread/INFO] [Enigmatic Legacy/INFO]: Synchronizing omniconfig files to why_shiro...
|
2191 | [21Mar2025 20:33:49.190] [Server thread/INFO] [Enigmatic Legacy/INFO]: Sending data for enigmaticlegacy-common.omniconf
|
2192 | [21Mar2025 20:33:49.197] [Server thread/INFO] [Enigmatic Legacy/INFO]: Granting starter gear to why_shiro
|
2193 | [21Mar2025 20:33:50.913] [Server thread/INFO] [Enigmatic Legacy/INFO]: Blue Skies detected: false
|
2194 | [21Mar2025 20:33:50.936] [Server thread/INFO] [voicechat/]: [voicechat] Received secret request of why_shiro (18)
|
2195 | [21Mar2025 20:33:50.937] [Server thread/INFO] [voicechat/]: [voicechat] Sent secret to why_shiro
|
2196 | [21Mar2025 20:33:50.986] [Server thread/WARN] [waterframes/]: Server seems overloading, jumping 3901ms or 78 ticks
|
2197 | [21Mar2025 20:33:50.987] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2202ms or 44 ticks behind
|
2198 | [21Mar2025 20:34:05.831] [User Authenticator #2/INFO] [net.minecraft.server.network.ServerLoginPacketListenerImpl/]: UUID of player Polycarbon_ is fad7a655-6495-4781-b385-1213c1b870aa
|
2199 | [21Mar2025 20:34:06.906] [Server thread/INFO] [do_a_barrel_roll/]: Client of why_shiro accepted server config.
|
2200 | [21Mar2025 20:34:07.059] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully authenticated player b8d30919-2c95-4b77-a284-fe94b941528b
|
2201 | [21Mar2025 20:34:08.056] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully validated connection of player b8d30919-2c95-4b77-a284-fe94b941528b
|
2202 | [21Mar2025 20:34:08.058] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Player why_shiro (b8d30919-2c95-4b77-a284-fe94b941528b) successfully connected to voice chat
|
2203 | [21Mar2025 20:34:11.121] [User Authenticator #3/INFO] [net.minecraft.server.network.ServerLoginPacketListenerImpl/]: UUID of player Rad42 is 6843a4e8-74b2-437d-bbed-b6252e26e487
|
2204 | [21Mar2025 20:34:15.056] [Netty Epoll Server IO #4/INFO] [Calio/]: Received acknowledgment for login packet with id 181
|
2205 | [21Mar2025 20:34:15.106] [Netty Epoll Server IO #4/INFO] [Calio/]: Received acknowledgment for login packet with id 182
|
2206 | [21Mar2025 20:34:15.157] [Netty Epoll Server IO #4/INFO] [Calio/]: Received acknowledgment for login packet with id 183
|
2207 | [21Mar2025 20:34:15.207] [Netty Epoll Server IO #4/INFO] [Calio/]: Received acknowledgment for login packet with id 184
|
2208 | [21Mar2025 20:34:15.259] [Netty Epoll Server IO #4/INFO] [Calio/]: Received acknowledgment for login packet with id 185
|
2209 | [21Mar2025 20:34:15.340] [Netty Epoll Server IO #4/INFO] [Calio/]: Received acknowledgment for login packet with id 186
|
2210 | [21Mar2025 20:34:15.373] [Netty Epoll Server IO #4/INFO] [Calio/]: Received acknowledgment for login packet with id 187
|
2211 | [21Mar2025 20:34:15.416] [Netty Epoll Server IO #4/INFO] [Calio/]: Received acknowledgment for login packet with id 188
|
2212 | [21Mar2025 20:34:15.457] [Netty Epoll Server IO #4/INFO] [Calio/]: Received acknowledgment for login packet with id 189
|
2213 | [21Mar2025 20:34:15.521] [Netty Epoll Server IO #4/INFO] [Calio/]: Received acknowledgment for login packet with id 190
|
2214 | [21Mar2025 20:34:15.570] [Netty Epoll Server IO #4/INFO] [Calio/]: Received acknowledgment for login packet with id 191
|
2215 | [21Mar2025 20:34:15.605] [Netty Epoll Server IO #4/INFO] [Calio/]: Received acknowledgment for login packet with id 192
|
2216 | [21Mar2025 20:34:15.911] [Netty Epoll Server IO #4/INFO] [Calio/]: Received acknowledgment for login packet with id 193
|
2217 | [21Mar2025 20:34:16.068] [Netty Epoll Server IO #4/INFO] [Calio/]: Received acknowledgment for login packet with id 194
|
2218 | [21Mar2025 20:34:16.073] [Netty Epoll Server IO #4/INFO] [Calio/]: Received acknowledgment for login packet with id 195
|
2219 | [21Mar2025 20:34:16.074] [Netty Epoll Server IO #4/INFO] [Calio/]: Received acknowledgment for login packet with id 196
|
2220 | [21Mar2025 20:34:16.078] [Netty Epoll Server IO #4/INFO] [Calio/]: Received acknowledgment for login packet with id 197
|
2221 | [21Mar2025 20:34:16.095] [Netty Epoll Server IO #4/INFO] [Calio/]: Received acknowledgment for login packet with id 198
|
2222 | [21Mar2025 20:34:16.365] [Server thread/INFO] [net.minecraft.server.players.PlayerList/]: Polycarbon_[/**.**.**.**:64796] logged in with entity id 450 at (-2646.3632530456134, 72.0, -506.43200995225624)
|
2223 | [21Mar2025 20:34:16.451] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Polycarbon_ joined the game
|
2224 | [21Mar2025 20:34:16.494] [Server thread/INFO] [Jade/]: Syncing config to Polycarbon_ (fad7a655-6495-4781-b385-1213c1b870aa)
|
2225 | [21Mar2025 20:34:16.548] [Server thread/INFO] [Enigmatic Legacy/INFO]: Synchronizing omniconfig files to Polycarbon_...
|
2226 | [21Mar2025 20:34:16.548] [Server thread/INFO] [Enigmatic Legacy/INFO]: Sending data for enigmaticlegacy-common.omniconf
|
2227 | [21Mar2025 20:34:16.548] [Server thread/INFO] [Enigmatic Legacy/INFO]: Granting starter gear to Polycarbon_
|
2228 | [21Mar2025 20:34:16.860] [Server thread/INFO] [voicechat/]: [voicechat] Received secret request of Polycarbon_ (18)
|
2229 | [21Mar2025 20:34:16.860] [Server thread/INFO] [voicechat/]: [voicechat] Sent secret to Polycarbon_
|
2230 | [21Mar2025 20:34:18.379] [Server thread/WARN] [waterframes/]: Server seems overloading, jumping 3069ms or 61 ticks
|
2231 | [21Mar2025 20:34:21.328] [Netty Epoll Server IO #6/INFO] [Calio/]: Received acknowledgment for login packet with id 181
|
2232 | [21Mar2025 20:34:21.338] [Netty Epoll Server IO #6/INFO] [Calio/]: Received acknowledgment for login packet with id 182
|
2233 | [21Mar2025 20:34:21.384] [Netty Epoll Server IO #6/INFO] [Calio/]: Received acknowledgment for login packet with id 183
|
2234 | [21Mar2025 20:34:21.404] [Netty Epoll Server IO #6/INFO] [Calio/]: Received acknowledgment for login packet with id 184
|
2235 | [21Mar2025 20:34:21.435] [Netty Epoll Server IO #6/INFO] [Calio/]: Received acknowledgment for login packet with id 185
|
2236 | [21Mar2025 20:34:21.479] [Netty Epoll Server IO #6/INFO] [Calio/]: Received acknowledgment for login packet with id 186
|
2237 | [21Mar2025 20:34:21.512] [Netty Epoll Server IO #6/INFO] [Calio/]: Received acknowledgment for login packet with id 187
|
2238 | [21Mar2025 20:34:21.640] [Netty Epoll Server IO #6/INFO] [Calio/]: Received acknowledgment for login packet with id 188
|
2239 | [21Mar2025 20:34:21.640] [Netty Epoll Server IO #6/INFO] [Calio/]: Received acknowledgment for login packet with id 189
|
2240 | [21Mar2025 20:34:21.640] [Netty Epoll Server IO #6/INFO] [Calio/]: Received acknowledgment for login packet with id 190
|
2241 | [21Mar2025 20:34:22.054] [Netty Epoll Server IO #6/INFO] [Calio/]: Received acknowledgment for login packet with id 191
|
2242 | [21Mar2025 20:34:22.054] [Netty Epoll Server IO #6/INFO] [Calio/]: Received acknowledgment for login packet with id 192
|
2243 | [21Mar2025 20:34:22.164] [User Authenticator #4/INFO] [net.minecraft.server.network.ServerLoginPacketListenerImpl/]: UUID of player pixelated_danchu is 24dcb22d-8447-4e17-9767-79db525ee346
|
2244 | [21Mar2025 20:34:23.914] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: why_shiro has made the advancement [Ol' Betsy]
|
2245 | [21Mar2025 20:34:23.956] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: why_shiro has made the advancement [Take Aim]
|
2246 | [21Mar2025 20:34:25.142] [Netty Epoll Server IO #6/INFO] [Calio/]: Received acknowledgment for login packet with id 193
|
2247 | [21Mar2025 20:34:26.753] [Netty Epoll Server IO #6/INFO] [Calio/]: Received acknowledgment for login packet with id 194
|
2248 | [21Mar2025 20:34:26.799] [Netty Epoll Server IO #6/INFO] [Calio/]: Received acknowledgment for login packet with id 195
|
2249 | [21Mar2025 20:34:26.799] [Netty Epoll Server IO #6/INFO] [Calio/]: Received acknowledgment for login packet with id 196
|
2250 | [21Mar2025 20:34:27.062] [Netty Epoll Server IO #6/INFO] [Calio/]: Received acknowledgment for login packet with id 197
|
2251 | [21Mar2025 20:34:27.786] [Netty Epoll Server IO #6/INFO] [Calio/]: Received acknowledgment for login packet with id 198
|
2252 | [21Mar2025 20:34:28.019] [Server thread/INFO] [net.minecraft.server.players.PlayerList/]: Rad42[/**.**.**.**:60093] logged in with entity id 807 at (-3111.1131813257916, 63.0, -982.3485169987272)
|
2253 | [21Mar2025 20:34:28.093] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Rad42 joined the game
|
2254 | [21Mar2025 20:34:28.138] [Server thread/INFO] [Jade/]: Syncing config to Rad42 (6843a4e8-74b2-437d-bbed-b6252e26e487)
|
2255 | [21Mar2025 20:34:28.189] [Server thread/INFO] [Enigmatic Legacy/INFO]: Synchronizing omniconfig files to Rad42...
|
2256 | [21Mar2025 20:34:28.189] [Server thread/INFO] [Enigmatic Legacy/INFO]: Sending data for enigmaticlegacy-common.omniconf
|
2257 | [21Mar2025 20:34:28.190] [Server thread/INFO] [Enigmatic Legacy/INFO]: Granting starter gear to Rad42
|
2258 | [21Mar2025 20:34:28.962] [Server thread/INFO] [voicechat/]: [voicechat] Received secret request of Rad42 (18)
|
2259 | [21Mar2025 20:34:28.962] [Server thread/INFO] [voicechat/]: [voicechat] Sent secret to Rad42
|
2260 | [21Mar2025 20:34:29.891] [Server thread/INFO] [net.minecraft.server.network.ServerLoginPacketListenerImpl/]: com.mojang.authlib.GameProfile@2f668ca1[id=24dcb22d-8447-4e17-9767-79db525ee346,name=pixelated_danchu,properties={textures=[com.mojang.authlib.properties.Property@6978cbc6]},legacy=false] (/**.**.**.**:54696) lost connection: Disconnected
|
2261 | [21Mar2025 20:34:41.815] [User Authenticator #5/INFO] [net.minecraft.server.network.ServerLoginPacketListenerImpl/]: UUID of player Fishzs is 7ce10e36-5d41-4f1e-a3bc-784aa70be2bc
|
2262 | [21Mar2025 20:34:41.914] [Server thread/INFO] [do_a_barrel_roll/]: Client of Polycarbon_ accepted server config.
|
2263 | [21Mar2025 20:34:42.052] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully authenticated player fad7a655-6495-4781-b385-1213c1b870aa
|
2264 | [21Mar2025 20:34:43.053] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully validated connection of player fad7a655-6495-4781-b385-1213c1b870aa
|
2265 | [21Mar2025 20:34:43.053] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Player Polycarbon_ (fad7a655-6495-4781-b385-1213c1b870aa) successfully connected to voice chat
|
2266 | [21Mar2025 20:34:48.841] [Server thread/INFO] [do_a_barrel_roll/]: Client of Rad42 accepted server config.
|
2267 | [21Mar2025 20:34:49.303] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully authenticated player 6843a4e8-74b2-437d-bbed-b6252e26e487
|
2268 | [21Mar2025 20:34:50.299] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully validated connection of player 6843a4e8-74b2-437d-bbed-b6252e26e487
|
2269 | [21Mar2025 20:34:50.299] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Player Rad42 (6843a4e8-74b2-437d-bbed-b6252e26e487) successfully connected to voice chat
|
2270 | [21Mar2025 20:34:50.441] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 181
|
2271 | [21Mar2025 20:34:50.488] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 182
|
2272 | [21Mar2025 20:34:50.539] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 183
|
2273 | [21Mar2025 20:34:50.594] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 184
|
2274 | [21Mar2025 20:34:50.642] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 185
|
2275 | [21Mar2025 20:34:50.688] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 186
|
2276 | [21Mar2025 20:34:50.739] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 187
|
2277 | [21Mar2025 20:34:50.796] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 188
|
2278 | [21Mar2025 20:34:50.857] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 189
|
2279 | [21Mar2025 20:34:50.902] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 190
|
2280 | [21Mar2025 20:34:50.948] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 191
|
2281 | [21Mar2025 20:34:50.994] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 192
|
2282 | [21Mar2025 20:34:51.143] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 193
|
2283 | [21Mar2025 20:34:51.218] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 194
|
2284 | [21Mar2025 20:34:51.218] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 195
|
2285 | [21Mar2025 20:34:51.218] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 196
|
2286 | [21Mar2025 20:34:51.243] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 197
|
2287 | [21Mar2025 20:34:51.334] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 198
|
2288 | [21Mar2025 20:34:51.517] [Server thread/INFO] [net.minecraft.server.players.PlayerList/]: Fishzs[/**.**.**.**:57147] logged in with entity id 1165 at (-888.5, 104.0, 137.5)
|
2289 | [21Mar2025 20:34:51.597] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Fishzs joined the game
|
2290 | [21Mar2025 20:34:51.669] [Server thread/INFO] [Jade/]: Syncing config to Fishzs (7ce10e36-5d41-4f1e-a3bc-784aa70be2bc)
|
2291 | [21Mar2025 20:34:51.736] [Server thread/INFO] [Enigmatic Legacy/INFO]: Synchronizing omniconfig files to Fishzs...
|
2292 | [21Mar2025 20:34:51.736] [Server thread/INFO] [Enigmatic Legacy/INFO]: Sending data for enigmaticlegacy-common.omniconf
|
2293 | [21Mar2025 20:34:51.737] [Server thread/INFO] [Enigmatic Legacy/INFO]: Granting starter gear to Fishzs
|
2294 | [21Mar2025 20:34:52.000] [Server thread/INFO] [voicechat/]: [voicechat] Received secret request of Fishzs (18)
|
2295 | [21Mar2025 20:34:52.000] [Server thread/INFO] [voicechat/]: [voicechat] Sent secret to Fishzs
|
2296 | [21Mar2025 20:34:54.996] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: why_shiro has made the advancement [Dark Metallurgy]
|
2297 | [21Mar2025 20:35:01.064] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: [why_shiro: Set own game mode to Creative Mode]
|
2298 | [21Mar2025 20:35:02.487] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2002ms or 40 ticks behind
|
2299 | [21Mar2025 20:35:11.273] [Server thread/INFO] [do_a_barrel_roll/]: Client of Fishzs accepted server config.
|
2300 | [21Mar2025 20:35:11.531] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully authenticated player 7ce10e36-5d41-4f1e-a3bc-784aa70be2bc
|
2301 | [21Mar2025 20:35:12.532] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully validated connection of player 7ce10e36-5d41-4f1e-a3bc-784aa70be2bc
|
2302 | [21Mar2025 20:35:12.532] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Player Fishzs (7ce10e36-5d41-4f1e-a3bc-784aa70be2bc) successfully connected to voice chat
|
2303 | [21Mar2025 20:35:16.159] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Starting a new profiler, please wait...
|
2304 | [21Mar2025 20:35:16.161] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Profiler is now running! (async)
|
2305 | [21Mar2025 20:35:16.162] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] It will run in the background until it is stopped by an admin.
|
2306 | [21Mar2025 20:35:16.162] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] To stop the profiler and upload the results, run:
|
2307 | [21Mar2025 20:35:16.173] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] /spark profiler stop
|
2308 | [21Mar2025 20:35:16.173] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] To view the profiler while it's running, run:
|
2309 | [21Mar2025 20:35:16.173] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] /spark profiler open
|
2310 | [21Mar2025 20:35:19.066] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Profiler live viewer:
|
2311 | [21Mar2025 20:35:19.066] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: https://spark.lucko.me/BVzmwl2QgD
|
2312 | [21Mar2025 20:35:19.509] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2024ms or 40 ticks behind
|
2313 | [21Mar2025 20:35:21.935] [WebSocketConnectReadThread-152/INFO] [spark/]: [Viewer - pqC7BMNlHYy7d18] Client connected: clientId=7ff5-4533, keyhash=12b9a9, desc=Opera on Windows
|
2314 | [21Mar2025 20:35:34.219] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick monitor started. Before the monitor becomes fully active, the server's average tick rate will be calculated over a period of 120 ticks (approx 6 seconds).
|
2315 | [21Mar2025 20:35:39.138] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2003ms or 40 ticks behind
|
2316 | [21Mar2025 20:35:40.983] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Analysis is now complete.
|
2317 | [21Mar2025 20:35:40.983] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] > Max: 63.76ms
|
2318 | [21Mar2025 20:35:40.984] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] > Min: 49.79ms
|
2319 | [21Mar2025 20:35:40.984] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] > Average: 55.75ms
|
2320 | [21Mar2025 20:35:40.984] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Starting now, any ticks with >100.0% increase in duration compared to the average will be reported.
|
2321 | [21Mar2025 20:35:44.207] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #180 included GC lasting 14 ms. (type = Young Gen)
|
2322 | [21Mar2025 20:35:50.866] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #298 included GC lasting 11 ms. (type = Young Gen)
|
2323 | [21Mar2025 20:35:56.231] [User Authenticator #6/INFO] [net.minecraft.server.network.ServerLoginPacketListenerImpl/]: UUID of player Linyvuri is 1e7b4bc8-991f-4eee-9901-61f60cb8233a
|
2324 | [21Mar2025 20:35:56.885] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #409 included GC lasting 13 ms. (type = Young Gen)
|
2325 | [21Mar2025 20:35:56.944] [User Authenticator #7/INFO] [net.minecraft.server.network.ServerLoginPacketListenerImpl/]: UUID of player shade_TC is b83b5f0d-6cea-4ac1-909d-df7b947b5896
|
2326 | [21Mar2025 20:35:58.357] [Server thread/INFO] [net.minecraft.world.entity.npc.Villager/]: Villager Villager['Farmer'/466, l='ServerLevel[world]', x=-2648.50, y=79.00, z=-489.50] died, message: 'Farmer was slain by Zombie Bruiser'
|
2327 | [21Mar2025 20:36:01.392] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2007ms or 40 ticks behind
|
2328 | [21Mar2025 20:36:02.164] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: <why_shiro> 18.35
|
2329 | [21Mar2025 20:36:03.036] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #522 included GC lasting 15 ms. (type = Young Gen)
|
2330 | [21Mar2025 20:36:06.311] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 181
|
2331 | [21Mar2025 20:36:06.370] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 182
|
2332 | [21Mar2025 20:36:06.425] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 183
|
2333 | [21Mar2025 20:36:06.480] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 184
|
2334 | [21Mar2025 20:36:06.535] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 185
|
2335 | [21Mar2025 20:36:06.594] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 186
|
2336 | [21Mar2025 20:36:06.649] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 187
|
2337 | [21Mar2025 20:36:06.701] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 188
|
2338 | [21Mar2025 20:36:06.754] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 189
|
2339 | [21Mar2025 20:36:06.807] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 190
|
2340 | [21Mar2025 20:36:06.862] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 191
|
2341 | [21Mar2025 20:36:06.917] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 192
|
2342 | [21Mar2025 20:36:06.973] [Netty Epoll Server IO #3/INFO] [Calio/]: Received acknowledgment for login packet with id 181
|
2343 | [21Mar2025 20:36:07.027] [Netty Epoll Server IO #3/INFO] [Calio/]: Received acknowledgment for login packet with id 182
|
2344 | [21Mar2025 20:36:07.083] [Netty Epoll Server IO #3/INFO] [Calio/]: Received acknowledgment for login packet with id 183
|
2345 | [21Mar2025 20:36:07.138] [Netty Epoll Server IO #3/INFO] [Calio/]: Received acknowledgment for login packet with id 184
|
2346 | [21Mar2025 20:36:07.188] [Netty Epoll Server IO #3/INFO] [Calio/]: Received acknowledgment for login packet with id 185
|
2347 | [21Mar2025 20:36:07.242] [Netty Epoll Server IO #3/INFO] [Calio/]: Received acknowledgment for login packet with id 186
|
2348 | [21Mar2025 20:36:07.297] [Netty Epoll Server IO #3/INFO] [Calio/]: Received acknowledgment for login packet with id 187
|
2349 | [21Mar2025 20:36:07.348] [Netty Epoll Server IO #3/INFO] [Calio/]: Received acknowledgment for login packet with id 188
|
2350 | [21Mar2025 20:36:07.399] [Netty Epoll Server IO #3/INFO] [Calio/]: Received acknowledgment for login packet with id 189
|
2351 | [21Mar2025 20:36:07.454] [Netty Epoll Server IO #3/INFO] [Calio/]: Received acknowledgment for login packet with id 190
|
2352 | [21Mar2025 20:36:07.504] [Netty Epoll Server IO #3/INFO] [Calio/]: Received acknowledgment for login packet with id 191
|
2353 | [21Mar2025 20:36:07.546] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 193
|
2354 | [21Mar2025 20:36:07.554] [Netty Epoll Server IO #3/INFO] [Calio/]: Received acknowledgment for login packet with id 192
|
2355 | [21Mar2025 20:36:07.774] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 194
|
2356 | [21Mar2025 20:36:07.779] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 195
|
2357 | [21Mar2025 20:36:07.779] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 196
|
2358 | [21Mar2025 20:36:07.781] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 197
|
2359 | [21Mar2025 20:36:07.860] [Netty Epoll Server IO #3/INFO] [Calio/]: Received acknowledgment for login packet with id 193
|
2360 | [21Mar2025 20:36:07.943] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 198
|
2361 | [21Mar2025 20:36:08.018] [Netty Epoll Server IO #3/INFO] [Calio/]: Received acknowledgment for login packet with id 194
|
2362 | [21Mar2025 20:36:08.021] [Netty Epoll Server IO #3/INFO] [Calio/]: Received acknowledgment for login packet with id 195
|
2363 | [21Mar2025 20:36:08.021] [Netty Epoll Server IO #3/INFO] [Calio/]: Received acknowledgment for login packet with id 196
|
2364 | [21Mar2025 20:36:08.025] [Netty Epoll Server IO #3/INFO] [Calio/]: Received acknowledgment for login packet with id 197
|
2365 | [21Mar2025 20:36:08.038] [Netty Epoll Server IO #3/INFO] [Calio/]: Received acknowledgment for login packet with id 198
|
2366 | [21Mar2025 20:36:08.333] [Server thread/INFO] [net.minecraft.server.players.PlayerList/]: Linyvuri[/**.**.**.**:63672] logged in with entity id 2053 at (-2549.300000011921, 62.41999998688698, 200.35714362847744)
|
2367 | [21Mar2025 20:36:08.396] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Linyvuri joined the game
|
2368 | [21Mar2025 20:36:08.449] [Server thread/INFO] [Jade/]: Syncing config to Linyvuri (1e7b4bc8-991f-4eee-9901-61f60cb8233a)
|
2369 | [21Mar2025 20:36:08.494] [Server thread/INFO] [Enigmatic Legacy/INFO]: Synchronizing omniconfig files to Linyvuri...
|
2370 | [21Mar2025 20:36:08.494] [Server thread/INFO] [Enigmatic Legacy/INFO]: Sending data for enigmaticlegacy-common.omniconf
|
2371 | [21Mar2025 20:36:08.494] [Server thread/INFO] [Enigmatic Legacy/INFO]: Granting starter gear to Linyvuri
|
2372 | [21Mar2025 20:36:08.514] [Server thread/INFO] [net.minecraft.server.players.PlayerList/]: shade_TC[/**.**.**.**:64556] logged in with entity id 2054 at (-886.5, 63.0, 122.5)
|
2373 | [21Mar2025 20:36:08.584] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: shade_TC joined the game
|
2374 | [21Mar2025 20:36:08.641] [Server thread/INFO] [Jade/]: Syncing config to shade_TC (b83b5f0d-6cea-4ac1-909d-df7b947b5896)
|
2375 | [21Mar2025 20:36:08.706] [Server thread/INFO] [Enigmatic Legacy/INFO]: Synchronizing omniconfig files to shade_TC...
|
2376 | [21Mar2025 20:36:08.706] [Server thread/INFO] [Enigmatic Legacy/INFO]: Sending data for enigmaticlegacy-common.omniconf
|
2377 | [21Mar2025 20:36:08.706] [Server thread/INFO] [Enigmatic Legacy/INFO]: Granting starter gear to shade_TC
|
2378 | [21Mar2025 20:36:08.734] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #619 lasted 481.89 ms. (764.41% increase from avg)
|
2379 | [21Mar2025 20:36:08.829] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #620 included GC lasting 21 ms. (type = Young Gen)
|
2380 | [21Mar2025 20:36:08.836] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: shade_TC has made the advancement [Terramity]
|
2381 | [21Mar2025 20:36:08.883] [Server thread/INFO] [voicechat/]: [voicechat] Received secret request of Linyvuri (18)
|
2382 | [21Mar2025 20:36:08.883] [Server thread/INFO] [voicechat/]: [voicechat] Sent secret to Linyvuri
|
2383 | [21Mar2025 20:36:08.884] [Server thread/WARN] [waterframes/]: Server seems overloading, jumping 3041ms or 60 ticks
|
2384 | [21Mar2025 20:36:08.897] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #621 lasted 164.37 ms. (194.84% increase from avg)
|
2385 | [21Mar2025 20:36:10.819] [Server thread/INFO] [voicechat/]: [voicechat] Received secret request of shade_TC (18)
|
2386 | [21Mar2025 20:36:10.820] [Server thread/INFO] [voicechat/]: [voicechat] Sent secret to shade_TC
|
2387 | [21Mar2025 20:36:14.315] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #708 included GC lasting 15 ms. (type = Young Gen)
|
2388 | [21Mar2025 20:36:19.406] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 3021ms or 60 ticks behind
|
2389 | [21Mar2025 20:36:19.726] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #798 included GC lasting 20 ms. (type = Young Gen)
|
2390 | [21Mar2025 20:36:25.239] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #892 included GC lasting 15 ms. (type = Young Gen)
|
2391 | [21Mar2025 20:36:25.639] [Server thread/INFO] [do_a_barrel_roll/]: Client of shade_TC accepted server config.
|
2392 | [21Mar2025 20:36:25.927] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully authenticated player b83b5f0d-6cea-4ac1-909d-df7b947b5896
|
2393 | [21Mar2025 20:36:26.925] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully validated connection of player b83b5f0d-6cea-4ac1-909d-df7b947b5896
|
2394 | [21Mar2025 20:36:26.925] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Player shade_TC (b83b5f0d-6cea-4ac1-909d-df7b947b5896) successfully connected to voice chat
|
2395 | [21Mar2025 20:36:28.635] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: [why_shiro: Set the time to 1000]
|
2396 | [21Mar2025 20:36:29.792] [Server thread/INFO] [do_a_barrel_roll/]: Client of Linyvuri accepted server config.
|
2397 | [21Mar2025 20:36:30.016] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully authenticated player 1e7b4bc8-991f-4eee-9901-61f60cb8233a
|
2398 | [21Mar2025 20:36:30.893] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #986 included GC lasting 11 ms. (type = Young Gen)
|
2399 | [21Mar2025 20:36:31.016] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully validated connection of player 1e7b4bc8-991f-4eee-9901-61f60cb8233a
|
2400 | [21Mar2025 20:36:31.017] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Player Linyvuri (1e7b4bc8-991f-4eee-9901-61f60cb8233a) successfully connected to voice chat
|
2401 | [21Mar2025 20:36:36.785] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #1079 included GC lasting 11 ms. (type = Young Gen)
|
2402 | [21Mar2025 20:36:37.596] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 3211ms or 64 ticks behind
|
2403 | [21Mar2025 20:36:42.056] [Server thread/INFO] [mixin/]: Mixing MixinPiglinTasks from enigmaticlegacy.mixins.json into net.minecraft.world.entity.monster.piglin.PiglinAi
|
2404 | [21Mar2025 20:36:42.056] [Server thread/INFO] [mixin/]: Renaming synthetic method lambda$onPiglinBarter$0(Ljava/util/List;Lnet/minecraft/world/item/ItemStack;)V to mdfba0dc$lambda$onPiglinBarter$0$0 in enigmaticlegacy.mixins.json:MixinPiglinTasks from mod (unknown)
|
2405 | [21Mar2025 20:36:42.473] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #1171 included GC lasting 12 ms. (type = Young Gen)
|
2406 | [21Mar2025 20:36:48.094] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #1264 included GC lasting 16 ms. (type = Young Gen)
|
2407 | [21Mar2025 20:36:53.776] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #1356 included GC lasting 12 ms. (type = Young Gen)
|
2408 | [21Mar2025 20:36:56.081] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 3497ms or 69 ticks behind
|
2409 | [21Mar2025 20:36:59.343] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #1447 included GC lasting 12 ms. (type = Young Gen)
|
2410 | [21Mar2025 20:37:04.940] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #1539 included GC lasting 9 ms. (type = Young Gen)
|
2411 | [21Mar2025 20:37:10.504] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #1632 included GC lasting 8 ms. (type = Young Gen)
|
2412 | [21Mar2025 20:37:14.248] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 3214ms or 64 ticks behind
|
2413 | [21Mar2025 20:37:16.264] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #1725 included GC lasting 13 ms. (type = Young Gen)
|
2414 | [21Mar2025 20:37:21.733] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #1815 included GC lasting 13 ms. (type = Young Gen)
|
2415 | [21Mar2025 20:37:27.342] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #1908 included GC lasting 11 ms. (type = Young Gen)
|
2416 | [21Mar2025 20:37:32.397] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 3162ms or 63 ticks behind
|
2417 | [21Mar2025 20:37:32.953] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #2002 included GC lasting 9 ms. (type = Young Gen)
|
2418 | [21Mar2025 20:37:38.642] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #2095 included GC lasting 8 ms. (type = Young Gen)
|
2419 | [21Mar2025 20:37:44.112] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #2190 included GC lasting 9 ms. (type = Young Gen)
|
2420 | [21Mar2025 20:37:45.026] [User Authenticator #8/INFO] [net.minecraft.server.network.ServerLoginPacketListenerImpl/]: UUID of player pixelated_danchu is 24dcb22d-8447-4e17-9767-79db525ee346
|
2421 | [21Mar2025 20:37:49.625] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #2283 included GC lasting 8 ms. (type = Young Gen)
|
2422 | [21Mar2025 20:37:50.183] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2798ms or 55 ticks behind
|
2423 | [21Mar2025 20:37:55.225] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #2377 included GC lasting 8 ms. (type = Young Gen)
|
2424 | [21Mar2025 20:37:56.368] [Netty Epoll Server IO #5/INFO] [Calio/]: Received acknowledgment for login packet with id 181
|
2425 | [21Mar2025 20:37:56.373] [Netty Epoll Server IO #5/INFO] [Calio/]: Received acknowledgment for login packet with id 182
|
2426 | [21Mar2025 20:37:56.376] [Netty Epoll Server IO #5/INFO] [Calio/]: Received acknowledgment for login packet with id 183
|
2427 | [21Mar2025 20:37:56.376] [Netty Epoll Server IO #5/INFO] [Calio/]: Received acknowledgment for login packet with id 184
|
2428 | [21Mar2025 20:37:56.376] [Netty Epoll Server IO #5/INFO] [Calio/]: Received acknowledgment for login packet with id 185
|
2429 | [21Mar2025 20:37:56.379] [Netty Epoll Server IO #5/INFO] [Calio/]: Received acknowledgment for login packet with id 186
|
2430 | [21Mar2025 20:37:56.382] [Netty Epoll Server IO #5/INFO] [Calio/]: Received acknowledgment for login packet with id 187
|
2431 | [21Mar2025 20:37:56.383] [Netty Epoll Server IO #5/INFO] [Calio/]: Received acknowledgment for login packet with id 188
|
2432 | [21Mar2025 20:37:56.383] [Netty Epoll Server IO #5/INFO] [Calio/]: Received acknowledgment for login packet with id 189
|
2433 | [21Mar2025 20:37:56.394] [Netty Epoll Server IO #5/INFO] [Calio/]: Received acknowledgment for login packet with id 190
|
2434 | [21Mar2025 20:37:56.449] [Netty Epoll Server IO #5/INFO] [Calio/]: Received acknowledgment for login packet with id 191
|
2435 | [21Mar2025 20:37:56.505] [Netty Epoll Server IO #5/INFO] [Calio/]: Received acknowledgment for login packet with id 192
|
2436 | [21Mar2025 20:37:56.819] [Netty Epoll Server IO #5/INFO] [Calio/]: Received acknowledgment for login packet with id 193
|
2437 | [21Mar2025 20:37:56.940] [Netty Epoll Server IO #5/INFO] [Calio/]: Received acknowledgment for login packet with id 194
|
2438 | [21Mar2025 20:37:56.947] [Netty Epoll Server IO #5/INFO] [Calio/]: Received acknowledgment for login packet with id 195
|
2439 | [21Mar2025 20:37:56.948] [Netty Epoll Server IO #5/INFO] [Calio/]: Received acknowledgment for login packet with id 196
|
2440 | [21Mar2025 20:37:56.957] [Netty Epoll Server IO #5/INFO] [Calio/]: Received acknowledgment for login packet with id 197
|
2441 | [21Mar2025 20:37:56.988] [Netty Epoll Server IO #5/INFO] [Calio/]: Received acknowledgment for login packet with id 198
|
2442 | [21Mar2025 20:37:57.234] [Server thread/INFO] [net.minecraft.server.players.PlayerList/]: pixelated_danchu[/**.**.**.**:55281] logged in with entity id 3086 at (-2548.725258488999, 62.875, 201.62955110861404)
|
2443 | [21Mar2025 20:37:57.296] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: pixelated_danchu joined the game
|
2444 | [21Mar2025 20:37:57.346] [Server thread/INFO] [Jade/]: Syncing config to pixelated_danchu (24dcb22d-8447-4e17-9767-79db525ee346)
|
2445 | [21Mar2025 20:37:57.402] [Server thread/INFO] [Enigmatic Legacy/INFO]: Synchronizing omniconfig files to pixelated_danchu...
|
2446 | [21Mar2025 20:37:57.402] [Server thread/INFO] [Enigmatic Legacy/INFO]: Sending data for enigmaticlegacy-common.omniconf
|
2447 | [21Mar2025 20:37:57.403] [Server thread/INFO] [Enigmatic Legacy/INFO]: Granting starter gear to pixelated_danchu
|
2448 | [21Mar2025 20:37:57.420] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #2411 lasted 268.36 ms. (381.4% increase from avg)
|
2449 | [21Mar2025 20:38:00.578] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/battery_defect] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/battery]
|
2450 | [21Mar2025 20:38:00.579] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/battery_discharge] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/battery]
|
2451 | [21Mar2025 20:38:00.579] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/battery_slowness_one] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/battery]
|
2452 | [21Mar2025 20:38:00.579] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/battery_respawn] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/battery]
|
2453 | [21Mar2025 20:38:00.579] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/battery_recharge] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/battery]
|
2454 | [21Mar2025 20:38:00.579] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/battery_slowness_three] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/battery]
|
2455 | [21Mar2025 20:38:00.579] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/battery_slowness_two] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/battery]
|
2456 | [21Mar2025 20:38:00.579] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_leaping_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2457 | [21Mar2025 20:38:00.580] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_poison_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2458 | [21Mar2025 20:38:00.580] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_consume] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2459 | [21Mar2025 20:38:00.580] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_strength_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2460 | [21Mar2025 20:38:00.580] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_invisibility_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2461 | [21Mar2025 20:38:00.580] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_water_breathing_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2462 | [21Mar2025 20:38:00.580] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_healing_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2463 | [21Mar2025 20:38:00.580] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2464 | [21Mar2025 20:38:00.580] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_turtle_master_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2465 | [21Mar2025 20:38:00.580] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_night_vision_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2466 | [21Mar2025 20:38:00.580] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_levitation_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2467 | [21Mar2025 20:38:00.580] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_luck_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2468 | [21Mar2025 20:38:00.580] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_weakness_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2469 | [21Mar2025 20:38:00.580] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_regeneration_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2470 | [21Mar2025 20:38:00.580] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_harming_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2471 | [21Mar2025 20:38:00.580] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_resistance_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2472 | [21Mar2025 20:38:00.581] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_swiftness_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2473 | [21Mar2025 20:38:00.581] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_slow_falling_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2474 | [21Mar2025 20:38:00.581] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_slowness_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2475 | [21Mar2025 20:38:00.581] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_spectral_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2476 | [21Mar2025 20:38:00.581] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/heal_heal_nugget] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/heal]
|
2477 | [21Mar2025 20:38:00.581] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/heal_heal_ingot] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/heal]
|
2478 | [21Mar2025 20:38:00.581] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/metal_shell_gray] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/metal_shell]
|
2479 | [21Mar2025 20:38:00.581] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/metal_shell_armor] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/metal_shell]
|
2480 | [21Mar2025 20:38:00.581] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/no_hunger_no_hunger] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/no_hunger]
|
2481 | [21Mar2025 20:38:00.581] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/no_hunger_poison_immunity] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/no_hunger]
|
2482 | [21Mar2025 20:38:00.581] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/reach_reset] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/reach]
|
2483 | [21Mar2025 20:38:00.581] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/reach_scale] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/reach]
|
2484 | [21Mar2025 20:38:00.667] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #2460 included GC lasting 14 ms. (type = Young Gen)
|
2485 | [21Mar2025 20:38:01.056] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: [why_shiro: Added 'minecraft:creeper' to LetMeDespawn configuration.]
|
2486 | [21Mar2025 20:38:02.921] [Server thread/INFO] [voicechat/]: [voicechat] Received secret request of pixelated_danchu (18)
|
2487 | [21Mar2025 20:38:02.921] [Server thread/INFO] [voicechat/]: [voicechat] Sent secret to pixelated_danchu
|
2488 | [21Mar2025 20:38:05.870] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #2546 included GC lasting 11 ms. (type = Young Gen)
|
2489 | [21Mar2025 20:38:08.559] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: [why_shiro: Added 'minecraft:zombie' to LetMeDespawn configuration.]
|
2490 | [21Mar2025 20:38:08.750] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 3615ms or 72 ticks behind
|
2491 | [21Mar2025 20:38:11.284] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #2632 included GC lasting 11 ms. (type = Young Gen)
|
2492 | [21Mar2025 20:38:16.424] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #2715 included GC lasting 19 ms. (type = Young Gen)
|
2493 | [21Mar2025 20:38:21.710] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #2799 included GC lasting 11 ms. (type = Young Gen)
|
2494 | [21Mar2025 20:38:26.810] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #2886 included GC lasting 9 ms. (type = Young Gen)
|
2495 | [21Mar2025 20:38:27.212] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 3477ms or 69 ticks behind
|
2496 | [21Mar2025 20:38:31.817] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #2972 included GC lasting 9 ms. (type = Young Gen)
|
2497 | [21Mar2025 20:38:36.951] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #3059 included GC lasting 8 ms. (type = Young Gen)
|
2498 | [21Mar2025 20:38:39.835] [Server thread/INFO] [do_a_barrel_roll/]: Client of pixelated_danchu accepted server config.
|
2499 | [21Mar2025 20:38:41.233] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully authenticated player 24dcb22d-8447-4e17-9767-79db525ee346
|
2500 | [21Mar2025 20:38:42.129] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #3145 included GC lasting 8 ms. (type = Young Gen)
|
2501 | [21Mar2025 20:38:42.229] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully validated connection of player 24dcb22d-8447-4e17-9767-79db525ee346
|
2502 | [21Mar2025 20:38:42.229] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Player pixelated_danchu (24dcb22d-8447-4e17-9767-79db525ee346) successfully connected to voice chat
|
2503 | [21Mar2025 20:38:45.149] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2965ms or 59 ticks behind
|
2504 | [21Mar2025 20:38:47.648] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #3232 included GC lasting 8 ms. (type = Young Gen)
|
2505 | [21Mar2025 20:38:53.111] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #3318 included GC lasting 8 ms. (type = Young Gen)
|
2506 | [21Mar2025 20:38:58.567] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #3403 included GC lasting 7 ms. (type = Young Gen)
|
2507 | [21Mar2025 20:39:03.985] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #3485 included GC lasting 9 ms. (type = Young Gen)
|
2508 | [21Mar2025 20:39:04.473] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 4338ms or 86 ticks behind
|
2509 | [21Mar2025 20:39:09.460] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #3566 included GC lasting 11 ms. (type = Young Gen)
|
2510 | [21Mar2025 20:39:10.087] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-classes:quality_equipment_range] from power ResourceKey[apoli:configured_power / origins-classes:quality_equipment]
|
2511 | [21Mar2025 20:39:10.088] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-classes:quality_equipment_helmet] from power ResourceKey[apoli:configured_power / origins-classes:quality_equipment]
|
2512 | [21Mar2025 20:39:10.088] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-classes:quality_equipment_chestplate] from power ResourceKey[apoli:configured_power / origins-classes:quality_equipment]
|
2513 | [21Mar2025 20:39:10.088] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-classes:quality_equipment_shield] from power ResourceKey[apoli:configured_power / origins-classes:quality_equipment]
|
2514 | [21Mar2025 20:39:10.088] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-classes:quality_equipment_melee] from power ResourceKey[apoli:configured_power / origins-classes:quality_equipment]
|
2515 | [21Mar2025 20:39:10.088] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-classes:quality_equipment_leggings] from power ResourceKey[apoli:configured_power / origins-classes:quality_equipment]
|
2516 | [21Mar2025 20:39:10.088] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-classes:quality_equipment_digger] from power ResourceKey[apoli:configured_power / origins-classes:quality_equipment]
|
2517 | [21Mar2025 20:39:10.088] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-classes:quality_equipment_shoes] from power ResourceKey[apoli:configured_power / origins-classes:quality_equipment]
|
2518 | [21Mar2025 20:39:10.088] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-classes:efficient_repairs_less_material_cost] from power ResourceKey[apoli:configured_power / origins-classes:efficient_repairs]
|
2519 | [21Mar2025 20:39:10.088] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-classes:efficient_repairs_more_combine_durability] from power ResourceKey[apoli:configured_power / origins-classes:efficient_repairs]
|
2520 | [21Mar2025 20:39:14.945] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #3648 included GC lasting 9 ms. (type = Young Gen)
|
2521 | [21Mar2025 20:39:20.035] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #3727 included GC lasting 12 ms. (type = Young Gen)
|
2522 | [21Mar2025 20:39:21.422] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #3742 lasted 508.52 ms. (812.19% increase from avg)
|
2523 | [21Mar2025 20:39:24.756] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 5321ms or 106 ticks behind
|
2524 | [21Mar2025 20:39:25.382] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #3802 included GC lasting 13 ms. (type = Young Gen)
|
2525 | [21Mar2025 20:39:30.770] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #3884 included GC lasting 10 ms. (type = Young Gen)
|
2526 | [21Mar2025 20:39:36.184] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #3965 included GC lasting 11 ms. (type = Young Gen)
|
2527 | [21Mar2025 20:39:41.533] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #4046 included GC lasting 10 ms. (type = Young Gen)
|
2528 | [21Mar2025 20:39:44.496] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 4761ms or 95 ticks behind
|
2529 | [21Mar2025 20:39:46.959] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #4129 included GC lasting 10 ms. (type = Young Gen)
|
2530 | [21Mar2025 20:39:51.960] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #4201 included GC lasting 14 ms. (type = Young Gen)
|
2531 | [21Mar2025 20:39:57.520] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #4284 included GC lasting 11 ms. (type = Young Gen)
|
2532 | [21Mar2025 20:40:03.012] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #4369 included GC lasting 10 ms. (type = Young Gen)
|
2533 | [21Mar2025 20:40:04.557] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 5073ms or 101 ticks behind
|
2534 | [21Mar2025 20:40:07.981] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Fishzs has made the advancement [Alex's Mobs]
|
2535 | [21Mar2025 20:40:08.509] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #4454 included GC lasting 9 ms. (type = Young Gen)
|
2536 | [21Mar2025 20:40:13.637] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #4529 included GC lasting 12 ms. (type = Young Gen)
|
2537 | [21Mar2025 20:40:18.772] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #4607 included GC lasting 16 ms. (type = Young Gen)
|
2538 | [21Mar2025 20:40:24.217] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #4691 included GC lasting 16 ms. (type = Young Gen)
|
2539 | [21Mar2025 20:40:24.351] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 4816ms or 96 ticks behind
|
2540 | [21Mar2025 20:40:29.221] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #4730 included GC lasting 24 ms. (type = Young Gen)
|
2541 | [21Mar2025 20:40:30.480] [Server thread/WARN] [waterframes/]: Server seems overloading, jumping 5836ms or 116 ticks
|
2542 | [21Mar2025 20:40:30.481] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #4730 lasted 3705.58 ms. (6547.1% increase from avg)
|
2543 | [21Mar2025 20:40:34.757] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #4793 included GC lasting 25 ms. (type = Young Gen)
|
2544 | [21Mar2025 20:40:40.210] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #4877 included GC lasting 12 ms. (type = Young Gen)
|
2545 | [21Mar2025 20:40:45.306] [Server thread/INFO] [net.minecraft.world.entity.npc.Villager/]: Villager Villager['Nitwit'/467, l='ServerLevel[world]', x=-2642.26, y=71.94, z=-496.13] died, message: 'Nitwit was slain by Polycarbon_'
|
2546 | [21Mar2025 20:40:45.681] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #4959 included GC lasting 9 ms. (type = Young Gen)
|
2547 | [21Mar2025 20:40:48.010] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 8675ms or 173 ticks behind
|
2548 | [21Mar2025 20:40:50.694] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #5030 included GC lasting 10 ms. (type = Young Gen)
|
2549 | [21Mar2025 20:40:53.327] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Linyvuri has made the advancement [Crops of the Wild]
|
2550 | [21Mar2025 20:40:53.328] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Linyvuri has made the advancement [Wild Crops]
|
2551 | [21Mar2025 20:40:56.132] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #5113 included GC lasting 12 ms. (type = Young Gen)
|
2552 | [21Mar2025 20:41:01.415] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #5195 included GC lasting 9 ms. (type = Young Gen)
|
2553 | [21Mar2025 20:41:06.284] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #5269 included GC lasting 9 ms. (type = Young Gen)
|
2554 | [21Mar2025 20:41:07.827] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 4842ms or 96 ticks behind
|
2555 | [21Mar2025 20:41:11.596] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #5352 included GC lasting 8 ms. (type = Young Gen)
|
2556 | [21Mar2025 20:41:11.977] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Fishzs has made the advancement [Darkness Lies Ahead]
|
2557 | [21Mar2025 20:41:16.888] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #5430 included GC lasting 19 ms. (type = Young Gen)
|
2558 | [21Mar2025 20:41:22.314] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #5511 included GC lasting 11 ms. (type = Young Gen)
|
2559 | [21Mar2025 20:41:24.011] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: <Fishzs> oopsie
|
2560 | [21Mar2025 20:41:27.667] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 4882ms or 97 ticks behind
|
2561 | [21Mar2025 20:41:27.748] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #5594 included GC lasting 8 ms. (type = Young Gen)
|
2562 | [21Mar2025 20:41:33.089] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #5676 included GC lasting 7 ms. (type = Young Gen)
|
2563 | [21Mar2025 20:41:38.488] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #5758 included GC lasting 9 ms. (type = Young Gen)
|
2564 | [21Mar2025 20:41:43.932] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #5840 included GC lasting 9 ms. (type = Young Gen)
|
2565 | [21Mar2025 20:41:47.288] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 4654ms or 93 ticks behind
|
2566 | [21Mar2025 20:41:49.244] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #5922 included GC lasting 7 ms. (type = Young Gen)
|
2567 | [21Mar2025 20:41:54.475] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #6005 included GC lasting 7 ms. (type = Young Gen)
|
2568 | [21Mar2025 20:41:59.856] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #6086 included GC lasting 8 ms. (type = Young Gen)
|
2569 | [21Mar2025 20:42:05.206] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #6168 included GC lasting 10 ms. (type = Young Gen)
|
2570 | [21Mar2025 20:42:06.760] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 4475ms or 89 ticks behind
|
2571 | [21Mar2025 20:42:10.584] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #6252 included GC lasting 8 ms. (type = Young Gen)
|
2572 | [21Mar2025 20:42:16.001] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #6334 included GC lasting 9 ms. (type = Young Gen)
|
2573 | [21Mar2025 20:42:21.138] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #6412 included GC lasting 14 ms. (type = Young Gen)
|
2574 | [21Mar2025 20:42:26.308] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 4574ms or 91 ticks behind
|
2575 | [21Mar2025 20:42:26.505] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #6495 included GC lasting 11 ms. (type = Young Gen)
|
2576 | [21Mar2025 20:42:31.628] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #6574 included GC lasting 9 ms. (type = Young Gen)
|
2577 | [21Mar2025 20:42:36.705] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #6654 included GC lasting 10 ms. (type = Young Gen)
|
2578 | [21Mar2025 20:42:41.132] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #6720 lasted 131.73 ms. (136.29% increase from avg)
|
2579 | [21Mar2025 20:42:41.245] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #6720 lasted 112.96 ms. (102.62% increase from avg)
|
2580 | [21Mar2025 20:42:41.937] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #6731 included GC lasting 10 ms. (type = Young Gen)
|
2581 | [21Mar2025 20:42:44.325] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #6765 lasted 115.48 ms. (107.15% increase from avg)
|
2582 | [21Mar2025 20:42:46.125] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 4840ms or 96 ticks behind
|
2583 | [21Mar2025 20:42:47.129] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #6808 included GC lasting 11 ms. (type = Young Gen)
|
2584 | [21Mar2025 20:42:52.418] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #6886 included GC lasting 10 ms. (type = Young Gen)
|
2585 | [21Mar2025 20:42:56.225] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Fishzs has made the advancement ['X' Marks the Spot]
|
2586 | [21Mar2025 20:42:57.680] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #6964 included GC lasting 10 ms. (type = Young Gen)
|
2587 | [21Mar2025 20:43:02.306] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Fishzs has made the advancement [Acquire Hardware]
|
2588 | [21Mar2025 20:43:03.143] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #7046 included GC lasting 10 ms. (type = Young Gen)
|
2589 | [21Mar2025 20:43:06.302] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 5217ms or 104 ticks behind
|
2590 | [21Mar2025 20:43:08.686] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #7128 included GC lasting 8 ms. (type = Young Gen)
|
2591 | [21Mar2025 20:43:14.115] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #7209 included GC lasting 8 ms. (type = Young Gen)
|
2592 | [21Mar2025 20:43:19.149] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #7284 included GC lasting 13 ms. (type = Young Gen)
|
2593 | [21Mar2025 20:43:21.599] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Fishzs has made the advancement [Suit Up]
|
2594 | [21Mar2025 20:43:24.539] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #7365 included GC lasting 12 ms. (type = Young Gen)
|
2595 | [21Mar2025 20:43:26.435] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 5150ms or 103 ticks behind
|
2596 | [21Mar2025 20:43:29.877] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #7443 included GC lasting 11 ms. (type = Young Gen)
|
2597 | [21Mar2025 20:43:35.287] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #7521 included GC lasting 12 ms. (type = Young Gen)
|
2598 | [21Mar2025 20:43:40.625] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #7602 included GC lasting 12 ms. (type = Young Gen)
|
2599 | [21Mar2025 20:43:46.044] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #7683 included GC lasting 10 ms. (type = Young Gen)
|
2600 | [21Mar2025 20:43:46.640] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 5205ms or 104 ticks behind
|
2601 | [21Mar2025 20:43:51.422] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #7765 included GC lasting 9 ms. (type = Young Gen)
|
2602 | [21Mar2025 20:43:56.837] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #7846 included GC lasting 10 ms. (type = Young Gen)
|
2603 | [21Mar2025 20:44:02.278] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #7927 included GC lasting 11 ms. (type = Young Gen)
|
2604 | [21Mar2025 20:44:06.697] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 5062ms or 101 ticks behind
|
2605 | [21Mar2025 20:44:07.719] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #8008 included GC lasting 10 ms. (type = Young Gen)
|
2606 | [21Mar2025 20:44:13.157] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #8088 included GC lasting 10 ms. (type = Young Gen)
|
2607 | [21Mar2025 20:44:18.304] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #8163 included GC lasting 15 ms. (type = Young Gen)
|
2608 | [21Mar2025 20:44:23.744] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #8243 included GC lasting 14 ms. (type = Young Gen)
|
2609 | [21Mar2025 20:44:27.128] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 5444ms or 108 ticks behind
|
2610 | [21Mar2025 20:44:29.228] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #8323 included GC lasting 8 ms. (type = Young Gen)
|
2611 | [21Mar2025 20:44:34.677] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #8405 included GC lasting 8 ms. (type = Young Gen)
|
2612 | [21Mar2025 20:44:40.266] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #8485 included GC lasting 8 ms. (type = Young Gen)
|
2613 | [21Mar2025 20:44:45.780] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #8566 included GC lasting 8 ms. (type = Young Gen)
|
2614 | [21Mar2025 20:44:47.623] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 5539ms or 110 ticks behind
|
2615 | [21Mar2025 20:44:51.401] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #8646 included GC lasting 9 ms. (type = Young Gen)
|
2616 | [21Mar2025 20:44:56.970] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #8726 included GC lasting 8 ms. (type = Young Gen)
|
2617 | [21Mar2025 20:45:02.624] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #8807 included GC lasting 9 ms. (type = Young Gen)
|
2618 | [21Mar2025 20:45:08.173] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #8888 included GC lasting 9 ms. (type = Young Gen)
|
2619 | [21Mar2025 20:45:08.541] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 5956ms or 119 ticks behind
|
2620 | [21Mar2025 20:45:13.706] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #8965 included GC lasting 10 ms. (type = Young Gen)
|
2621 | [21Mar2025 20:45:19.084] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #9041 included GC lasting 12 ms. (type = Young Gen)
|
2622 | [21Mar2025 20:45:24.792] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #9122 included GC lasting 11 ms. (type = Young Gen)
|
2623 | [21Mar2025 20:45:29.723] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 6188ms or 123 ticks behind
|
2624 | [21Mar2025 20:45:30.365] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #9202 included GC lasting 10 ms. (type = Young Gen)
|
2625 | [21Mar2025 20:45:35.998] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #9283 included GC lasting 10 ms. (type = Young Gen)
|
2626 | [21Mar2025 20:45:41.507] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #9364 included GC lasting 8 ms. (type = Young Gen)
|
2627 | [21Mar2025 20:45:47.036] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #9445 included GC lasting 8 ms. (type = Young Gen)
|
2628 | [21Mar2025 20:45:50.282] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 5597ms or 111 ticks behind
|
2629 | [21Mar2025 20:45:52.567] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #9526 included GC lasting 8 ms. (type = Young Gen)
|
2630 | [21Mar2025 20:45:55.992] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/battery_defect] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/battery]
|
2631 | [21Mar2025 20:45:55.992] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/battery_discharge] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/battery]
|
2632 | [21Mar2025 20:45:55.992] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/battery_slowness_one] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/battery]
|
2633 | [21Mar2025 20:45:55.992] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/battery_respawn] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/battery]
|
2634 | [21Mar2025 20:45:55.992] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/battery_recharge] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/battery]
|
2635 | [21Mar2025 20:45:55.993] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/battery_slowness_three] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/battery]
|
2636 | [21Mar2025 20:45:55.993] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/battery_slowness_two] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/battery]
|
2637 | [21Mar2025 20:45:55.993] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_leaping_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2638 | [21Mar2025 20:45:55.993] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_poison_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2639 | [21Mar2025 20:45:55.993] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_consume] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2640 | [21Mar2025 20:45:55.993] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_strength_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2641 | [21Mar2025 20:45:55.993] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_invisibility_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2642 | [21Mar2025 20:45:55.993] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_water_breathing_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2643 | [21Mar2025 20:45:55.993] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_healing_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2644 | [21Mar2025 20:45:55.993] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2645 | [21Mar2025 20:45:55.993] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_turtle_master_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2646 | [21Mar2025 20:45:55.993] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_night_vision_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2647 | [21Mar2025 20:45:55.993] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_levitation_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2648 | [21Mar2025 20:45:55.993] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_luck_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2649 | [21Mar2025 20:45:55.993] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_weakness_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2650 | [21Mar2025 20:45:55.993] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_regeneration_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2651 | [21Mar2025 20:45:55.993] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_harming_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2652 | [21Mar2025 20:45:55.993] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_resistance_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2653 | [21Mar2025 20:45:55.993] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_swiftness_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2654 | [21Mar2025 20:45:55.993] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_slow_falling_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2655 | [21Mar2025 20:45:55.993] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_slowness_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2656 | [21Mar2025 20:45:55.993] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser_spectral_arrow] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/dispenser]
|
2657 | [21Mar2025 20:45:55.993] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/heal_heal_nugget] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/heal]
|
2658 | [21Mar2025 20:45:55.993] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/heal_heal_ingot] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/heal]
|
2659 | [21Mar2025 20:45:55.993] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/metal_shell_gray] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/metal_shell]
|
2660 | [21Mar2025 20:45:55.993] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/metal_shell_armor] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/metal_shell]
|
2661 | [21Mar2025 20:45:55.993] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/no_hunger_no_hunger] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/no_hunger]
|
2662 | [21Mar2025 20:45:55.993] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/no_hunger_poison_immunity] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/no_hunger]
|
2663 | [21Mar2025 20:45:55.993] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/reach_reset] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/reach]
|
2664 | [21Mar2025 20:45:55.993] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/reach_scale] from power ResourceKey[apoli:configured_power / origins-plus-plus:artificial-construct/reach]
|
2665 | [21Mar2025 20:45:58.248] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #9608 included GC lasting 8 ms. (type = Young Gen)
|
2666 | [21Mar2025 20:46:02.340] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-classes:quality_equipment_range] from power ResourceKey[apoli:configured_power / origins-classes:quality_equipment]
|
2667 | [21Mar2025 20:46:02.341] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-classes:quality_equipment_helmet] from power ResourceKey[apoli:configured_power / origins-classes:quality_equipment]
|
2668 | [21Mar2025 20:46:02.341] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-classes:quality_equipment_chestplate] from power ResourceKey[apoli:configured_power / origins-classes:quality_equipment]
|
2669 | [21Mar2025 20:46:02.341] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-classes:quality_equipment_shield] from power ResourceKey[apoli:configured_power / origins-classes:quality_equipment]
|
2670 | [21Mar2025 20:46:02.341] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-classes:quality_equipment_melee] from power ResourceKey[apoli:configured_power / origins-classes:quality_equipment]
|
2671 | [21Mar2025 20:46:02.341] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-classes:quality_equipment_leggings] from power ResourceKey[apoli:configured_power / origins-classes:quality_equipment]
|
2672 | [21Mar2025 20:46:02.341] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-classes:quality_equipment_digger] from power ResourceKey[apoli:configured_power / origins-classes:quality_equipment]
|
2673 | [21Mar2025 20:46:02.341] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-classes:quality_equipment_shoes] from power ResourceKey[apoli:configured_power / origins-classes:quality_equipment]
|
2674 | [21Mar2025 20:46:02.341] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-classes:efficient_repairs_less_material_cost] from power ResourceKey[apoli:configured_power / origins-classes:efficient_repairs]
|
2675 | [21Mar2025 20:46:02.341] [Server thread/INFO] [io.github.apace100.apoli.Apoli/]: Adding subpower ResourceKey[apoli:configured_power / origins-classes:efficient_repairs_more_combine_durability] from power ResourceKey[apoli:configured_power / origins-classes:efficient_repairs]
|
2676 | [21Mar2025 20:46:03.894] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #9688 included GC lasting 8 ms. (type = Young Gen)
|
2677 | [21Mar2025 20:46:08.128] [Server thread/WARN] [waterframes/]: Server seems overloading, jumping 3122ms or 62 ticks
|
2678 | [21Mar2025 20:46:08.128] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #9741 lasted 499.36 ms. (795.76% increase from avg)
|
2679 | [21Mar2025 20:46:09.624] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #9762 included GC lasting 10 ms. (type = Young Gen)
|
2680 | [21Mar2025 20:46:11.834] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 6599ms or 131 ticks behind
|
2681 | [21Mar2025 20:46:15.151] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #9840 included GC lasting 8 ms. (type = Young Gen)
|
2682 | [21Mar2025 20:46:18.963] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: [why_shiro: Teleported why_shiro to Fishzs]
|
2683 | [21Mar2025 20:46:20.288] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #9913 included GC lasting 12 ms. (type = Young Gen)
|
2684 | [21Mar2025 20:46:25.735] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #9990 included GC lasting 12 ms. (type = Young Gen)
|
2685 | [21Mar2025 20:46:26.226] [User Authenticator #9/INFO] [net.minecraft.server.network.ServerLoginPacketListenerImpl/]: UUID of player Tristellar is 152d3c63-8406-46c3-a9f3-c430c69aaf2e
|
2686 | [21Mar2025 20:46:31.063] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #10067 included GC lasting 10 ms. (type = Young Gen)
|
2687 | [21Mar2025 20:46:32.805] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 6020ms or 120 ticks behind
|
2688 | [21Mar2025 20:46:36.511] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #10148 included GC lasting 8 ms. (type = Young Gen)
|
2689 | [21Mar2025 20:46:38.665] [Netty Epoll Server IO #0/INFO] [Calio/]: Received acknowledgment for login packet with id 181
|
2690 | [21Mar2025 20:46:38.738] [Netty Epoll Server IO #0/INFO] [Calio/]: Received acknowledgment for login packet with id 182
|
2691 | [21Mar2025 20:46:38.803] [Netty Epoll Server IO #0/INFO] [Calio/]: Received acknowledgment for login packet with id 183
|
2692 | [21Mar2025 20:46:38.869] [Netty Epoll Server IO #0/INFO] [Calio/]: Received acknowledgment for login packet with id 184
|
2693 | [21Mar2025 20:46:38.936] [Netty Epoll Server IO #0/INFO] [Calio/]: Received acknowledgment for login packet with id 185
|
2694 | [21Mar2025 20:46:38.999] [Netty Epoll Server IO #0/INFO] [Calio/]: Received acknowledgment for login packet with id 186
|
2695 | [21Mar2025 20:46:39.068] [Netty Epoll Server IO #0/INFO] [Calio/]: Received acknowledgment for login packet with id 187
|
2696 | [21Mar2025 20:46:39.135] [Netty Epoll Server IO #0/INFO] [Calio/]: Received acknowledgment for login packet with id 188
|
2697 | [21Mar2025 20:46:39.205] [Netty Epoll Server IO #0/INFO] [Calio/]: Received acknowledgment for login packet with id 189
|
2698 | [21Mar2025 20:46:39.270] [Netty Epoll Server IO #0/INFO] [Calio/]: Received acknowledgment for login packet with id 190
|
2699 | [21Mar2025 20:46:39.337] [Netty Epoll Server IO #0/INFO] [Calio/]: Received acknowledgment for login packet with id 191
|
2700 | [21Mar2025 20:46:39.410] [Netty Epoll Server IO #0/INFO] [Calio/]: Received acknowledgment for login packet with id 192
|
2701 | [21Mar2025 20:46:39.586] [Netty Epoll Server IO #0/INFO] [Calio/]: Received acknowledgment for login packet with id 193
|
2702 | [21Mar2025 20:46:39.653] [Netty Epoll Server IO #0/INFO] [Calio/]: Received acknowledgment for login packet with id 194
|
2703 | [21Mar2025 20:46:39.657] [Netty Epoll Server IO #0/INFO] [Calio/]: Received acknowledgment for login packet with id 195
|
2704 | [21Mar2025 20:46:39.681] [Netty Epoll Server IO #0/INFO] [Calio/]: Received acknowledgment for login packet with id 196
|
2705 | [21Mar2025 20:46:39.760] [Netty Epoll Server IO #0/INFO] [Calio/]: Received acknowledgment for login packet with id 197
|
2706 | [21Mar2025 20:46:39.848] [Netty Epoll Server IO #0/INFO] [Calio/]: Received acknowledgment for login packet with id 198
|
2707 | [21Mar2025 20:46:40.104] [Server thread/INFO] [net.minecraft.server.players.PlayerList/]: Tristellar[/**.**.**.**:50813] logged in with entity id 8402 at (-3946.0419778106398, 70.0625, -744.7070287325595)
|
2708 | [21Mar2025 20:46:40.169] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Tristellar joined the game
|
2709 | [21Mar2025 20:46:40.186] [Server thread/INFO] [Jade/]: Syncing config to Tristellar (152d3c63-8406-46c3-a9f3-c430c69aaf2e)
|
2710 | [21Mar2025 20:46:40.228] [Server thread/INFO] [Enigmatic Legacy/INFO]: Synchronizing omniconfig files to Tristellar...
|
2711 | [21Mar2025 20:46:40.229] [Server thread/INFO] [Enigmatic Legacy/INFO]: Sending data for enigmaticlegacy-common.omniconf
|
2712 | [21Mar2025 20:46:40.229] [Server thread/INFO] [Enigmatic Legacy/INFO]: Granting starter gear to Tristellar
|
2713 | [21Mar2025 20:46:40.250] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #10199 lasted 242.19 ms. (334.45% increase from avg)
|
2714 | [21Mar2025 20:46:40.386] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #10200 lasted 136.83 ms. (145.44% increase from avg)
|
2715 | [21Mar2025 20:46:40.628] [Server thread/INFO] [voicechat/]: [voicechat] Received secret request of Tristellar (18)
|
2716 | [21Mar2025 20:46:40.628] [Server thread/INFO] [voicechat/]: [voicechat] Sent secret to Tristellar
|
2717 | [21Mar2025 20:46:41.265] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: [why_shiro: Set own game mode to Survival Mode]
|
2718 | [21Mar2025 20:46:41.690] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #10217 included GC lasting 12 ms. (type = Young Gen)
|
2719 | [21Mar2025 20:46:46.199] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #10273 included GC lasting 16 ms. (type = Young Gen)
|
2720 | [21Mar2025 20:46:47.312] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #10285 lasted 121.47 ms. (117.9% increase from avg)
|
2721 | [21Mar2025 20:46:47.725] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #10289 lasted 131.44 ms. (135.78% increase from avg)
|
2722 | [21Mar2025 20:46:47.846] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #10291 lasted 120.75 ms. (116.6% increase from avg)
|
2723 | [21Mar2025 20:46:48.325] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #10296 lasted 129 ms. (131.4% increase from avg)
|
2724 | [21Mar2025 20:46:49.029] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #10303 lasted 113.43 ms. (103.47% increase from avg)
|
2725 | [21Mar2025 20:46:49.050] [Worker-Main-1/WARN] [com.finndog.mvs.MVSCommon/]: Moog's Voyager Structures: Empty or nonexistent pool: mvs:farm/side_pool which is being called from mvs:other_decoration/wooden_wheat_farm
|
2726 | [21Mar2025 20:46:49.394] [Server thread/WARN] [waterframes/]: Server seems overloading, jumping 3074ms or 61 ticks
|
2727 | [21Mar2025 20:46:49.729] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #10310 included GC lasting 21 ms. (type = Young Gen)
|
2728 | [21Mar2025 20:46:50.228] [Server thread/ERROR] [net.minecraft.Util/]: POI data mismatch: already registered at BlockPos{x=-3832, y=12, z=-561}
|
2729 | [21Mar2025 20:46:50.228] [Server thread/ERROR] [net.minecraft.Util/]: POI data mismatch: already registered at BlockPos{x=-3832, y=12, z=-560}
|
2730 | [21Mar2025 20:46:53.896] [Server thread/INFO] [do_a_barrel_roll/]: Client of Tristellar accepted server config.
|
2731 | [21Mar2025 20:46:53.953] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully authenticated player 152d3c63-8406-46c3-a9f3-c430c69aaf2e
|
2732 | [21Mar2025 20:46:54.156] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #10360 included GC lasting 25 ms. (type = Young Gen)
|
2733 | [21Mar2025 20:46:54.173] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #10360 lasted 111.53 ms. (100.06% increase from avg)
|
2734 | [21Mar2025 20:46:54.960] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully validated connection of player 152d3c63-8406-46c3-a9f3-c430c69aaf2e
|
2735 | [21Mar2025 20:46:54.960] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Player Tristellar (152d3c63-8406-46c3-a9f3-c430c69aaf2e) successfully connected to voice chat
|
2736 | [21Mar2025 20:46:56.893] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 9108ms or 182 ticks behind
|
2737 | [21Mar2025 20:46:59.621] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #10424 included GC lasting 17 ms. (type = Young Gen)
|
2738 | [21Mar2025 20:47:05.011] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #10490 included GC lasting 12 ms. (type = Young Gen)
|
2739 | [21Mar2025 20:47:10.574] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #10556 included GC lasting 11 ms. (type = Young Gen)
|
2740 | [21Mar2025 20:47:16.154] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #10623 included GC lasting 11 ms. (type = Young Gen)
|
2741 | [21Mar2025 20:47:17.327] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Fishzs has made the advancement [Diamonds!]
|
2742 | [21Mar2025 20:47:21.390] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #10685 included GC lasting 13 ms. (type = Young Gen)
|
2743 | [21Mar2025 20:47:21.990] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 10105ms or 202 ticks behind
|
2744 | [21Mar2025 20:47:23.443] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: [why_shiro: Set own game mode to Creative Mode]
|
2745 | [21Mar2025 20:47:26.957] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #10752 included GC lasting 13 ms. (type = Young Gen)
|
2746 | [21Mar2025 20:47:32.544] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #10820 included GC lasting 9 ms. (type = Young Gen)
|
2747 | [21Mar2025 20:47:38.150] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #10888 included GC lasting 10 ms. (type = Young Gen)
|
2748 | [21Mar2025 20:47:41.744] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: [why_shiro: Added 'terramity:elite_skeleton' to LetMeDespawn configuration.]
|
2749 | [21Mar2025 20:47:43.714] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #10954 included GC lasting 9 ms. (type = Young Gen)
|
2750 | [21Mar2025 20:47:46.920] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 9935ms or 198 ticks behind
|
2751 | [21Mar2025 20:47:49.255] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #11020 included GC lasting 10 ms. (type = Young Gen)
|
2752 | [21Mar2025 20:47:51.131] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #11042 lasted 114.17 ms. (104.79% increase from avg)
|
2753 | [21Mar2025 20:47:54.815] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #11084 included GC lasting 12 ms. (type = Young Gen)
|
2754 | [21Mar2025 20:48:00.413] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #11149 included GC lasting 10 ms. (type = Young Gen)
|
2755 | [21Mar2025 20:48:06.239] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #11217 included GC lasting 10 ms. (type = Young Gen)
|
2756 | [21Mar2025 20:48:11.015] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: <Tristellar> Is it okay to move around? <3
|
2757 | [21Mar2025 20:48:11.919] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #11284 included GC lasting 8 ms. (type = Young Gen)
|
2758 | [21Mar2025 20:48:12.621] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 10736ms or 214 ticks behind
|
2759 | [21Mar2025 20:48:16.868] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: [why_shiro: Killed 10 entities]
|
2760 | [21Mar2025 20:48:17.254] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #11346 included GC lasting 14 ms. (type = Young Gen)
|
2761 | [21Mar2025 20:48:22.692] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #11408 included GC lasting 13 ms. (type = Young Gen)
|
2762 | [21Mar2025 20:48:28.038] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #11471 included GC lasting 12 ms. (type = Young Gen)
|
2763 | [21Mar2025 20:48:30.993] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #11505 lasted 117.66 ms. (111.07% increase from avg)
|
2764 | [21Mar2025 20:48:32.148] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #11517 lasted 116.9 ms. (109.69% increase from avg)
|
2765 | [21Mar2025 20:48:33.360] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #11531 included GC lasting 13 ms. (type = Young Gen)
|
2766 | [21Mar2025 20:48:35.080] [Server thread/WARN] [waterframes/]: Server seems overloading, jumping 3090ms or 61 ticks
|
2767 | [21Mar2025 20:48:38.632] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 11047ms or 220 ticks behind
|
2768 | [21Mar2025 20:48:38.747] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #11594 included GC lasting 12 ms. (type = Young Gen)
|
2769 | [21Mar2025 20:48:40.349] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: <pixelated_danchu> for now yeah, its a bit laggy but playable
|
2770 | [21Mar2025 20:48:42.237] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: <why_shiro> 11 tps
|
2771 | [21Mar2025 20:48:44.265] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #11658 included GC lasting 10 ms. (type = Young Gen)
|
2772 | [21Mar2025 20:48:49.601] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #11720 included GC lasting 12 ms. (type = Young Gen)
|
2773 | [21Mar2025 20:48:54.998] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #11779 included GC lasting 13 ms. (type = Young Gen)
|
2774 | [21Mar2025 20:48:56.483] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #11796 lasted 120.14 ms. (115.51% increase from avg)
|
2775 | [21Mar2025 20:48:57.455] [Server thread/WARN] [waterframes/]: Server seems overloading, jumping 3045ms or 60 ticks
|
2776 | [21Mar2025 20:48:57.456] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #11806 lasted 139.29 ms. (149.86% increase from avg)
|
2777 | [21Mar2025 20:48:59.579] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #11828 lasted 112.43 ms. (101.67% increase from avg)
|
2778 | [21Mar2025 20:49:00.212] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #11835 included GC lasting 14 ms. (type = Young Gen)
|
2779 | [21Mar2025 20:49:01.347] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #11847 lasted 113.95 ms. (104.4% increase from avg)
|
2780 | [21Mar2025 20:49:05.385] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 11800ms or 236 ticks behind
|
2781 | [21Mar2025 20:49:05.669] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #11895 included GC lasting 12 ms. (type = Young Gen)
|
2782 | [21Mar2025 20:49:06.498] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #11904 lasted 116.11 ms. (108.27% increase from avg)
|
2783 | [21Mar2025 20:49:11.152] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #11956 included GC lasting 14 ms. (type = Young Gen)
|
2784 | [21Mar2025 20:49:11.226] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #11956 lasted 112.28 ms. (101.4% increase from avg)
|
2785 | [21Mar2025 20:49:16.434] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12013 included GC lasting 20 ms. (type = Young Gen)
|
2786 | [21Mar2025 20:49:16.470] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12013 lasted 123.37 ms. (121.31% increase from avg)
|
2787 | [21Mar2025 20:49:20.912] [User Authenticator #10/INFO] [net.minecraft.server.network.ServerLoginPacketListenerImpl/]: UUID of player Deslider is 08c56235-414f-4d8e-b455-30d22070b8ee
|
2788 | [21Mar2025 20:49:21.376] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12067 included GC lasting 16 ms. (type = Young Gen)
|
2789 | [21Mar2025 20:49:26.820] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12127 included GC lasting 14 ms. (type = Young Gen)
|
2790 | [21Mar2025 20:49:26.843] [Server thread/WARN] [waterframes/]: Server seems overloading, jumping 3082ms or 61 ticks
|
2791 | [21Mar2025 20:49:32.523] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12192 included GC lasting 11 ms. (type = Young Gen)
|
2792 | [21Mar2025 20:49:32.603] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 12218ms or 244 ticks behind
|
2793 | [21Mar2025 20:49:37.135] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 181
|
2794 | [21Mar2025 20:49:37.221] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 182
|
2795 | [21Mar2025 20:49:37.311] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 183
|
2796 | [21Mar2025 20:49:37.395] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 184
|
2797 | [21Mar2025 20:49:37.477] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 185
|
2798 | [21Mar2025 20:49:37.569] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 186
|
2799 | [21Mar2025 20:49:37.655] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 187
|
2800 | [21Mar2025 20:49:37.745] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 188
|
2801 | [21Mar2025 20:49:37.829] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 189
|
2802 | [21Mar2025 20:49:37.920] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 190
|
2803 | [21Mar2025 20:49:38.011] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 191
|
2804 | [21Mar2025 20:49:38.099] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 192
|
2805 | [21Mar2025 20:49:38.157] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12255 included GC lasting 11 ms. (type = Young Gen)
|
2806 | [21Mar2025 20:49:38.465] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 193
|
2807 | [21Mar2025 20:49:38.701] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 194
|
2808 | [21Mar2025 20:49:38.701] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 195
|
2809 | [21Mar2025 20:49:38.701] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 196
|
2810 | [21Mar2025 20:49:38.707] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 197
|
2811 | [21Mar2025 20:49:38.802] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 198
|
2812 | [21Mar2025 20:49:39.032] [Server thread/INFO] [net.minecraft.server.players.PlayerList/]: Deslider[/**.**.**.**:57479] logged in with entity id 10704 at (-866.6999999880791, 64.0, -2123.300000011921)
|
2813 | [21Mar2025 20:49:39.098] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Deslider joined the game
|
2814 | [21Mar2025 20:49:39.113] [Server thread/INFO] [Jade/]: Syncing config to Deslider (08c56235-414f-4d8e-b455-30d22070b8ee)
|
2815 | [21Mar2025 20:49:39.155] [Server thread/INFO] [Enigmatic Legacy/INFO]: Synchronizing omniconfig files to Deslider...
|
2816 | [21Mar2025 20:49:39.156] [Server thread/INFO] [Enigmatic Legacy/INFO]: Sending data for enigmaticlegacy-common.omniconf
|
2817 | [21Mar2025 20:49:39.156] [Server thread/INFO] [Enigmatic Legacy/INFO]: Granting starter gear to Deslider
|
2818 | [21Mar2025 20:49:39.176] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12265 lasted 263.95 ms. (373.47% increase from avg)
|
2819 | [21Mar2025 20:49:39.326] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12265 lasted 150 ms. (169.08% increase from avg)
|
2820 | [21Mar2025 20:49:39.548] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12268 lasted 119.13 ms. (113.7% increase from avg)
|
2821 | [21Mar2025 20:49:40.364] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12276 lasted 115.58 ms. (107.32% increase from avg)
|
2822 | [21Mar2025 20:49:40.569] [Server thread/INFO] [voicechat/]: [voicechat] Received secret request of Deslider (18)
|
2823 | [21Mar2025 20:49:40.570] [Server thread/INFO] [voicechat/]: [voicechat] Sent secret to Deslider
|
2824 | [21Mar2025 20:49:41.009] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12282 lasted 141.62 ms. (154.04% increase from avg)
|
2825 | [21Mar2025 20:49:42.822] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12300 included GC lasting 15 ms. (type = Young Gen)
|
2826 | [21Mar2025 20:49:42.882] [Server thread/WARN] [waterframes/]: Server seems overloading, jumping 3041ms or 60 ticks
|
2827 | [21Mar2025 20:49:42.883] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12301 lasted 116.5 ms. (108.97% increase from avg)
|
2828 | [21Mar2025 20:49:43.497] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12306 lasted 112.66 ms. (102.09% increase from avg)
|
2829 | [21Mar2025 20:49:43.707] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12308 lasted 112.83 ms. (102.4% increase from avg)
|
2830 | [21Mar2025 20:49:44.809] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12320 lasted 145.31 ms. (160.65% increase from avg)
|
2831 | [21Mar2025 20:49:45.138] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12323 lasted 119.28 ms. (113.97% increase from avg)
|
2832 | [21Mar2025 20:49:45.822] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12328 lasted 147.43 ms. (164.46% increase from avg)
|
2833 | [21Mar2025 20:49:47.525] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12345 included GC lasting 16 ms. (type = Young Gen)
|
2834 | [21Mar2025 20:49:47.542] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12346 lasted 134.56 ms. (141.38% increase from avg)
|
2835 | [21Mar2025 20:49:48.000] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12350 lasted 153.72 ms. (175.74% increase from avg)
|
2836 | [21Mar2025 20:49:48.132] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12350 lasted 132.37 ms. (137.45% increase from avg)
|
2837 | [21Mar2025 20:49:48.582] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12355 lasted 148.07 ms. (165.62% increase from avg)
|
2838 | [21Mar2025 20:49:49.282] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12362 lasted 115.77 ms. (107.67% increase from avg)
|
2839 | [21Mar2025 20:49:49.600] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12364 lasted 112 ms. (100.91% increase from avg)
|
2840 | [21Mar2025 20:49:49.822] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12367 lasted 117.47 ms. (110.71% increase from avg)
|
2841 | [21Mar2025 20:49:50.854] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: <why_shiro> 9.84 tps
|
2842 | [21Mar2025 20:49:50.881] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12377 lasted 141.32 ms. (153.5% increase from avg)
|
2843 | [21Mar2025 20:49:51.205] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12380 lasted 113.37 ms. (103.36% increase from avg)
|
2844 | [21Mar2025 20:49:51.322] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12381 lasted 116.9 ms. (109.7% increase from avg)
|
2845 | [21Mar2025 20:49:51.436] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12382 lasted 113.88 ms. (104.29% increase from avg)
|
2846 | [21Mar2025 20:49:51.708] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12383 included GC lasting 17 ms. (type = Young Gen)
|
2847 | [21Mar2025 20:49:51.712] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12384 lasted 168.14 ms. (201.61% increase from avg)
|
2848 | [21Mar2025 20:49:51.929] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12386 lasted 111.52 ms. (100.05% increase from avg)
|
2849 | [21Mar2025 20:49:52.365] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12390 lasted 116.85 ms. (109.6% increase from avg)
|
2850 | [21Mar2025 20:49:53.110] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12397 lasted 121.88 ms. (118.63% increase from avg)
|
2851 | [21Mar2025 20:49:53.228] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12398 lasted 119.66 ms. (114.65% increase from avg)
|
2852 | [21Mar2025 20:49:53.876] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12403 lasted 130.05 ms. (133.29% increase from avg)
|
2853 | [21Mar2025 20:49:53.991] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12404 lasted 115.32 ms. (106.86% increase from avg)
|
2854 | [21Mar2025 20:49:54.109] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12405 lasted 117.52 ms. (110.81% increase from avg)
|
2855 | [21Mar2025 20:49:54.221] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12406 lasted 112.21 ms. (101.28% increase from avg)
|
2856 | [21Mar2025 20:49:54.328] [Server thread/INFO] [do_a_barrel_roll/]: Client of Deslider accepted server config.
|
2857 | [21Mar2025 20:49:54.411] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully authenticated player 08c56235-414f-4d8e-b455-30d22070b8ee
|
2858 | [21Mar2025 20:49:54.700] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12411 included GC lasting 19 ms. (type = Young Gen)
|
2859 | [21Mar2025 20:49:54.796] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12411 lasted 148.43 ms. (166.25% increase from avg)
|
2860 | [21Mar2025 20:49:54.912] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12412 lasted 116.37 ms. (108.75% increase from avg)
|
2861 | [21Mar2025 20:49:55.341] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12416 lasted 116.5 ms. (108.97% increase from avg)
|
2862 | [21Mar2025 20:49:55.412] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully validated connection of player 08c56235-414f-4d8e-b455-30d22070b8ee
|
2863 | [21Mar2025 20:49:55.412] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Player Deslider (08c56235-414f-4d8e-b455-30d22070b8ee) successfully connected to voice chat
|
2864 | [21Mar2025 20:49:55.564] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12418 lasted 116.22 ms. (108.48% increase from avg)
|
2865 | [21Mar2025 20:49:55.822] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12421 lasted 152.57 ms. (173.68% increase from avg)
|
2866 | [21Mar2025 20:49:55.943] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12422 lasted 118.05 ms. (111.75% increase from avg)
|
2867 | [21Mar2025 20:49:56.785] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12430 lasted 125.1 ms. (124.4% increase from avg)
|
2868 | [21Mar2025 20:49:58.598] [Server thread/WARN] [waterframes/]: Server seems overloading, jumping 3069ms or 61 ticks
|
2869 | [21Mar2025 20:49:58.989] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12450 included GC lasting 21 ms. (type = Young Gen)
|
2870 | [21Mar2025 20:49:58.989] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12450 lasted 139.78 ms. (150.74% increase from avg)
|
2871 | [21Mar2025 20:49:59.730] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: <why_shiro> 9.16
|
2872 | [21Mar2025 20:50:01.098] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12471 lasted 113.21 ms. (103.07% increase from avg)
|
2873 | [21Mar2025 20:50:01.632] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12475 lasted 112.08 ms. (101.06% increase from avg)
|
2874 | [21Mar2025 20:50:01.947] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: <pixelated_danchu> almost 5!
|
2875 | [21Mar2025 20:50:02.801] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12485 included GC lasting 21 ms. (type = Young Gen)
|
2876 | [21Mar2025 20:50:02.849] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12486 lasted 271.61 ms. (387.22% increase from avg)
|
2877 | [21Mar2025 20:50:03.579] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 15995ms or 319 ticks behind
|
2878 | [21Mar2025 20:50:03.696] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12494 lasted 116.12 ms. (108.3% increase from avg)
|
2879 | [21Mar2025 20:50:03.810] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12495 lasted 114.02 ms. (104.54% increase from avg)
|
2880 | [21Mar2025 20:50:04.034] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12497 lasted 112.31 ms. (101.46% increase from avg)
|
2881 | [21Mar2025 20:50:04.259] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12499 lasted 114.34 ms. (105.1% increase from avg)
|
2882 | [21Mar2025 20:50:04.378] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12499 lasted 119.84 ms. (114.97% increase from avg)
|
2883 | [21Mar2025 20:50:04.491] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12500 lasted 112.9 ms. (102.52% increase from avg)
|
2884 | [21Mar2025 20:50:04.604] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12502 lasted 112.86 ms. (102.45% increase from avg)
|
2885 | [21Mar2025 20:50:04.742] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12503 lasted 138.24 ms. (147.98% increase from avg)
|
2886 | [21Mar2025 20:50:04.966] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12505 lasted 114.59 ms. (105.55% increase from avg)
|
2887 | [21Mar2025 20:50:06.222] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12517 lasted 124.89 ms. (124.03% increase from avg)
|
2888 | [21Mar2025 20:50:06.336] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12518 lasted 114.35 ms. (105.12% increase from avg)
|
2889 | [21Mar2025 20:50:06.660] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12521 lasted 113.08 ms. (102.85% increase from avg)
|
2890 | [21Mar2025 20:50:06.991] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12524 lasted 115.1 ms. (106.46% increase from avg)
|
2891 | [21Mar2025 20:50:07.323] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12527 lasted 113.26 ms. (103.16% increase from avg)
|
2892 | [21Mar2025 20:50:07.363] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12527 included GC lasting 15 ms. (type = Young Gen)
|
2893 | [21Mar2025 20:50:07.437] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12528 lasted 114.7 ms. (105.75% increase from avg)
|
2894 | [21Mar2025 20:50:07.559] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12529 lasted 120.91 ms. (116.88% increase from avg)
|
2895 | [21Mar2025 20:50:07.991] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12533 lasted 116.08 ms. (108.22% increase from avg)
|
2896 | [21Mar2025 20:50:08.327] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12536 lasted 126.83 ms. (127.51% increase from avg)
|
2897 | [21Mar2025 20:50:08.446] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12537 lasted 119.18 ms. (113.79% increase from avg)
|
2898 | [21Mar2025 20:50:09.292] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12545 lasted 117.44 ms. (110.66% increase from avg)
|
2899 | [21Mar2025 20:50:09.853] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12550 lasted 125.47 ms. (125.08% increase from avg)
|
2900 | [21Mar2025 20:50:09.985] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12551 lasted 132.06 ms. (136.89% increase from avg)
|
2901 | [21Mar2025 20:50:10.633] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12557 lasted 115.02 ms. (106.33% increase from avg)
|
2902 | [21Mar2025 20:50:10.745] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: <Deslider> Oof
|
2903 | [21Mar2025 20:50:10.746] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12558 lasted 112.78 ms. (102.31% increase from avg)
|
2904 | [21Mar2025 20:50:10.864] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12559 lasted 118.42 ms. (112.43% increase from avg)
|
2905 | [21Mar2025 20:50:11.110] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12561 included GC lasting 14 ms. (type = Young Gen)
|
2906 | [21Mar2025 20:50:11.197] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12562 lasted 120.71 ms. (116.54% increase from avg)
|
2907 | [21Mar2025 20:50:12.774] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12577 lasted 115.13 ms. (106.53% increase from avg)
|
2908 | [21Mar2025 20:50:13.002] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12579 lasted 119.63 ms. (114.6% increase from avg)
|
2909 | [21Mar2025 20:50:13.869] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12587 lasted 121.08 ms. (117.2% increase from avg)
|
2910 | [21Mar2025 20:50:14.083] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12589 lasted 113.86 ms. (104.23% increase from avg)
|
2911 | [21Mar2025 20:50:14.199] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12590 lasted 115.9 ms. (107.9% increase from avg)
|
2912 | [21Mar2025 20:50:14.311] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12591 lasted 111.69 ms. (100.35% increase from avg)
|
2913 | [21Mar2025 20:50:14.558] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12593 lasted 140.54 ms. (152.11% increase from avg)
|
2914 | [21Mar2025 20:50:15.299] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12600 lasted 113.63 ms. (103.83% increase from avg)
|
2915 | [21Mar2025 20:50:15.409] [Server thread/WARN] [waterframes/]: Server seems overloading, jumping 3083ms or 61 ticks
|
2916 | [21Mar2025 20:50:15.627] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12603 lasted 113.27 ms. (103.18% increase from avg)
|
2917 | [21Mar2025 20:50:15.718] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12603 included GC lasting 20 ms. (type = Young Gen)
|
2918 | [21Mar2025 20:50:15.757] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12603 lasted 130.21 ms. (133.57% increase from avg)
|
2919 | [21Mar2025 20:50:16.412] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12610 lasted 120.01 ms. (115.28% increase from avg)
|
2920 | [21Mar2025 20:50:16.592] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12611 lasted 179.92 ms. (222.74% increase from avg)
|
2921 | [21Mar2025 20:50:16.719] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12612 lasted 127.29 ms. (128.33% increase from avg)
|
2922 | [21Mar2025 20:50:16.942] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12614 lasted 116.75 ms. (109.42% increase from avg)
|
2923 | [21Mar2025 20:50:17.054] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12614 lasted 111.96 ms. (100.83% increase from avg)
|
2924 | [21Mar2025 20:50:17.189] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12616 lasted 134.41 ms. (141.1% increase from avg)
|
2925 | [21Mar2025 20:50:17.305] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12616 lasted 116.25 ms. (108.53% increase from avg)
|
2926 | [21Mar2025 20:50:17.951] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12623 lasted 118.36 ms. (112.32% increase from avg)
|
2927 | [21Mar2025 20:50:19.105] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12634 lasted 128.09 ms. (129.77% increase from avg)
|
2928 | [21Mar2025 20:50:19.414] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12636 lasted 115.82 ms. (107.76% increase from avg)
|
2929 | [21Mar2025 20:50:20.300] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12645 included GC lasting 21 ms. (type = Young Gen)
|
2930 | [21Mar2025 20:50:20.389] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12646 lasted 128.22 ms. (130% increase from avg)
|
2931 | [21Mar2025 20:50:21.399] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: <why_shiro> 9.04
|
2932 | [21Mar2025 20:50:22.455] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12666 lasted 116.45 ms. (108.88% increase from avg)
|
2933 | [21Mar2025 20:50:23.745] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12677 lasted 113.91 ms. (104.33% increase from avg)
|
2934 | [21Mar2025 20:50:25.002] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12690 lasted 113.83 ms. (104.2% increase from avg)
|
2935 | [21Mar2025 20:50:25.544] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12694 lasted 133.06 ms. (138.68% increase from avg)
|
2936 | [21Mar2025 20:50:25.865] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12698 lasted 115.84 ms. (107.79% increase from avg)
|
2937 | [21Mar2025 20:50:26.109] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12700 included GC lasting 15 ms. (type = Young Gen)
|
2938 | [21Mar2025 20:50:26.194] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12701 lasted 118.87 ms. (113.22% increase from avg)
|
2939 | [21Mar2025 20:50:27.030] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12708 lasted 117.46 ms. (110.7% increase from avg)
|
2940 | [21Mar2025 20:50:27.142] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12710 lasted 112.11 ms. (101.11% increase from avg)
|
2941 | [21Mar2025 20:50:27.269] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12710 lasted 126.48 ms. (126.89% increase from avg)
|
2942 | [21Mar2025 20:50:28.333] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12721 lasted 111.68 ms. (100.33% increase from avg)
|
2943 | [21Mar2025 20:50:28.460] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12721 lasted 127.34 ms. (128.42% increase from avg)
|
2944 | [21Mar2025 20:50:28.584] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12723 lasted 124.1 ms. (122.61% increase from avg)
|
2945 | [21Mar2025 20:50:28.705] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12723 lasted 120.42 ms. (116% increase from avg)
|
2946 | [21Mar2025 20:50:28.826] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12725 lasted 121.18 ms. (117.37% increase from avg)
|
2947 | [21Mar2025 20:50:28.946] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12725 lasted 120.58 ms. (116.3% increase from avg)
|
2948 | [21Mar2025 20:50:29.167] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12728 lasted 112.04 ms. (100.98% increase from avg)
|
2949 | [21Mar2025 20:50:29.289] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12728 lasted 121.4 ms. (117.77% increase from avg)
|
2950 | [21Mar2025 20:50:30.554] [Server thread/WARN] [waterframes/]: Server seems overloading, jumping 3049ms or 60 ticks
|
2951 | [21Mar2025 20:50:31.826] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12753 included GC lasting 12 ms. (type = Young Gen)
|
2952 | [21Mar2025 20:50:31.923] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12753 lasted 118.54 ms. (112.64% increase from avg)
|
2953 | [21Mar2025 20:50:32.677] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12761 lasted 117.69 ms. (111.11% increase from avg)
|
2954 | [21Mar2025 20:50:32.792] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12762 lasted 114.6 ms. (105.57% increase from avg)
|
2955 | [21Mar2025 20:50:33.948] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12773 lasted 124.02 ms. (122.46% increase from avg)
|
2956 | [21Mar2025 20:50:34.068] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12774 lasted 120.01 ms. (115.28% increase from avg)
|
2957 | [21Mar2025 20:50:34.181] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12775 lasted 112.7 ms. (102.17% increase from avg)
|
2958 | [21Mar2025 20:50:34.501] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12778 lasted 112.08 ms. (101.06% increase from avg)
|
2959 | [21Mar2025 20:50:35.047] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12782 lasted 123.17 ms. (120.94% increase from avg)
|
2960 | [21Mar2025 20:50:35.176] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12784 lasted 128.9 ms. (131.22% increase from avg)
|
2961 | [21Mar2025 20:50:36.040] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12791 lasted 116.84 ms. (109.58% increase from avg)
|
2962 | [21Mar2025 20:50:36.146] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 17611ms or 352 ticks behind
|
2963 | [21Mar2025 20:50:36.786] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12799 lasted 117.51 ms. (110.79% increase from avg)
|
2964 | [21Mar2025 20:50:37.037] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12800 lasted 142.84 ms. (156.23% increase from avg)
|
2965 | [21Mar2025 20:50:37.081] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12801 included GC lasting 13 ms. (type = Young Gen)
|
2966 | [21Mar2025 20:50:37.153] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12802 lasted 116.17 ms. (108.38% increase from avg)
|
2967 | [21Mar2025 20:50:37.705] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12807 lasted 125.3 ms. (124.77% increase from avg)
|
2968 | [21Mar2025 20:50:37.820] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12808 lasted 114.8 ms. (105.92% increase from avg)
|
2969 | [21Mar2025 20:50:37.934] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12809 lasted 114.28 ms. (105% increase from avg)
|
2970 | [21Mar2025 20:50:38.049] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12809 lasted 114.92 ms. (106.15% increase from avg)
|
2971 | [21Mar2025 20:50:39.014] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12819 lasted 115.85 ms. (107.8% increase from avg)
|
2972 | [21Mar2025 20:50:39.559] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12824 lasted 115.38 ms. (106.98% increase from avg)
|
2973 | [21Mar2025 20:50:39.675] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12825 lasted 115.67 ms. (107.49% increase from avg)
|
2974 | [21Mar2025 20:50:39.894] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12826 lasted 112.14 ms. (101.16% increase from avg)
|
2975 | [21Mar2025 20:50:40.008] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12828 lasted 113.62 ms. (103.81% increase from avg)
|
2976 | [21Mar2025 20:50:40.120] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12828 lasted 112.34 ms. (101.52% increase from avg)
|
2977 | [21Mar2025 20:50:40.233] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12830 lasted 112.92 ms. (102.56% increase from avg)
|
2978 | [21Mar2025 20:50:40.997] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12836 lasted 133.35 ms. (139.2% increase from avg)
|
2979 | [21Mar2025 20:50:41.336] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12840 lasted 128.37 ms. (130.27% increase from avg)
|
2980 | [21Mar2025 20:50:41.455] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12840 lasted 118.95 ms. (113.37% increase from avg)
|
2981 | [21Mar2025 20:50:41.567] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12842 lasted 112.63 ms. (102.04% increase from avg)
|
2982 | [21Mar2025 20:50:41.679] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12842 lasted 111.73 ms. (100.42% increase from avg)
|
2983 | [21Mar2025 20:50:41.796] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12844 lasted 116.47 ms. (108.93% increase from avg)
|
2984 | [21Mar2025 20:50:41.910] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12845 lasted 114.31 ms. (105.04% increase from avg)
|
2985 | [21Mar2025 20:50:42.032] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12846 lasted 121.86 ms. (118.59% increase from avg)
|
2986 | [21Mar2025 20:50:42.160] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12846 lasted 128.2 ms. (129.97% increase from avg)
|
2987 | [21Mar2025 20:50:42.285] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12848 lasted 119.31 ms. (114.02% increase from avg)
|
2988 | [21Mar2025 20:50:42.582] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12850 included GC lasting 14 ms. (type = Young Gen)
|
2989 | [21Mar2025 20:50:42.619] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12851 lasted 126.49 ms. (126.91% increase from avg)
|
2990 | [21Mar2025 20:50:43.561] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12859 lasted 114.78 ms. (105.89% increase from avg)
|
2991 | [21Mar2025 20:50:44.504] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12869 lasted 113.05 ms. (102.79% increase from avg)
|
2992 | [21Mar2025 20:50:44.720] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12871 lasted 114.64 ms. (105.65% increase from avg)
|
2993 | [21Mar2025 20:50:45.576] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12879 lasted 114.81 ms. (105.94% increase from avg)
|
2994 | [21Mar2025 20:50:47.047] [Server thread/WARN] [waterframes/]: Server seems overloading, jumping 3042ms or 60 ticks
|
2995 | [21Mar2025 20:50:47.267] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12894 lasted 115.01 ms. (106.31% increase from avg)
|
2996 | [21Mar2025 20:50:47.408] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12896 included GC lasting 15 ms. (type = Young Gen)
|
2997 | [21Mar2025 20:50:47.490] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12897 lasted 118.65 ms. (112.84% increase from avg)
|
2998 | [21Mar2025 20:50:48.252] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12904 lasted 117.25 ms. (110.33% increase from avg)
|
2999 | [21Mar2025 20:50:48.581] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12907 lasted 116.15 ms. (108.36% increase from avg)
|
3000 | [21Mar2025 20:50:48.701] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12908 lasted 120.6 ms. (116.34% increase from avg)
|
3001 | [21Mar2025 20:50:48.817] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12909 lasted 115.16 ms. (106.58% increase from avg)
|
3002 | [21Mar2025 20:50:48.966] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12910 lasted 149.11 ms. (167.47% increase from avg)
|
3003 | [21Mar2025 20:50:49.082] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12910 lasted 116.22 ms. (108.48% increase from avg)
|
3004 | [21Mar2025 20:50:49.200] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12912 lasted 118.39 ms. (112.36% increase from avg)
|
3005 | [21Mar2025 20:50:49.317] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12913 lasted 116.75 ms. (109.42% increase from avg)
|
3006 | [21Mar2025 20:50:49.433] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12914 lasted 116.05 ms. (108.17% increase from avg)
|
3007 | [21Mar2025 20:50:49.873] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12918 lasted 112.01 ms. (100.93% increase from avg)
|
3008 | [21Mar2025 20:50:51.069] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12929 lasted 116.43 ms. (108.86% increase from avg)
|
3009 | [21Mar2025 20:50:51.727] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12935 lasted 115.39 ms. (106.99% increase from avg)
|
3010 | [21Mar2025 20:50:52.088] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12938 included GC lasting 15 ms. (type = Young Gen)
|
3011 | [21Mar2025 20:50:52.179] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12939 lasted 127.89 ms. (129.41% increase from avg)
|
3012 | [21Mar2025 20:50:53.017] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: <why_shiro> each tick is late
|
3013 | [21Mar2025 20:50:53.466] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12951 lasted 121.88 ms. (118.62% increase from avg)
|
3014 | [21Mar2025 20:50:54.114] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12957 lasted 113.13 ms. (102.94% increase from avg)
|
3015 | [21Mar2025 20:50:54.335] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12959 lasted 111.73 ms. (100.42% increase from avg)
|
3016 | [21Mar2025 20:50:54.446] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12960 lasted 112.61 ms. (102% increase from avg)
|
3017 | [21Mar2025 20:50:54.559] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12961 lasted 112.48 ms. (101.77% increase from avg)
|
3018 | [21Mar2025 20:50:56.465] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12979 lasted 111.92 ms. (100.77% increase from avg)
|
3019 | [21Mar2025 20:50:56.577] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12980 lasted 111.9 ms. (100.73% increase from avg)
|
3020 | [21Mar2025 20:50:56.887] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12982 included GC lasting 15 ms. (type = Young Gen)
|
3021 | [21Mar2025 20:50:56.925] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #12983 lasted 130.77 ms. (134.57% increase from avg)
|
3022 | [21Mar2025 20:50:58.723] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #13000 lasted 112.41 ms. (101.64% increase from avg)
|
3023 | [21Mar2025 20:50:58.836] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #13001 lasted 112.85 ms. (102.42% increase from avg)
|
3024 | [21Mar2025 20:51:01.690] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #13028 lasted 111.68 ms. (100.33% increase from avg)
|
3025 | [21Mar2025 20:51:01.782] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #13028 included GC lasting 16 ms. (type = Young Gen)
|
3026 | [21Mar2025 20:51:01.814] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #13029 lasted 124.81 ms. (123.89% increase from avg)
|
3027 | [21Mar2025 20:51:02.876] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #13039 lasted 114.78 ms. (105.89% increase from avg)
|
3028 | [21Mar2025 20:51:02.990] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #13040 lasted 113.95 ms. (104.4% increase from avg)
|
3029 | [21Mar2025 20:51:03.198] [Server thread/WARN] [waterframes/]: Server seems overloading, jumping 3093ms or 61 ticks
|
3030 | [21Mar2025 20:51:03.528] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #13045 lasted 114.95 ms. (106.2% increase from avg)
|
3031 | [21Mar2025 20:51:04.286] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #13052 lasted 123.53 ms. (121.58% increase from avg)
|
3032 | [21Mar2025 20:51:04.931] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #13058 lasted 112.43 ms. (101.67% increase from avg)
|
3033 | [21Mar2025 20:51:05.056] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #13059 lasted 128.15 ms. (129.88% increase from avg)
|
3034 | [21Mar2025 20:51:05.078] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Stopping the profiler & uploading results, please wait...
|
3035 | [21Mar2025 20:51:05.849] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #13066 included GC lasting 34 ms. (type = Young Gen)
|
3036 | [21Mar2025 20:51:05.951] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #13067 lasted 147.66 ms. (164.88% increase from avg)
|
3037 | [21Mar2025 20:51:06.132] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Profiler stopped & upload complete!
|
3038 | [21Mar2025 20:51:06.132] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: https://spark.lucko.me/kI4rVKmDnn
|
3039 | [21Mar2025 20:51:06.150] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Restarted the background profiler. (If you don't want this to happen, run: /spark profiler cancel)
|
3040 | [21Mar2025 20:51:06.904] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #13076 lasted 116.57 ms. (109.11% increase from avg)
|
3041 | [21Mar2025 20:51:07.125] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #13078 lasted 113.19 ms. (103.04% increase from avg)
|
3042 | [21Mar2025 20:51:07.563] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #13082 lasted 112.88 ms. (102.49% increase from avg)
|
3043 | [21Mar2025 20:51:08.411] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #13090 lasted 113.82 ms. (104.18% increase from avg)
|
3044 | [21Mar2025 20:51:08.530] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #13091 lasted 119.29 ms. (113.99% increase from avg)
|
3045 | [21Mar2025 20:51:08.739] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 17604ms or 352 ticks behind
|
3046 | [21Mar2025 20:51:10.009] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #13105 lasted 114.16 ms. (104.78% increase from avg)
|
3047 | [21Mar2025 20:51:10.120] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #13106 lasted 111.5 ms. (100% increase from avg)
|
3048 | [21Mar2025 20:51:10.324] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #13107 included GC lasting 23 ms. (type = Young Gen)
|
3049 | [21Mar2025 20:51:10.373] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #13108 lasted 130.96 ms. (134.93% increase from avg)
|
3050 | [21Mar2025 20:51:10.690] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #13111 lasted 112.36 ms. (101.55% increase from avg)
|
3051 | [21Mar2025 20:51:11.671] [spark-worker-pool-1-thread-4/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #13120 lasted 115.5 ms. (107.18% increase from avg)
|
3052 | [21Mar2025 20:51:11.783] [spark-worker-pool-1-thread-1/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #13121 lasted 112.01 ms. (100.92% increase from avg)
|
3053 | [21Mar2025 20:51:12.219] [spark-worker-pool-1-thread-2/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick #13125 lasted 112.21 ms. (101.28% increase from avg)
|
3054 | [21Mar2025 20:51:13.170] [spark-worker-pool-1-thread-3/INFO] [net.minecraft.server.MinecraftServer/]: [⚡] Tick monitor disabled.
|
3055 | [21Mar2025 20:51:19.341] [Server thread/WARN] [waterframes/]: Server seems overloading, jumping 3037ms or 60 ticks
|
3056 | [21Mar2025 20:51:35.516] [Server thread/WARN] [waterframes/]: Server seems overloading, jumping 3112ms or 62 ticks
|
3057 | [21Mar2025 20:51:42.056] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 18321ms or 366 ticks behind
|
3058 | [21Mar2025 20:51:51.425] [Server thread/WARN] [waterframes/]: Server seems overloading, jumping 3021ms or 60 ticks
|
3059 | [21Mar2025 20:52:07.362] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Deslider has made the advancement [No Step on Snake]
|
3060 | [21Mar2025 20:52:07.498] [Server thread/WARN] [waterframes/]: Server seems overloading, jumping 3094ms or 61 ticks
|
3061 | [21Mar2025 20:52:15.812] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 18778ms or 375 ticks behind
|
3062 | [21Mar2025 20:52:23.158] [Server thread/WARN] [waterframes/]: Server seems overloading, jumping 3075ms or 61 ticks
|