· 6 years ago · Oct 25, 2019, 04:08 PM
1
2openjdk version "1.8.0_212"
3OpenJDK Runtime Environment (build 1.8.0_212-8u212-b01-1~deb9u1-b01)
4OpenJDK 64-Bit Server VM (build 25.212-b01, mixed mode)
5:/home/container$ java -Xms128M -Xmx2048M -jar server.jar
6[18:02:29] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
7[18:02:29] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
8[18:02:29] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
9[18:02:31] [main/INFO] [FML]: Forge Mod Loader version 12.18.3.2511 for Minecraft 1.10.2 loading
10[18:02:31] [main/INFO] [FML]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_212, running on Linux:amd64:4.15.0-43-generic, installed at /usr/lib/jvm/java-8-openjdk-amd64/jre
11[18:02:32] [main/WARN] [FML]: The coremod team.chisel.ctm.client.asm.CTMCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
12[18:02:32] [main/WARN] [FML]: The coremod pl.asie.foamfix.coremod.FoamFixCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
13[18:02:33] [main/WARN] [FML]: The coremod ivorius.ivtoolkit.IvToolkitLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
14[18:02:33] [main/WARN] [FML]: The coremod vazkii.quark.base.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
15[18:02:33] [main/WARN] [FML]: The coremod lumien.resourceloader.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
16[18:02:33] [main/WARN] [FML]: The coremod toughasnails.asm.TANLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
17[18:02:33] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
18[18:02:33] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
19[18:02:33] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
20[18:02:33] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
21[18:02:33] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
22[18:02:34] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
23[18:02:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
24[18:02:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
25[18:02:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
26[18:02:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
27[18:02:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
28[18:02:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
29[18:02:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
30[18:02:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
31[18:02:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
32[18:02:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
33[18:02:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
34[18:02:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
35[18:02:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
36[18:02:35] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
37[18:02:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
38[18:02:35] [main/ERROR] [ToughAsNails Transformer]: Unexpected hash d56a834d5cd80ea23417dbb87a3d11bc detected for class World. Crashes or bugs may occur!
39[18:02:35] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:143]: Added METHOD: net.minecraft.world.World.func_191504_a
40[18:02:35] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.patches.ClassGetSimpleNamePatch$FFMethodVisitor:visitMethodInsn:77]: Replaced getSimpleName with getName
41[18:02:35] [main/INFO] [EnderCore]: Transforming net.minecraft.entity.player.EntityPlayer finished, added func_184613_cA() overriding EntityLivingBase
42[18:02:35] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
43[18:02:35] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:transform:49]: Transforming Class [net.minecraft.block.Block], Method [getExtendedState]
44[18:02:35] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:transform:104]: Transforming net.minecraft.block.Block Finished.
45[18:02:35] [main/INFO] [FML]: [Quark ASM] Transforming BlockPistonBase
46[18:02:35] [main/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [doMove, func_176319_a, a] Descriptor (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;Z)Z / (Laid;Lcm;Lct;Z)Z)
47[18:02:35] [main/INFO] [FML]: [Quark ASM] Located Method, patching...
48[18:02:35] [main/INFO] [FML]: [Quark ASM] Patching org.objectweb.asm.tree.MethodNode@5d235104 in node org.objectweb.asm.tree.VarInsnNode@4e8e8621
49[18:02:35] [main/INFO] [FML]: [Quark ASM] Patch result: true
50[18:02:35] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:133]: Spliced in METHOD: net.minecraft.block.state.BlockStateContainer.createState
51[18:02:36] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:133]: Spliced in METHOD: net.minecraft.block.properties.PropertyEnum.hashCode
52[18:02:36] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:166]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode
53[18:02:36] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:166]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode_calced
54[18:02:36] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:133]: Spliced in METHOD: net.minecraft.block.properties.PropertyInteger.hashCode
55[18:02:36] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:166]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode
56[18:02:36] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:166]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode_calced
57[18:02:36] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:133]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.equals
58[18:02:36] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:133]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.hashCode
59[18:02:36] [main/ERROR] [ToughAsNails Transformer]: Unexpected hash 20f2d689046ef2bce53aff9618487c56 detected for class BlockCrops. Crashes or bugs may occur!
60[18:02:36] [main/INFO] [FML]: [Quark ASM] Transforming EntityBoat
61[18:02:36] [main/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [attackEntityFrom, func_76986_a, a] Descriptor (Lnet/minecraft/util/DamageSource;F)Z / (Lrh;F)Z)
62[18:02:36] [main/INFO] [FML]: [Quark ASM] Located Method, patching...
63[18:02:36] [main/INFO] [FML]: [Quark ASM] Patch result: true
64[18:02:37] [main/INFO] [EnderCore]: Transforming Class [net.minecraft.entity.ai.EntityAICreeperSwell], Method [func_75246_d]
65[18:02:37] [main/INFO] [EnderCore]: Transforming net.minecraft.entity.ai.EntityAICreeperSwell Finished.
66[18:02:37] [main/INFO] [EnderCore]: Transforming Class [net.minecraft.inventory.ContainerFurnace], Method [func_82846_b]
67[18:02:37] [main/INFO] [EnderCore]: Transforming net.minecraft.inventory.ContainerFurnace Finished.
68[18:02:38] [Server thread/INFO]: Starting minecraft server version 1.10.2
69[18:02:38] [Server thread/INFO] [FML]: MinecraftForge v12.18.3.2511 Initialized
70[18:02:38] [Server thread/INFO] [FML]: Replaced 231 ore recipes
71> [18:02:38] [Server thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
72> [18:02:38] [Server thread/INFO] [FML]: Searching /home/container/mods for mods
73> [18:02:39] [Server thread/WARN] [FML]: ****************************************
74> [18:02:39] [Server thread/WARN] [FML]: * The modid AppleCore is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
75> [18:02:39] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
76> [18:02:39] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
77> [18:02:39] [Server thread/WARN] [FML]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
78> [18:02:39] [Server thread/WARN] [FML]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
79> [18:02:39] [Server thread/WARN] [FML]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
80> [18:02:39] [Server thread/WARN] [FML]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:423)...
81> [18:02:39] [Server thread/WARN] [FML]: ****************************************
82> [18:02:39] [Server thread/WARN] [FML]: ****************************************
83> [18:02:39] [Server thread/WARN] [FML]: * The modid AutoRegLib is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
84> [18:02:39] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
85> [18:02:39] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
86> [18:02:39] [Server thread/WARN] [FML]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
87> [18:02:39] [Server thread/WARN] [FML]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
88> [18:02:39] [Server thread/WARN] [FML]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
89> [18:02:39] [Server thread/WARN] [FML]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:423)...
90> [18:02:39] [Server thread/WARN] [FML]: ****************************************
91> [18:02:39] [Server thread/WARN] [FML]: ****************************************
92> [18:02:39] [Server thread/WARN] [FML]: * The modid Baubles is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
93> [18:02:39] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
94> [18:02:39] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
95> [18:02:39] [Server thread/WARN] [FML]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
96> [18:02:39] [Server thread/WARN] [FML]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
97> [18:02:39] [Server thread/WARN] [FML]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
98> [18:02:39] [Server thread/WARN] [FML]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:423)...
99> [18:02:39] [Server thread/WARN] [FML]: ****************************************
100> [18:02:39] [Server thread/INFO] [FML]: Disabling mod betterfoliage it is client side only.
101> [18:02:39] [Server thread/INFO] [FML]: Disabling mod betterthanbunnies it is client side only.
102> [18:02:39] [Server thread/WARN] [FML]: ****************************************
103> [18:02:39] [Server thread/WARN] [FML]: * The modid BiblioCraft is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
104> [18:02:39] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
105> [18:02:39] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
106> [18:02:39] [Server thread/WARN] [FML]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
107> [18:02:39] [Server thread/WARN] [FML]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
108> [18:02:39] [Server thread/WARN] [FML]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
109> [18:02:39] [Server thread/WARN] [FML]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:423)...
110> [18:02:39] [Server thread/WARN] [FML]: ****************************************
111> [18:02:40] [Server thread/WARN] [FML]: ****************************************
112> [18:02:40] [Server thread/WARN] [FML]: * The modid BiomesOPlenty is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
113> [18:02:40] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
114> [18:02:40] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
115> [18:02:40] [Server thread/WARN] [FML]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
116> [18:02:40] [Server thread/WARN] [FML]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
117> [18:02:40] [Server thread/WARN] [FML]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
118> [18:02:40] [Server thread/WARN] [FML]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:423)...
119> [18:02:40] [Server thread/WARN] [FML]: ****************************************
120> [18:02:40] [Server thread/WARN] [FML]: ****************************************
121> [18:02:40] [Server thread/WARN] [FML]: * The modid Botania is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
122> [18:02:40] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
123> [18:02:40] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
124> [18:02:40] [Server thread/WARN] [FML]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
125> [18:02:40] [Server thread/WARN] [FML]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
126> [18:02:40] [Server thread/WARN] [FML]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
127> [18:02:40] [Server thread/WARN] [FML]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:423)...
128> [18:02:40] [Server thread/WARN] [FML]: ****************************************
129> [18:02:40] [Server thread/WARN] [FML]: ****************************************
130> [18:02:40] [Server thread/WARN] [FML]: * The modid Chameleon is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
131> [18:02:40] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
132> [18:02:40] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
133> [18:02:40] [Server thread/WARN] [FML]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
134> [18:02:40] [Server thread/WARN] [FML]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
135> [18:02:40] [Server thread/WARN] [FML]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
136> [18:02:40] [Server thread/WARN] [FML]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:423)...
137> [18:02:40] [Server thread/WARN] [FML]: ****************************************
138> [18:02:41] [Server thread/INFO] [FML]: Disabling mod ctgui it is client side only.
139> [18:02:41] [Server thread/WARN] [FML]: ****************************************
140> [18:02:41] [Server thread/WARN] [FML]: * The modid MineTweaker3 is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
141> [18:02:41] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
142> [18:02:41] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
143> [18:02:41] [Server thread/WARN] [FML]: * at sun.reflect.GeneratedConstructorAccessor13.newInstance(Unknown Source)
144> [18:02:41] [Server thread/WARN] [FML]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
145> [18:02:41] [Server thread/WARN] [FML]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
146> [18:02:41] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
147> [18:02:41] [Server thread/WARN] [FML]: ****************************************
148> [18:02:41] [Server thread/INFO] [FML]: Disabling mod ctm it is client side only.
149> [18:02:41] [Server thread/INFO] [FML]: Disabling mod custommainmenu it is client side only.
150> [18:02:41] [Server thread/WARN] [cyclicmagic]: Mod cyclicmagic is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.10.30
151> [18:02:41] [Server thread/WARN] [dailies]: Mod dailies is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.10.2-6
152> [18:02:41] [Server thread/WARN] [FML]: ****************************************
153> [18:02:41] [Server thread/WARN] [FML]: * The modid PTRModelLib is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
154> [18:02:41] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
155> [18:02:41] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
156> [18:02:41] [Server thread/WARN] [FML]: * at sun.reflect.GeneratedConstructorAccessor13.newInstance(Unknown Source)
157> [18:02:41] [Server thread/WARN] [FML]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
158> [18:02:41] [Server thread/WARN] [FML]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
159> [18:02:41] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
160> [18:02:41] [Server thread/WARN] [FML]: ****************************************
161> [18:02:41] [Server thread/INFO] [FML]: Disabling mod eiramoticons it is client side only.
162> [18:02:41] [Server thread/WARN] [FML]: ****************************************
163> [18:02:41] [Server thread/WARN] [FML]: * The modid FastLeaveDecay is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
164> [18:02:41] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
165> [18:02:41] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
166> [18:02:41] [Server thread/WARN] [FML]: * at sun.reflect.GeneratedConstructorAccessor13.newInstance(Unknown Source)
167> [18:02:41] [Server thread/WARN] [FML]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
168> [18:02:41] [Server thread/WARN] [FML]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
169> [18:02:41] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
170> [18:02:41] [Server thread/WARN] [FML]: ****************************************
171> [18:02:41] [Server thread/INFO] [FML]: Disabling mod googlyeyes it is client side only.
172> [18:02:42] [Server thread/WARN] [FML]: ****************************************
173> [18:02:42] [Server thread/WARN] [FML]: * The modid Waila is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
174> [18:02:42] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
175> [18:02:42] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
176> [18:02:42] [Server thread/WARN] [FML]: * at sun.reflect.GeneratedConstructorAccessor13.newInstance(Unknown Source)
177> [18:02:42] [Server thread/WARN] [FML]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
178> [18:02:42] [Server thread/WARN] [FML]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
179> [18:02:42] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
180> [18:02:42] [Server thread/WARN] [FML]: ****************************************
181> [18:02:42] [Server thread/WARN] [FML]: ****************************************
182> [18:02:42] [Server thread/WARN] [FML]: * The modid JEI is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
183> [18:02:42] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
184> [18:02:42] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
185> [18:02:42] [Server thread/WARN] [FML]: * at sun.reflect.GeneratedConstructorAccessor13.newInstance(Unknown Source)
186> [18:02:42] [Server thread/WARN] [FML]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
187> [18:02:42] [Server thread/WARN] [FML]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
188> [18:02:42] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
189> [18:02:42] [Server thread/WARN] [FML]: ****************************************
190> [18:02:42] [Server thread/WARN] [FML]: ****************************************
191> [18:02:42] [Server thread/WARN] [FML]: * The modid Morpheus is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
192> [18:02:42] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
193> [18:02:42] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
194> [18:02:42] [Server thread/WARN] [FML]: * at sun.reflect.GeneratedConstructorAccessor13.newInstance(Unknown Source)
195> [18:02:42] [Server thread/WARN] [FML]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
196> [18:02:42] [Server thread/WARN] [FML]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
197> [18:02:42] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
198> [18:02:42] [Server thread/WARN] [FML]: ****************************************
199> [18:02:42] [Server thread/INFO] [FML]: Disabling mod mousetweaks it is client side only.
200> [18:02:42] [Server thread/WARN] [FML]: ****************************************
201> [18:02:42] [Server thread/WARN] [FML]: * The modid Neat is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
202> [18:02:42] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
203> [18:02:42] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
204> [18:02:42] [Server thread/WARN] [FML]: * at sun.reflect.GeneratedConstructorAccessor13.newInstance(Unknown Source)
205> [18:02:42] [Server thread/WARN] [FML]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
206> [18:02:42] [Server thread/WARN] [FML]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
207> [18:02:42] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
208> [18:02:42] [Server thread/WARN] [FML]: ****************************************
209> [18:02:42] [Server thread/INFO] [FML]: Disabling mod Neat it is client side only.
210> [18:02:42] [Server thread/WARN] [FML]: ****************************************
211> [18:02:42] [Server thread/WARN] [FML]: * The modid Psi is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
212> [18:02:42] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
213> [18:02:42] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
214> [18:02:42] [Server thread/WARN] [FML]: * at sun.reflect.GeneratedConstructorAccessor13.newInstance(Unknown Source)
215> [18:02:42] [Server thread/WARN] [FML]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
216> [18:02:42] [Server thread/WARN] [FML]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
217> [18:02:42] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
218> [18:02:42] [Server thread/WARN] [FML]: ****************************************
219> [18:02:42] [Server thread/WARN] [FML]: ****************************************
220> [18:02:42] [Server thread/WARN] [FML]: * The modid Quark is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
221> [18:02:42] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
222> [18:02:42] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
223> [18:02:42] [Server thread/WARN] [FML]: * at sun.reflect.GeneratedConstructorAccessor13.newInstance(Unknown Source)
224> [18:02:42] [Server thread/WARN] [FML]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
225> [18:02:42] [Server thread/WARN] [FML]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
226> [18:02:42] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
227> [18:02:42] [Server thread/WARN] [FML]: ****************************************
228> [18:02:43] [Server thread/WARN] [FML]: ****************************************
229> [18:02:43] [Server thread/WARN] [FML]: * The modid ResourceLoader is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
230> [18:02:43] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
231> [18:02:43] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
232> [18:02:43] [Server thread/WARN] [FML]: * at sun.reflect.GeneratedConstructorAccessor13.newInstance(Unknown Source)
233> [18:02:43] [Server thread/WARN] [FML]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
234> [18:02:43] [Server thread/WARN] [FML]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
235> [18:02:43] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
236> [18:02:43] [Server thread/WARN] [FML]: ****************************************
237> [18:02:43] [Server thread/INFO] [FML]: Disabling mod ResourceLoader it is client side only.
238> [18:02:43] [Server thread/WARN] [FML]: ****************************************
239> [18:02:43] [Server thread/WARN] [FML]: * The modid SimpleAchievements is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
240> [18:02:43] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
241> [18:02:43] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
242> [18:02:43] [Server thread/WARN] [FML]: * at sun.reflect.GeneratedConstructorAccessor13.newInstance(Unknown Source)
243> [18:02:43] [Server thread/WARN] [FML]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
244> [18:02:43] [Server thread/WARN] [FML]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
245> [18:02:43] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
246> [18:02:43] [Server thread/WARN] [FML]: ****************************************
247> [18:02:43] [Server thread/WARN] [FML]: ****************************************
248> [18:02:43] [Server thread/WARN] [FML]: * The modid SpiceOfLife is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
249> [18:02:43] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
250> [18:02:43] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
251> [18:02:43] [Server thread/WARN] [FML]: * at sun.reflect.GeneratedConstructorAccessor13.newInstance(Unknown Source)
252> [18:02:43] [Server thread/WARN] [FML]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
253> [18:02:43] [Server thread/WARN] [FML]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
254> [18:02:43] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
255> [18:02:43] [Server thread/WARN] [FML]: ****************************************
256> [18:02:43] [Server thread/WARN] [FML]: ****************************************
257> [18:02:43] [Server thread/WARN] [FML]: * The modid StorageDrawers is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
258> [18:02:43] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
259> [18:02:43] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
260> [18:02:43] [Server thread/WARN] [FML]: * at sun.reflect.GeneratedConstructorAccessor13.newInstance(Unknown Source)
261> [18:02:43] [Server thread/WARN] [FML]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
262> [18:02:43] [Server thread/WARN] [FML]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
263> [18:02:43] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
264> [18:02:43] [Server thread/WARN] [FML]: ****************************************
265> [18:02:44] [Server thread/WARN] [FML]: ****************************************
266> [18:02:44] [Server thread/WARN] [FML]: * The modid ToughAsNails is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
267> [18:02:44] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
268> [18:02:44] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
269> [18:02:44] [Server thread/WARN] [FML]: * at sun.reflect.GeneratedConstructorAccessor13.newInstance(Unknown Source)
270> [18:02:44] [Server thread/WARN] [FML]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
271> [18:02:44] [Server thread/WARN] [FML]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
272> [18:02:44] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
273> [18:02:44] [Server thread/WARN] [FML]: ****************************************
274> [18:02:44] [Server thread/INFO] [FML]: Forge Mod Loader has identified 71 mods to load
275> [18:02:44] [Server thread/INFO] [FML]: Found mod(s) [railcraft] containing declared API package cofh.api.energy (owned by CoFHAPI) without associated API reference
276> [18:02:44] [Server thread/INFO] [FML]: Found mod(s) [immersiveengineering] containing declared API package cofh.api.energy (owned by CoFHAPI) without associated API reference
277> [18:02:44] [Server thread/INFO] [FML]: Found mod(s) [immersiveengineering] containing declared API package cofh.api (owned by CoFHLib) without associated API reference
278> [18:02:44] [Server thread/INFO] [FML]: Found mod(s) [refinedstorage] containing declared API package cofh.api.energy (owned by CoFHAPI) without associated API reference
279> [18:02:44] [Server thread/INFO] [FML]: Found mod(s) [railcraft] containing declared API package cofh.api (owned by cofhlib) without associated API reference
280> [18:02:44] [Server thread/INFO] [FML]: Found mod(s) [refinedstorage] containing declared API package cofh.api (owned by cofhlib) without associated API reference
281> [18:02:44] [Server thread/INFO] [FML]: FML has found a non-mod file BetterFoliage-MC1.10.2-2.1.11.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
282> [18:02:44] [Server thread/INFO] [FML]: FML has found a non-mod file BetterThanBunnies-1.10.2-1.1.0.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
283> [18:02:44] [Server thread/INFO] [FML]: FML has found a non-mod file CTM-MC1.10.2-0.3.2.35.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
284> [18:02:44] [Server thread/INFO] [FML]: FML has found a non-mod file CustomMainMenu-MC1.10.2-2.0.5.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
285> [18:02:44] [Server thread/INFO] [FML]: FML has found a non-mod file EiraMoticons_1.10.2-4.3.6.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
286> [18:02:44] [Server thread/INFO] [FML]: FML has found a non-mod file GooglyEyes-1.10.2-6.0.0.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
287> [18:02:44] [Server thread/INFO] [FML]: FML has found a non-mod file MouseTweaks-2.8-mc1.10.2.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
288> [18:02:44] [Server thread/INFO] [FML]: FML has found a non-mod file Neat 1.3-12.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
289> [18:02:44] [Server thread/INFO] [FML]: FML has found a non-mod file ResourceLoader-MC1.9.4-1.5.1.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
290> [18:02:45] [Server thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, ivtoolkit, foamfixcore, AppleCore, appleskin, aquaculture, AutoRegLib, Baubles, bedbugs, BiblioCraft, BiomesOPlenty, birdsnests, bookshelf, Botania, buttons, Chameleon, chancecubes, chisel, chiselsandbits, coins, MineTweaker3, crafttweakerjei, cyclicmagic, dailies, deathquotes, PTRModelLib, props, doggytalents, eplus, enchiridion, endercore, exoticbirds, FastLeaveDecay, foamfix, forestry, hardcorewither, harvestfestival, harvestreader, Waila, immersiveengineering, initialinventory, inventorypets, inventorysorter, JEI, journeymap, levels, mantle, mcmultipart, mob_properties, moon-core, Morpheus, mtlib, mysticalagriculture, natura, Psi, Quark, railcraft, reccomplex, refinedstorage, SimpleAchievements, soggytransportation, soulshardstow, soundevents, SpiceOfLife, StorageDrawers, rscircuits, ToughAsNails, icse, wawla] at CLIENT
291> [18:02:45] [Server thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, ivtoolkit, foamfixcore, AppleCore, appleskin, aquaculture, AutoRegLib, Baubles, bedbugs, BiblioCraft, BiomesOPlenty, birdsnests, bookshelf, Botania, buttons, Chameleon, chancecubes, chisel, chiselsandbits, coins, MineTweaker3, crafttweakerjei, cyclicmagic, dailies, deathquotes, PTRModelLib, props, doggytalents, eplus, enchiridion, endercore, exoticbirds, FastLeaveDecay, foamfix, forestry, hardcorewither, harvestfestival, harvestreader, Waila, immersiveengineering, initialinventory, inventorypets, inventorysorter, JEI, journeymap, levels, mantle, mcmultipart, mob_properties, moon-core, Morpheus, mtlib, mysticalagriculture, natura, Psi, Quark, railcraft, reccomplex, refinedstorage, SimpleAchievements, soggytransportation, soulshardstow, soundevents, SpiceOfLife, StorageDrawers, rscircuits, ToughAsNails, icse, wawla] at SERVER
292> [18:02:47] [Server thread/INFO] [Pulsar-natura]: Skipping Pulse craftingtweaksIntegration; missing dependency: craftingtweaks
293> [18:02:47] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
294> [18:02:47] [Server thread/INFO] [FML]: Found 501 ObjectHolder annotations
295> [18:02:47] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations
296> [18:02:47] [Server thread/INFO] [FML]: Found 2 ItemStackHolder annotations
297> [18:02:47] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.0
298> [18:02:47] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.1
299> [18:02:47] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.2
300> [18:02:47] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.3
301> [18:02:47] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.4
302> [18:02:47] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key minecraft:planks.5
303> [18:02:47] [Server thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.0
304> [18:02:47] [Server thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.1
305> [18:02:47] [Server thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.2
306> [18:02:47] [Server thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.3
307> [18:02:47] [Server thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.4
308> [18:02:47] [Server thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.5
309> [18:02:47] [Server thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.6
310> [18:02:47] [Server thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.7
311> [18:02:47] [Server thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.8
312> [18:02:47] [Server thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.9
313> [18:02:47] [Server thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.10
314> [18:02:47] [Server thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.11
315> [18:02:47] [Server thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.12
316> [18:02:47] [Server thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.13
317> [18:02:47] [Server thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.14
318> [18:02:47] [Server thread/INFO] [Doggy Talents]: Register dog bed bedding under the key minecraft:wool.15
319> [18:02:47] [Server thread/INFO] [Doggy Talents]: Registering Blocks
320> [18:02:47] [Server thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:133]: Spliced in METHOD: net.minecraftforge.common.property.ExtendedBlockState.createState
321> [18:02:47] [Server thread/INFO] [Doggy Talents]: Finished Registering Blocks
322> [18:02:47] [Server thread/INFO] [Doggy Talents]: Registering TileEnities
323> [18:02:47] [Server thread/INFO] [Doggy Talents]: Finished Registering TileEnities
324> [18:02:47] [Server thread/INFO] [FML]: Applying holder lookups
325> [18:02:47] [Server thread/INFO] [FML]: Holder lookups applied
326> [18:02:47] [Server thread/INFO] [Doggy Talents]: Registering Items
327> [18:02:47] [Server thread/INFO] [Doggy Talents]: Finished Registering Items
328> [18:02:47] [Server thread/INFO] [Doggy Talents]: Registering ItemBlocks
329> [18:02:47] [Server thread/INFO] [Doggy Talents]: Finished Registering ItemBlocks
330> [18:02:47] [Server thread/INFO] [FML]: Applying holder lookups
331> [18:02:47] [Server thread/INFO] [FML]: Holder lookups applied
332> [18:02:47] [Server thread/INFO] [Doggy Talents]: Registering Talents
333> [18:02:47] [Server thread/INFO] [Doggy Talents]: Finished Registering Talents
334> [18:02:47] [Server thread/INFO] [Doggy Talents]: Registering Sounds
335> [18:02:47] [Server thread/INFO] [Doggy Talents]: Finished Registering Sounds
336> [18:02:47] [Server thread/INFO] [FML]: Applying holder lookups
337> [18:02:47] [Server thread/INFO] [FML]: Holder lookups applied
338> [18:02:48] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
339> [18:02:48] [Forge Version Check/INFO] [ForgeVersionCheck]: [doggytalents] Starting version check at https://raw.githubusercontent.com/percivalalb/DoggyTalents/master/version.json
340> [18:02:48] [Forge Version Check/INFO] [ForgeVersionCheck]: [doggytalents] Found status: UP_TO_DATE Target: null
341> [18:02:48] [Forge Version Check/INFO] [ForgeVersionCheck]: [levels] Starting version check at https://raw.githubusercontent.com/TheXFactor117/Levels/master/levels-version-checker.json
342> [18:02:48] [Forge Version Check/INFO] [ForgeVersionCheck]: [levels] Found status: UP_TO_DATE Target: null
343> [18:02:48] [Forge Version Check/INFO] [ForgeVersionCheck]: [cyclicmagic] Starting version check at https://raw.githubusercontent.com/PrinceOfAmber/CyclicMagic/master/update.json
344> [18:02:48] [Forge Version Check/INFO] [ForgeVersionCheck]: [cyclicmagic] Found status: UP_TO_DATE Target: null
345> [18:02:48] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
346> [18:02:48] [Server thread/INFO] [FML]: [Quark] 'Inventory sorting' is forcefully disabled as it's incompatible with the following loaded mods: [inventorysorter]
347> [18:02:48] [Server thread/INFO] [FML]: [Quark] 'Ender watcher' is forcefully disabled as it's incompatible with the following loaded mods: [Botania]
348> [18:02:48] [Server thread/INFO] [FML]: [Quark] 'Dispensers place seeds' is forcefully disabled as it's incompatible with the following loaded mods: [Botania]
349> [18:02:48] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Found status: AHEAD Target: null
350> [18:02:48] [Forge Version Check/INFO] [ForgeVersionCheck]: [refinedstorage] Starting version check at https://refinedstorage.raoulvdberge.com/update
351> [18:02:48] [Server thread/INFO] [FML]: [Quark] 'Food tooltip' is forcefully disabled as it's incompatible with the following loaded mods: [appleskin]
352> [18:02:48] [Server thread/INFO] [FML]: [Quark] Module decoration is enabled
353> [18:02:48] [Server thread/INFO] [FML]: [Quark] Module vanity is enabled
354> [18:02:48] [Server thread/INFO] [FML]: [Quark] Module building is enabled
355> [18:02:48] [Server thread/INFO] [FML]: [Quark] Module management is disabled
356> [18:02:48] [Server thread/INFO] [FML]: [Quark] Module automation is enabled
357> [18:02:48] [Server thread/INFO] [FML]: [Quark] Module world is enabled
358> [18:02:48] [Server thread/INFO] [FML]: [Quark] Module experimental is enabled
359> [18:02:48] [Server thread/INFO] [FML]: [Quark] Module tweaks is enabled
360> [18:02:49] [Forge Version Check/INFO] [ForgeVersionCheck]: [refinedstorage] Found status: UP_TO_DATE Target: null
361> [18:02:49] [Forge Version Check/INFO] [ForgeVersionCheck]: [soulshardstow] Starting version check at https://gist.githubusercontent.com/TehNut/e8db2be209d32d1ebbc3/raw/VersionChecker-SSTOW.json
362> [18:02:49] [Forge Version Check/INFO] [ForgeVersionCheck]: [soulshardstow] Found status: BETA Target: null
363> [18:02:49] [Forge Version Check/INFO] [ForgeVersionCheck]: [railcraft] Starting version check at http://www.railcraft.info/railcraft_versions
364> [18:02:50] [Server thread/INFO] [STDOUT]: [panda.birdsnests.BirdsNests:preInit:102]: minecraft:stick,0,1-2-3-3;minecraft:feather,0,1-3;minecraft:egg,0,2;minecraft:string,0,4-4;minecraft:bone,0,6-16;minecraft:flint,0,4;minecraft:wheat_seeds,0,6-12;minecraft:melon_seeds,0,25;minecraft:pumpkin_seeds,0,25;minecraft:diamond,0,25;minecraft:emerald,0,30;minecraft:redstone,0,13-18;minecraft:glowstone_dust,0,6-12;minecraft:blaze_powder,0,40-40;minecraft:gold_nugget,0,8-10-13-16;minecraft:fish,0,30;minecraft:prismarine_shard,0,60;minecraft:beetroot_seeds,0,25;corn:kernels,0,18;exnihiloomnia:silkworm,0,16-18;exnihiloomnia:stone,0,4-6;exnihiloomnia:seeds_potato,0,14;exnihiloomnia:seeds_carrot,0,14;exnihiloomnia:seeds_sugarcane,0,33;exnihiloomnia:seeds_cactus,0,33;exnihiloomnia:seeds_grass,0,33;exnihiloomnia:spores,0,100;exnihiloomnia:seed_oak,0,12;exnihiloomnia:seed_spruce,0,25;exnihiloomnia:seed_birch,0,25;exnihiloomnia:seed_jungle,0,25;exnihiloomnia:seed_acacia,0,25;exnihiloomnia:seed_dark_oak,0,25;
365> [18:02:50] [Forge Version Check/INFO] [ForgeVersionCheck]: [railcraft] Found status: AHEAD Target: null
366> [18:02:52] [Server thread/INFO] [FML]: Applying holder lookups
367> [18:02:52] [Server thread/INFO] [FML]: Holder lookups applied
368> [18:02:53] [Server thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:75]: Replaced NEW for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap
369> [18:02:53] [Server thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:87]: Replaced INVOKESPECIAL for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap
370> [18:02:53] [Server thread/INFO] [Chisel]: Starting pre-init...
371> [18:02:53] [Server thread/INFO] [Chisel]: Loading blocks...
372> [18:02:53] [Server thread/INFO] [Chisel]: 71 Feature's blocks loaded.
373> [18:02:53] [Server thread/INFO] [Chisel]: Loading Tile Entities...
374> [18:02:53] [Server thread/INFO] [Chisel]: Tile Entities loaded.
375> [18:02:53] [Server thread/INFO] [FML]: Applying holder lookups
376> [18:02:53] [Server thread/INFO] [FML]: Holder lookups applied
377> [18:02:53] [Server thread/INFO] [Chisel]: Loading items...
378> [18:02:53] [Server thread/INFO] [Chisel]: 71 Feature's items loaded.
379> [18:02:53] [Server thread/INFO] [Chisel]: Pre-init finished.
380> [18:02:54] [Server thread/INFO] [STDOUT]: [aln.deathquotes.DeathQuotes:PreInit:68]: [deathquotes] Death quotes count 447 from file ./config/deathquotes.txt
381> [18:02:54] [Server thread/INFO] [com.mia.craftstudio.CSPack]: Original locale was en, switching to Locale.US
382> [18:02:54] [Server thread/INFO] [com.mia.craftstudio.CSPack]: Locale is now en_US
383> [18:02:54] [Server thread/INFO] [com.mia.craftstudio.CSPack]: Locale was restored to en
384> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: java.util.zip.ZipException: invalid stored block lengths
385> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:164)
386> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at java.io.FilterInputStream.read(FilterInputStream.java:133)
387> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at java.io.FilterInputStream.read(FilterInputStream.java:133)
388> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at java.io.PushbackInputStream.read(PushbackInputStream.java:186)
389> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:238)
390> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
391> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at java.util.zip.ZipInputStream.read(ZipInputStream.java:194)
392> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at java.nio.channels.Channels$ReadableByteChannelImpl.read(Channels.java:385)
393> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at com.mia.craftstudio.CSPack.readPackFile(CSPack.java:187)
394> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at com.mia.craftstudio.CSProject.loadPacks(CSProject.java:252)
395> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at com.mia.craftstudio.minecraft.forge.CSLibMod.getCSProjectAndLoad(CSLibMod.java:89)
396> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at com.mia.props.Props.loadModels(Props.java:229)
397> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at com.mia.props.Props.preInit(Props.java:186)
398> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
399> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
400> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
401> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at java.lang.reflect.Method.invoke(Method.java:498)
402> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:616)
403> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
404> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
405> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at java.lang.reflect.Method.invoke(Method.java:498)
406> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
407> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
408> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
409> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
410> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
411> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
412> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
413> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
414> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
415> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
416> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at java.lang.reflect.Method.invoke(Method.java:498)
417> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
418> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
419> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
420> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
421> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
422> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
423> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:624)
424> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
425> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:328)
426> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:121)
427> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431)
428> [18:02:55] [Server thread/INFO] [STDERR]: [com.mia.craftstudio.CSPack:readPackFile:230]: at java.lang.Thread.run(Thread.java:748)
429> [18:02:57] [Server thread/INFO] [Doggy Talents]: Registering Serializers
430> [18:02:57] [Server thread/INFO] [Doggy Talents]: Finished Registering Serializers
431> [18:02:58] [Server thread/INFO] [forestry]: Plugin IndustrialCraft2 Plugin failed to load: IndustrialCraft2 not found
432> [18:02:58] [Server thread/INFO] [forestry]: Plugin BuildCraft 6 Recipes Plugin failed to load: Compatible BuildCraftAPI|recipes version not found
433> [18:02:58] [Server thread/INFO] [forestry]: Plugin ExtraUtilities Plugin failed to load: ExtraUtilities not found
434> [18:02:58] [Server thread/INFO] [forestry]: Plugin malisisdoors Plugin failed to load: Malisis Door's not found
435> [18:02:58] [Server thread/INFO] [forestry]: Plugin Actually Additions Plugin failed to load: Actually Additions not found!
436> [18:02:58] [Server thread/INFO] [forestry]: Plugin Natura Plugin failed to load: Natura not found
437> [18:02:58] [Server thread/INFO] [forestry]: Plugin BuildCraft 6 Fuels Plugin failed to load: Compatible BuildCraftAPI|fuels version not found
438> [18:02:58] [Server thread/INFO] [forestry]: Plugin HarvestCraft Plugin failed to load: HarvestCraft not found
439> [18:02:58] [Server thread/INFO] [forestry]: Plugin BuildCraft 6 Transport Plugin failed to load: BuildCraft|Transport not found
440> [18:02:58] [Server thread/INFO] [forestry]: Plugin EnderIO Plugin failed to load: EnderIO not found
441> [18:02:58] [Server thread/INFO] [forestry]: Plugin BuildCraft 6 Statements Plugin failed to load: Compatible BuildCraftAPI|statements version not found
442> [18:02:59] [Server thread/WARN] [forestry]: Could not find an item for block: driedDirt
443> [18:02:59] [Server thread/WARN] [forestry]: Could not find an item for block: overgrownNetherrack
444> [18:02:59] [Server thread/WARN] [forestry]: Could not find an item for block: cragRock
445> [18:02:59] [Server thread/WARN] [forestry]: Could not find an item for block: ashStone
446> [18:02:59] [Server thread/WARN] [forestry]: Could not find an item for block: bopGrass
447> [18:02:59] [Server thread/WARN] [forestry]: Could not find an item for block: newBopGrass
448> [18:02:59] [Server thread/WARN] [forestry]: Could not find an item for block: longGrass
449> [18:02:59] [Server thread/WARN] [forestry]: Could not find an item for block: hardDirt
450> [18:02:59] [Server thread/WARN] [forestry]: Could not find an item for block: hardSand
451> [18:02:59] [Server thread/WARN] [forestry]: Could not find an item for block: originGrass
452> [18:02:59] [Server thread/WARN] [forestry]: Could not find an item for block: ash
453> [18:02:59] [Server thread/WARN] [forestry]: Could not find an item for block: newBopDirt
454> [18:02:59] [Server thread/WARN] [forestry]: Could not find an item for block: petals
455> [18:03:00] [Server thread/INFO] [Harvest Festival]: Creating Harvest Festival Buildings!
456> [18:03:01] [Server thread/INFO] [Morpheus]: Loading configuration
457> [18:03:04] [Server thread/INFO] [railcraft]: Module failed prerequisite check, disabling: railcraft:thaumcraft
458> [18:03:04] [Server thread/INFO] [railcraft]: mods.railcraft.api.core.IRailcraftModule$MissingPrerequisiteException: Thaumcraft not detected
459> [18:03:04] [Server thread/INFO] [railcraft]: Module failed prerequisite check, disabling: railcraft:ic2
460> [18:03:04] [Server thread/INFO] [railcraft]: mods.railcraft.api.core.IRailcraftModule$MissingPrerequisiteException: IC2 not detected
461> [18:03:04] [Server thread/WARN] [FML]: A mod has attempted to assign Block Block{null} to the Fluid 'creosote' but this Fluid has already been linked to the Block Block{immersiveengineering:fluidCreosote}. You may have duplicate Fluid Blocks as a result. It *may* be possible to configure your mods to avoid this.
462> [18:03:04] [Server thread/WARN] [railcraft]: Recipes registered before INIT! At:
463> [18:03:04] [Server thread/WARN] [railcraft]: Recipes registered before INIT! At:
464> [18:03:05] [Server thread/WARN] [railcraft]: Recipes registered before INIT! At:
465> [18:03:05] [Server thread/WARN] [railcraft]: Recipes registered before INIT! At:
466> [18:03:05] [Server thread/WARN] [railcraft]: Recipes registered before INIT! At:
467> [18:03:05] [Server thread/WARN] [railcraft]: Recipes registered before INIT! At:
468> [18:03:05] [Server thread/WARN] [railcraft]: Recipes registered before INIT! At:
469> [18:03:05] [Server thread/WARN] [railcraft]: Recipes registered before INIT! At:
470> [18:03:05] [Server thread/WARN] [railcraft]: Recipes registered before INIT! At:
471> [18:03:05] [Server thread/WARN] [railcraft]: Recipes registered before INIT! At:
472> [18:03:05] [Server thread/WARN] [railcraft]: Recipes registered before INIT! At:
473> [18:03:05] [Server thread/WARN] [railcraft]: Recipes registered before INIT! At:
474> [18:03:05] [Server thread/WARN] [railcraft]: Recipes registered before INIT! At:
475> [18:03:05] [Server thread/INFO] [railcraft]: Block{ore} cannot be defined because disabled via config
476> [18:03:05] [Server thread/WARN] [railcraft]: Recipes registered before INIT! At:
477> [18:03:05] [Server thread/WARN] [railcraft]: Recipes registered before INIT! At:
478> [18:03:06] [Server thread/INFO] [FML]: Applying holder lookups
479> [18:03:06] [Server thread/INFO] [FML]: Holder lookups applied
480> [18:03:06] [Server thread/INFO] [FML]: Injecting itemstacks
481> [18:03:06] [Server thread/INFO] [FML]: Itemstack injection complete
482> [18:03:06] [Server thread/INFO]: Loading properties
483> [18:03:06] [Server thread/INFO]: Default game type: SURVIVAL
484> [18:03:06] [Server thread/INFO]: Generating keypair
485> [18:03:07] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25574
486> [18:03:07] [Server thread/INFO]: Using epoll channel type
487> [18:03:07] [Server thread/INFO] [Botania]: Registered %d recipes.
488> [18:03:07] [Server thread/INFO] [Chisel]: Starting init...
489> [18:03:07] [Server thread/INFO] [Chisel]: Loading recipes...
490> [18:03:07] [Server thread/INFO] [Chisel]: 71 Feature's recipes loaded.
491> [18:03:07] [Server thread/INFO] [Chisel]: Init finished.
492> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.horse_upgrade_health
493> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.apple_emerald
494> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.corrupted_chorus
495> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.corrupted_chorus
496> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.charm_air
497> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.charm_fire
498> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.charm_boat
499> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.charm_void
500> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.charm_water
501> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.charm_antidote
502> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.charm_wing
503> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.tool_auto_torch
504> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.charm_speed
505> [18:03:07] [Server thread/INFO] [cyclicmagic]: Brewing Recipe succefully registered and working: item.potion_viscous
506> [18:03:07] [Server thread/INFO] [cyclicmagic]: Brewing Recipe succefully registered and working: item.potion_ender
507> [18:03:07] [Server thread/INFO] [cyclicmagic]: Brewing Recipe succefully registered and working: item.potion_ender_long
508> [18:03:07] [Server thread/INFO] [cyclicmagic]: Brewing Recipe succefully registered and working: item.potion_magnet
509> [18:03:07] [Server thread/INFO] [cyclicmagic]: Brewing Recipe succefully registered and working: item.potion_magnet_long
510> [18:03:07] [Server thread/INFO] [cyclicmagic]: Brewing Recipe succefully registered and working: item.potion_waterwalk
511> [18:03:07] [Server thread/INFO] [cyclicmagic]: Brewing Recipe succefully registered and working: item.potion_waterwalk
512> [18:03:07] [Server thread/INFO] [cyclicmagic]: Brewing Recipe succefully registered and working: item.potion_waterwalk_long
513> [18:03:07] [Server thread/INFO] [cyclicmagic]: Brewing Recipe succefully registered and working: item.potion_swimspeed
514> [18:03:07] [Server thread/INFO] [cyclicmagic]: Brewing Recipe succefully registered and working: item.potion_swimspeed_long
515> [18:03:07] [Server thread/INFO] [cyclicmagic]: Brewing Recipe succefully registered and working: item.potion_slowfall
516> [18:03:07] [Server thread/INFO] [cyclicmagic]: Brewing Recipe succefully registered and working: item.potion_slowfall
517> [18:03:07] [Server thread/INFO] [cyclicmagic]: Brewing Recipe succefully registered and working: item.potion_slowfall_long
518> [18:03:07] [Server thread/INFO] [cyclicmagic]: Brewing Recipe succefully registered and working: item.potion_snow
519> [18:03:07] [Server thread/INFO] [cyclicmagic]: Brewing Recipe succefully registered and working: item.potion_snow_long
520> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.potion_snow
521> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.potion_snow_long
522> [18:03:07] [Server thread/INFO] [cyclicmagic]: Brewing Recipe succefully registered and working: item.potion_boost
523> [18:03:07] [Server thread/INFO] [cyclicmagic]: Brewing Recipe succefully registered and working: item.potion_boost_long
524> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.potion_boost
525> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.potion_boost_long
526> [18:03:07] [Server thread/INFO] [cyclicmagic]: Brewing Recipe succefully registered and working: item.potion_resistance
527> [18:03:07] [Server thread/INFO] [cyclicmagic]: Brewing Recipe succefully registered and working: item.potion_resistance_long
528> [18:03:07] [Server thread/INFO] [cyclicmagic]: Brewing Recipe succefully registered and working: item.potion_resistance_strong
529> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.potion_resistance
530> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.potion_resistance_long
531> [18:03:07] [Server thread/INFO] [cyclicmagic]: Brewing Recipe succefully registered and working: item.potion_haste
532> [18:03:07] [Server thread/INFO] [cyclicmagic]: Brewing Recipe succefully registered and working: item.potion_haste_long
533> [18:03:07] [Server thread/INFO] [cyclicmagic]: Brewing Recipe succefully registered and working: item.potion_haste_strong
534> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.potion_haste
535> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.potion_haste_strong
536> [18:03:07] [Server thread/INFO] [cyclicmagic]: Brewing Recipe succefully registered and working: item.potion_luck
537> [18:03:07] [Server thread/INFO] [cyclicmagic]: Brewing Recipe succefully registered and working: item.potion_luck_long
538> [18:03:07] [Server thread/INFO] [cyclicmagic]: Brewing Recipe succefully registered and working: item.potion_levitation
539> [18:03:07] [Server thread/INFO] [cyclicmagic]: Brewing Recipe succefully registered and working: item.potion_levitation_long
540> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.potion_levitation
541> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.potion_levitation_long
542> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.emerald_pickaxe
543> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.emerald_sword
544> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.emerald_boots
545> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.emerald_chestplate
546> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.emerald_helmet
547> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.emerald_leggings
548> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.sprout_seed
549> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.ender_dungeon
550> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.ender_lightning
551> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.sandstone_pickaxe
552> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.sandstone_axe
553> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.sandstone_spade
554> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.sandstone_hoe
555> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.tool_elevate
556> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.glove_climb
557> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.water_spreader
558> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.sack_ender
559> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.book_ender
560> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.book_ender
561> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.storage_bag
562> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.storage_bag
563> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.tool_prospector
564> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.ender_pearl_reuse
565> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.ender_pearl_mounted
566> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.tool_push
567> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.sleeping_mat
568> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.cyclic_wand_build
569> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.cyclic_wand_build
570> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.tool_warp_home
571> [18:03:07] [Server thread/INFO] [cyclicmagic]: Loot table entry : item.tool_warp_spawn
572> [18:03:07] [Server thread/INFO] [EnderCore]: [Handlers] Registering handler AutoSmeltHandler to busses: [FORGE, FML]
573> [18:03:07] [Server thread/INFO] [EnderCore]: [Handlers] Skipping class com.enderio.core.client.handlers.ClientHandler, it is not loaded on this side.
574> [18:03:07] [Server thread/INFO] [EnderCore]: [Handlers] Skipping class com.enderio.core.client.handlers.EnchantTooltipHandler, it is not loaded on this side.
575> [18:03:07] [Server thread/INFO] [EnderCore]: [Handlers] Registering handler Scheduler to busses: [FORGE, FML]
576> [18:03:07] [Server thread/INFO] [EnderCore]: [Handlers] Registering handler RightClickCropHandler to busses: [FORGE, FML]
577> [18:03:07] [Server thread/INFO] [EnderCore]: [Handlers] Registering handler FireworkHandler to busses: [FORGE, FML]
578> [18:03:07] [Server thread/INFO] [EnderCore]: [Handlers] Registering handler XPBoostHandler to busses: [FORGE, FML]
579> [18:03:07] [Server thread/INFO] [EnderCore]: [Handlers] Skipping class com.enderio.core.client.handlers.SpecialTooltipHandler, it is not loaded on this side.
580> [18:03:07] [Server thread/INFO] [EnderCore]: [Handlers] Skipping class com.enderio.core.client.handlers.OreDictTooltipHandler, it is not loaded on this side.
581> [18:03:07] [Server thread/INFO] [EnderCore]: [Handlers] Registering handler JoinMessageHandler to busses: [FORGE, FML]
582> [18:03:07] [Server thread/INFO] [EnderCore]: Sending dummy event to all mods
583> [18:03:07] [Server thread/INFO] [EnderCore]: Reloading ingame configs for modid: endercore
584> [18:03:09] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xtile.hellsand@0 = 1xtile.natura.nether_glass@0
585> [18:03:09] [Server thread/INFO] [railcraft]: Activating Halloween Seasonal Pack
586> [18:03:10] [Server thread/WARN] [Chisel]: Mod immersiveengineering is using deprecated IMC variation:add! This IMC type may be removed soon, please notify the author of this mod.
587> [18:03:10] [Server thread/INFO] [Chisel]: Received 9 IMC messages from mod immersiveengineering.
588> [18:03:10] [Server thread/INFO] [Waila]: Receiving registration request from [ natura ] for method com.progwml6.natura.plugin.waila.WailaRegistrar.wailaCallback
589> [18:03:10] [Server thread/INFO] [Waila]: Receiving registration request from [ wawla ] for method net.darkhax.wawla.engine.waila.EntityProvider.register
590> [18:03:10] [Server thread/INFO] [Waila]: Receiving registration request from [ wawla ] for method net.darkhax.wawla.engine.waila.TileProvider.register
591> [18:03:10] [Server thread/INFO] [Waila]: Receiving registration request from [ immersiveengineering ] for method blusunrize.immersiveengineering.common.util.compat.waila.IEWailaDataProvider.callbackRegister
592> [18:03:10] [Server thread/INFO] [Waila]: Receiving registration request from [ mysticalagriculture ] for method com.blakebr0.mysticalagriculture.util.WailaDataProvider.callbackRegister
593> [18:03:10] [Server thread/INFO] [Waila]: Receiving registration request from [ StorageDrawers ] for method com.jaquadro.minecraft.storagedrawers.integration.Waila.registerProvider
594> [18:03:10] [Server thread/INFO] [Waila]: Receiving registration request from [ soulshardstow ] for method com.whammich.sstow.compat.waila.WailaCallbackHandler.callbackRegister
595> [18:03:10] [Server thread/INFO] [FML]: Injecting itemstacks
596> [18:03:10] [Server thread/INFO] [FML]: Itemstack injection complete
597> [18:03:10] [Server thread/INFO] [Bird's Nests]: Custom drop minecraft:stick added
598> [18:03:10] [Server thread/INFO] [Bird's Nests]: Custom drop minecraft:feather added
599> [18:03:10] [Server thread/INFO] [Bird's Nests]: Custom drop minecraft:string added
600> [18:03:10] [Server thread/INFO] [Bird's Nests]: Custom drop minecraft:bone added
601> [18:03:10] [Server thread/INFO] [Bird's Nests]: Custom drop minecraft:flint added
602> [18:03:10] [Server thread/INFO] [Bird's Nests]: Custom drop minecraft:blaze_powder added
603> [18:03:10] [Server thread/INFO] [Bird's Nests]: Custom drop minecraft:gold_nugget added
604> [18:03:10] [Server thread/INFO] [Bird's Nests]: Custom drop minecraft:fish added
605> [18:03:10] [Server thread/INFO] [Bird's Nests]: Custom drop minecraft:prismarine_shard added
606> [18:03:10] [Server thread/INFO] [Bird's Nests]: Custom drop minecraft:red_flower added
607> [18:03:10] [Server thread/INFO] [Bird's Nests]: Custom drop minecraft:reeds added
608> [18:03:10] [Server thread/INFO] [Bird's Nests]: Custom drop minecraft:rotten_flesh added
609> [18:03:10] [Server thread/INFO] [Bird's Nests]: Custom drop minecraft:paper added
610> [18:03:10] [Server thread/INFO] [Bird's Nests]: Custom drop minecraft:bread added
611> [18:03:10] [Server thread/INFO] [Botania]: The Lexica Botania has 26542 words.
612> [18:03:10] [Server thread/INFO] [Buttons]: Registering plugin: tehnut.buttons.plugins.buttons.ButtonsPlugin
613> [18:03:10] [Server thread/INFO] [Buttons]: Registering plugin: tehnut.buttons.plugins.test.TestPlugin
614> [18:03:10] [Server thread/INFO] [Buttons]: Registering plugin: joshie.harvest.plugins.buttons.Buttons
615> [18:03:10] [Server thread/WARN] [chancecubes]: The reward chancecubes:Table_Flip has been disabled by the mod author due to a bug or some other reason.
616> [18:03:10] [Server thread/INFO] [chancecubes]: Adding minecraft:bedrock:0 to NRB array.
617> [18:03:10] [Server thread/INFO] [STDOUT]: [minetweaker.MineTweakerAPI:registerClassRegistry:250]: Loaded class registry: JEI mod support
618> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key forestry:planks.0.0
619> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key forestry:planks.0.1
620> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key forestry:planks.0.2
621> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key forestry:planks.0.3
622> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key forestry:planks.0.4
623> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key forestry:planks.0.5
624> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key forestry:planks.0.6
625> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key forestry:planks.0.7
626> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key forestry:planks.0.8
627> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key forestry:planks.0.9
628> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key forestry:planks.0.10
629> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key forestry:planks.0.11
630> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key forestry:planks.0.12
631> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key forestry:planks.0.13
632> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key forestry:planks.0.14
633> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key forestry:planks.0.15
634> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key forestry:planks.1.0
635> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key forestry:planks.1.1
636> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key forestry:planks.1.2
637> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key forestry:planks.1.3
638> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key forestry:planks.1.4
639> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key forestry:planks.1.5
640> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key forestry:planks.1.6
641> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key forestry:planks.1.7
642> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key forestry:planks.1.8
643> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key forestry:planks.1.9
644> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key forestry:planks.1.10
645> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key forestry:planks.1.11
646> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key forestry:planks.1.12
647> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key natura:nether_planks.0
648> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key natura:nether_planks.1
649> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key natura:nether_planks.2
650> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key natura:nether_planks.3
651> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key natura:overworld_planks.0
652> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key natura:overworld_planks.1
653> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key natura:overworld_planks.2
654> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key natura:overworld_planks.3
655> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key natura:overworld_planks.4
656> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key natura:overworld_planks.5
657> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key natura:overworld_planks.6
658> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key natura:overworld_planks.7
659> [18:03:11] [Server thread/INFO] [Doggy Talents]: Register dog bed casing under the key natura:overworld_planks.8
660> [18:03:11] [Server thread/INFO] [Doggy Talents]: The item doggytalents:throw_bone meta 32767 was register to an item list
661> [18:03:11] [Server thread/INFO] [Doggy Talents]: The item doggytalents:throw_bone_wet meta 32767 was register to an item list
662> [18:03:11] [Server thread/INFO] [Doggy Talents]: The item doggytalents:throw_stick meta 32767 was register to an item list
663> [18:03:11] [Server thread/INFO] [Doggy Talents]: The item doggytalents:throw_stick_wet meta 32767 was register to an item list
664> [18:03:11] [Server thread/INFO] [Doggy Talents]: The item doggytalents:breeding_bone meta 32767 was register to an item list
665> [18:03:11] [Server thread/INFO] [Doggy Talents]: The item doggytalents:training_treat meta 32767 was register to an item list
666> [18:03:11] [Server thread/INFO] [Doggy Talents]: The item minecraft:bone meta 32767 was register to an item list
667> [18:03:11] [Server thread/INFO] [Doggy Talents]: The item minecraft:bone meta 32767 was register to an item list
668> [18:03:11] [Server thread/INFO] [Doggy Talents]: The item doggytalents:throw_bone meta 32767 was register to an item list
669> [18:03:11] [Server thread/INFO] [Doggy Talents]: The item doggytalents:throw_stick meta 32767 was register to an item list
670> [18:03:11] [Server thread/INFO] [Doggy Talents]: The item doggytalents:training_treat meta 32767 was register to an item list
671> [18:03:11] [Server thread/INFO] [Doggy Talents]: The item doggytalents:master_treat meta 32767 was register to an item list
672> [18:03:11] [Server thread/INFO] [Doggy Talents]: The item doggytalents:super_treat meta 32767 was register to an item list
673> [18:03:11] [Server thread/INFO] [Doggy Talents]: The item doggytalents:dire_treat meta 32767 was register to an item list
674> [18:03:11] [Server thread/INFO] [Doggy Talents]: The item doggytalents:treat_bag meta 32767 was register to an item list
675> [18:03:11] [Server thread/INFO] [foamfix]: Weakening LaunchWrapper resource cache...
676> [18:03:11] [Server thread/INFO] [foamfix]: Optimized 5 FML registries, saving 41942856 bytes.
677> [18:03:11] [Immersive Engineering Contributors Thread/INFO] [immersiveengineering]: Attempting to download special revolvers from GitHub
678> [18:03:11] [Server thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:95]: Loading scripts
679> [18:03:11] [Server thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:143]: MineTweaker: Loading file inventory.zs
680> [18:03:11] [Server thread/INFO] [STDOUT]: [toast.mobProperties.ModMobProperties:log:103]: [mob_properties] Loading mob properties...
681> [18:03:11] [Server thread/INFO] [STDOUT]: [toast.mobProperties.ModMobProperties:log:103]: [mob_properties] Loaded 211 mob properties!
682> [18:03:11] [Server thread/INFO] [STDOUT]: [toast.mobProperties.ModMobProperties:log:103]: [mob_properties] Generating default mob properties...
683> [18:03:11] [Server thread/INFO] [STDOUT]: [toast.mobProperties.ModMobProperties:log:103]: [mob_properties] Generated 0 mob properties!
684> [18:03:11] [Server thread/WARN] [railcraft]: Tried to define invalid SHAPED recipe for item.railcraft.circuit.controller, a necessary item was probably disabled. Skipping
685> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.util.misc.Game.logTrace(Game.java:101)
686> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.plugins.forge.CraftingPlugin.addRecipe(CraftingPlugin.java:123)
687> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.items.ItemCircuit.finalizeDefinition(ItemCircuit.java:47)
688> [18:03:11] [Server thread/WARN] [railcraft]: java.util.Optional.ifPresent(Optional.java:159)
689> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.core.IRailcraftObjectContainer.finalizeDefinition(IRailcraftObjectContainer.java:87)
690> [18:03:11] [Server thread/WARN] [railcraft]: Tried to define invalid SHAPED recipe for item.railcraft.circuit.receiver, a necessary item was probably disabled. Skipping
691> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.util.misc.Game.logTrace(Game.java:101)
692> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.plugins.forge.CraftingPlugin.addRecipe(CraftingPlugin.java:123)
693> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.items.ItemCircuit.finalizeDefinition(ItemCircuit.java:57)
694> [18:03:11] [Server thread/WARN] [railcraft]: java.util.Optional.ifPresent(Optional.java:159)
695> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.core.IRailcraftObjectContainer.finalizeDefinition(IRailcraftObjectContainer.java:87)
696> [18:03:11] [Server thread/WARN] [railcraft]: Tried to define invalid SHAPED recipe for item.railcraft.circuit.signal, a necessary item was probably disabled. Skipping
697> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.util.misc.Game.logTrace(Game.java:101)
698> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.plugins.forge.CraftingPlugin.addRecipe(CraftingPlugin.java:123)
699> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.items.ItemCircuit.finalizeDefinition(ItemCircuit.java:67)
700> [18:03:11] [Server thread/WARN] [railcraft]: java.util.Optional.ifPresent(Optional.java:159)
701> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.core.IRailcraftObjectContainer.finalizeDefinition(IRailcraftObjectContainer.java:87)
702> [18:03:11] [Server thread/WARN] [railcraft]: Tried to define invalid SHAPED recipe for item.railcraft.circuit.controller, a necessary item was probably disabled. Skipping
703> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.util.misc.Game.logTrace(Game.java:101)
704> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.plugins.forge.CraftingPlugin.addRecipe(CraftingPlugin.java:123)
705> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.items.ItemCircuit.finalizeDefinition(ItemCircuit.java:47)
706> [18:03:11] [Server thread/WARN] [railcraft]: java.util.Optional.ifPresent(Optional.java:159)
707> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.core.IRailcraftObjectContainer.finalizeDefinition(IRailcraftObjectContainer.java:87)
708> [18:03:11] [Server thread/WARN] [railcraft]: Tried to define invalid SHAPED recipe for item.railcraft.circuit.receiver, a necessary item was probably disabled. Skipping
709> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.util.misc.Game.logTrace(Game.java:101)
710> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.plugins.forge.CraftingPlugin.addRecipe(CraftingPlugin.java:123)
711> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.items.ItemCircuit.finalizeDefinition(ItemCircuit.java:57)
712> [18:03:11] [Server thread/WARN] [railcraft]: java.util.Optional.ifPresent(Optional.java:159)
713> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.core.IRailcraftObjectContainer.finalizeDefinition(IRailcraftObjectContainer.java:87)
714> [18:03:11] [Server thread/WARN] [railcraft]: Tried to define invalid SHAPED recipe for item.railcraft.circuit.signal, a necessary item was probably disabled. Skipping
715> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.util.misc.Game.logTrace(Game.java:101)
716> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.plugins.forge.CraftingPlugin.addRecipe(CraftingPlugin.java:123)
717> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.items.ItemCircuit.finalizeDefinition(ItemCircuit.java:67)
718> [18:03:11] [Server thread/WARN] [railcraft]: java.util.Optional.ifPresent(Optional.java:159)
719> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.core.IRailcraftObjectContainer.finalizeDefinition(IRailcraftObjectContainer.java:87)
720> [18:03:11] [Server thread/WARN] [railcraft]: Tried to define invalid SHAPED recipe for item.railcraft.circuit.controller, a necessary item was probably disabled. Skipping
721> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.util.misc.Game.logTrace(Game.java:101)
722> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.plugins.forge.CraftingPlugin.addRecipe(CraftingPlugin.java:123)
723> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.items.ItemCircuit.finalizeDefinition(ItemCircuit.java:47)
724> [18:03:11] [Server thread/WARN] [railcraft]: java.util.Optional.ifPresent(Optional.java:159)
725> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.core.IRailcraftObjectContainer.finalizeDefinition(IRailcraftObjectContainer.java:87)
726> [18:03:11] [Server thread/WARN] [railcraft]: Tried to define invalid SHAPED recipe for item.railcraft.circuit.receiver, a necessary item was probably disabled. Skipping
727> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.util.misc.Game.logTrace(Game.java:101)
728> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.plugins.forge.CraftingPlugin.addRecipe(CraftingPlugin.java:123)
729> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.items.ItemCircuit.finalizeDefinition(ItemCircuit.java:57)
730> [18:03:11] [Server thread/WARN] [railcraft]: java.util.Optional.ifPresent(Optional.java:159)
731> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.core.IRailcraftObjectContainer.finalizeDefinition(IRailcraftObjectContainer.java:87)
732> [18:03:11] [Server thread/WARN] [railcraft]: Tried to define invalid SHAPED recipe for item.railcraft.circuit.signal, a necessary item was probably disabled. Skipping
733> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.util.misc.Game.logTrace(Game.java:101)
734> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.plugins.forge.CraftingPlugin.addRecipe(CraftingPlugin.java:123)
735> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.items.ItemCircuit.finalizeDefinition(ItemCircuit.java:67)
736> [18:03:11] [Server thread/WARN] [railcraft]: java.util.Optional.ifPresent(Optional.java:159)
737> [18:03:11] [Server thread/WARN] [railcraft]: mods.railcraft.common.core.IRailcraftObjectContainer.finalizeDefinition(IRailcraftObjectContainer.java:87)
738> [18:03:11] [Server thread/WARN] [railcraft]: Could not register CraftGuide plugins: CraftGuide missing.
739> [18:03:13] [Server thread/INFO] [SoulShardsTOW]: Finished mapping, found 177 entities in 36.70 ms
740> [18:03:13] [Server thread/WARN] [FML]: ****************************************
741> [18:03:13] [Server thread/WARN] [FML]: * Unknown recipe class! pavocado.exoticbirds.init.RecipesBirdEggs Modders need to register their recipe types with net.minecraftforge.oredict.RecipeSorter
742> [18:03:13] [Server thread/WARN] [FML]: * at net.minecraftforge.oredict.RecipeSorter.getPriority(RecipeSorter.java:237)
743> [18:03:13] [Server thread/WARN] [FML]: * at net.minecraftforge.oredict.RecipeSorter.compare(RecipeSorter.java:172)
744> [18:03:13] [Server thread/WARN] [FML]: * at net.minecraftforge.oredict.RecipeSorter.compare(RecipeSorter.java:52)
745> [18:03:13] [Server thread/WARN] [FML]: * at java.util.TimSort.binarySort(TimSort.java:296)
746> [18:03:13] [Server thread/WARN] [FML]: * at java.util.TimSort.sort(TimSort.java:239)
747> [18:03:13] [Server thread/WARN] [FML]: * at java.util.Arrays.sort(Arrays.java:1512)...
748> [18:03:13] [Server thread/WARN] [FML]: ****************************************
749> [18:03:13] [Server thread/WARN] [FML]: ****************************************
750> [18:03:13] [Server thread/WARN] [FML]: * Unknown recipe class! com.amadornes.rscircuits.init.SCMRecipes$RecipeRedprintCircuit Modders need to register their recipe types with net.minecraftforge.oredict.RecipeSorter
751> [18:03:13] [Server thread/WARN] [FML]: * at net.minecraftforge.oredict.RecipeSorter.getPriority(RecipeSorter.java:237)
752> [18:03:13] [Server thread/WARN] [FML]: * at net.minecraftforge.oredict.RecipeSorter.compare(RecipeSorter.java:172)
753> [18:03:13] [Server thread/WARN] [FML]: * at net.minecraftforge.oredict.RecipeSorter.compare(RecipeSorter.java:52)
754> [18:03:13] [Server thread/WARN] [FML]: * at java.util.TimSort.gallopLeft(TimSort.java:545)
755> [18:03:13] [Server thread/WARN] [FML]: * at java.util.TimSort.mergeLo(TimSort.java:752)
756> [18:03:13] [Server thread/WARN] [FML]: * at java.util.TimSort.mergeAt(TimSort.java:514)...
757> [18:03:13] [Server thread/WARN] [FML]: ****************************************
758> [18:03:13] [Server thread/INFO] [Waila]: Attempting to register plugin for anything from team.chisel.common.integration.waila.ChiselDataHandler
759> [18:03:13] [Server thread/INFO] [Waila]: Registered plugin for anything from team.chisel.common.integration.waila.ChiselDataHandler in 2.251 ms
760> [18:03:13] [Server thread/INFO] [Waila]: Attempting to register plugin for anything from mcp.mobius.waila.addons.minecraft.PluginMinecraft
761> [18:03:13] [Server thread/INFO] [Waila]: Registered plugin for anything from mcp.mobius.waila.addons.minecraft.PluginMinecraft in 18.51 ms
762> [18:03:13] [Server thread/INFO] [Waila]: Attempting to register plugin for anything from mcp.mobius.waila.addons.capability.PluginCapability
763> [18:03:13] [Server thread/INFO] [Waila]: Registered plugin for anything from mcp.mobius.waila.addons.capability.PluginCapability in 5.003 ms
764> [18:03:13] [Server thread/INFO] [Waila]: Trying to reflect com.progwml6.natura.plugin.waila.WailaRegistrar wailaCallback
765> [18:03:13] [Server thread/INFO] [Waila]: Success in registering natura
766> [18:03:13] [Server thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.engine.waila.EntityProvider register
767> [18:03:13] [Server thread/INFO] [Waila]: Success in registering wawla
768> [18:03:13] [Server thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.engine.waila.TileProvider register
769> [18:03:13] [Server thread/INFO] [Waila]: Success in registering wawla
770> [18:03:13] [Server thread/INFO] [Waila]: Trying to reflect blusunrize.immersiveengineering.common.util.compat.waila.IEWailaDataProvider callbackRegister
771> [18:03:13] [Server thread/INFO] [Waila]: Success in registering immersiveengineering
772> [18:03:13] [Server thread/INFO] [Waila]: Trying to reflect com.blakebr0.mysticalagriculture.util.WailaDataProvider callbackRegister
773> [18:03:13] [Server thread/INFO] [Waila]: Success in registering mysticalagriculture
774> [18:03:13] [Server thread/INFO] [Waila]: Trying to reflect com.jaquadro.minecraft.storagedrawers.integration.Waila registerProvider
775> [18:03:13] [Server thread/WARN] [Waila]: Exception while trying to access the method : java.lang.reflect.InvocationTargetException
776> [18:03:13] [Server thread/INFO] [Waila]: Trying to reflect com.whammich.sstow.compat.waila.WailaCallbackHandler callbackRegister
777> [18:03:13] [Server thread/INFO] [Waila]: Success in registering soulshardstow
778> [18:03:13] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 71 mods
779> [18:03:13] [Server thread/INFO]: Preparing level "world"
780> [18:03:13] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
781> [18:03:13] [Server thread/INFO] [FML]: Applying holder lookups
782> [18:03:13] [Server thread/INFO] [FML]: Holder lookups applied
783> [18:03:13] [Server thread/INFO] [FML]: Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@447d5068)
784> [18:03:14] [Server thread/INFO] [FML]: Loading dimension 4 (world) (net.minecraft.server.dedicated.DedicatedServer@447d5068)
785> [18:03:14] [Server thread/INFO] [FML]: Loading dimension 1 (world) (net.minecraft.server.dedicated.DedicatedServer@447d5068)
786> [18:03:14] [Server thread/INFO] [FML]: Loading dimension -1 (world) (net.minecraft.server.dedicated.DedicatedServer@447d5068)
787> [18:03:14] [Server thread/INFO]: Preparing start region for level 0
788> [18:03:14] [Server thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:133]: Spliced in METHOD: net.minecraft.world.chunk.BlockStateContainer.func_186018_a
789> [18:03:14] [Server thread/WARN]: Wrong location! (-21, 14) should be (-21, 13), EntityNPCBuilder['Yulif'/45, l='world', x=-325.30, y=64.00, z=226.55]
790> [18:03:14] [Server thread/WARN]: Tried to add entity harvestfestival.builder but it was marked as removed already
791> [18:03:15] [Server thread/INFO]: Preparing spawn area: 27%
792> [18:03:16] [Server thread/INFO]: Done (2.513s)! For help, type "help" or "?"
793[Pterodactyl Daemon] Server marked as ON
794> [18:03:16] [Server thread/INFO]: Starting GS4 status listener
795> [18:03:16] [Query Listener #1/INFO]: Query running on 0.0.0.0:25574
796> [18:03:16] [Server thread/ERROR] [JEI]: Skipping event FMLServerStartingEvent and marking errored mod JEI since required dependency Forge has errored
797> [18:03:16] [Server thread/ERROR] [AppleCore]: Skipping event FMLServerStartingEvent and marking errored mod AppleCore since required dependency Forge has errored
798> [18:03:16] [Server thread/ERROR] [appleskin]: Skipping event FMLServerStartingEvent and marking errored mod appleskin since required dependency Forge has errored
799> [18:03:16] [Server thread/ERROR] [Psi]: Skipping event FMLServerStartingEvent and marking errored mod Psi since required dependency Forge has errored
800> [18:03:16] [Server thread/ERROR] [Quark]: Skipping event FMLServerStartingEvent and marking errored mod Quark since required dependency Forge has errored
801> [18:03:16] [Server thread/ERROR] [Baubles]: Skipping event FMLServerStartingEvent and marking errored mod Baubles since required dependency Forge has errored
802> [18:03:16] [Server thread/ERROR] [BiomesOPlenty]: Skipping event FMLServerStartingEvent and marking errored mod BiomesOPlenty since required dependency Forge has errored
803> [18:03:16] [Server thread/ERROR] [Botania]: Skipping event FMLServerStartingEvent and marking errored mod Botania since required dependency Forge has errored
804> [18:03:16] [Server thread/ERROR] [chancecubes]: Skipping event FMLServerStartingEvent and marking errored mod chancecubes since required dependency Forge has errored
805> [18:03:16] [Server thread/ERROR] [chiselsandbits]: Skipping event FMLServerStartingEvent and marking errored mod chiselsandbits since required dependency Forge has errored
806> [18:03:16] [Server thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:95]: Loading scripts
807> [18:03:16] [Server thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:143]: MineTweaker: Loading file HideJEI.zs
808> [18:03:16] [Server thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:143]: MineTweaker: Loading file Nerfs.zs
809> [18:03:16] [Server thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:143]: MineTweaker: Loading file ShipmentBox.zs
810> [18:03:16] [Server thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:143]: MineTweaker: Loading file ShopsItems.zs
811> [18:03:16] [Server thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:147]: MineTweaker: Loading group intermod
812> [18:03:16] [Server thread/ERROR] [forestry]: Skipping event FMLServerStartingEvent and marking errored mod forestry since required dependency Forge has errored
813> [18:03:16] [Server thread/ERROR] [hardcorewither]: Skipping event FMLServerStartingEvent and marking errored mod hardcorewither since required dependency Forge has errored
814> [18:03:16] [Server thread/ERROR] [immersiveengineering]: Skipping event FMLServerStartingEvent and marking errored mod immersiveengineering since required dependency Forge has errored
815> [18:03:16] [Server thread/ERROR] [harvestfestival]: Skipping event FMLServerStartingEvent and marking errored mod harvestfestival since required dependency Forge has errored
816> [18:03:16] [Server thread/ERROR] [Waila]: Skipping event FMLServerStartingEvent and marking errored mod Waila since required dependency Forge has errored
817> [18:03:16] [Server thread/ERROR] [journeymap]: Skipping event FMLServerStartingEvent and marking errored mod journeymap since required dependency Forge has errored
818> [18:03:16] [Server thread/ERROR] [mantle]: Skipping event FMLServerStartingEvent and marking errored mod mantle since required dependency Forge has errored
819> [18:03:16] [Server thread/ERROR] [Morpheus]: Skipping event FMLServerStartingEvent and marking errored mod Morpheus since required dependency Forge has errored
820> [18:03:16] [Server thread/ERROR] [natura]: Skipping event FMLServerStartingEvent and marking errored mod natura since required dependency Forge has errored
821> [18:03:16] [Server thread/ERROR] [railcraft]: Skipping event FMLServerStartingEvent and marking errored mod railcraft since required dependency Forge has errored
822> [18:03:16] [Server thread/ERROR] [refinedstorage]: Skipping event FMLServerStartingEvent and marking errored mod refinedstorage since required dependency Forge has errored
823> [18:03:16] [Server thread/ERROR] [soulshardstow]: Skipping event FMLServerStartingEvent and marking errored mod soulshardstow since required dependency Forge has errored
824> [18:03:16] [Server thread/ERROR] [SpiceOfLife]: Skipping event FMLServerStartingEvent and marking errored mod SpiceOfLife since required dependency AppleCore has errored
825> [18:03:16] [Server thread/ERROR] [rscircuits]: Skipping event FMLServerStartingEvent and marking errored mod rscircuits since required dependency Forge has errored
826> [18:03:16] [Server thread/ERROR] [FML]: Fatal errors were detected during the transition from SERVER_ABOUT_TO_START to SERVER_STARTING. Loading cannot continue
827> [18:03:16] [Server thread/ERROR] [FML]:
828States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
829UCHIJAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
830UCHIJAAA FML{8.0.99.99} [Forge Mod Loader] (server.jar)
831UCHIJAAE Forge{12.18.3.2511} [Minecraft Forge] (server.jar)
832UCHIJAAA ivtoolkit{1.3.3-1.10} [IvToolkit] (minecraft.jar)
833UCHIJAAA foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar)
834UCHIJAAE JEI{3.14.7.420} [Just Enough Items] (jei_1.10.2-3.14.7.420.jar)
835UCHIJAAE AppleCore{3.1.4} [AppleCore] (AppleCore-mc1.10.2-3.1.4.jar)
836UCHIJAAE appleskin{1.0.9} [AppleSkin] (AppleSkin-mc1.10.2-1.0.9.jar)
837UCHIJAAA aquaculture{1.4.1} [Aquaculture] (Aquaculture-1.10.2-1.4.1.4.jar)
838UCHIJAAE Psi{r1.0-42} [Psi] (Psi-r1.0-42.jar)
839UCHIJAAE Quark{r1.1-70} [Quark] (Quark-r1.1-70.jar)
840UCHIJAAA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
841UCHIJAAE Baubles{1.3.13} [Baubles] (Baubles-1.10.2-1.3.13.jar)
842UCHIJAAA bedbugs{@VERSION@} [Bed Bugs] (BedBugs-1.10.2-1.1.6.jar)
843UCHIJAAA BiblioCraft{2.2.5} [BiblioCraft] (BiblioCraft[v2.2.5][MC1.10.2].jar)
844UCHIJAAE BiomesOPlenty{5.0.0.2236} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2236-universal.jar)
845UCHIJAAA birdsnests{1.5.1} [Bird's Nests] (BirdsNests1.10-1.5.1.jar)
846UCHIJAAA bookshelf{1.4.4.0} [Bookshelf] (Bookshelf-1.10.2-1.4.4.final.1.jar)
847UCHIJAAE Botania{r1.9-341} [Botania] (Botania r1.9-341.jar)
848UCHIJAAA buttons{1.10.2-0.0.3-3} [Buttons] (Buttons-1.10.2-0.0.3-3.jar)
849UCHIJAAA Chameleon{1.10.2-2.3.0} [Chameleon] (Chameleon-1.10.2-2.3.0.jar)
850UCHIJAAE chancecubes{1.10.2-3.1.1.221} [Chance Cubes] (ChanceCubes-1.10.2-3.1.1.221.jar)
851UCHIJAAA chisel{MC1.10.2-0.2.1.47} [Chisel] (Chisel-MC1.10.2-0.2.1.47.jar)
852UCHIJAAA mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar)
853UCHIJAAE chiselsandbits{12.18} [Chisels & Bits] (chiselsandbits-12.18.jar)
854UCHIJAAA coins{1.0.3} [Coins Mod] (Coins-1.10.2-1.0.3.jar)
855UCHIJAAA crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.26.jar)
856UCHIJAAA MineTweaker3{3.0.26} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.26.jar)
857UCHIJAAA cyclicmagic{1.10.30} [Cyclic] (Cyclic-1.10.2-1.10.30.jar)
858UCHIJAAA dailies{1.10.2-6} [Bailey's Dailies] (dailies-1.10.2-6.jar)
859UCHIJAAA deathquotes{1.2.0} [Death Quotes] (DeathQuotes-1.2.0-mc1.9to1.10.2-forge.jar)
860UCHIJAAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.5.2_1.10.2.jar)
861UCHIJAAA props{2.5.2} [Decocraft] (Decocraft-2.5.2_1.10.2.jar)
862UCHIJAAA doggytalents{1.15.0.2} [Doggy Talents] (DoggyTalents-1.10.2-1.15.0.2-universal.jar)
863UCHIJAAA eplus{4.1.0.118} [Enchanting Plus] (EnchantingPlus-1.10.2-4.1.0.118.jar)
864UCHIJAAA enchiridion{3.2.0} [Enchiridion] (Enchiridion-1.10.2-3.2.0.jar)
865UCHIJAAA endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar)
866UCHIJAAA exoticbirds{1.0} [Exotic Birds] (Exotic Birds 1.10.2-1.4.2.jar)
867UCHIJAAA FastLeaveDecay{1.2.3} [Fast Leave Decay] (FastLeaveDecay-MC1.10.2-1.2.3.jar)
868UCHIJAAA foamfix{@VERSION@} [FoamFix] (foamfix-0.7.5.jar)
869UCHIJAAE forestry{5.2.17.388} [Forestry] (forestry_1.10.2-5.2.17.388.jar)
870UCHIJAAE hardcorewither{2.2.3} [Hardcore Wither] (hardcoreWither-1.10.2-2.2.3-beta-4bd2a01-universal.jar)
871UCHIJAAE immersiveengineering{0.10-61} [Immersive Engineering] (ImmersiveEngineering-0.10-61.jar)
872UCHIJAAE harvestfestival{0.5.27} [Harvest Festival] (Harvest-Festival-1.10.2-0.5.27.jar)
873UCHIJAAA harvestreader{1.0.0} [HarvestReader] (HarvestReader-1.0.0.jar)
874UCHIJAAE Waila{1.8.17-B31_1.10.2} [Waila] (Hwyla-1.8.17-B31_1.10.2.jar)
875UCHIJAAA mtlib{@VERSION@} [MTLib] (MTLib-1.0.3.jar)
876UCHIJAAA initialinventory{1.0.1} [InitialInventory] (InitialInventory-1.0.1.jar)
877UCHIJAAA inventorypets{1.5.2} [Inventory Pets] (inventorypets-1.10-1.5.2.jar)
878UCHIJAAA inventorysorter{0.11.0+47} [Simple Inventory sorting] (inventorysorter-1.10.2-0.11.0+47.jar)
879UCHIJAAE journeymap{1.10.2-5.5.2} [JourneyMap] (journeymap-1.10.2-5.5.2.jar)
880UCHIJAAA levels{r1.2.8} [Levels] (Levels 2-1.10.2-r1.2.8.jar)
881UCHIJAAE mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar)
882UCHIJAAA mob_properties{1.0.3} [Mob Properties] (mob_properties-1.10.2-1.0.3.jar)
883UCHIJAAA moon-core{3.5.1.10} [Moon's Core] (MoonCore(3.5) 1.10.jar)
884UCHIJAAE Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar)
885UCHIJAAA mysticalagriculture{1.5.10} [Mystical Agriculture] (mysticalagriculture-1.10.2-1.5.10.jar)
886UCHIJAAE natura{1.10.2-4.1.0.82} [Natura] (natura-1.10.2-4.1.0.82.jar)
887UCHIJAAE railcraft{10.4.1} [Railcraft] (Railcraft_1.10.2-10.4.1.jar)
888UCHIJAAA reccomplex{1.4.5-1.10} [Recurrent Complex] (RecurrentComplex-1.4.5-1.10.jar)
889UCHIJAAA StorageDrawers{1.10.2-3.7.10} [Storage Drawers] (StorageDrawers-1.10.2-3.7.10.jar)
890UCHIJAAE refinedstorage{1.2.26} [Refined Storage] (refinedstorage-1.2.26.jar)
891UCHIJAAA SimpleAchievements{MC1.9.4-1.2.2-28} [Simple Achievements] (SimpleAchievements-MC1.9.4-1.2.2-28.jar)
892UCHIJAAA soggytransportation{1.10-RB-34} [�bSoggyMustache's Transportation] (soggytransportation-34.0(1.10).jar)
893UCHIJAAE soulshardstow{1.10.2-2.6.7-48} [Soul Shards - The Old Ways] (SoulShards-TOW-1.10.2-2.6.7-48.jar)
894UCHIJAAA soundevents{1.0.3} [Sound Events] (Sound Events-1.10.2-1.0.3.jar)
895UCHIJAAE SpiceOfLife{1.3.11} [The Spice of Life] (SpiceOfLife-mc1.9.4-1.3.11.jar)
896UCHIJAAE rscircuits{1.0.4} [Super Circuit Maker] (SuperCircuitMaker-1.0.4.jar)
897UCHIJAAA ToughAsNails{1.1.1.19} [Tough As Nails] (ToughAsNails-1.9.4-1.1.1.19-universal.jar)
898UCHIJAAA icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.2.215.jar)
899UCHIJAAA wawla{2.3.2.215} [What Are We Looking At] (Wawla-1.10.2-2.3.2.215.jar)
900> [18:03:16] [Server thread/ERROR] [FML]: The following problems were captured during this phase
901> [18:03:16] [Server thread/ERROR] [FML]: Caught exception from Minecraft Forge (Forge)
902java.lang.NullPointerException
903at com.mia.props.common.ItemProps.func_77667_c(ItemProps.java:144) ~[ItemProps.class:?]
904at net.minecraft.item.Item.func_77657_g(Item.java:291) ~[adx.class:?]
905at net.minecraft.item.Item.func_77653_i(Item.java:361) ~[adx.class:?]
906at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:508) ~[adz.class:?]
907at net.minecraft.item.ItemStack.func_151000_E(ItemStack.java:957) ~[adz.class:?]
908at net.minecraft.stats.StatList.func_75925_c(StatList.java:201) ~[nw.class:?]
909at net.minecraft.stats.StatList.reinit(StatList.java:343) ~[nw.class:?]
910at net.minecraftforge.common.ForgeModContainer.mappingChanged(ForgeModContainer.java:471) ~[server.jar:?]
911at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
912at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
913at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
914at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
915at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[minecraft_server.1.10.2.jar:?]
916at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[minecraft_server.1.10.2.jar:?]
917at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[minecraft_server.1.10.2.jar:?]
918at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[minecraft_server.1.10.2.jar:?]
919at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecraft_server.1.10.2.jar:?]
920at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243) ~[LoadController.class:?]
921at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221) [LoadController.class:?]
922at net.minecraftforge.fml.common.Loader.fireRemapEvent(Loader.java:1059) [Loader.class:?]
923at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:357) ~[PersistentRegistryManager.class:?]
924at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327) ~[FMLContainer.class:?]
925at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418) [FMLCommonHandler.class:?]
926at net.minecraft.world.storage.SaveFormatOld.loadAndFix(SaveFormatOld.java:118) ~[azz.class:?]
927at net.minecraft.world.storage.SaveHandler.func_75757_d(SaveHandler.java:121) ~[azy.class:?]
928at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:224) ~[MinecraftServer.class:?]
929at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:266) [ld.class:?]
930at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431) [MinecraftServer.class:?]
931at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
932> [18:03:16] [Server thread/ERROR] [FML]: A fatal exception occurred during the server starting event
933net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Minecraft Forge (Forge)
934Caused by: java.lang.NullPointerException
935at com.mia.props.common.ItemProps.func_77667_c(ItemProps.java:144) ~[ItemProps.class:?]
936at net.minecraft.item.Item.func_77657_g(Item.java:291) ~[adx.class:?]
937at net.minecraft.item.Item.func_77653_i(Item.java:361) ~[adx.class:?]
938at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:508) ~[adz.class:?]
939at net.minecraft.item.ItemStack.func_151000_E(ItemStack.java:957) ~[adz.class:?]
940at net.minecraft.stats.StatList.func_75925_c(StatList.java:201) ~[nw.class:?]
941at net.minecraft.stats.StatList.reinit(StatList.java:343) ~[nw.class:?]
942at net.minecraftforge.common.ForgeModContainer.mappingChanged(ForgeModContainer.java:471) ~[server.jar:?]
943at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
944at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
945at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
946at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
947at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[minecraft_server.1.10.2.jar:?]
948at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[minecraft_server.1.10.2.jar:?]
949at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[minecraft_server.1.10.2.jar:?]
950at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[minecraft_server.1.10.2.jar:?]
951at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecraft_server.1.10.2.jar:?]
952at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243) ~[LoadController.class:?]
953at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221) ~[LoadController.class:?]
954at net.minecraftforge.fml.common.Loader.fireRemapEvent(Loader.java:1059) [Loader.class:?]
955at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:357) ~[PersistentRegistryManager.class:?]
956at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327) ~[FMLContainer.class:?]
957at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418) [FMLCommonHandler.class:?]
958at net.minecraft.world.storage.SaveFormatOld.loadAndFix(SaveFormatOld.java:118) ~[azz.class:?]
959at net.minecraft.world.storage.SaveHandler.func_75757_d(SaveHandler.java:121) ~[azy.class:?]
960at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:224) ~[MinecraftServer.class:?]
961at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:266) [ld.class:?]
962at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431) [MinecraftServer.class:?]
963at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
964> [18:03:16] [Server thread/INFO]: Stopping server
965> [18:03:16] [Server thread/INFO]: Saving players
966> [18:03:16] [Server thread/INFO]: Saving worlds
967> [18:03:16] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
968> [18:03:17] [Server thread/INFO]: Saving chunks for level 'world'/Nether
969> [18:03:17] [Server thread/INFO]: Saving chunks for level 'world'/The End
970> [18:03:17] [Server thread/INFO]: Saving chunks for level 'world'/The Mine
971> [18:03:17] [Server thread/INFO] [FML]: Unloading dimension 0
972> [18:03:17] [Server thread/INFO] [FML]: Unloading dimension -1
973> [18:03:17] [Server thread/INFO] [FML]: Unloading dimension 1
974> [18:03:17] [Server thread/INFO] [FML]: Unloading dimension 4
975> [18:03:17] [Server thread/ERROR] [JEI]: Skipping event FMLModIdMappingEvent and marking errored mod JEI since required dependency Forge has errored
976> [18:03:17] [Server thread/ERROR] [AppleCore]: Skipping event FMLModIdMappingEvent and marking errored mod AppleCore since required dependency Forge has errored
977> [18:03:17] [Server thread/ERROR] [appleskin]: Skipping event FMLModIdMappingEvent and marking errored mod appleskin since required dependency Forge has errored
978> [18:03:17] [Server thread/ERROR] [Psi]: Skipping event FMLModIdMappingEvent and marking errored mod Psi since required dependency Forge has errored
979> [18:03:17] [Server thread/ERROR] [Quark]: Skipping event FMLModIdMappingEvent and marking errored mod Quark since required dependency Forge has errored
980> [18:03:17] [Server thread/ERROR] [Baubles]: Skipping event FMLModIdMappingEvent and marking errored mod Baubles since required dependency Forge has errored
981> [18:03:17] [Server thread/ERROR] [BiomesOPlenty]: Skipping event FMLModIdMappingEvent and marking errored mod BiomesOPlenty since required dependency Forge has errored
982> [18:03:17] [Server thread/ERROR] [Botania]: Skipping event FMLModIdMappingEvent and marking errored mod Botania since required dependency Forge has errored
983> [18:03:17] [Server thread/ERROR] [chancecubes]: Skipping event FMLModIdMappingEvent and marking errored mod chancecubes since required dependency Forge has errored
984> [18:03:17] [Server thread/ERROR] [chiselsandbits]: Skipping event FMLModIdMappingEvent and marking errored mod chiselsandbits since required dependency Forge has errored
985> [18:03:17] [Server thread/ERROR] [forestry]: Skipping event FMLModIdMappingEvent and marking errored mod forestry since required dependency Forge has errored
986> [18:03:17] [Server thread/ERROR] [hardcorewither]: Skipping event FMLModIdMappingEvent and marking errored mod hardcorewither since required dependency Forge has errored
987> [18:03:17] [Server thread/ERROR] [immersiveengineering]: Skipping event FMLModIdMappingEvent and marking errored mod immersiveengineering since required dependency Forge has errored
988> [18:03:17] [Server thread/ERROR] [harvestfestival]: Skipping event FMLModIdMappingEvent and marking errored mod harvestfestival since required dependency Forge has errored
989> [18:03:17] [Server thread/ERROR] [Waila]: Skipping event FMLModIdMappingEvent and marking errored mod Waila since required dependency Forge has errored
990> [18:03:17] [Server thread/ERROR] [journeymap]: Skipping event FMLModIdMappingEvent and marking errored mod journeymap since required dependency Forge has errored
991> [18:03:17] [Server thread/ERROR] [mantle]: Skipping event FMLModIdMappingEvent and marking errored mod mantle since required dependency Forge has errored
992> [18:03:17] [Server thread/ERROR] [Morpheus]: Skipping event FMLModIdMappingEvent and marking errored mod Morpheus since required dependency Forge has errored
993> [18:03:17] [Server thread/ERROR] [natura]: Skipping event FMLModIdMappingEvent and marking errored mod natura since required dependency Forge has errored
994> [18:03:17] [Server thread/ERROR] [railcraft]: Skipping event FMLModIdMappingEvent and marking errored mod railcraft since required dependency Forge has errored
995> [18:03:17] [Server thread/ERROR] [refinedstorage]: Skipping event FMLModIdMappingEvent and marking errored mod refinedstorage since required dependency Forge has errored
996> [18:03:17] [Server thread/ERROR] [soulshardstow]: Skipping event FMLModIdMappingEvent and marking errored mod soulshardstow since required dependency Forge has errored
997> [18:03:17] [Server thread/ERROR] [SpiceOfLife]: Skipping event FMLModIdMappingEvent and marking errored mod SpiceOfLife since required dependency AppleCore has errored
998> [18:03:17] [Server thread/ERROR] [rscircuits]: Skipping event FMLModIdMappingEvent and marking errored mod rscircuits since required dependency Forge has errored
999> [18:03:17] [Server thread/INFO] [FML]: Applying holder lookups
1000> [18:03:17] [Server thread/INFO] [FML]: Holder lookups applied
1001> [18:03:17] [Server thread/ERROR] [JEI]: Skipping event FMLServerStoppedEvent and marking errored mod JEI since required dependency Forge has errored
1002> [18:03:17] [Server thread/ERROR] [AppleCore]: Skipping event FMLServerStoppedEvent and marking errored mod AppleCore since required dependency Forge has errored
1003> [18:03:17] [Server thread/ERROR] [appleskin]: Skipping event FMLServerStoppedEvent and marking errored mod appleskin since required dependency Forge has errored
1004> [18:03:17] [Server thread/ERROR] [Psi]: Skipping event FMLServerStoppedEvent and marking errored mod Psi since required dependency Forge has errored
1005> [18:03:17] [Server thread/ERROR] [Quark]: Skipping event FMLServerStoppedEvent and marking errored mod Quark since required dependency Forge has errored
1006> [18:03:17] [Server thread/ERROR] [Baubles]: Skipping event FMLServerStoppedEvent and marking errored mod Baubles since required dependency Forge has errored
1007> [18:03:17] [Server thread/ERROR] [BiomesOPlenty]: Skipping event FMLServerStoppedEvent and marking errored mod BiomesOPlenty since required dependency Forge has errored
1008> [18:03:17] [Server thread/ERROR] [Botania]: Skipping event FMLServerStoppedEvent and marking errored mod Botania since required dependency Forge has errored
1009> [18:03:17] [Server thread/ERROR] [chancecubes]: Skipping event FMLServerStoppedEvent and marking errored mod chancecubes since required dependency Forge has errored
1010> [18:03:17] [Server thread/ERROR] [chiselsandbits]: Skipping event FMLServerStoppedEvent and marking errored mod chiselsandbits since required dependency Forge has errored
1011> [18:03:17] [Server thread/ERROR] [forestry]: Skipping event FMLServerStoppedEvent and marking errored mod forestry since required dependency Forge has errored
1012> [18:03:17] [Server thread/ERROR] [hardcorewither]: Skipping event FMLServerStoppedEvent and marking errored mod hardcorewither since required dependency Forge has errored
1013> [18:03:17] [Server thread/ERROR] [immersiveengineering]: Skipping event FMLServerStoppedEvent and marking errored mod immersiveengineering since required dependency Forge has errored
1014> [18:03:17] [Server thread/ERROR] [harvestfestival]: Skipping event FMLServerStoppedEvent and marking errored mod harvestfestival since required dependency Forge has errored
1015> [18:03:17] [Server thread/ERROR] [Waila]: Skipping event FMLServerStoppedEvent and marking errored mod Waila since required dependency Forge has errored
1016> [18:03:17] [Server thread/ERROR] [journeymap]: Skipping event FMLServerStoppedEvent and marking errored mod journeymap since required dependency Forge has errored
1017> [18:03:17] [Server thread/ERROR] [mantle]: Skipping event FMLServerStoppedEvent and marking errored mod mantle since required dependency Forge has errored
1018> [18:03:17] [Server thread/ERROR] [Morpheus]: Skipping event FMLServerStoppedEvent and marking errored mod Morpheus since required dependency Forge has errored
1019> [18:03:17] [Server thread/ERROR] [natura]: Skipping event FMLServerStoppedEvent and marking errored mod natura since required dependency Forge has errored
1020> [18:03:17] [Server thread/ERROR] [railcraft]: Skipping event FMLServerStoppedEvent and marking errored mod railcraft since required dependency Forge has errored
1021> [18:03:17] [Server thread/ERROR] [refinedstorage]: Skipping event FMLServerStoppedEvent and marking errored mod refinedstorage since required dependency Forge has errored
1022> [18:03:17] [Server thread/ERROR] [soulshardstow]: Skipping event FMLServerStoppedEvent and marking errored mod soulshardstow since required dependency Forge has errored
1023> [18:03:17] [Server thread/ERROR] [SpiceOfLife]: Skipping event FMLServerStoppedEvent and marking errored mod SpiceOfLife since required dependency AppleCore has errored
1024> [18:03:17] [Server thread/ERROR] [rscircuits]: Skipping event FMLServerStoppedEvent and marking errored mod rscircuits since required dependency Forge has errored
1025> [18:03:17] [Server thread/INFO] [FML]: The state engine was in incorrect state ERRORED and forced into state SERVER_STOPPED. Errors may have been discarded.
1026> [18:03:17] [Server thread/INFO] [FML]: The state engine was in incorrect state ERRORED and forced into state AVAILABLE. Errors may have been discarded.
1027>
1028[Pterodactyl Daemon] Server marked as OFF
1029[Pterodactyl Daemon] ---------- Detected server process in a crashed state! ----------
1030[Pterodactyl Daemon] Exit Code: 0
1031[Pterodactyl Daemon] Out of Memory: false
1032[Pterodactyl Daemon] Error Response:
1033[Pterodactyl Daemon] Aborting automatic reboot due to crash within the last 60 seconds.