Advertisement
Guest User

Untitled

a guest
Apr 13th, 2020
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 213.13 KB | None | 0 0
  1. [15:04:09] [Server thread/WARN] [FML]: No types have been added to Biome buildcraftenergy:oil_ocean, types have been assigned on a best-effort guess: [WATER, PLAINS, OCEAN]
  2. > [15:04:09] [Server thread/WARN] [FML]: No types have been added to Biome buildcraftenergy:oil_desert, types have been assigned on a best-effort guess: [HOT, SANDY, DRY, PLAINS]
  3. > [15:04:09] [Server thread/WARN] [FML]: No types have been added to Biome midnight:vigilant_forest, types have been assigned on a best-effort guess: [PLAINS]
  4. > [15:04:09] [Server thread/WARN] [FML]: No types have been added to Biome midnight:black_ridge, types have been assigned on a best-effort guess: [PLAINS]
  5. > [15:04:09] [Server thread/WARN] [FML]: No types have been added to Biome midnight:deceitful_bog, types have been assigned on a best-effort guess: [WATER, PLAINS, OCEAN]
  6. > [15:04:09] [Server thread/WARN] [FML]: No types have been added to Biome midnight:fungi_forest, types have been assigned on a best-effort guess: [PLAINS]
  7. > [15:04:09] [Server thread/WARN] [FML]: No types have been added to Biome midnight:obscured_peaks, types have been assigned on a best-effort guess: [HILLS]
  8. > [15:04:09] [Server thread/WARN] [FML]: No types have been added to Biome midnight:warped_fields, types have been assigned on a best-effort guess: [HILLS]
  9. > [15:04:09] [Server thread/WARN] [FML]: No types have been added to Biome midnight:crystal_spires, types have been assigned on a best-effort guess: [PLAINS]
  10. > [15:04:09] [Server thread/WARN] [FML]: No types have been added to Biome midnight:night_plains, types have been assigned on a best-effort guess: [PLAINS]
  11. > [15:04:09] [Server thread/WARN] [FML]: No types have been added to Biome midnight:obscured_plateau, types have been assigned on a best-effort guess: [PLAINS]
  12. > [15:04:09] [Server thread/WARN] [FML]: No types have been added to Biome midnight:phantasmal_valley, types have been assigned on a best-effort guess: [WATER, PLAINS, OCEAN]
  13. > [15:04:09] [Server thread/WARN] [FML]: No types have been added to Biome midnight:runebush_grove, types have been assigned on a best-effort guess: [PLAINS]
  14. > [15:04:09] [Server thread/WARN] [FML]: No types have been added to Biome midnight:hilly_vigilant_forest, types have been assigned on a best-effort guess: [HILLS]
  15. > [15:04:09] [Server thread/WARN] [FML]: No types have been added to Biome midnight:hilly_fungi_forest, types have been assigned on a best-effort guess: [HILLS]
  16. > [15:04:09] [Server thread/WARN] [FML]: No types have been added to Biome aether_legacy:aether_highlands, types have been assigned on a best-effort guess: [DRY, PLAINS]
  17. > [15:04:09] [Server thread/WARN] [FML]: No types have been added to Biome aroma1997sdimension:miningbiome, types have been assigned on a best-effort guess: [PLAINS]
  18. > [15:04:10] [Server thread/INFO] [tinkersaether]: Aether Tools Module - Entities Registered
  19. [15:04:10] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `sponge` for name `human`, expected `spongeforge`. This could be a intended override, but in most cases indicates a broken mod.
  20. > [15:04:10] [Server thread/INFO] [More Planets]: Initialize sounds from class stevekung.mods.moreplanets.init.MPSounds
  21. [15:04:10] [Server thread/INFO] [FML]: Applying holder lookups
  22. [15:04:10] [Server thread/INFO] [FML]: Holder lookups applied
  23. [15:04:10] [Server thread/INFO] [FML]: Applying holder lookups
  24. [15:04:10] [Server thread/INFO] [FML]: Holder lookups applied
  25. [15:04:10] [Server thread/INFO] [FML]: Injecting itemstacks
  26. [15:04:10] [Server thread/INFO] [FML]: Itemstack injection complete
  27. [15:04:10] [Server thread/INFO] [minecraft/DedicatedServer]: Loading properties
  28. [15:04:10] [Server thread/INFO] [minecraft/DedicatedServer]: Default game type: SURVIVAL
  29. [15:04:10] [Server thread/INFO] [minecraft/DedicatedServer]: Generating keypair
  30. [15:04:10] [Server thread/INFO] [minecraft/DedicatedServer]: Starting Minecraft server on 0.0.0.0:25565
  31. [15:04:10] [Server thread/INFO] [minecraft/NetworkSystem]: Using epoll channel type
  32. [15:04:10] [Server thread/INFO] [railcraft]: Fluid ingredient factory loaded
  33. [15:04:10] [Server thread/INFO] [railcraft]: Remaining item shaped recipe factory loaded
  34. [15:04:10] [Server thread/INFO] [railcraft]: Remaining item shaped recipe factory loaded
  35. [15:04:11] [Server thread/ERROR] [FML]: Parsing error loading recipe bibliocraft:markerpole
  36. com.google.gson.JsonSyntaxException: Invalid pattern: empty pattern not allowed
  37. at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:488) ~[CraftingHelper.class:?]
  38. at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?]
  39. at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?]
  40. at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?]
  41. at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?]
  42. at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_242]
  43. at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?]
  44. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?]
  45. at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?]
  46. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?]
  47. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?]
  48. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
  49. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
  50. > [15:04:11] [Server thread/ERROR] [FML]: Parsing error loading recipe bibliocraft:clipboard
  51. com.google.gson.JsonSyntaxException: Invalid pattern: empty pattern not allowed
  52. at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:488) ~[CraftingHelper.class:?]
  53. at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?]
  54. at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?]
  55. at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?]
  56. at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?]
  57. at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_242]
  58. at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?]
  59. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?]
  60. at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?]
  61. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?]
  62. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?]
  63. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
  64. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
  65. > [15:04:11] [Server thread/ERROR] [FML]: Parsing error loading recipe endreborn:book
  66. com.google.gson.JsonSyntaxException: Unknown item 'patchouli:guide_book'
  67. at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?]
  68. at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:523) ~[CraftingHelper.class:?]
  69. at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?]
  70. at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?]
  71. at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?]
  72. at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?]
  73. at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_242]
  74. at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?]
  75. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?]
  76. at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?]
  77. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?]
  78. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?]
  79. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
  80. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
  81. > [15:04:11] [Server thread/ERROR] [FML]: Parsing error loading recipe extracells:storagecells/gas/portable
  82. com.google.gson.JsonParseException: Missing data for item 'extracells:storage.gas.portable'
  83. at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:217) ~[CraftingHelper.class:?]
  84. at net.minecraftforge.oredict.ShapelessOreRecipe.factory(ShapelessOreRecipe.java:157) ~[ShapelessOreRecipe.class:?]
  85. at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?]
  86. at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?]
  87. at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?]
  88. at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?]
  89. at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_242]
  90. at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?]
  91. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?]
  92. at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?]
  93. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?]
  94. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?]
  95. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
  96. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
  97. > [15:04:11] [Server thread/ERROR] [FML]: Parsing error loading recipe extracells:storagecells/fluid/portable
  98. com.google.gson.JsonParseException: Missing data for item 'extracells:storage.fluid.portable'
  99. at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:217) ~[CraftingHelper.class:?]
  100. at net.minecraftforge.oredict.ShapelessOreRecipe.factory(ShapelessOreRecipe.java:157) ~[ShapelessOreRecipe.class:?]
  101. at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?]
  102. at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?]
  103. at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?]
  104. at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?]
  105. at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_242]
  106. at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?]
  107. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?]
  108. at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?]
  109. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?]
  110. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?]
  111. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
  112. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
  113. > [15:04:11] [Server thread/ERROR] [FML]: Parsing error loading recipe harvestcraft:minecraft_pumpkinseeds
  114. com.google.gson.JsonSyntaxException: Unknown item 'harvestcraft:harvestpumpkinitem'
  115. at net.minecraftforge.common.crafting.CraftingHelper.getItemStackBasic(CraftingHelper.java:262) ~[CraftingHelper.class:?]
  116. at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$16(CraftingHelper.java:544) ~[CraftingHelper.class:?]
  117. at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:204) ~[CraftingHelper.class:?]
  118. at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$15(CraftingHelper.java:531) ~[CraftingHelper.class:?]
  119. at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?]
  120. at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?]
  121. at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?]
  122. at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?]
  123. at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_242]
  124. at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?]
  125. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?]
  126. at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?]
  127. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?]
  128. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?]
  129. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
  130. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
  131. > [15:04:11] [Server thread/ERROR] [FML]: Parsing error loading recipe harvestcraft:minecraft_pumpkinblocks
  132. com.google.gson.JsonSyntaxException: Unknown item 'harvestcraft:harvestpumpkinitem'
  133. at net.minecraftforge.common.crafting.CraftingHelper.getItemStackBasic(CraftingHelper.java:262) ~[CraftingHelper.class:?]
  134. at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$16(CraftingHelper.java:544) ~[CraftingHelper.class:?]
  135. at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:204) ~[CraftingHelper.class:?]
  136. at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$15(CraftingHelper.java:531) ~[CraftingHelper.class:?]
  137. at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?]
  138. at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?]
  139. at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?]
  140. at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?]
  141. at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_242]
  142. at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?]
  143. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?]
  144. at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?]
  145. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?]
  146. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?]
  147. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
  148. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
  149. > [15:04:11] [Server thread/ERROR] [FML]: Parsing error loading recipe harvestcraft:harvestpumpkinitem
  150. com.google.gson.JsonSyntaxException: Unknown item 'harvestcraft:harvestpumpkinitem'
  151. at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:214) ~[CraftingHelper.class:?]
  152. at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$15(CraftingHelper.java:538) ~[CraftingHelper.class:?]
  153. at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?]
  154. at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:?]
  155. at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:?]
  156. at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:?]
  157. at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_242]
  158. at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?]
  159. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?]
  160. at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?]
  161. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?]
  162. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?]
  163. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
  164. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
  165. > [15:04:11] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xic2.dust@8 = 1xitem.ingotIron@0
  166. [15:04:11] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xic2.dust@7 = 1xitem.ingotGold@0
  167. [15:04:11] [Server thread/INFO] [Chisel]: Loading recipes...
  168. [15:04:11] [Server thread/INFO] [Chisel]: Skipping feature bloodMagic as its required mod bloodmagic was missing.
  169. [15:04:11] [Server thread/INFO] [Chisel]: 74 Feature's recipes loaded.
  170. [15:04:11] [Server thread/INFO] [THAUMCRAFT]: Checking for mod & oredict compatibilities
  171. [15:04:11] [Server thread/INFO] [THAUMCRAFT]: Adding entities to MFR safari net blacklist.
  172. [15:04:11] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `slime`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  173. > [15:04:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `stick`, expected `atum`. This could be a intended override, but in most cases indicates a broken mod.
  174. > [15:04:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `torch`, expected `atum`. This could be a intended override, but in most cases indicates a broken mod.
  175. > [15:04:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ladder`, expected `atum`. This could be a intended override, but in most cases indicates a broken mod.
  176. > [15:04:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `trapdoor`, expected `atum`. This could be a intended override, but in most cases indicates a broken mod.
  177. > [15:04:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `orange_wool`, expected `atum`. This could be a intended override, but in most cases indicates a broken mod.
  178. > [15:04:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `magenta_wool`, expected `atum`. This could be a intended override, but in most cases indicates a broken mod.
  179. > [15:04:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `light_blue_wool`, expected `atum`. This could be a intended override, but in most cases indicates a broken mod.
  180. > [15:04:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `yellow_wool`, expected `atum`. This could be a intended override, but in most cases indicates a broken mod.
  181. > [15:04:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `lime_wool`, expected `atum`. This could be a intended override, but in most cases indicates a broken mod.
  182. > [15:04:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `pink_wool`, expected `atum`. This could be a intended override, but in most cases indicates a broken mod.
  183. > [15:04:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gray_wool`, expected `atum`. This could be a intended override, but in most cases indicates a broken mod.
  184. > [15:04:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `light_gray_wool`, expected `atum`. This could be a intended override, but in most cases indicates a broken mod.
  185. > [15:04:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cyan_wool`, expected `atum`. This could be a intended override, but in most cases indicates a broken mod.
  186. > [15:04:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `purple_wool`, expected `atum`. This could be a intended override, but in most cases indicates a broken mod.
  187. > [15:04:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `blue_wool`, expected `atum`. This could be a intended override, but in most cases indicates a broken mod.
  188. > [15:04:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `brown_wool`, expected `atum`. This could be a intended override, but in most cases indicates a broken mod.
  189. > [15:04:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `green_wool`, expected `atum`. This could be a intended override, but in most cases indicates a broken mod.
  190. > [15:04:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `red_wool`, expected `atum`. This could be a intended override, but in most cases indicates a broken mod.
  191. > [15:04:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `black_wool`, expected `atum`. This could be a intended override, but in most cases indicates a broken mod.
  192. > [15:04:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `stone_sword`, expected `atum`. This could be a intended override, but in most cases indicates a broken mod.
  193. > [15:04:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `stone_shovel`, expected `atum`. This could be a intended override, but in most cases indicates a broken mod.
  194. > [15:04:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `stone_pickaxe`, expected `atum`. This could be a intended override, but in most cases indicates a broken mod.
  195. > [15:04:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `stone_hoe`, expected `atum`. This could be a intended override, but in most cases indicates a broken mod.
  196. > [15:04:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `stone_axe`, expected `atum`. This could be a intended override, but in most cases indicates a broken mod.
  197. > [15:04:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `furnace`, expected `atum`. This could be a intended override, but in most cases indicates a broken mod.
  198. > [15:04:12] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.Dust@0 = 1xitem.ingotIron@0
  199. [15:04:12] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.Dust@1 = 1xitem.ingotGold@0
  200. [15:04:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bread`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
  201. > [15:04:12] [Server thread/WARN] [FML]: Unable to find recipe for minecraft:rabbit_stew
  202. > [15:04:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `beetroot_soup`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
  203. > [15:04:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `mushroom_stew`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
  204. > [15:04:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cookie`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
  205. > [15:04:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `pumpkin_pie`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
  206. > [15:04:12] [Server thread/WARN] [FML]: Unable to find recipe for minecraft:baked_potato
  207. > [15:04:12] [Server thread/INFO] [davincisvessels]: Registering recipes for Davincis Vessels...
  208. [15:04:12] [Server thread/INFO] [davincisvessels]: Registration complete!
  209. [15:04:12] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@0 = 1xitem.ingotIron@0
  210. [15:04:12] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@1 = 1xitem.ingotGold@0
  211. [15:04:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `tconstruct` for name `tools/forge/blockenchantedgravitite`, expected `tinkersaether`. This could be a intended override, but in most cases indicates a broken mod.
  212. > [15:04:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `tconstruct` for name `tools/forge/blockvalkyrie`, expected `tinkersaether`. This could be a intended override, but in most cases indicates a broken mod.
  213. > [15:04:12] [Server thread/INFO] [tinkersaether]: Base Module - Recipes Registered
  214. [15:04:14] [Server thread/INFO] [Quark ASM]: Transforming net.minecraft.enchantment.EnchantmentHelper
  215. [15:04:14] [Server thread/INFO] [Quark ASM]: Applying Transformation to method (Names [getEnchantments, func_82781_a] Descriptor (Lnet/minecraft/item/ItemStack;)Ljava/util/Map;)
  216. [15:04:14] [Server thread/INFO] [Quark ASM]: Located Method, patching...
  217. [15:04:14] [Server thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/item/ItemStack.func_77986_q ()Lnet/minecraft/nbt/NBTTagList;
  218. [15:04:14] [Server thread/INFO] [Quark ASM]: Patch result: true
  219. [15:04:14] [Server thread/INFO] [FML]: Applying holder lookups
  220. [15:04:14] [Server thread/INFO] [FML]: Holder lookups applied
  221. [15:04:14] [Server thread/INFO] [nucleus]: Nucleus is now entering the init phase.
  222. [15:04:14] [Server thread/INFO] [catclearlag]: Starting plugin...
  223. [15:04:14] [Server thread/INFO] [catclearlag]: Registering commands...
  224. [15:04:14] [Server thread/INFO] [seriousvote]: Serious Vote Has Loaded
  225. [15:04:14] [Server thread/INFO] [minecraft/DedicatedServer]: [EF] Preparing wings...
  226. [15:04:14] [Server thread/INFO] [minecraft/DedicatedServer]: [EF] Configs loaded...
  227. [15:04:14] [Server thread/INFO] [minecraft/DedicatedServer]: [EF] Loading managers and cache...
  228. [15:04:14] [Server thread/INFO] [minecraft/DedicatedServer]: [EF] HOCON storage has been initialized!
  229. [15:04:14] [Server thread/INFO] [minecraft/DedicatedServer]: [EF] Managers loaded...
  230. [15:04:15] [Server thread/INFO] [minecraft/DedicatedServer]: [EF] Commands loaded...
  231. [15:04:15] [Server thread/INFO] [minecraft/DedicatedServer]: ==========================================
  232. [15:04:15] [Server thread/INFO] [minecraft/DedicatedServer]: Eagle Factions is ready to use!
  233. [15:04:15] [Server thread/INFO] [minecraft/DedicatedServer]: Thank you for choosing this plugin!
  234. [15:04:15] [Server thread/INFO] [minecraft/DedicatedServer]: Current version: 0.14.1
  235. [15:04:15] [Server thread/INFO] [minecraft/DedicatedServer]: Have a great time with Eagle Factions! :D
  236. [15:04:15] [Server thread/INFO] [minecraft/DedicatedServer]: ==========================================
  237. [15:04:15] [Server thread/INFO] [nucleus]: Nucleus is now entering the post-init phase.
  238. [15:04:15] [Server thread/INFO] [nucleus]: Nucleus is now loading and enabling modules. This may take a few seconds.
  239. [15:04:15] [Server thread/INFO] [nucleus]: Starting phase: PREENABLE
  240. [15:04:15] [Server thread/INFO] [nucleus]: Starting phase: ENABLE
  241. [15:04:18] [Server thread/INFO] [nucleus]: Starting phase: POSTENABLE
  242. [15:04:18] [Server thread/INFO] [nucleus]: Nucleus language set to "en-GB"
  243. [15:04:18] [Server thread/INFO] [nucleus]: Nucleus has completed loading modules.
  244. [15:04:18] [Server thread/INFO] [nucleus]: Nucleus has completed server initialisation tasks. Waiting for game server to start to complete the final tasks.
  245. [15:04:18] [Server thread/INFO] [AE2:S]: Initialization ( started )
  246. [15:04:18] [Server thread/INFO] [AE2:S]: Disabling item.csv export for custom recipes, since creative tab information is only available on the client.
  247. [15:04:18] [Server thread/INFO] [AE2:S]: Initialization ( ended after 191ms )
  248. [15:04:19] [Server thread/INFO] [Aroma1997Core]: Finished Initialization.
  249. [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc treasure chest`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  250. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc air distributor`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  251. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc air collector`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  252. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc oxygen pipe`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  253. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc air lock frame`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  254. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc refinery`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  255. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc nasa workbench`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  256. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc deconstructor`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  257. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc air compressor`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  258. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc fuel loader`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  259. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc landing pad`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  260. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc landing pad full`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  261. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc space station`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  262. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc dummy block`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  263. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc air sealer`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  264. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc dungeon boss spawner`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  265. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc oxygen detector`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  266. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc buggy fueler`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  267. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc buggy fueler single`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  268. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc cargo loader`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  269. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc cargo unloader`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  270. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc parachest tile`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  271. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc solar panel`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  272. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc radio telescope`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  273. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc magnetic crafting table`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  274. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc energy storage module`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  275. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc coal generator`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  276. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc electric furnace`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  277. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc aluminum wire`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  278. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc switchable aluminum wire`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  279. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc fallen meteor`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  280. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc ingot compressor`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  281. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc electric ingot compressor`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  282. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc circuit fabricator`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  283. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc air lock controller`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  284. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc oxygen storage module`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  285. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc oxygen decompressor`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  286. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc space station thruster`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  287. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc arc lamp`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  288. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc view screen`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  289. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc panel lighting`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  290. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc telemetry unit`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  291. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc painter`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  292. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc fluid tank`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  293. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc player detector`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  294. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc platform`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  295. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc emergency post`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  296. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc null tile`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  297. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc sealed ic2 cable`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  298. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc slimeling egg`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  299. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc tier 2 treasure chest`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  300. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc planet terraformer`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  301. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc cryogenic chamber`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  302. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc gas liquefier`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  303. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc methane synthesizer`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  304. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc water electrolyzer`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  305. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc mars dungeon spawner`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  306. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc launch controller`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  307. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc beam reflector`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  308. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc beam receiver`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  309. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc short range telepad`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  310. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc fake short range telepad`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  311. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc astro miner base builder`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  312. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc astro miner base`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  313. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc venus spout`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  314. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc venus dungeon spawner`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  315. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc tier 3 treasure chest`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  316. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc geothermal generator`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  317. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc crashed probe`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  318. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc solar array module`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  319. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc solar array controller`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  320. > [15:04:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc laser turret`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  321. > [15:04:20] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `computercraft ` for name ` computer`, expected `computercraft`. This could be a intended override, but in most cases indicates a broken mod.
  322. > [15:04:20] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `computercraft ` for name ` diskdrive`, expected `computercraft`. This could be a intended override, but in most cases indicates a broken mod.
  323. > [15:04:20] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `computercraft ` for name ` wirelessmodem`, expected `computercraft`. This could be a intended override, but in most cases indicates a broken mod.
  324. > [15:04:20] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `computercraft ` for name ` monitor`, expected `computercraft`. This could be a intended override, but in most cases indicates a broken mod.
  325. > [15:04:20] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `computercraft ` for name ` ccprinter`, expected `computercraft`. This could be a intended override, but in most cases indicates a broken mod.
  326. > [15:04:20] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `computercraft ` for name ` wiredmodem`, expected `computercraft`. This could be a intended override, but in most cases indicates a broken mod.
  327. > [15:04:20] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `computercraft ` for name ` command_computer`, expected `computercraft`. This could be a intended override, but in most cases indicates a broken mod.
  328. > [15:04:20] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `computercraft ` for name ` advanced_modem`, expected `computercraft`. This could be a intended override, but in most cases indicates a broken mod.
  329. > [15:04:20] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `computercraft ` for name ` speaker`, expected `computercraft`. This could be a intended override, but in most cases indicates a broken mod.
  330. > [15:04:20] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `computercraft ` for name ` turtle`, expected `computercraft`. This could be a intended override, but in most cases indicates a broken mod.
  331. > [15:04:20] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `computercraft ` for name ` turtleex`, expected `computercraft`. This could be a intended override, but in most cases indicates a broken mod.
  332. > [15:04:20] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `computercraft ` for name ` turtleadv`, expected `computercraft`. This could be a intended override, but in most cases indicates a broken mod.
  333. > [15:04:20] [Server thread/INFO] [movingworld]: Setting up network...
  334. [15:04:20] [Server thread/INFO] [movingworld]: Setup network! com.elytradev.movingworld.repackage.com.elytradev.concrete.network.NetworkContext@5c75128e
  335. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:golden_rail
  336. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:detector_rail
  337. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:wooden_door
  338. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:lever
  339. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:stone_pressure_plate
  340. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:iron_door
  341. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:wooden_pressure_plate
  342. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:stone_button
  343. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:fence_gate
  344. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:tripwire_hook
  345. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:tripwire
  346. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:wooden_button
  347. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:unpowered_comparator
  348. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:powered_comparator
  349. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:activator_rail
  350. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:spruce_fence_gate
  351. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:birch_fence_gate
  352. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:jungle_fence_gate
  353. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:dark_oak_fence_gate
  354. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:acacia_fence_gate
  355. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:spruce_door
  356. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:birch_door
  357. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:jungle_door
  358. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:acacia_door
  359. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:dark_oak_door
  360. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:observer
  361. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: ic2:reinforced_door
  362. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: biomesoplenty:sacred_oak_fence_gate
  363. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: biomesoplenty:cherry_fence_gate
  364. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: biomesoplenty:umbran_fence_gate
  365. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: biomesoplenty:fir_fence_gate
  366. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: biomesoplenty:ethereal_fence_gate
  367. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: biomesoplenty:magic_fence_gate
  368. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: biomesoplenty:mangrove_fence_gate
  369. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: biomesoplenty:palm_fence_gate
  370. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: biomesoplenty:redwood_fence_gate
  371. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: biomesoplenty:willow_fence_gate
  372. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: biomesoplenty:pine_fence_gate
  373. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: biomesoplenty:hellbark_fence_gate
  374. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: biomesoplenty:jacaranda_fence_gate
  375. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: biomesoplenty:mahogany_fence_gate
  376. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: biomesoplenty:ebony_fence_gate
  377. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: biomesoplenty:eucalyptus_fence_gate
  378. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: biomesoplenty:sacred_oak_door_block
  379. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: biomesoplenty:cherry_door_block
  380. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: biomesoplenty:umbran_door_block
  381. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: biomesoplenty:fir_door_block
  382. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: biomesoplenty:ethereal_door_block
  383. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: biomesoplenty:magic_door_block
  384. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: biomesoplenty:mangrove_door_block
  385. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: biomesoplenty:palm_door_block
  386. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: biomesoplenty:redwood_door_block
  387. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: biomesoplenty:willow_door_block
  388. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: biomesoplenty:pine_door_block
  389. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: biomesoplenty:hellbark_door_block
  390. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: biomesoplenty:jacaranda_door_block
  391. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: biomesoplenty:mahogany_door_block
  392. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: biomesoplenty:ebony_door_block
  393. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: biomesoplenty:eucalyptus_door_block
  394. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: malisisblocks:vanishing_block
  395. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: malisisblocks:vanishing_block_diamond
  396. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: malisisblocks:player_sensor
  397. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: malisisdoors:wood_sliding_door
  398. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: malisisdoors:iron_sliding_door
  399. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: malisisdoors:jail_door
  400. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: malisisdoors:laboratory_door
  401. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: malisisdoors:factory_door
  402. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: malisisdoors:shoji_door
  403. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: malisisdoors:curtain_white
  404. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: malisisdoors:curtain_orange
  405. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: malisisdoors:curtain_magenta
  406. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: malisisdoors:curtain_light_blue
  407. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: malisisdoors:curtain_yellow
  408. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: malisisdoors:curtain_lime
  409. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: malisisdoors:curtain_pink
  410. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: malisisdoors:curtain_gray
  411. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: malisisdoors:curtain_silver
  412. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: malisisdoors:curtain_cyan
  413. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: malisisdoors:curtain_purple
  414. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: malisisdoors:curtain_blue
  415. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: malisisdoors:curtain_brown
  416. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: malisisdoors:curtain_green
  417. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: malisisdoors:curtain_red
  418. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: malisisdoors:curtain_black
  419. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: malisisdoors:customdoor
  420. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: malisisdoors:saloon
  421. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: malisisdoors:camofencegate
  422. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: malisisdoors:verticalhatch
  423. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: moreplanets:cheese_spore_fence_gate
  424. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: moreplanets:cheese_spore_door_block
  425. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: moreplanets:infected_fence_gate
  426. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: moreplanets:infected_dead_oak_fence_gate
  427. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: moreplanets:infected_door_block
  428. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: moreplanets:infected_dead_oak_door_block
  429. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: moreplanets:alien_berry_oak_door_block
  430. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: moreplanets:alien_berry_oak_fence_gate
  431. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: openblocks:target
  432. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: openblocks:big_button
  433. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: openblocks:big_button_wood
  434. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: openblocks:village_highlighter
  435. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: openblocks:block_breaker
  436. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: openblocks:block_placer
  437. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: openblocks:sky
  438. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: openblocks:xp_shower
  439. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: railcraft:detector
  440. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: railcraft:force_track_emitter
  441. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: railcraft:admin_steam_producer
  442. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: railcraft:track_elevator
  443. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: randomthings:onlinedetector
  444. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: randomthings:chatdetector
  445. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: randomthings:contactbutton
  446. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: randomthings:contactlever
  447. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: randomthings:slimecube
  448. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: randomthings:globalchatdetector
  449. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: rustic:fence_gate_olive
  450. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: rustic:fence_gate_ironwood
  451. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: rustic:olive_door
  452. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: rustic:ironwood_door
  453. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: appliedenergistics2:security_station
  454. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: appliedenergistics2:quartz_growth_accelerator
  455. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: appliedenergistics2:crafting_unit
  456. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: appliedenergistics2:crafting_accelerator
  457. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: appliedenergistics2:crafting_storage_1k
  458. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: appliedenergistics2:crafting_storage_4k
  459. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: appliedenergistics2:crafting_storage_16k
  460. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: appliedenergistics2:crafting_storage_64k
  461. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: appliedenergistics2:crafting_monitor
  462. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: appliedenergistics2:molecular_assembler
  463. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: thaumcraft:activator_rail
  464. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: twilightforest:twilight_oak_button
  465. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: twilightforest:twilight_oak_door
  466. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: twilightforest:twilight_oak_gate
  467. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: twilightforest:twilight_oak_plate
  468. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: twilightforest:canopy_button
  469. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: twilightforest:canopy_door
  470. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: twilightforest:canopy_gate
  471. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: twilightforest:canopy_plate
  472. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: twilightforest:mangrove_button
  473. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: twilightforest:mangrove_door
  474. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: twilightforest:mangrove_gate
  475. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: twilightforest:mangrove_plate
  476. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: twilightforest:dark_button
  477. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: twilightforest:dark_door
  478. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: twilightforest:dark_gate
  479. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: twilightforest:dark_plate
  480. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: twilightforest:time_button
  481. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: twilightforest:time_door
  482. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: twilightforest:time_gate
  483. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: twilightforest:time_plate
  484. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: twilightforest:trans_button
  485. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: twilightforest:trans_door
  486. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: twilightforest:trans_gate
  487. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: twilightforest:trans_plate
  488. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: twilightforest:mine_button
  489. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: twilightforest:mine_door
  490. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: twilightforest:mine_gate
  491. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: twilightforest:mine_plate
  492. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: twilightforest:sort_button
  493. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: twilightforest:sort_door
  494. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: twilightforest:sort_gate
  495. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: twilightforest:sort_plate
  496. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: tconstruct:slime_channel
  497. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: atum:limestone_door
  498. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: atum:limestone_cracked_door
  499. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: atum:limestone_brick_small_door
  500. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: atum:limestone_brick_large_door
  501. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: atum:limestone_brick_cracked_brick_door
  502. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: atum:limestone_brick_chiseled_door
  503. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: atum:limestone_brick_carved_door
  504. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: atum:palm_fence_gate
  505. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: atum:deadwood_fence_gate
  506. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: atum:palm_door
  507. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: atum:deadwood_door
  508. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: quark:nether_brick_fence_gate
  509. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: quark:spruce_pressure_plate
  510. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: quark:birch_pressure_plate
  511. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: quark:jungle_pressure_plate
  512. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: quark:acacia_pressure_plate
  513. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: quark:dark_oak_pressure_plate
  514. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: quark:spruce_button
  515. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: quark:birch_button
  516. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: quark:jungle_button
  517. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: quark:acacia_button
  518. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: quark:dark_oak_button
  519. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: quark:redstone_randomizer
  520. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: quark:iron_button
  521. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: quark:gold_button
  522. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: quark:redstone_inductor
  523. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: quark:obsidian_pressure_plate
  524. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: tropicraft:bamboo_door
  525. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: tropicraft:bamboo_fence_gate
  526. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: tropicraft:thatch_fence_gate
  527. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: tropicraft:chunk_fence_gate
  528. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: tropicraft:palm_fence_gate
  529. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: tropicraft:mahogany_fence_gate
  530. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:shadowroot_door
  531. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:dark_willow_door
  532. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:dead_wood_door
  533. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:tenebrum_door
  534. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:nightshroom_door
  535. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:dewshroom_door
  536. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:viridshroom_door
  537. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:shadowroot_fence_gate
  538. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:dead_wood_fence_gate
  539. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:dark_willow_fence_gate
  540. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:dewshroom_fence_gate
  541. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:viridshroom_fence_gate
  542. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:nightshroom_fence_gate
  543. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:shadowroot_button
  544. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:dead_wood_button
  545. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:dark_willow_button
  546. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:dewshroom_button
  547. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:viridshroom_button
  548. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:nightshroom_button
  549. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:nightstone_button
  550. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:trenchstone_button
  551. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:rockshroom_bricks_button
  552. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:shadowroot_pressure_plate
  553. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:dead_wood_pressure_plate
  554. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:dark_willow_pressure_plate
  555. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:dewshroom_pressure_plate
  556. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:viridshroom_pressure_plate
  557. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:nightshroom_pressure_plate
  558. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:nightstone_pressure_plate
  559. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:trenchstone_pressure_plate
  560. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:rockshroom_bricks_pressure_plate
  561. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:midnight_lever
  562. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: aether_legacy:enchanter
  563. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: aether_legacy:freezer
  564. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: aether_legacy:incubator
  565. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: aether_legacy:skyroot_fence_gate
  566. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: davincisvessels:crate_wood
  567. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: thebetweenlands:weedwood_plank_fence_gate
  568. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: thebetweenlands:weedwood_log_fence_gate
  569. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: thebetweenlands:rubber_tree_plank_fence_gate
  570. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: thebetweenlands:giant_root_plank_fence_gate
  571. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: thebetweenlands:hearthgrove_plank_fence_gate
  572. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: thebetweenlands:nibbletwig_plank_fence_gate
  573. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: thebetweenlands:weedwood_plank_pressure_plate
  574. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: thebetweenlands:betweenstone_pressure_plate
  575. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: thebetweenlands:syrmorite_pressure_plate
  576. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: thebetweenlands:weedwood_plank_button
  577. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: thebetweenlands:betweenstone_button
  578. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: thebetweenlands:weedwood_lever
  579. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: thebetweenlands:mud_tower_beam_origin
  580. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: thebetweenlands:mud_tower_beam_relay
  581. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: thebetweenlands:rotten_plank_fence_gate
  582. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: thebetweenlands:weedwood_door
  583. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: thebetweenlands:rubber_tree_plank_door
  584. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: thebetweenlands:giant_root_plank_door
  585. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: thebetweenlands:hearthgrove_plank_door
  586. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: thebetweenlands:nibbletwig_plank_door
  587. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: thebetweenlands:syrmorite_door
  588. [15:04:20] [Server thread/INFO] [movingworld]: Found powered block with name: thebetweenlands:scabyst_door
  589. [15:04:20] [Server thread/INFO] [davincisvessels]: Setting up network...
  590. [15:04:20] [Server thread/INFO] [davincisvessels]: Setup network! com.elytradev.movingworld.repackage.com.elytradev.concrete.network.NetworkContext@63d90522
  591. [15:04:20] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archihelm`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod.
  592. > [15:04:20] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archigauge`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod.
  593. > [15:04:20] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archicrate`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod.
  594. > [15:04:20] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archiengine`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod.
  595. > [15:04:20] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archianchor`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod.
  596. > [15:04:20] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archisecuredbed`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod.
  597. > [15:04:21] [Server thread/INFO] [ebwizardry]: Setting up spells config for 172 spells
  598. [15:04:21] [Server thread/INFO] [ebwizardry]: Setting up resistances config
  599. [15:04:21] [Server thread/INFO] [ebwizardry]: Loading spell properties from config folder
  600. [15:04:21] [Server thread/INFO] [ebwizardry]: Loading built-in spell properties for 173 spells in mod ebwizardry
  601. [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitycertustank`, expected `extracells`. This could be a intended override, but in most cases indicates a broken mod.
  602. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitywalrus`, expected `extracells`. This could be a intended override, but in most cases indicates a broken mod.
  603. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentityfluidcrafter`, expected `extracells`. This could be a intended override, but in most cases indicates a broken mod.
  604. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentityfluidinterface`, expected `extracells`. This could be a intended override, but in most cases indicates a broken mod.
  605. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentityfluidfiller`, expected `extracells`. This could be a intended override, but in most cases indicates a broken mod.
  606. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentityhardmedrive`, expected `extracells`. This could be a intended override, but in most cases indicates a broken mod.
  607. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentityvibrationchamberfluid`, expected `extracells`. This could be a intended override, but in most cases indicates a broken mod.
  608. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `galacticraftcore` for name `evolved_boss_blaze`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  609. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `galacticraftcore` for name `evolved_coldblaze`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  610. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `galacticraftcore` for name `evolved_boss_ghast`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  611. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `galacticraftcore` for name `rocket_tier_4`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  612. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `galacticraftcore` for name `rocket_tier_5`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  613. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `galacticraftcore` for name `rocket_tier_6`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  614. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `galacticraftcore` for name `ice_spike`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  615. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `galacticraftcore` for name `laser_beam`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  616. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gs assembler`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  617. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gs fuel generator`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  618. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gs modern solar panel`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  619. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gs wind generator`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  620. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gs rocket assembler`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  621. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gs universal recycler`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  622. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gs liquid extractor`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  623. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gs liquid separator`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  624. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gs hydroponic base`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  625. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gs hydroponic farm`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  626. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gs gravitation module`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  627. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gs crystal`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  628. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gs treasure ceres`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  629. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gs spawner boss ceres`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  630. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gs treasure io`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  631. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gs spawner boss io`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  632. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gs radiation stabiliser`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  633. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gs panel controller`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  634. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gs planet shield`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  635. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gs advanced storage module`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  636. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gs advanced landing pad full`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  637. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gs advanced landing pad`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  638. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gs modification table`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  639. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gs gas burner`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  640. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gs oxygen storage module`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  641. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gs solar wind panel`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  642. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gs advanced electric comressor`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  643. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gs advanced circuit fabricator`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  644. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gs research table`, expected `galaxyspace`. This could be a intended override, but in most cases indicates a broken mod.
  645. > [15:04:21] [Server thread/INFO] [Mekanism]: Version 9.8.3 initializing...
  646. [15:04:21] [Server thread/INFO] [Mekanism]: Loading complete.
  647. [15:04:21] [Server thread/INFO] [Mekanism]: Mod loaded.
  648. [15:04:21] [Server thread/INFO] [Mekanism]: Loaded MekanismGenerators module.
  649. [15:04:21] [Server thread/INFO] [Mekanism]: Loaded 'Mekanism: Tools' module.
  650. [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `space_warp_pad`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  651. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `space_warp_pad_full`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  652. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tile_dummy_block`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  653. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `rocket_crusher`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  654. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dark_energy_receiver`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  655. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dummy_null_mp`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  656. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dark_energy_storage_cluster`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  657. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `nuclear_waste_storage_cluster`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  658. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `black_hole_storage`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  659. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `alien_defender_beacon`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  660. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `shield_generator`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  661. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `diona_ancient_chest`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  662. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `diona_treasure_chest`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  663. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `diona_dungeon_spawner`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  664. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `zelius_egg`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  665. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `infected_crystallize_ender_core`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  666. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `large_infected_crystallize`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  667. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dark_energy_core`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  668. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dark_energy_generator`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  669. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `crashed_alien_probe`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  670. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `chalos_ancient_chest`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  671. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `chalos_treasure_chest`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  672. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `chalos_dungeon_spawner`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  673. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cheese_spore_chest`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  674. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `nibiru_ancient_chest`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  675. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `nibiru_treasure_chest`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  676. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `infected_chest`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  677. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `alien_berry_chest`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  678. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `multalic_crystal`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  679. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `nibiru_furnace`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  680. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `juicer_egg`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  681. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `nuclear_waste_tank`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  682. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `vein_frame`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  683. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `vein_portal`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  684. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `nuclear_waste_generator`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  685. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `terrastone_furnace`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  686. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `nibiru_dungeon_spawner`, expected `moreplanets`. This could be a intended override, but in most cases indicates a broken mod.
  687. > [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:ocean;OCEAN;0.5;false;false;false;[WATER, OCEAN]
  688. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:plains;MEDIUM;0.8;false;false;false;[PLAINS]
  689. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:desert;WARM;2.0;false;false;false;[HOT, SANDY, DRY]
  690. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:extreme_hills;MEDIUM;0.2;false;false;false;[HILLS, MOUNTAIN]
  691. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:forest;MEDIUM;0.7;false;false;false;[FOREST]
  692. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:taiga;MEDIUM;0.25;false;false;false;[COLD, FOREST, CONIFEROUS]
  693. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:swampland;MEDIUM;0.8;true;false;false;[SWAMP, WET]
  694. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:river;MEDIUM;0.5;false;false;false;[WATER, RIVER]
  695. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:hell;WARM;2.0;false;false;false;[NETHER, HOT, DRY]
  696. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:sky;MEDIUM;0.5;false;false;false;[COLD, DRY, END]
  697. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:frozen_ocean;OCEAN;0.0;false;false;true;[COLD, WATER, SNOWY, OCEAN]
  698. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:frozen_river;COLD;0.0;false;false;true;[COLD, WATER, RIVER, SNOWY]
  699. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:ice_flats;COLD;0.0;false;false;true;[COLD, WASTELAND, SNOWY]
  700. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:ice_mountains;COLD;0.0;false;false;true;[COLD, MOUNTAIN, SNOWY]
  701. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:mushroom_island;MEDIUM;0.9;true;false;false;[RARE, MUSHROOM]
  702. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:mushroom_island_shore;MEDIUM;0.9;true;false;false;[BEACH, RARE, MUSHROOM]
  703. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:beaches;MEDIUM;0.8;false;false;false;[BEACH]
  704. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:desert_hills;WARM;2.0;false;false;false;[HILLS, HOT, SANDY, DRY]
  705. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:forest_hills;MEDIUM;0.7;false;false;false;[HILLS, FOREST]
  706. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:taiga_hills;MEDIUM;0.25;false;false;false;[COLD, HILLS, FOREST, CONIFEROUS]
  707. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:smaller_extreme_hills;MEDIUM;0.2;false;false;false;[MOUNTAIN]
  708. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:jungle;MEDIUM;0.95;true;false;false;[DENSE, HOT, JUNGLE, WET]
  709. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:jungle_hills;MEDIUM;0.95;true;false;false;[DENSE, HILLS, HOT, JUNGLE, WET]
  710. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:jungle_edge;MEDIUM;0.95;false;false;false;[RARE, HOT, FOREST, JUNGLE, WET]
  711. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:deep_ocean;OCEAN;0.5;false;false;false;[WATER, OCEAN]
  712. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:stone_beach;MEDIUM;0.2;false;false;false;[BEACH]
  713. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:cold_beach;COLD;0.05;false;false;true;[BEACH, COLD, SNOWY]
  714. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:birch_forest;MEDIUM;0.6;false;false;false;[FOREST]
  715. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:birch_forest_hills;MEDIUM;0.6;false;false;false;[HILLS, FOREST]
  716. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:roofed_forest;MEDIUM;0.7;false;false;false;[DENSE, SPOOKY, FOREST]
  717. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:taiga_cold;COLD;-0.5;false;false;true;[COLD, FOREST, CONIFEROUS, SNOWY]
  718. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:taiga_cold_hills;COLD;-0.5;false;false;true;[COLD, HILLS, FOREST, CONIFEROUS, SNOWY]
  719. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:redwood_taiga;MEDIUM;0.3;false;false;false;[COLD, FOREST, CONIFEROUS]
  720. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:redwood_taiga_hills;MEDIUM;0.3;false;false;false;[COLD, HILLS, FOREST, CONIFEROUS]
  721. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:extreme_hills_with_trees;MEDIUM;0.2;false;false;false;[MOUNTAIN, FOREST, SPARSE]
  722. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:savanna;WARM;1.2;false;false;false;[SAVANNA, HOT, SPARSE, PLAINS]
  723. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:savanna_rock;WARM;1.0;false;false;false;[SAVANNA, RARE, HOT, SPARSE, PLAINS]
  724. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:mesa;WARM;2.0;false;false;false;[MESA, SANDY, DRY]
  725. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:mesa_rock;WARM;2.0;false;false;false;[MESA, SANDY, SPARSE, DRY]
  726. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:mesa_clear_rock;WARM;2.0;false;false;false;[MESA, SANDY, DRY]
  727. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:void;MEDIUM;0.5;false;false;false;[VOID]
  728. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:mutated_plains;MEDIUM;0.8;false;true;false;[RARE, PLAINS]
  729. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:mutated_desert;WARM;2.0;false;true;false;[RARE, HOT, SANDY, DRY]
  730. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:mutated_extreme_hills;MEDIUM;0.2;false;true;false;[RARE, MOUNTAIN, SPARSE]
  731. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:mutated_forest;MEDIUM;0.7;false;true;false;[HILLS, RARE, FOREST]
  732. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:mutated_taiga;MEDIUM;0.25;false;true;false;[COLD, RARE, FOREST, MOUNTAIN, CONIFEROUS]
  733. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:mutated_swampland;MEDIUM;0.8;true;true;false;[HILLS, RARE, SWAMP, WET]
  734. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:mutated_ice_flats;COLD;0.0;false;true;true;[COLD, HILLS, RARE, SNOWY]
  735. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:mutated_jungle;MEDIUM;0.95;true;true;false;[DENSE, RARE, HOT, MOUNTAIN, JUNGLE, WET]
  736. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:mutated_jungle_edge;MEDIUM;0.95;false;true;false;[HILLS, RARE, HOT, SPARSE, JUNGLE]
  737. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:mutated_birch_forest;MEDIUM;0.6;false;true;false;[DENSE, HILLS, RARE, FOREST]
  738. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:mutated_birch_forest_hills;MEDIUM;0.6;false;true;false;[DENSE, RARE, FOREST, MOUNTAIN]
  739. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:mutated_roofed_forest;MEDIUM;0.7;false;true;false;[DENSE, RARE, SPOOKY, FOREST, MOUNTAIN]
  740. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:mutated_taiga_cold;COLD;-0.5;false;true;true;[COLD, RARE, FOREST, MOUNTAIN, CONIFEROUS, SNOWY]
  741. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:mutated_redwood_taiga;MEDIUM;0.25;false;true;false;[DENSE, RARE, FOREST]
  742. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:mutated_redwood_taiga_hills;MEDIUM;0.25;false;true;false;[DENSE, HILLS, RARE, FOREST]
  743. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:mutated_extreme_hills_with_trees;MEDIUM;0.2;false;true;false;[RARE, MOUNTAIN, SPARSE]
  744. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:mutated_savanna;WARM;1.1;false;true;false;[SAVANNA, RARE, HOT, SPARSE, MOUNTAIN, DRY]
  745. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:mutated_savanna_rock;WARM;1.0;false;true;false;[SAVANNA, HILLS, RARE, HOT, SPARSE, DRY]
  746. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:mutated_mesa;WARM;2.0;false;true;false;[RARE, HOT, SPARSE, MOUNTAIN, DRY]
  747. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:mutated_mesa_rock;WARM;2.0;false;true;false;[HILLS, RARE, HOT, SPARSE, DRY]
  748. [15:04:21] [Server thread/INFO] [harvestcraft]: minecraft:mutated_mesa_clear_rock;WARM;2.0;false;true;false;[RARE, HOT, SPARSE, MOUNTAIN, DRY]
  749. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:gravel_beach;MEDIUM;0.6;false;false;false;[BEACH]
  750. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:white_beach;WARM;1.0;true;false;false;[BEACH]
  751. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:origin_beach;MEDIUM;0.6;false;false;false;[BEACH, RARE]
  752. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:alps;COLD;-0.25;false;false;true;[COLD, MOUNTAIN, SNOWY, DRY]
  753. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:bamboo_forest;MEDIUM;0.9;false;false;false;[DENSE, FOREST, JUNGLE, WET]
  754. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:bayou;MEDIUM;0.95;true;false;false;[DENSE, HOT, SWAMP, WET]
  755. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:bog;MEDIUM;0.5;true;false;false;[COLD, FOREST, SWAMP, WET]
  756. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:boreal_forest;MEDIUM;0.3;false;false;false;[DENSE, HILLS, COLD, FOREST, CONIFEROUS]
  757. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:brushland;WARM;1.5;false;false;false;[SAVANNA, HOT, SPARSE, DRY]
  758. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:chaparral;MEDIUM;0.8;false;false;false;[DRY, PLAINS]
  759. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:cherry_blossom_grove;MEDIUM;0.55;false;false;false;[LUSH, DENSE, MAGICAL, FOREST, WET]
  760. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:cold_desert;MEDIUM;0.2;false;false;false;[COLD, SNOWY, DRY]
  761. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:coniferous_forest;MEDIUM;0.45;false;false;false;[DENSE, COLD, FOREST, CONIFEROUS]
  762. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:crag;MEDIUM;0.5;false;false;false;[HILLS, COLD, MAGICAL, MOUNTAIN, WASTELAND, DRY]
  763. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:dead_forest;MEDIUM;0.3;false;false;false;[DEAD, COLD, FOREST, SPARSE, DRY]
  764. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:dead_swamp;MEDIUM;0.6;true;false;false;[DEAD, COLD, SPOOKY, SPARSE, SWAMP, WET]
  765. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:eucalyptus_forest;MEDIUM;0.95;true;false;false;[LUSH, DENSE, FOREST, JUNGLE, WET]
  766. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:fen;MEDIUM;0.4;false;false;false;[DENSE, COLD, DEAD, FOREST, SWAMP, WET]
  767. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:flower_field;MEDIUM;0.7;false;false;false;[LUSH, PLAINS]
  768. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:grassland;MEDIUM;0.6;false;false;false;[HILLS, PLAINS, WET]
  769. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:grove;MEDIUM;0.6;false;false;false;[LUSH, FOREST, SPARSE, PLAINS, WET]
  770. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:highland;MEDIUM;0.6;false;false;false;[HILLS, MOUNTAIN, WET]
  771. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:land_of_lakes;MEDIUM;0.5;true;false;false;[DENSE, FOREST, SWAMP, WET]
  772. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:lavender_fields;MEDIUM;0.7;false;false;false;[LUSH, MAGICAL, PLAINS]
  773. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:lush_desert;WARM;1.2;false;false;false;[SAVANNA, LUSH, HOT, SANDY, SPARSE, DRY]
  774. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:lush_swamp;MEDIUM;0.7;true;false;false;[LUSH, DENSE, SWAMP, WET]
  775. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:mangrove;MEDIUM;0.85;false;false;false;[LUSH, DENSE, WATER, SWAMP, WET]
  776. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:maple_woods;MEDIUM;0.25;false;false;false;[DENSE, COLD, FOREST, CONIFEROUS]
  777. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:marsh;MEDIUM;0.6;false;false;false;[LUSH, WET]
  778. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:meadow;MEDIUM;0.4;false;false;false;[LUSH, COLD, FOREST, SPARSE, PLAINS, WET]
  779. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:moor;MEDIUM;0.6;true;false;false;[HILLS, SWAMP, WET]
  780. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:mountain;MEDIUM;0.5;false;false;false;[MOUNTAIN, FOREST, SPARSE, DRY]
  781. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:mystic_grove;MEDIUM;0.7;false;false;false;[LUSH, DENSE, RARE, MAGICAL, FOREST, WET]
  782. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:ominous_woods;MEDIUM;0.6;false;false;false;[DENSE, DEAD, RARE, SPOOKY, MAGICAL, FOREST, WET]
  783. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:orchard;MEDIUM;0.7;false;false;false;[DENSE, LUSH, FOREST, PLAINS]
  784. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:outback;WARM;2.0;false;false;false;[SAVANNA, HOT, SANDY, SPARSE, DRY]
  785. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:overgrown_cliffs;MEDIUM;0.95;false;false;false;[LUSH, DENSE, HILLS, MOUNTAIN, JUNGLE, WET]
  786. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:prairie;MEDIUM;0.8;false;false;false;[SPARSE, DRY, PLAINS]
  787. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:quagmire;MEDIUM;0.6;true;false;false;[DEAD, WASTELAND, SWAMP, WET]
  788. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:rainforest;MEDIUM;0.95;true;false;false;[LUSH, DENSE, HILLS, FOREST, JUNGLE, WET]
  789. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:redwood_forest;MEDIUM;0.7;false;false;false;[DENSE, FOREST]
  790. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:sacred_springs;MEDIUM;0.85;true;false;false;[LUSH, DENSE, RARE, MAGICAL, FOREST, JUNGLE, WET]
  791. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:seasonal_forest;MEDIUM;0.4;false;false;false;[DENSE, COLD, FOREST]
  792. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:shield;MEDIUM;0.4;false;false;false;[DENSE, COLD, FOREST, WET]
  793. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:shrubland;MEDIUM;0.6;false;false;false;[SPARSE, DRY, PLAINS]
  794. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:snowy_coniferous_forest;COLD;-0.25;false;false;true;[DENSE, COLD, FOREST, CONIFEROUS, SNOWY]
  795. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:snowy_forest;COLD;-0.25;false;false;true;[COLD, FOREST, SPARSE, SNOWY, WET]
  796. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:steppe;MEDIUM;0.75;false;false;false;[SANDY, DRY, PLAINS]
  797. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:temperate_rainforest;MEDIUM;0.75;true;false;false;[LUSH, DENSE, FOREST, WET]
  798. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:tropical_rainforest;WARM;1.0;true;false;false;[LUSH, DENSE, HOT, JUNGLE, WET]
  799. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:tundra;MEDIUM;0.2;false;false;false;[COLD, DEAD, WASTELAND, SPARSE, WET]
  800. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:wetland;MEDIUM;0.6;false;false;false;[LUSH, DENSE, FOREST, SWAMP, WET]
  801. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:woodland;MEDIUM;0.7;false;false;false;[DENSE, FOREST, DRY]
  802. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:xeric_shrubland;WARM;1.75;false;false;false;[SAVANNA, LUSH, HOT, SANDY, SPARSE, DRY]
  803. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:alps_foothills;COLD;-0.25;false;false;true;[COLD, MOUNTAIN, FOREST, SPARSE, SNOWY, DRY]
  804. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:mountain_foothills;MEDIUM;0.5;false;false;false;[HILLS, MOUNTAIN, FOREST, SPARSE, DRY]
  805. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:redwood_forest_edge;MEDIUM;0.7;false;false;false;[DENSE, FOREST]
  806. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:pasture;MEDIUM;0.8;false;false;false;[SPARSE, DRY, PLAINS]
  807. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:glacier;COLD;-0.5;false;false;false;[COLD, WASTELAND, SNOWY]
  808. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:oasis;WARM;2.0;false;false;false;[LUSH, HOT, SANDY, SPARSE, JUNGLE, WET]
  809. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:snowy_tundra;COLD;0.0;false;false;false;[COLD, DEAD, WASTELAND, SPARSE, SNOWY, WET]
  810. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:coral_reef;MEDIUM;0.5;false;false;false;[WATER, OCEAN]
  811. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:kelp_forest;MEDIUM;0.5;false;false;false;[WATER, OCEAN]
  812. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:origin_island;MEDIUM;0.6;false;false;false;[RARE, WATER, FOREST]
  813. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:tropical_island;MEDIUM;0.95;true;false;false;[LUSH, DENSE, WATER, JUNGLE, WET]
  814. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:volcanic_island;WARM;1.2;false;false;false;[DEAD, WATER, HOT, WASTELAND, MOUNTAIN, DRY]
  815. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:flower_island;MEDIUM;0.8;false;false;false;[LUSH, DENSE, WATER, MAGICAL, PLAINS]
  816. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:corrupted_sands;WARM;2.0;false;false;false;[NETHER, DENSE, HOT, SANDY, DRY]
  817. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:fungi_forest;WARM;2.0;false;false;false;[NETHER, DENSE, HOT, MUSHROOM]
  818. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:phantasmagoric_inferno;WARM;2.0;false;false;false;[NETHER, SPOOKY, HOT, MAGICAL, WASTELAND, DRY]
  819. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:undergarden;WARM;2.0;false;false;false;[NETHER, LUSH, HOT]
  820. [15:04:21] [Server thread/INFO] [harvestcraft]: biomesoplenty:visceral_heap;WARM;2.0;false;false;false;[NETHER, HOT, WET]
  821. [15:04:21] [Server thread/INFO] [harvestcraft]: jeid:error_biome;MEDIUM;0.5;false;false;false;[PLAINS]
  822. [15:04:21] [Server thread/INFO] [harvestcraft]: moreplanets:diona;MEDIUM;0.5;false;false;false;[COLD, DEAD, DRY, PLAINS]
  823. [15:04:21] [Server thread/INFO] [harvestcraft]: moreplanets:chalos plains;MEDIUM;0.8;false;false;false;[PLAINS]
  824. [15:04:21] [Server thread/INFO] [harvestcraft]: moreplanets:chalos hills;MEDIUM;0.2;false;false;false;[HILLS, MOUNTAIN]
  825. [15:04:21] [Server thread/INFO] [harvestcraft]: moreplanets:slimely wasteland;MEDIUM;0.5;false;false;false;[WASTELAND, DRY, PLAINS]
  826. [15:04:21] [Server thread/INFO] [harvestcraft]: moreplanets:infected plains;MEDIUM;0.8;false;false;false;[DEAD, PLAINS]
  827. [15:04:21] [Server thread/INFO] [harvestcraft]: moreplanets:infected dead savanna;WARM;1.2;false;false;false;[SAVANNA, DEAD, HOT, SPARSE, DRY, PLAINS]
  828. [15:04:21] [Server thread/INFO] [harvestcraft]: moreplanets:infected desert;WARM;2.0;false;false;false;[SAVANNA, DEAD, HOT, SANDY, DRY, PLAINS]
  829. [15:04:21] [Server thread/INFO] [harvestcraft]: moreplanets:infected river;MEDIUM;0.5;false;false;false;[DEAD, WATER, RIVER, PLAINS]
  830. [15:04:21] [Server thread/INFO] [harvestcraft]: moreplanets:infected ocean;OCEAN;0.5;false;false;false;[DEAD, WATER, PLAINS, OCEAN]
  831. [15:04:21] [Server thread/INFO] [harvestcraft]: moreplanets:infected forest;MEDIUM;0.7;false;false;false;[DEAD, FOREST, PLAINS]
  832. [15:04:21] [Server thread/INFO] [harvestcraft]: moreplanets:infected deep ocean;OCEAN;0.5;false;false;false;[DEAD, WATER, PLAINS, OCEAN]
  833. [15:04:21] [Server thread/INFO] [harvestcraft]: moreplanets:infected dead roofed forest;MEDIUM;0.7;false;false;false;[DENSE, DEAD, SPOOKY, FOREST, PLAINS]
  834. [15:04:21] [Server thread/INFO] [harvestcraft]: moreplanets:infected extreme hills;MEDIUM;0.2;false;false;false;[HILLS, DEAD, MOUNTAIN]
  835. [15:04:21] [Server thread/INFO] [harvestcraft]: moreplanets:infected swampland;MEDIUM;0.8;true;false;false;[DEAD, SWAMP, WET]
  836. [15:04:21] [Server thread/INFO] [harvestcraft]: moreplanets:infected dead taiga;MEDIUM;0.25;false;false;false;[COLD, DEAD, CONIFEROUS, PLAINS]
  837. [15:04:21] [Server thread/INFO] [harvestcraft]: moreplanets:infected jungle;MEDIUM;0.95;true;false;false;[DENSE, DEAD, HOT, JUNGLE, PLAINS, WET]
  838. [15:04:21] [Server thread/INFO] [harvestcraft]: moreplanets:infected ice plains;COLD;0.0;false;false;true;[COLD, DEAD, WASTELAND, SNOWY, PLAINS]
  839. [15:04:21] [Server thread/INFO] [harvestcraft]: moreplanets:green vein;MEDIUM;0.9;true;false;false;[RARE, HOT, MAGICAL, FOREST, PLAINS, WET]
  840. [15:04:21] [Server thread/INFO] [harvestcraft]: randomthings:spectral;MEDIUM;0.2;false;false;false;[MAGICAL]
  841. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:zollus;COLD;0.5;false;false;false;[COLD, DEAD, DRY]
  842. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:kriffon;WARM;0.5;false;false;false;[DEAD, HOT, DRY]
  843. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:purgotary;COLD;0.5;false;false;false;[DEAD, DRY]
  844. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:limbo;COLD;0.5;false;false;false;[DEAD, SPOOKY]
  845. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:green lands;MEDIUM;0.5;false;false;false;[LUSH, WET]
  846. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:blood desert;WARM;0.5;false;false;false;[DEAD, HOT, MOUNTAIN, DRY]
  847. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:rock mountains;WARM;0.5;false;false;false;[DEAD, MOUNTAIN]
  848. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:terran valley;MEDIUM;0.5;false;false;false;[LUSH, WET, PLAINS]
  849. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:snowy plains;COLD;0.5;false;false;false;[COLD, SNOWY, PLAINS]
  850. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:golden meadow;MEDIUM;0.5;false;false;false;[LUSH, WET]
  851. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:swamplands;MEDIUM;0.5;false;false;false;[LUSH, SWAMP, WET]
  852. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:edenwood forest;MEDIUM;0.5;false;false;false;[LUSH, FOREST, WET]
  853. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:the garden;MEDIUM;0.5;false;false;false;[LUSH, WET, PLAINS]
  854. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:asteroid craters;MEDIUM;0.5;false;false;false;[DEAD, SPOOKY, MOUNTAIN]
  855. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:ocean of eden;OCEAN;0.5;false;false;false;[LUSH, WATER, WET, OCEAN]
  856. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:abstract plains;MEDIUM;0.5;false;false;false;[LUSH, PLAINS]
  857. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:xathius ocean;OCEAN;0.5;false;false;false;[LUSH, WATER, WET, OCEAN]
  858. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:bluelands;MEDIUM;0.5;false;false;false;[LUSH, MOUNTAIN]
  859. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:xathian mountains;MEDIUM;0.5;false;false;false;[DEAD, MOUNTAIN]
  860. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:oasis plains;MEDIUM;0.5;false;false;false;[LUSH, WET, PLAINS]
  861. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:red sea;OCEAN;0.5;false;false;false;[LUSH, WATER, WET, OCEAN]
  862. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:redlands;MEDIUM;0.5;false;false;false;[LUSH, MOUNTAIN]
  863. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:xantheon;COLD;0.5;false;false;false;[DEAD, COLD, SPOOKY, WASTELAND]
  864. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:candy mountain;MEDIUM;0.5;false;false;false;[MOUNTAIN]
  865. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:chocolate ocean;OCEAN;0.5;false;false;false;[WATER, OCEAN, WET]
  866. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:jolly watermelon plains;MEDIUM;0.5;false;false;false;[PLAINS]
  867. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:blueberry hills;COLD;0.5;false;false;false;[MOUNTAIN]
  868. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:cookie lands;COLD;0.5;false;false;false;[PLAINS]
  869. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:golden constructs;WARM;0.5;false;false;false;[DEAD, SPOOKY, HOT, WASTELAND]
  870. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:radiolarian ocean;OCEAN;0.5;false;false;false;[DEAD, SPOOKY, HOT, WATER, OCEAN]
  871. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:lost desert;WARM;0.5;false;false;false;[DEAD, HOT, MOUNTAIN, WASTELAND, DRY]
  872. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:lost hallows;WARM;0.5;false;false;false;[DEAD, HOT, DRY, PLAINS]
  873. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:lost oasis;WARM;0.5;false;false;false;[LUSH, WET, PLAINS]
  874. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:fueltonium ocean;OCEAN;0.5;false;false;false;[DEAD, SPOOKY, HOT, WATER, OCEAN]
  875. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:lost mountains;WARM;0.5;false;false;false;[DEAD, MOUNTAIN]
  876. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:rocky isles;MEDIUM;0.5;false;false;false;[BEACH, LUSH, WET]
  877. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:sanctum beach;MEDIUM;0.5;false;false;false;[BEACH, LUSH, WET]
  878. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:the abyss;OCEAN;0.5;false;false;false;[WATER, WET, OCEAN]
  879. [15:04:21] [Server thread/INFO] [harvestcraft]: zollerngalaxy:rocky shore;MEDIUM;0.5;false;false;false;[LUSH, MOUNTAIN, WET]
  880. [15:04:21] [Server thread/INFO] [harvestcraft]: appliedenergistics2:storage_biome;COLD;-100.0;false;true;false;[COLD, PLAINS]
  881. [15:04:21] [Server thread/INFO] [harvestcraft]: thaumcraft:magical_forest;MEDIUM;0.8;false;false;false;[MAGICAL, FOREST]
  882. [15:04:21] [Server thread/INFO] [harvestcraft]: thaumcraft:eerie;MEDIUM;0.8;false;false;false;[SPOOKY, MAGICAL]
  883. [15:04:21] [Server thread/INFO] [harvestcraft]: thaumcraft:eldritch;MEDIUM;0.8;false;false;false;[SPOOKY, MAGICAL, END]
  884. [15:04:21] [Server thread/INFO] [harvestcraft]: twilightforest:twilight_lake;MEDIUM;0.66;true;false;false;[WATER, TWILIGHT, OCEAN]
  885. [15:04:21] [Server thread/INFO] [harvestcraft]: twilightforest:twilight_forest;MEDIUM;0.5;false;false;false;[TWILIGHT, FOREST]
  886. [15:04:21] [Server thread/INFO] [harvestcraft]: twilightforest:dense_twilight_forest;MEDIUM;0.7;false;false;false;[DENSE, TWILIGHT, FOREST]
  887. [15:04:21] [Server thread/INFO] [harvestcraft]: twilightforest:twilight_highlands;MEDIUM;0.4;false;false;false;[TWILIGHT, FOREST, MOUNTAIN, CONIFEROUS]
  888. [15:04:21] [Server thread/INFO] [harvestcraft]: twilightforest:mushroom_forest;MEDIUM;0.8;false;false;false;[TWILIGHT, FOREST, MUSHROOM]
  889. [15:04:21] [Server thread/INFO] [harvestcraft]: twilightforest:twilight_swamp;MEDIUM;0.8;true;false;false;[TWILIGHT, SWAMP, WET]
  890. [15:04:21] [Server thread/INFO] [harvestcraft]: twilightforest:twilight_stream;MEDIUM;0.5;false;false;false;[WATER, TWILIGHT, RIVER]
  891. [15:04:21] [Server thread/INFO] [harvestcraft]: twilightforest:snowy_forest;COLD;0.09;true;false;false;[COLD, TWILIGHT, FOREST, SNOWY, CONIFEROUS]
  892. [15:04:21] [Server thread/INFO] [harvestcraft]: twilightforest:twilight_glacier;COLD;0.0;false;false;false;[COLD, TWILIGHT, WASTELAND, SNOWY]
  893. [15:04:21] [Server thread/INFO] [harvestcraft]: twilightforest:twilight_clearing;MEDIUM;0.8;false;false;false;[TWILIGHT, SPARSE, PLAINS]
  894. [15:04:21] [Server thread/INFO] [harvestcraft]: twilightforest:oak_savannah;MEDIUM;0.9;false;false;false;[TWILIGHT, FOREST, SPARSE]
  895. [15:04:21] [Server thread/INFO] [harvestcraft]: twilightforest:firefly_forest;MEDIUM;0.5;true;false;false;[LUSH, TWILIGHT, FOREST]
  896. [15:04:21] [Server thread/INFO] [harvestcraft]: twilightforest:deep_mushroom_forest;MEDIUM;0.8;true;false;false;[TWILIGHT, FOREST, MUSHROOM]
  897. [15:04:21] [Server thread/INFO] [harvestcraft]: twilightforest:dark_forest;MEDIUM;0.7;true;false;false;[DENSE, SPOOKY, TWILIGHT, FOREST]
  898. [15:04:21] [Server thread/INFO] [harvestcraft]: twilightforest:enchanted_forest;MEDIUM;0.5;false;false;false;[TWILIGHT, MAGICAL, FOREST]
  899. [15:04:21] [Server thread/INFO] [harvestcraft]: twilightforest:fire_swamp;WARM;1.0;false;false;false;[HOT, TWILIGHT, WASTELAND, SWAMP]
  900. [15:04:21] [Server thread/INFO] [harvestcraft]: twilightforest:dark_forest_center;MEDIUM;0.5;true;false;false;[DENSE, SPOOKY, TWILIGHT, MAGICAL, FOREST]
  901. [15:04:21] [Server thread/INFO] [harvestcraft]: twilightforest:highlands_center;MEDIUM;0.3;false;false;false;[MESA, DEAD, TWILIGHT, WASTELAND, DRY]
  902. [15:04:21] [Server thread/INFO] [harvestcraft]: twilightforest:thornlands;MEDIUM;0.3;false;false;false;[HILLS, DEAD, TWILIGHT, WASTELAND, DRY]
  903. [15:04:21] [Server thread/INFO] [harvestcraft]: twilightforest:spooky_forest;MEDIUM;0.5;true;false;false;[DENSE, DEAD, SPOOKY, TWILIGHT, FOREST]
  904. [15:04:21] [Server thread/INFO] [harvestcraft]: galacticraftcore:outer space;MEDIUM;0.5;false;false;false;[DEAD, SPOOKY, SPARSE, DRY]
  905. [15:04:21] [Server thread/INFO] [harvestcraft]: galacticraftplanets:outer space 1;WARM;4.0;false;false;false;[DEAD, HOT, SANDY, DRY]
  906. [15:04:21] [Server thread/INFO] [harvestcraft]: galacticraftplanets:outer space 2;WARM;4.0;false;false;false;[DEAD, HOT, SANDY, DRY]
  907. [15:04:21] [Server thread/INFO] [harvestcraft]: galaxyspace:space;MEDIUM;0.5;false;false;false;[COLD, DEAD, DRY]
  908. [15:04:21] [Server thread/INFO] [harvestcraft]: galaxyspace:spacelowplains;MEDIUM;0.5;false;false;false;[COLD, DEAD, DRY]
  909. [15:04:21] [Server thread/INFO] [harvestcraft]: galaxyspace:spacemidplains;MEDIUM;0.5;false;false;false;[COLD, DEAD, DRY]
  910. [15:04:21] [Server thread/INFO] [harvestcraft]: galaxyspace:spacelowhills;MEDIUM;0.5;false;false;false;[COLD, DEAD, DRY]
  911. [15:04:21] [Server thread/INFO] [harvestcraft]: galaxyspace:spacemidhills;MEDIUM;0.5;false;false;false;[COLD, DEAD, DRY]
  912. [15:04:21] [Server thread/INFO] [harvestcraft]: moreplanets:outer space 3;MEDIUM;0.5;false;false;false;[DEAD, WATER, RIVER]
  913. [15:04:21] [Server thread/INFO] [harvestcraft]: moreplanets:outer space 4;OCEAN;0.5;false;false;false;[DEAD, WATER, OCEAN]
  914. [15:04:21] [Server thread/INFO] [harvestcraft]: moreplanets:outer space 5;OCEAN;0.5;false;false;false;[DEAD, WATER, OCEAN]
  915. [15:04:21] [Server thread/INFO] [harvestcraft]: moreplanets:outer space 6;MEDIUM;0.7;false;false;false;[DEAD, FOREST]
  916. [15:04:21] [Server thread/INFO] [harvestcraft]: moreplanets:outer space 7;MEDIUM;0.7;false;false;false;[DENSE, DEAD, SPOOKY, FOREST]
  917. [15:04:21] [Server thread/INFO] [harvestcraft]: moreplanets:outer space 8;MEDIUM;0.2;false;false;false;[HILLS, DEAD, MOUNTAIN]
  918. [15:04:21] [Server thread/INFO] [harvestcraft]: moreplanets:outer space 9;MEDIUM;0.8;true;false;false;[DEAD, SWAMP, WET]
  919. [15:04:21] [Server thread/INFO] [harvestcraft]: moreplanets:outer space 10;MEDIUM;0.25;false;false;false;[COLD, DEAD, CONIFEROUS]
  920. [15:04:21] [Server thread/INFO] [harvestcraft]: moreplanets:outer space 11;MEDIUM;0.95;true;false;false;[DENSE, DEAD, HOT, JUNGLE, WET]
  921. [15:04:21] [Server thread/INFO] [harvestcraft]: moreplanets:outer space 12;COLD;0.0;false;false;true;[COLD, DEAD, WASTELAND, SNOWY]
  922. [15:04:21] [Server thread/INFO] [harvestcraft]: moreplanets:outer space 13;MEDIUM;0.9;true;false;false;[RARE, MAGICAL, FOREST]
  923. [15:04:21] [Server thread/INFO] [harvestcraft]: atum:dead_oasis;WARM;2.0;false;false;false;[DEAD, RARE, ATUM, HOT, SANDY, SPARSE, DRY]
  924. [15:04:21] [Server thread/INFO] [harvestcraft]: atum:deadwood_forest;WARM;2.0;false;false;false;[ATUM, HOT, SANDY, SPARSE, FOREST, DRY]
  925. [15:04:21] [Server thread/INFO] [harvestcraft]: atum:dried_river;WARM;2.0;false;false;false;[ATUM, HOT, WATER, SANDY, SPARSE, RIVER, DRY]
  926. [15:04:21] [Server thread/INFO] [harvestcraft]: atum:limestone_crags;WARM;2.0;false;false;false;[HILLS, RARE, ATUM, HOT, SANDY, SPARSE, DRY]
  927. [15:04:21] [Server thread/INFO] [harvestcraft]: atum:limestone_mountains;WARM;2.0;false;false;false;[ATUM, HOT, SANDY, SPARSE, MOUNTAIN, DRY]
  928. [15:04:21] [Server thread/INFO] [harvestcraft]: atum:oasis;WARM;2.0;false;false;false;[LUSH, RARE, OASIS, WET]
  929. [15:04:21] [Server thread/INFO] [harvestcraft]: atum:sand_dunes;WARM;2.0;false;false;false;[HILLS, ATUM, HOT, SANDY, SPARSE, DRY]
  930. [15:04:21] [Server thread/INFO] [harvestcraft]: atum:sand_hills;WARM;2.0;false;false;false;[HILLS, ATUM, HOT, SANDY, SPARSE, DRY]
  931. [15:04:21] [Server thread/INFO] [harvestcraft]: atum:sand_plains;WARM;2.0;false;false;false;[ATUM, HOT, SANDY, SPARSE, DRY, PLAINS]
  932. [15:04:21] [Server thread/INFO] [harvestcraft]: blankplanet:blank_planet;MEDIUM;0.5;false;false;false;[VOID]
  933. [15:04:21] [Server thread/INFO] [harvestcraft]: buildcraftenergy:oil_ocean;OCEAN;0.5;false;false;false;[WATER, PLAINS, OCEAN]
  934. [15:04:21] [Server thread/INFO] [harvestcraft]: buildcraftenergy:oil_desert;WARM;2.0;false;false;false;[HOT, SANDY, DRY, PLAINS]
  935. [15:04:21] [Server thread/INFO] [harvestcraft]: midnight:vigilant_forest;MEDIUM;0.5;false;false;false;[PLAINS]
  936. [15:04:21] [Server thread/INFO] [harvestcraft]: midnight:black_ridge;MEDIUM;0.5;false;false;false;[PLAINS]
  937. [15:04:21] [Server thread/INFO] [harvestcraft]: midnight:deceitful_bog;MEDIUM;0.5;false;false;false;[WATER, PLAINS, OCEAN]
  938. [15:04:21] [Server thread/INFO] [harvestcraft]: midnight:fungi_forest;MEDIUM;0.5;false;false;false;[PLAINS]
  939. [15:04:21] [Server thread/INFO] [harvestcraft]: midnight:obscured_peaks;MEDIUM;0.5;false;false;false;[HILLS]
  940. [15:04:21] [Server thread/INFO] [harvestcraft]: midnight:warped_fields;MEDIUM;0.5;false;false;false;[HILLS]
  941. [15:04:21] [Server thread/INFO] [harvestcraft]: midnight:crystal_spires;MEDIUM;0.5;false;false;false;[PLAINS]
  942. [15:04:21] [Server thread/INFO] [harvestcraft]: midnight:night_plains;MEDIUM;0.5;false;false;false;[PLAINS]
  943. [15:04:21] [Server thread/INFO] [harvestcraft]: midnight:obscured_plateau;MEDIUM;0.5;false;false;false;[PLAINS]
  944. [15:04:21] [Server thread/INFO] [harvestcraft]: midnight:phantasmal_valley;MEDIUM;0.5;false;false;false;[WATER, PLAINS, OCEAN]
  945. [15:04:21] [Server thread/INFO] [harvestcraft]: midnight:runebush_grove;MEDIUM;0.5;false;false;false;[PLAINS]
  946. [15:04:21] [Server thread/INFO] [harvestcraft]: midnight:hilly_vigilant_forest;MEDIUM;0.5;false;false;false;[HILLS]
  947. [15:04:21] [Server thread/INFO] [harvestcraft]: midnight:hilly_fungi_forest;MEDIUM;0.5;false;false;false;[HILLS]
  948. [15:04:21] [Server thread/INFO] [harvestcraft]: aether_legacy:aether_highlands;MEDIUM;0.5;false;true;false;[COLD, VOID, MAGICAL, DRY, PLAINS]
  949. [15:04:21] [Server thread/INFO] [harvestcraft]: aroma1997sdimension:miningbiome;MEDIUM;0.5;false;false;false;[PLAINS]
  950. [15:04:21] [Server thread/INFO] [harvestcraft]: thebetweenlands:patchy_islands;MEDIUM;0.8;true;false;false;[WATER, SWAMP, WET]
  951. [15:04:21] [Server thread/INFO] [harvestcraft]: thebetweenlands:swamplands;MEDIUM;0.8;true;false;false;[DENSE, WATER, FOREST, SWAMP, WET]
  952. [15:04:21] [Server thread/INFO] [harvestcraft]: thebetweenlands:deep_waters;MEDIUM;0.8;true;false;false;[WATER, SWAMP]
  953. [15:04:21] [Server thread/INFO] [harvestcraft]: thebetweenlands:coarse_islands;MEDIUM;0.8;true;false;false;[WATER, SWAMP, WET]
  954. [15:04:21] [Server thread/INFO] [harvestcraft]: thebetweenlands:sludge_plains;MEDIUM;0.8;true;false;false;[DEAD, WASTELAND, SWAMP, WET]
  955. [15:04:21] [Server thread/INFO] [harvestcraft]: thebetweenlands:marsh_0;MEDIUM;0.8;true;false;false;[WATER, SWAMP, WET]
  956. [15:04:21] [Server thread/INFO] [harvestcraft]: thebetweenlands:marsh_1;MEDIUM;0.8;true;false;false;[WATER, SWAMP, WET]
  957. [15:04:21] [Server thread/INFO] [harvestcraft]: thebetweenlands:swamplands_clearing;MEDIUM;0.8;true;false;false;[DENSE, WATER, FOREST, SWAMP, WET]
  958. [15:04:21] [Server thread/INFO] [harvestcraft]: thebetweenlands:sludge_plains_clearing;MEDIUM;0.8;true;false;false;[DEAD, WASTELAND, SWAMP, WET]
  959. [15:04:21] [Server thread/INFO] [harvestcraft]: Registering drops for shadedGarden.
  960. [15:04:21] [Server thread/INFO] [harvestcraft]: Registering drops for tropicalGarden.
  961. [15:04:21] [Server thread/INFO] [harvestcraft]: Registering drops for windyGarden.
  962. [15:04:21] [Server thread/INFO] [harvestcraft]: Registering drops for frostGarden.
  963. [15:04:21] [Server thread/INFO] [harvestcraft]: Registering drops for aridGarden.
  964. [15:04:21] [Server thread/INFO] [harvestcraft]: Registering drops for soggyGarden.
  965. [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `pamapiary`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
  966. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `pammarket`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
  967. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `pamshippingbin`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
  968. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `pampresser`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
  969. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `pamgroundtrap`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
  970. > [15:04:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `pamwatertrap`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
  971. > [15:04:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `pamwaterfilter`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
  972. > [15:04:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `pamgrinder`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
  973. > [15:04:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `rail`, expected `railcraft`. This could be a intended override, but in most cases indicates a broken mod.
  974. > [15:04:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `golden_rail`, expected `railcraft`. This could be a intended override, but in most cases indicates a broken mod.
  975. > [15:04:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `detector_rail`, expected `railcraft`. This could be a intended override, but in most cases indicates a broken mod.
  976. > [15:04:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `activator_rail`, expected `railcraft`. This could be a intended override, but in most cases indicates a broken mod.
  977. > [15:04:22] [Server thread/INFO] [railcraft]: Registered Mine Ore Generator at depth 30 called mine_zinc
  978. [15:04:22] [Server thread/INFO] [railcraft]: Registered Mine Ore Generator at depth 30 called mine_lead
  979. [15:04:22] [Server thread/INFO] [railcraft]: Registered Mine Ore Generator at depth 15 called mine_gold
  980. [15:04:22] [Server thread/INFO] [railcraft]: Registered Mine Ore Generator at depth 40 called mine_nickel
  981. [15:04:22] [Server thread/INFO] [railcraft]: Registered Mine Ore Generator at depth 60 called mine_copper
  982. [15:04:22] [Server thread/INFO] [railcraft]: Registered Mine Ore Generator at depth 20 called mine_silver
  983. [15:04:22] [Server thread/INFO] [railcraft]: Registered Mine Ore Generator at depth 40 called mine_iron
  984. [15:04:22] [Server thread/INFO] [railcraft]: Registered Mine Ore Generator at depth 50 called mine_tin
  985. [15:04:22] [Server thread/INFO] [reborncore]: Found 303 ores
  986. [15:04:22] [Server thread/INFO] [reborncore]: Created new network wrapper rc&reborncore.&64769
  987. [15:04:22] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&64769 side: SERVER id:0
  988. [15:04:22] [Server thread/INFO] [reborncore]: Created new network wrapper rc&reborncore.&39932
  989. [15:04:22] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&39932 side: CLIENT id:0
  990. [15:04:22] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&39932 side: SERVER id:1
  991. [15:04:22] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&39932 side: SERVER id:2
  992. [15:04:22] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&39932 side: SERVER id:3
  993. [15:04:22] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&39932 side: CLIENT id:4
  994. [15:04:22] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&39932 side: CLIENT id:5
  995. [15:04:22] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&39932 side: SERVER id:6
  996. [15:04:22] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&39932 side: SERVER id:7
  997. [15:04:22] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&39932 side: CLIENT id:8
  998. [15:04:22] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&39932 side: CLIENT id:9
  999. [15:04:22] [Server thread/INFO] [reborncore]: Registed packet to rc&reborncore.&39932 side: CLIENT id:10
  1000. [15:04:22] [Server thread/INFO] [reborncore]: Loaded registrys for net.minecraftforge.fml.common.event.FMLInitializationEvent in 0ms
  1001. [15:04:22] [Server thread/INFO] [specialmobs]: Registering entities...
  1002. [15:04:22] [Server thread/INFO] [specialmobs]: Registered 97 special variants!
  1003. [15:04:22] [Server thread/INFO] [specialmobs]: Registered entities in 12.339676 ms
  1004. [15:04:22] [Server thread/INFO] [tinkersaether]: Base Module - Begin Init
  1005. [15:04:22] [Server thread/INFO] [tinkersaether]: Base Module - OreDict Registered
  1006. [15:04:22] [Server thread/INFO] [tinkersaether]: Base Module - End Init
  1007. [15:04:23] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `containervendingmachine`, expected `vending`. This could be a intended override, but in most cases indicates a broken mod.
  1008. > [15:04:23] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `containerstorageattachment`, expected `vending`. This could be a intended override, but in most cases indicates a broken mod.
  1009. > [15:04:23] [Server thread/INFO] [Zollern Galaxy]: Beginning Initialization phase...
  1010. [15:04:23] [Server thread/INFO] [Zollern Galaxy]: Loaded a total of 139 new crafting recipes.
  1011. [15:04:23] [Server thread/INFO] [Zollern Galaxy]: Loaded a total of 84 new smelting recipes.
  1012. [15:04:23] [Server thread/INFO] [Zollern Galaxy]: Loaded a total of 17 new compressor recipes.
  1013. [15:04:23] [Server thread/INFO] [Zollern Galaxy]: Beginning Pulverizer recipe registration...
  1014. [15:04:23] [Server thread/INFO] [Zollern Galaxy]: Loaded a total of 56 new Pulverizer recipes.
  1015. [15:04:23] [Server thread/INFO] [Zollern Galaxy]: Loaded a total of 16 new mobs.
  1016. [15:04:23] [Server thread/INFO] [Zollern Galaxy]: Init phase complete.
  1017. [15:04:24] [Server thread/INFO] [Chisel]: Received 3 IMC messages from mod quark.
  1018. [15:04:24] [Server thread/INFO] [Chisel]: Received 52 IMC messages from mod twilightforest.
  1019. [15:04:24] [Server thread/INFO] [Chisel]: Received 22 IMC messages from mod tconstruct.
  1020. [15:04:24] [Server thread/INFO] [thermalfoundation]: Thermal Foundation: Tinkers' Construct Plugin Enabled.
  1021. [15:04:24] [Server thread/WARN] [thermalexpansion]: Thermal Expansion received an invalid IMC from chisel! Key was addcompactorpressrecipe
  1022. > [15:04:24] [Server thread/WARN] [thermalexpansion]: Thermal Expansion received an invalid IMC from chisel! Key was addcompactorpressrecipe
  1023. > [15:04:24] [Server thread/INFO] [FML]: Injecting itemstacks
  1024. [15:04:24] [Server thread/INFO] [FML]: Itemstack injection complete
  1025. [15:04:24] [Server thread/WARN] [FML]: No types have been added to Biome tropicraft:tc_tropics_ocean, types have been assigned on a best-effort guess: [HILLS, HOT, WATER, WET, OCEAN]
  1026. > [15:04:24] [Server thread/WARN] [FML]: No types have been added to Biome tropicraft:tc_tropics_kelp_forest, types have been assigned on a best-effort guess: [HOT, WATER, SWAMP, WET, OCEAN]
  1027. > [15:04:24] [Server thread/WARN] [FML]: No types have been added to Biome tropicraft:tc_tropics, types have been assigned on a best-effort guess: [HOT, PLAINS, WET]
  1028. > [15:04:24] [Server thread/WARN] [FML]: No types have been added to Biome tropicraft:tc_tropics_rainforest_plains, types have been assigned on a best-effort guess: [HOT, PLAINS, WET]
  1029. > [15:04:24] [Server thread/WARN] [FML]: No types have been added to Biome tropicraft:tc_tropics_rainforest_hills, types have been assigned on a best-effort guess: [HILLS, HOT, WET]
  1030. > [15:04:24] [Server thread/WARN] [FML]: No types have been added to Biome tropicraft:tc_tropics_rainforest_mountains, types have been assigned on a best-effort guess: [HILLS, HOT, WET]
  1031. > [15:04:24] [Server thread/WARN] [FML]: No types have been added to Biome tropicraft:tc_tropics_rainforest_island_mountains, types have been assigned on a best-effort guess: [HOT, MOUNTAIN, WET]
  1032. > [15:04:24] [Server thread/WARN] [FML]: No types have been added to Biome tropicraft:tc_tropics_river, types have been assigned on a best-effort guess: [HOT, WATER, SWAMP, WET, OCEAN]
  1033. > [15:04:24] [Server thread/WARN] [FML]: No types have been added to Biome tropicraft:tc_tropics_beach, types have been assigned on a best-effort guess: [HOT, SWAMP, WET]
  1034. > [15:04:24] [Server thread/WARN] [FML]: No types have been added to Biome tropicraft:tc_tropics_lake, types have been assigned on a best-effort guess: [HOT, WATER, SWAMP, WET, OCEAN]
  1035. > [15:04:24] [Server thread/INFO] [AE2:S]: Post Initialization ( started )
  1036. [15:04:24] [Server thread/INFO] [AE2:S]: Industrial Craft 2 - Integration Enable
  1037. [15:04:24] [Server thread/INFO] [AE2:S]: Railcraft - Integration Enable
  1038. [15:04:24] [Server thread/INFO] [AE2:S]: Mine Factory Reloaded - Integration Disabled
  1039. [15:04:24] [Server thread/INFO] [AE2:S]: Waila - Integration Enable
  1040. [15:04:24] [Server thread/INFO] [AE2:S]: Mekanism - Integration Enable
  1041. [15:04:24] [Server thread/INFO] [AE2:S]: OpenComputers - Integration Disabled
  1042. [15:04:24] [Server thread/INFO] [AE2:S]: TheOneProbe - Integration Disabled
  1043. [15:04:24] [Server thread/INFO] [AE2:S]: Tesla - Integration Disabled
  1044. [15:04:24] [Server thread/INFO] [AE2:S]: CraftTweaker - Integration Enable
  1045. [15:04:24] [Server thread/INFO] [AE2:S]: Post Initialization ( ended after 292ms )
  1046. [15:04:26] [Server thread/INFO] [THAUMCRAFT]: Loaded 22 research entries from thaumcraft:research/alchemy
  1047. [15:04:26] [Server thread/INFO] [THAUMCRAFT]: Loaded 5 research entries from thaumcraft:research/eldritch
  1048. [15:04:26] [Server thread/INFO] [THAUMCRAFT]: Loaded 20 research entries from thaumcraft:research/basics
  1049. [15:04:26] [Server thread/INFO] [THAUMCRAFT]: Loaded 23 research entries from thaumcraft:research/auromancy
  1050. [15:04:26] [Server thread/INFO] [THAUMCRAFT]: Loaded 12 research entries from thaumcraft:research/scans
  1051. [15:04:26] [Server thread/INFO] [THAUMCRAFT]: Loaded 20 research entries from thaumcraft:research/artifice
  1052. [15:04:26] [Server thread/INFO] [THAUMCRAFT]: Loaded 17 research entries from thaumcraft:research/infusion
  1053. [15:04:26] [Server thread/INFO] [THAUMCRAFT]: Loaded 29 research entries from thaumcraft:research/golemancy
  1054. [15:04:26] [Server thread/INFO] [tconstruct-TinkerSmeltery]: Started adding oredict melting recipes
  1055. [15:04:30] [Server thread/INFO] [tconstruct-TinkerSmeltery]: Oredict melting recipes finished in 3967.665722 ms
  1056. [15:04:30] [Server thread/INFO] [ic2.Uu]: Loading predefined UU world scan values, run /ic2 uu-world-scan <small|medium|large> to calibrate them for your world.
  1057. [15:04:30] [Server thread/INFO] [ic2.General]: ic2 version 2.8.170-ex112 loaded.
  1058. [15:04:31] [Server thread/INFO] [Galacticraft]: Galacticraft: activating Mekanism compatibility.
  1059. [15:04:31] [Server thread/INFO] [Galacticraft]: Galacticraft: activating ThermalExpansion compatibility features.
  1060. [15:04:31] [Server thread/INFO] [Galacticraft]: Galacticraft: activating Tinker's Construct compatibility features.
  1061. [15:04:31] [Server thread/INFO] [Galacticraft]: Galacticraft: activating IndustrialCraft2 compatibility features.
  1062. [15:04:31] [Server thread/INFO] [Galacticraft]: Galacticraft: activating BuildCraft Transport (Pipes) compatibility features.
  1063. [15:04:31] [Server thread/INFO] [Galacticraft]: Galacticraft: activating Biomes O'Plenty compatibility feature.
  1064. [15:04:31] [Server thread/INFO] [Galacticraft]: Galacticraft: activating AppliedEnergistics2 compatibility features.
  1065. [15:04:31] [Server thread/INFO] [Galacticraft]: Galacticraft: activating WAILA compatibility features.
  1066. [15:04:32] [Server thread/ERROR] [Galacticraft]: There was a problem getting WorldProvider type -1031
  1067. > [15:04:32] [Server thread/ERROR] [Galacticraft]: (possibly this is a conflict, check Galacticraft config.)
  1068. > Exception in thread "Thread-12" [15:04:32] [Thread-12/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft
  1069. [15:04:32] [Thread-12/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at galaxyspace.core.util.GSUtils.start(GSUtils.java:293)
  1070. [15:04:32] [Thread-12/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at galaxyspace.core.util.GSThreadVersionCheck.run(GSThreadVersionCheck.java:82)
  1071. [15:04:32] [Thread-12/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Thread.run(Thread.java:748)
  1072. [15:04:32] [Thread-12/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: Caused by: java.lang.ClassNotFoundException: net.minecraft.client.Minecraft
  1073. [15:04:32] [Thread-12/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  1074. [15:04:32] [Thread-12/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.ClassLoader.loadClass(ClassLoader.java:419)
  1075. [15:04:32] [Thread-12/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.ClassLoader.loadClass(ClassLoader.java:352)
  1076. [15:04:32] [Thread-12/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: ... 3 more
  1077. [15:04:32] [Thread-12/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:644]: Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@69e49a81 from coremod FMLCorePlugin
  1078. [15:04:32] [Thread-12/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:644]: at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260)
  1079. [15:04:32] [Thread-12/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:644]: at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
  1080. [15:04:32] [Thread-12/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:644]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
  1081. [15:04:32] [Thread-12/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:644]: ... 5 more
  1082. [15:04:32] [Thread-12/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:668]: Caused by: java.lang.RuntimeException: Attempted to load class bib for invalid side SERVER
  1083. [15:04:32] [Thread-12/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:668]: at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62)
  1084. [15:04:32] [Thread-12/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:668]: at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256)
  1085. [15:04:32] [Thread-12/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:668]: ... 7 more
  1086. [15:04:32] [Server thread/INFO] [Mekanism]: Fake player readout: UUID = 46e82cd0-d480-3d48-800a-77431ede078e, name = [Mekanism]
  1087. [15:04:32] [Server thread/INFO] [Mekanism]: Hooked into IC2 successfully.
  1088. [15:04:32] [Server thread/INFO] [Mekanism]: Hooked into AE2 successfully.
  1089. [15:04:32] [Server thread/INFO] [Mekanism]: Hooked into Computer Craft successfully.
  1090. [15:04:32] [Server thread/INFO] [Mekanism]: Finished loading Cardboard Box blacklist (loaded 0 entries)
  1091. [15:04:32] [Server thread/INFO] [Mekanism]: Hooking complete.
  1092. [15:04:32] [Server thread/INFO] [railcraft]: Adding Standard Worldspike Fuel: [railcraft:dust#0]=2.0
  1093. [15:04:32] [Server thread/INFO] [railcraft]: Adding Standard Worldspike Fuel: [minecraft:ender_pearl]=4.0
  1094. [15:04:32] [Server thread/INFO] [railcraft]: Adding Standard Worldspike Fuel: [railcraft:dust#6]=8.0
  1095. [15:04:32] [Server thread/INFO] [railcraft]: Adding Standard Worldspike Fuel: [railcraft:dust#7]=12.0
  1096. [15:04:32] [Server thread/INFO] [railcraft]: Adding Personal Worldspike Fuel: [railcraft:dust#0]=2.0
  1097. [15:04:32] [Server thread/INFO] [railcraft]: Adding Personal Worldspike Fuel: [minecraft:ender_pearl]=4.0
  1098. [15:04:32] [Server thread/INFO] [railcraft]: Adding Personal Worldspike Fuel: [railcraft:dust#6]=8.0
  1099. [15:04:32] [Server thread/INFO] [railcraft]: Adding Personal Worldspike Fuel: [railcraft:dust#7]=12.0
  1100. [15:04:32] [Server thread/INFO] [railcraft]: Adding Passive Worldspike Fuel: [railcraft:dust#0]=2.0
  1101. [15:04:32] [Server thread/INFO] [railcraft]: Adding Passive Worldspike Fuel: [minecraft:ender_pearl]=4.0
  1102. [15:04:32] [Server thread/INFO] [railcraft]: Adding Passive Worldspike Fuel: [railcraft:dust#6]=8.0
  1103. [15:04:32] [Server thread/INFO] [railcraft]: Adding Passive Worldspike Fuel: [railcraft:dust#7]=12.0
  1104. [15:04:32] [Server thread/INFO] [railcraft]: Blacklisting Cargo: [minecraft:orange_shulker_box, minecraft:green_shulker_box, minecraft:black_shulker_box, minecraft:gray_shulker_box, minecraft:pink_shulker_box, minecraft:silver_shulker_box, minecraft:light_blue_shulker_box, minecraft:yellow_shulker_box, minecraft:brown_shulker_box, minecraft:magenta_shulker_box, minecraft:red_shulker_box, minecraft:white_shulker_box, minecraft:cyan_shulker_box, minecraft:purple_shulker_box, minecraft:blue_shulker_box, minecraft:lime_shulker_box]
  1105. [15:04:32] [Server thread/INFO] [railcraft]: Blacklisting Cargo: [minecraft:lava_bucket, minecraft:water_bucket, minecraft:milk_bucket]
  1106. [15:04:32] [Server thread/INFO] [railcraft]: Blacklisting Cargo: [forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled, forge:bucketfilled]
  1107. [15:04:32] [Server thread/INFO] [railcraft]: Blacklisting Cargo: [ic2:single_use_battery, ic2:re_battery, ic2:re_battery, ic2:advanced_batpack, ic2:advanced_batpack, ic2:charging_re_battery, ic2:charging_re_battery, ic2:advanced_re_battery, ic2:advanced_re_battery, ic2:advanced_charging_re_battery, ic2:advanced_charging_re_battery, ic2:batpack, ic2:batpack]
  1108. [15:04:32] [Server thread/INFO] [railcraft]: Blacklisting Cargo: [ic2:lapotron_crystal, ic2:lapotron_crystal, ic2:charging_lapotron_crystal, ic2:charging_lapotron_crystal, ic2:charging_energy_crystal, ic2:charging_energy_crystal, ic2:energy_crystal, ic2:energy_crystal]
  1109. [15:04:32] [Server thread/INFO] [railcraft]: Blacklisting Cargo: [ic2:jetpack_electric, ic2:jetpack_electric]
  1110. [15:04:32] [Server thread/INFO] [railcraft]: Blacklisting Cargo: [ic2:energy_pack, ic2:energy_pack]
  1111. [15:04:32] [Server thread/INFO] [railcraft]: Blacklisting Cargo: []
  1112. [15:04:32] [Server thread/INFO] [railcraft]: Blacklisting Cargo: [ic2:te#68, ic2:te#69, ic2:te#70, ic2:te#71, ic2:te#72, ic2:te#73, ic2:te#74, ic2:te#75]
  1113. [15:04:32] [Server thread/INFO] [reborncore]: Loaded registrys for net.minecraftforge.fml.common.event.FMLPostInitializationEvent in 0ms
  1114. [15:04:32] [Server thread/INFO] [thermalexpansion]: Thermal Expansion: Pam's HarvestCraft Plugin Enabled.
  1115. [15:04:32] [Server thread/INFO] [thermalexpansion]: Thermal Expansion: Applied Energistics 2 Plugin Enabled.
  1116. [15:04:32] [Server thread/INFO] [thermalexpansion]: Thermal Expansion: The Betweenlands Plugin Enabled.
  1117. [15:04:32] [Server thread/INFO] [thermalexpansion]: Thermal Expansion: Biomes O' Plenty Plugin Enabled.
  1118. [15:04:32] [Server thread/INFO] [thermalexpansion]: Thermal Expansion: Chisel Plugin Enabled.
  1119. [15:04:32] [Server thread/INFO] [thermalexpansion]: Thermal Expansion: IndustrialCraft 2 Plugin Enabled.
  1120. [15:04:32] [Server thread/INFO] [thermalexpansion]: Thermal Expansion: Quark Plugin Enabled.
  1121. [15:04:32] [Server thread/INFO] [thermalexpansion]: Thermal Expansion: Rustic Plugin Enabled.
  1122. [15:04:32] [Server thread/INFO] [thermalexpansion]: Thermal Expansion: Tinkers' Construct Plugin Enabled.
  1123. [15:04:32] [Server thread/INFO] [thermalexpansion]: Thermal Expansion: Thaumcraft Plugin Enabled.
  1124. [15:04:32] [Server thread/INFO] [thermalexpansion]: Thermal Expansion: Tropicraft Plugin Enabled.
  1125. [15:04:32] [Server thread/INFO] [thermalexpansion]: Thermal Expansion: Twilight Forest Plugin Enabled.
  1126. [15:04:33] [Server thread/INFO] [tinkersaether]: Base Module - Gravitite Stuffs Registered
  1127. [15:04:33] [Server thread/INFO] [worldedit]: WorldEdit for Forge (version 6.1.10-SNAPSHOT) is loaded
  1128. [15:04:33] [Server thread/INFO] [Zollern Galaxy]: Beginning Post-Initialization phase...
  1129. [15:04:33] [Server thread/INFO] [Zollern Galaxy]: Post-Init phase complete.
  1130. [15:04:33] [Server thread/INFO] [wanionlib]: UniDict: Initializing Module: Integration, Side: Server
  1131. [15:04:33] [Server thread/INFO] [wanionlib]: Crafting Integration: Why so many recipes? I had to deal with at least 204 recipes.
  1132. [15:04:33] [Server thread/INFO] [wanionlib]: Furnace Integration: Some things that you smelted appear to be different now.
  1133. [15:04:33] [Server thread/INFO] [wanionlib]: Applied Energistics 2 Integration: The world of energistics has never been so powerful.
  1134. [15:04:33] [Server thread/INFO] [wanionlib]: Industrial Craft 2 Integration: The world appears to be entirely industrialized.
  1135. [15:04:33] [Server thread/INFO] [wanionlib]: Thermal Expansion Integration: The world seems to be more thermally involved.
  1136. [15:04:33] [Server thread/INFO] [wanionlib]: UniDict: All 5 Integrations took 73ms to finish. at load stage PostInit
  1137. [15:04:33] [Server thread/INFO] [biometweaker]: Generating Biome status report...
  1138. [15:04:33] [Server thread/INFO] [biometweaker]: Generating LivingEntity status report...
  1139. [15:04:33] [Server thread/INFO] [biometweaker]: Generating Dimension status report...
  1140. [15:04:33] [Server thread/INFO] [cofhcore]: CoFH Core: Load Complete.
  1141. [15:04:33] [Server thread/INFO] [CoFH World]: Accumulating world generation files from: "/home/container/config/cofh/world"
  1142. [15:04:33] [Server thread/INFO] [CoFH World]: Found a total of 3 world generation files.
  1143. [15:04:33] [Server thread/INFO] [CoFH World]: Reading world generation info from: "cofh/world/01_thermalfoundation_ores.json":
  1144. [15:04:33] [Server thread/INFO] [CoFH World]: Reading world generation info from: "cofh/world/03_thermalfoundation_clathrates.json":
  1145. [15:04:33] [Server thread/INFO] [CoFH World]: Reading world generation info from: "cofh/world/02_thermalfoundation_oil.json":
  1146. [15:04:33] [Server thread/INFO] [CoFH World]: CoFH World: Load Complete.
  1147. [15:04:33] [Server thread/INFO] [Waila]: Starting Waila...
  1148. [15:04:33] [Server thread/INFO] [Waila]: Gathering annotated plugins...
  1149. [15:04:33] [Server thread/INFO] [Waila]: Gathering wrapped IMC plugins...
  1150. [15:04:33] [Server thread/INFO] [Waila]: Registering plugins...
  1151. [15:04:34] [Server thread/INFO] [Waila]: Registering plugin at mcp.mobius.waila.addons.core.PluginCore
  1152. [15:04:34] [Server thread/INFO] [Waila]: Registering plugin at appeng.integration.modules.waila.WailaModule
  1153. [15:04:34] [Server thread/ERROR] [Waila]: Error registering wrapped plugin from appliedenergistics2 at appeng.integration.modules.waila.WailaModule.register
  1154. > [15:04:34] [Server thread/INFO] [Waila]: Registering plugin at mcp.mobius.waila.addons.minecraft.PluginMinecraft
  1155. [15:04:34] [Server thread/INFO] [Waila]: Registering plugin at buildcraft.compat.module.waila.HWYLAPlugin
  1156. [15:04:34] [Server thread/INFO] [Waila]: Registering plugin at com.teammetallurgy.atum.integration.waila.WailaSupport
  1157. [15:04:34] [Server thread/INFO] [Waila]: Registering plugin at extracells.integration.waila.Waila
  1158. [15:04:34] [Server thread/INFO] [Waila]: Registering plugin at mcjty.lib.compat.waila.WailaCompatibility
  1159. [15:04:34] [Server thread/INFO] [Waila]: Registering plugin at mcp.mobius.waila.addons.capability.PluginCapability
  1160. [15:04:34] [Server thread/INFO] [Waila]: Registering plugin at net.blay09.mods.waystones.compat.WailaProvider
  1161. [15:04:34] [Server thread/INFO] [Waila]: Registering plugin at net.darkhax.wawla.engine.waila.EntityProvider
  1162. [15:04:34] [Server thread/INFO] [Waila]: Registering plugin at net.darkhax.wawla.engine.waila.TileProvider
  1163. [15:04:34] [Server thread/INFO] [Waila]: Registering plugin at slimeknights.tconstruct.plugin.waila.WailaRegistrar
  1164. [15:04:34] [Server thread/INFO] [Waila]: Registering plugin at stevekung.mods.moreplanets.integration.waila.WailaTileEntityProviderMP
  1165. [15:04:34] [Server thread/INFO] [More Planets]: Waila Integration initialized
  1166. [15:04:34] [Server thread/INFO] [Waila]: Registering plugin at team.chisel.common.integration.waila.ChiselDataHandler
  1167. [15:04:34] [Server thread/INFO] [Waila]: Starting Waila took 145.4 ms
  1168. [15:04:34] [Server thread/INFO] [thermalfoundation]: [Whitelist] Reading established Whitelist from file.
  1169. [15:04:34] [Server thread/INFO] [thermalfoundation]: Thermal Foundation: Load Complete.
  1170. [15:04:34] [Server thread/INFO] [thermalexpansion]: Thermal Expansion: Load Complete.
  1171. Apr 13, 2020 3:04:34 PM climateControl.generator.CorrectedContinentsGenerator fromSeed
  1172. INFO: Small Continents0
  1173. Apr 13, 2020 3:04:34 PM climateControl.generator.CorrectedContinentsGenerator fromSeed
  1174. INFO: Cool Zone1
  1175. [15:04:35] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 129 mods
  1176. [15:04:35] [Server thread/INFO] [mcjtylib_ng]: Preparing all world data
  1177. [15:04:35] [Server thread/INFO] [minecraft/DedicatedServer]: Preparing level "world"
  1178. [15:04:35] [Server thread/INFO] [Sponge]: Checking for worlds that need to be migrated...
  1179. [15:04:35] [Server thread/INFO] [Sponge]: No worlds were found in need of migration.
  1180. [15:04:35] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance
  1181. [15:04:36] [Server thread/WARN] [FML]: Registry EntityEntry: Object did not get ID it asked for. Name: sponge:human Expected: 618 Got: 827
  1182. > Apr 13, 2020 3:04:36 PM climateControl.generator.CorrectedContinentsGenerator fromSeed
  1183. INFO: Small Continents0
  1184. Apr 13, 2020 3:04:36 PM climateControl.generator.CorrectedContinentsGenerator fromSeed
  1185. INFO: Cool Zone1
  1186. Apr 13, 2020 3:04:36 PM climateControl.generator.CorrectedContinentsGenerator fromSeed
  1187. INFO: Small Continents0
  1188. Apr 13, 2020 3:04:36 PM climateControl.generator.CorrectedContinentsGenerator fromSeed
  1189. INFO: Cool Zone1
  1190. [15:04:37] [Server thread/INFO] [FML]: Applying holder lookups
  1191. [15:04:37] [Server thread/INFO] [FML]: Holder lookups applied
  1192. [15:04:37] [Server thread/INFO] [STDOUT]: [biomesoplenty.common.world.BiomeProviderBOP:<init>:61]: settings for world:
  1193. [15:04:37] [Server thread/INFO] [STDOUT]: [biomesoplenty.common.world.BiomeProviderBOP:initialLandAndSeaLayer:93]: Setting up landmass VANILLA
  1194. Apr 13, 2020 3:04:37 PM climateControl.generator.CorrectedContinentsGenerator fromSeed
  1195. INFO: Small Continents0
  1196. Apr 13, 2020 3:04:37 PM climateControl.generator.CorrectedContinentsGenerator fromSeed
  1197. INFO: Cool Zone1
  1198. [15:04:37] [Server thread/INFO] [STDOUT]: [biomesoplenty.common.world.ChunkGeneratorOverworldBOP:<init>:89]: ChunkGeneratorOverworldBOP json:
  1199. [15:04:37] [Server thread/INFO] [STDOUT]: [biomesoplenty.common.world.ChunkGeneratorOverworldBOP:<init>:96]: ChunkGeneratorOverworldBOP settings: {"landScheme":"vanilla","tempScheme":"medium_zones","rainScheme":"medium_zones","biomeSize":"medium","amplitude":1.0,"generateBopOre":true,"generatePoisonIvy":false,"generateBerryBushes":true,"generateThorns":true,"generateQuicksand":true,"generateLiquidPoison":true,"generateHotSprings":true,"generateNetherHives":true,"generateEndFeatures":true,"mainNoiseScaleX":80.0,"mainNoiseScaleY":160.0,"mainNoiseScaleZ":80.0,"coordinateScale":684.412,"heightScale":684.412,"upperLimitScale":512.0,"lowerLimitScale":512.0}
  1200. [15:04:37] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/simple_dungeon
  1201. [15:04:37] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/abandoned_mineshaft
  1202. [15:04:37] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/stronghold_corridor
  1203. [15:04:37] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/village_blacksmith
  1204. [15:04:37] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/stronghold_crossing
  1205. [15:04:38] [Server thread/INFO] [minecraft/AdvancementList]: Loaded 1375 advancements
  1206. [15:04:38] [Server thread/INFO] [minecraft/AdvancementList]: Loaded 243 advancement trees
  1207. [15:04:38] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 0
  1208. [15:04:38] [Server thread/INFO] [ebwizardry]: Loading custom spell properties for world world
  1209. [15:04:38] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing start region for world world (minecraft:overworld/0)
  1210. Apr 13, 2020 3:04:38 PM climateControl.customGenLayer.GenLayerRiverMixWrapper findSelf
  1211. INFO: climateControl.customGenLayer.GenLayerRiverMixWrapper@5c737813 dimension 0
  1212. Apr 13, 2020 3:04:38 PM climateControl.generator.CorrectedContinentsGenerator fromSeed
  1213. INFO: Small Continents0
  1214. Apr 13, 2020 3:04:38 PM climateControl.generator.CorrectedContinentsGenerator fromSeed
  1215. INFO: Cool Zone1
  1216. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayers lock
  1217. INFO: locking generation on climateControl.genLayerPack.GenLayerSmooth@53f9461b
  1218. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1219. INFO: climateControl.genLayerPack.GenLayerSmooth@53f9461b
  1220. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1221. INFO: climateControl.genLayerPack.GenLayerZoom@641ab887
  1222. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1223. INFO: climateControl.genLayerPack.GenLayerZoom@2b212100
  1224. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1225. INFO: climateControl.genLayerPack.GenLayerZoom@327173e1
  1226. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1227. INFO: climateControl.customGenLayer.GenLayerPrettyShore@7811d2ab
  1228. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1229. INFO: climateControl.customGenLayer.GenLayerSmoothCoast@49fe93ae
  1230. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1231. INFO: climateControl.genLayerPack.GenLayerZoom@6bf582b0
  1232. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1233. INFO: climateControl.customGenLayer.GenLayerSmoothCoast@52220a54
  1234. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1235. INFO: climateControl.genLayerPack.GenLayerAddIsland@24d01e31
  1236. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1237. INFO: climateControl.genLayerPack.GenLayerZoom@198e8ae6
  1238. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1239. INFO: climateControl.genLayerPack.GenLayerRareBiome@5e297b65
  1240. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1241. INFO: climateControl.customGenLayer.GenLayerSubBiome@1c9bba5e
  1242. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1243. INFO: climateControl.customGenLayer.GenLayerSmoothCoast@389e0e6a
  1244. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1245. INFO: climateControl.customGenLayer.GenLayerAddBiome@55aa6a25
  1246. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1247. INFO: climateControl.customGenLayer.GenLayerZoomBiome@40cdd1a6
  1248. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1249. INFO: climateControl.genLayerPack.GenLayerSmooth@145daab
  1250. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1251. INFO: climateControl.customGenLayer.GenLayerAddBiome@496079b7
  1252. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1253. INFO: climateControl.genLayerPack.GenLayerZoom@4f1dc9fc
  1254. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1255. INFO: climateControl.customGenLayer.GenLayerBiomeByTaggedClimate@61737158
  1256. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1257. INFO: locking with exclusion 3
  1258. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1259. INFO: setting up Climate watching false
  1260. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1261. INFO: climateControl.genLayerPack.GenLayerSmooth@53f9461b
  1262. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1263. INFO: climateControl.genLayerPack.GenLayerZoom@641ab887
  1264. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1265. INFO: climateControl.genLayerPack.GenLayerZoom@2b212100
  1266. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1267. INFO: climateControl.genLayerPack.GenLayerZoom@327173e1
  1268. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1269. INFO: climateControl.customGenLayer.GenLayerPrettyShore@7811d2ab
  1270. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1271. INFO: climateControl.customGenLayer.GenLayerSmoothCoast@49fe93ae
  1272. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1273. INFO: climateControl.genLayerPack.GenLayerZoom@6bf582b0
  1274. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1275. INFO: climateControl.customGenLayer.GenLayerSmoothCoast@52220a54
  1276. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1277. INFO: climateControl.genLayerPack.GenLayerAddIsland@24d01e31
  1278. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1279. INFO: climateControl.genLayerPack.GenLayerZoom@198e8ae6
  1280. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1281. INFO: climateControl.genLayerPack.GenLayerRareBiome@5e297b65
  1282. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1283. INFO: climateControl.customGenLayer.GenLayerSubBiome@1c9bba5e
  1284. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1285. INFO: climateControl.customGenLayer.GenLayerSmoothCoast@389e0e6a
  1286. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1287. INFO: climateControl.customGenLayer.GenLayerAddBiome@55aa6a25
  1288. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1289. INFO: climateControl.customGenLayer.GenLayerZoomBiome@40cdd1a6
  1290. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1291. INFO: climateControl.genLayerPack.GenLayerSmooth@145daab
  1292. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1293. INFO: climateControl.customGenLayer.GenLayerAddBiome@496079b7
  1294. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1295. INFO: climateControl.genLayerPack.GenLayerZoom@4f1dc9fc
  1296. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1297. INFO: locking with exclusion 3
  1298. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1299. INFO: setting up Biomes watching false
  1300. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1301. INFO: climateControl.genLayerPack.GenLayerSmooth@53f9461b
  1302. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1303. INFO: climateControl.genLayerPack.GenLayerZoom@641ab887
  1304. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1305. INFO: climateControl.genLayerPack.GenLayerZoom@2b212100
  1306. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1307. INFO: climateControl.genLayerPack.GenLayerZoom@327173e1
  1308. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1309. INFO: climateControl.customGenLayer.GenLayerPrettyShore@7811d2ab
  1310. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1311. INFO: climateControl.customGenLayer.GenLayerSmoothCoast@49fe93ae
  1312. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1313. INFO: climateControl.genLayerPack.GenLayerZoom@6bf582b0
  1314. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1315. INFO: climateControl.customGenLayer.GenLayerSmoothCoast@52220a54
  1316. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1317. INFO: climateControl.genLayerPack.GenLayerAddIsland@24d01e31
  1318. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1319. INFO: climateControl.genLayerPack.GenLayerZoom@198e8ae6
  1320. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1321. INFO: locking with exclusion 3
  1322. Apr 13, 2020 3:04:38 PM climateControl.LockGenLayer lock
  1323. INFO: setting up SubBiomes watching false
  1324. [15:04:39] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 0%
  1325. [15:04:40] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 20%
  1326. [15:04:41] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 72%
  1327. [15:04:42] [Server thread/INFO] [Sponge]: Loading world [world] (minecraft:overworld/0)
  1328. [15:04:42] [Server thread/INFO] [STDOUT]: [biomesoplenty.common.world.BiomeProviderBOPHell:<init>:32]: settings for hell world:
  1329. [15:04:42] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/simple_dungeon
  1330. [15:04:42] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/abandoned_mineshaft
  1331. [15:04:42] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/stronghold_corridor
  1332. [15:04:42] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/village_blacksmith
  1333. [15:04:42] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/stronghold_crossing
  1334. [15:04:42] [Server thread/INFO] [minecraft/AdvancementList]: Loaded 1375 advancements
  1335. [15:04:42] [Server thread/INFO] [minecraft/AdvancementList]: Loaded 243 advancement trees
  1336. [15:04:42] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world -1
  1337. [15:04:42] [Server thread/INFO] [twilightforest]: Loaded a world with the tfEnforcedProgression game rule not defined. Defining it.
  1338. [15:04:42] [Server thread/INFO] [Sponge]: Loading world [DIM-1] (biomesoplenty:nether/-1)
  1339. [15:04:43] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/simple_dungeon
  1340. [15:04:43] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/abandoned_mineshaft
  1341. [15:04:43] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/stronghold_corridor
  1342. [15:04:43] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/village_blacksmith
  1343. [15:04:43] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/stronghold_crossing
  1344. [15:04:43] [Server thread/INFO] [minecraft/AdvancementList]: Loaded 1375 advancements
  1345. [15:04:43] [Server thread/INFO] [minecraft/AdvancementList]: Loaded 243 advancement trees
  1346. [15:04:43] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 1
  1347. [15:04:43] [Server thread/INFO] [twilightforest]: Loaded a world with the tfEnforcedProgression game rule not defined. Defining it.
  1348. [15:04:43] [Server thread/INFO] [Sponge]: Loading world [DIM1] (minecraft:the_end/1)
  1349. [15:04:43] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/simple_dungeon
  1350. [15:04:43] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/abandoned_mineshaft
  1351. [15:04:43] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/stronghold_corridor
  1352. [15:04:43] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/village_blacksmith
  1353. [15:04:43] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/stronghold_crossing
  1354. [15:04:44] [Server thread/INFO] [minecraft/AdvancementList]: Loaded 1375 advancements
  1355. [15:04:44] [Server thread/INFO] [minecraft/AdvancementList]: Loaded 243 advancement trees
  1356. [15:04:44] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world -343800852
  1357. [15:04:44] [Server thread/INFO] [twilightforest]: Loaded a world with the tfEnforcedProgression game rule not defined. Defining it.
  1358. [15:04:44] [Server thread/INFO] [Sponge]: Loading world [DIM-343800852] (randomthings:spectre/-343800852)
  1359. [15:04:44] [Server thread/INFO] [STDOUT]: [biomesoplenty.common.world.BiomeProviderBOP:<init>:61]: settings for world:
  1360. [15:04:44] [Server thread/INFO] [STDOUT]: [biomesoplenty.common.world.BiomeProviderBOP:initialLandAndSeaLayer:93]: Setting up landmass VANILLA
  1361. Apr 13, 2020 3:04:44 PM climateControl.generator.CorrectedContinentsGenerator fromSeed
  1362. INFO: Small Continents0
  1363. Apr 13, 2020 3:04:44 PM climateControl.generator.CorrectedContinentsGenerator fromSeed
  1364. INFO: Cool Zone1
  1365. [15:04:44] [Server thread/INFO] [STDOUT]: [biomesoplenty.common.world.ChunkGeneratorOverworldBOP:<init>:89]: ChunkGeneratorOverworldBOP json:
  1366. [15:04:44] [Server thread/INFO] [STDOUT]: [biomesoplenty.common.world.ChunkGeneratorOverworldBOP:<init>:96]: ChunkGeneratorOverworldBOP settings: {"landScheme":"vanilla","tempScheme":"medium_zones","rainScheme":"medium_zones","biomeSize":"medium","amplitude":1.0,"generateBopOre":true,"generatePoisonIvy":false,"generateBerryBushes":true,"generateThorns":true,"generateQuicksand":true,"generateLiquidPoison":true,"generateHotSprings":true,"generateNetherHives":true,"generateEndFeatures":true,"mainNoiseScaleX":80.0,"mainNoiseScaleY":160.0,"mainNoiseScaleZ":80.0,"coordinateScale":684.412,"heightScale":684.412,"upperLimitScale":512.0,"lowerLimitScale":512.0}
  1367. [15:04:44] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/simple_dungeon
  1368. [15:04:44] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/abandoned_mineshaft
  1369. [15:04:44] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/stronghold_corridor
  1370. [15:04:44] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/village_blacksmith
  1371. [15:04:44] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/stronghold_crossing
  1372. [15:04:44] [Server thread/INFO] [minecraft/AdvancementList]: Loaded 1375 advancements
  1373. [15:04:44] [Server thread/INFO] [minecraft/AdvancementList]: Loaded 243 advancement trees
  1374. [15:04:44] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world -127
  1375. [15:04:44] [Server thread/INFO] [twilightforest]: Loaded a world with the tfEnforcedProgression game rule not defined. Defining it.
  1376. [15:04:45] [Server thread/INFO] [Sponge]: Loading world [TROPICS] (tropicraft:tropics/-127)
  1377. Apr 13, 2020 3:04:45 PM climateControl.generator.CorrectedContinentsGenerator fromSeed
  1378. INFO: Small Continents0
  1379. Apr 13, 2020 3:04:45 PM climateControl.generator.CorrectedContinentsGenerator fromSeed
  1380. INFO: Cool Zone1
  1381. [15:04:45] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/simple_dungeon
  1382. [15:04:45] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/abandoned_mineshaft
  1383. [15:04:45] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/stronghold_corridor
  1384. [15:04:45] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/village_blacksmith
  1385. [15:04:45] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/stronghold_crossing
  1386. [15:04:45] [Server thread/INFO] [minecraft/AdvancementList]: Loaded 1375 advancements
  1387. [15:04:45] [Server thread/INFO] [minecraft/AdvancementList]: Loaded 243 advancement trees
  1388. Apr 13, 2020 3:04:45 PM climateControl.generator.CorrectedContinentsGenerator fromSeed
  1389. INFO: Small Continents0
  1390. Apr 13, 2020 3:04:45 PM climateControl.generator.CorrectedContinentsGenerator fromSeed
  1391. INFO: Cool Zone1
  1392. [15:04:45] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world -23
  1393. [15:04:45] [Server thread/INFO] [twilightforest]: Loaded a world with the tfEnforcedProgression game rule not defined. Defining it.
  1394. [15:04:45] [Server thread/INFO] [Sponge]: Loading world [DIM-23] (midnight:midnight/-23)
  1395. [15:04:45] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/simple_dungeon
  1396. [15:04:45] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/abandoned_mineshaft
  1397. [15:04:45] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/stronghold_corridor
  1398. [15:04:45] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/village_blacksmith
  1399. [15:04:45] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/stronghold_crossing
  1400. [15:04:45] [Server thread/INFO] [minecraft/AdvancementList]: Loaded 1375 advancements
  1401. [15:04:45] [Server thread/INFO] [minecraft/AdvancementList]: Loaded 243 advancement trees
  1402. [15:04:45] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world -6
  1403. [15:04:45] [Server thread/INFO] [twilightforest]: Loaded a world with the tfEnforcedProgression game rule not defined. Defining it.
  1404. [15:04:45] [Server thread/INFO] [Sponge]: Loading world [DIM-6] (aroma1997sdimension:mining_world/-6)
  1405. [15:04:45] [Server thread/INFO] [STDOUT]: [biomesoplenty.common.world.BiomeProviderBOP:<init>:61]: settings for world:
  1406. [15:04:45] [Server thread/INFO] [STDOUT]: [biomesoplenty.common.world.BiomeProviderBOP:initialLandAndSeaLayer:93]: Setting up landmass VANILLA
  1407. Apr 13, 2020 3:04:45 PM climateControl.generator.CorrectedContinentsGenerator fromSeed
  1408. INFO: Small Continents0
  1409. Apr 13, 2020 3:04:45 PM climateControl.generator.CorrectedContinentsGenerator fromSeed
  1410. INFO: Cool Zone1
  1411. [15:04:45] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/simple_dungeon
  1412. [15:04:45] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/abandoned_mineshaft
  1413. [15:04:45] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/stronghold_corridor
  1414. [15:04:45] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/village_blacksmith
  1415. [15:04:45] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/stronghold_crossing
  1416. [15:04:46] [Server thread/INFO] [minecraft/AdvancementList]: Loaded 1375 advancements
  1417. [15:04:46] [Server thread/INFO] [minecraft/AdvancementList]: Loaded 243 advancement trees
  1418. [15:04:46] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 2
  1419. [15:04:46] [Server thread/INFO] [twilightforest]: Loaded a world with the tfEnforcedProgression game rule not defined. Defining it.
  1420. [15:04:46] [Server thread/INFO] [Sponge]: Loading world [DIM2] (appliedenergistics2:storage_cell/2)
  1421. [15:04:46] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/simple_dungeon
  1422. [15:04:46] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/abandoned_mineshaft
  1423. [15:04:46] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/stronghold_corridor
  1424. [15:04:46] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/village_blacksmith
  1425. [15:04:46] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/stronghold_crossing
  1426. [15:04:46] [Server thread/INFO] [minecraft/AdvancementList]: Loaded 1375 advancements
  1427. [15:04:46] [Server thread/INFO] [minecraft/AdvancementList]: Loaded 243 advancement trees
  1428. [15:04:46] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 4
  1429. [15:04:46] [Server thread/INFO] [twilightforest]: Loaded a world with the tfEnforcedProgression game rule not defined. Defining it.
  1430. [15:04:46] [Server thread/INFO] [Sponge]: Loading world [Dim-Aether] (aether_legacy:aetheri/4)
  1431. [15:04:46] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/simple_dungeon
  1432. [15:04:46] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/abandoned_mineshaft
  1433. [15:04:46] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/stronghold_corridor
  1434. [15:04:46] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/village_blacksmith
  1435. [15:04:46] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/stronghold_crossing
  1436. [15:04:47] [Server thread/INFO] [minecraft/AdvancementList]: Loaded 1375 advancements
  1437. [15:04:47] [Server thread/INFO] [minecraft/AdvancementList]: Loaded 243 advancement trees
  1438. [15:04:47] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 7
  1439. [15:04:47] [Server thread/INFO] [twilightforest]: Loaded a world with the tfEnforcedProgression game rule not defined. Defining it.
  1440. [15:04:47] [Server thread/INFO] [Sponge]: Loading world [DIM7] (twilightforest:twilight_forest/7)
  1441. [15:04:47] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/simple_dungeon
  1442. [15:04:47] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/abandoned_mineshaft
  1443. [15:04:47] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/stronghold_corridor
  1444. [15:04:47] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/village_blacksmith
  1445. [15:04:47] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/stronghold_crossing
  1446. [15:04:47] [Server thread/INFO] [minecraft/AdvancementList]: Loaded 1375 advancements
  1447. [15:04:47] [Server thread/INFO] [minecraft/AdvancementList]: Loaded 243 advancement trees
  1448. [15:04:47] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 17
  1449. [15:04:47] [Server thread/INFO] [twilightforest]: Loaded a world with the tfEnforcedProgression game rule not defined. Defining it.
  1450. [15:04:47] [Server thread/INFO] [Sponge]: Loading world [DIM17] (atum:atum/17)
  1451. Apr 13, 2020 3:04:47 PM climateControl.generator.CorrectedContinentsGenerator fromSeed
  1452. INFO: Small Continents0
  1453. Apr 13, 2020 3:04:47 PM climateControl.generator.CorrectedContinentsGenerator fromSeed
  1454. INFO: Cool Zone1
  1455. [15:04:47] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/simple_dungeon
  1456. [15:04:47] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/abandoned_mineshaft
  1457. [15:04:47] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/stronghold_corridor
  1458. [15:04:47] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/village_blacksmith
  1459. [15:04:47] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/stronghold_crossing
  1460. [15:04:47] [Server thread/INFO] [minecraft/AdvancementList]: Loaded 1375 advancements
  1461. [15:04:47] [Server thread/INFO] [minecraft/AdvancementList]: Loaded 243 advancement trees
  1462. [15:04:47] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 20
  1463. [15:04:47] [Server thread/INFO] [twilightforest]: Loaded a world with the tfEnforcedProgression game rule not defined. Defining it.
  1464. Apr 13, 2020 3:04:47 PM climateControl.customGenLayer.GenLayerRiverMixWrapper findSelf
  1465. INFO: 0 not a match for thebetweenlands.common.world.gen.layer.GenLayerResetCache@6d0670ba
  1466. Apr 13, 2020 3:04:47 PM climateControl.customGenLayer.GenLayerRiverMixWrapper findSelf
  1467. INFO: -1 not a match for thebetweenlands.common.world.gen.layer.GenLayerResetCache@6d0670ba
  1468. Apr 13, 2020 3:04:47 PM climateControl.customGenLayer.GenLayerRiverMixWrapper findSelf
  1469. INFO: 1 not a match for thebetweenlands.common.world.gen.layer.GenLayerResetCache@6d0670ba
  1470. Apr 13, 2020 3:04:47 PM climateControl.customGenLayer.GenLayerRiverMixWrapper findSelf
  1471. INFO: 2 not a match for thebetweenlands.common.world.gen.layer.GenLayerResetCache@6d0670ba
  1472. Apr 13, 2020 3:04:47 PM climateControl.customGenLayer.GenLayerRiverMixWrapper findSelf
  1473. INFO: 7 not a match for thebetweenlands.common.world.gen.layer.GenLayerResetCache@6d0670ba
  1474. Apr 13, 2020 3:04:47 PM climateControl.customGenLayer.GenLayerRiverMixWrapper findSelf
  1475. INFO: 4 not a match for thebetweenlands.common.world.gen.layer.GenLayerResetCache@6d0670ba
  1476. Apr 13, 2020 3:04:47 PM climateControl.customGenLayer.GenLayerRiverMixWrapper findSelf
  1477. INFO: -6 not a match for thebetweenlands.common.world.gen.layer.GenLayerResetCache@6d0670ba
  1478. Apr 13, 2020 3:04:47 PM climateControl.customGenLayer.GenLayerRiverMixWrapper findSelf
  1479. INFO: 17 not a match for thebetweenlands.common.world.gen.layer.GenLayerResetCache@6d0670ba
  1480. Apr 13, 2020 3:04:47 PM climateControl.customGenLayer.GenLayerRiverMixWrapper findSelf
  1481. INFO: -23 not a match for thebetweenlands.common.world.gen.layer.GenLayerResetCache@6d0670ba
  1482. Apr 13, 2020 3:04:47 PM climateControl.customGenLayer.GenLayerRiverMixWrapper findSelf
  1483. INFO: -127 not a match for thebetweenlands.common.world.gen.layer.GenLayerResetCache@6d0670ba
  1484. Apr 13, 2020 3:04:47 PM climateControl.customGenLayer.GenLayerRiverMixWrapper findSelf
  1485. INFO: climateControl.customGenLayer.GenLayerRiverMixWrapper@3cf6d1b7 dimension 20
  1486. [15:04:47] [Server thread/WARN] [minecraft/WorldServer]: Unable to find spawn biome
  1487. > [15:05:14] [Server thread/INFO] [Sponge]: Loading world [DIM20] (thebetweenlands:betweenlands/20)
  1488. [15:05:14] [Server thread/INFO] [minecraft/DedicatedServer]: Done (39.644s)! For help, type "help" or "?"
  1489. [Pterodactyl Daemon] Server marked as ON
  1490. [15:05:14] [Server thread/INFO] [minecraft/DedicatedServer]: [EF] PlaceholderAPI could not be found. Skipping addition of placeholders.
  1491. [15:05:14] [Server thread/INFO] [nucleus]: Nucleus is performing final tasks before server startup completes.
  1492. [15:05:14] [Server thread/INFO] [nucleus]: Nucleus has started.
  1493. [15:05:14] [Server thread/INFO] [Galacticraft]: Registered Dimension: -7878
  1494. [15:05:14] [Server thread/INFO] [Galacticraft]: Registered Dimension: -301439
  1495. [15:05:14] [Server thread/INFO] [Galacticraft]: Registered Dimension: -7998
  1496. [15:05:14] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1030
  1497. [15:05:14] [Server thread/INFO] [Galacticraft]: Registered Dimension: -99
  1498. [15:05:14] [Server thread/INFO] [Galacticraft]: Registered Dimension: -7777
  1499. [15:05:14] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1007
  1500. [15:05:14] [Server thread/INFO] [Galacticraft]: Registered Dimension: -2543
  1501. [15:05:14] [Server thread/INFO] [Galacticraft]: Registered Dimension: -2542
  1502. [15:05:14] [Server thread/INFO] [Galacticraft]: Registered Dimension: -7996
  1503. [15:05:14] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1010
  1504. [15:05:14] [Server thread/INFO] [Galacticraft]: Registered Dimension: -7994
  1505. [15:05:14] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1009
  1506. [15:05:14] [Server thread/INFO] [Galacticraft]: Registered Dimension: -29
  1507. [15:05:14] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1005
  1508. [15:05:14] [Server thread/INFO] [Galacticraft]: Registered Dimension: -2544
  1509. [15:05:14] [Server thread/INFO] [Galacticraft]: Registered Dimension: -7990
  1510. [15:05:14] [Server thread/INFO] [Galacticraft]: Registered Dimension: -7979
  1511. [15:05:14] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1008
  1512. [15:05:14] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1025
  1513. [15:05:14] [Server thread/INFO] [Galacticraft]: Registered Dimension: -7988
  1514. [15:05:14] [Server thread/INFO] [Galacticraft]: Registered Dimension: -31
  1515. [15:05:14] [Server thread/INFO] [Galacticraft]: Registered Dimension: -7984
  1516. [15:05:14] [Server thread/INFO] [Galacticraft]: Registered Dimension: -7983
  1517. [15:05:14] [Server thread/INFO] [Galacticraft]: Registered Dimension: -7982
  1518. [15:05:14] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1022
  1519. [15:05:14] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1017
  1520. [15:05:14] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1015
  1521. [15:05:14] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1016
  1522. [15:05:14] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1014
  1523. [15:05:14] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1024
  1524. [15:05:14] [Server thread/INFO] [Galacticraft]: Registered Dimension: -28
  1525. [15:05:14] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1018
  1526. [15:05:14] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1021
  1527. [15:05:14] [Server thread/WARN] [Sponge]: Plugin 'biometweaker' is attempting to register command 'BTReload' with an uppercase character - adjusting to 'btreload'
  1528. > [15:05:14] [Server thread/WARN] [Sponge]: Plugin 'biometweaker' is attempting to register command 'BTInfo' with an uppercase character - adjusting to 'btinfo'
  1529. > [15:05:14] [Server thread/WARN] [Sponge]: Plugin 'biometweaker' is attempting to register command 'BTOutput' with an uppercase character - adjusting to 'btoutput'
  1530. > [15:05:14] [Server thread/WARN] [Sponge]: Plugin 'biometweaker' is attempting to register command 'BTListBiomes' with an uppercase character - adjusting to 'btlistbiomes'
  1531. > [15:05:14] [Server thread/WARN] [Sponge]: Plugin 'biometweaker' is attempting to register command 'BTSetBiome' with an uppercase character - adjusting to 'btsetbiome'
  1532. > [15:05:14] [Server thread/WARN] [Sponge]: Plugin 'biometweaker' is attempting to register command 'BTReloadScript' with an uppercase character - adjusting to 'btreloadscript'
  1533. > [15:05:15] [Server thread/WARN] [Sponge]: Plugin 'reborncore' is attempting to register command 'rc_listRecipes' with an uppercase character - adjusting to 'rc_listrecipes'
  1534. > [15:05:15] [Server thread/WARN] [Sponge]: Plugin 'thebetweenlands' is attempting to register command 'resetAspects' with an uppercase character - adjusting to 'resetaspects'
  1535. > [15:05:15] [Server thread/WARN] [Sponge]: Plugin 'thebetweenlands' is attempting to register command 'setDecay' with an uppercase character - adjusting to 'setdecay'
  1536. > [15:05:15] [Server thread/WARN] [Sponge]: Plugin 'thebetweenlands' is attempting to register command 'aspectDiscovery' with an uppercase character - adjusting to 'aspectdiscovery'
  1537. > [15:05:15] [Server thread/WARN] [Sponge]: Plugin 'thebetweenlands' is attempting to register command 'blReloadRecipes' with an uppercase character - adjusting to 'blreloadrecipes'
  1538. > [15:05:15] [Server thread/INFO] [minecraft/DedicatedServer]: /\
  1539. [15:05:15] [Server thread/INFO] [minecraft/DedicatedServer]: / \
  1540. [15:05:15] [Server thread/INFO] [minecraft/DedicatedServer]: / || \
  1541. [15:05:15] [Server thread/INFO] [minecraft/DedicatedServer]: / || \
  1542. [15:05:15] [Server thread/INFO] [minecraft/DedicatedServer]: / || \
  1543. [15:05:15] [Server thread/INFO] [minecraft/DedicatedServer]: / || \
  1544. [15:05:15] [Server thread/INFO] [minecraft/DedicatedServer]: / \
  1545. [15:05:15] [Server thread/INFO] [minecraft/DedicatedServer]: / ** \
  1546. [15:05:15] [Server thread/INFO] [minecraft/DedicatedServer]: ------------------
  1547. [15:05:15] [Server thread/INFO] [minecraft/DedicatedServer]: ===================================================================
  1548. [15:05:15] [Server thread/INFO] [minecraft/DedicatedServer]: WARNING: Nucleus could not detect an economy plugin.
  1549. [15:05:15] [Server thread/INFO] [minecraft/DedicatedServer]: While one is not required to use Nucleus, you cannot set costs on commands and kits.
  1550. [15:05:15] [Server thread/INFO] [minecraft/DedicatedServer]: ===================================================================
  1551. [15:05:15] [Server thread/INFO] [minecraft/DedicatedServer]: See https://nucleuspowered.org/docs/permsecon.html for more on what Nucleus is not, and suggested plugins that work with Nucleus.
  1552. [15:05:15] [Server thread/INFO] [minecraft/DedicatedServer]: ===================================================================
  1553. [15:05:15] [Server thread/ERROR] [dynamicshops]: Dynamic Shops REQUIRES an Economy plugin in order to function. Its functionality has been disabled.
  1554. > [15:05:15] [Server thread/INFO] [mmcrestrict]: Banned items loaded: 2
  1555. [15:05:15] [Server thread/INFO] [mmcrestrict]: MMCRestrict Loaded
  1556. [15:05:15] [Server thread/INFO] [nuvotifier]: Loaded token for website: default
  1557. [15:05:16] [Server thread/INFO] [nuvotifier]: Method none selected for vote forwarding: Votes will not be received from a forwarder.
  1558. [15:05:16] [Votifier NIO boss/ERROR] [nuvotifier]: Votifier was not able to bind to /142.44.145.32:1619
  1559. java.net.BindException: Cannot assign requested address
  1560. at sun.nio.ch.Net.bind0(Native Method) ~[?:1.8.0_242]
  1561. at sun.nio.ch.Net.bind(Net.java:433) ~[?:1.8.0_242]
  1562. at sun.nio.ch.Net.bind(Net.java:425) ~[?:1.8.0_242]
  1563. at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) ~[?:1.8.0_242]
  1564. at com.vexsoftware.votifier.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:130) ~[NioServerSocketChannel.class:?]
  1565. at com.vexsoftware.votifier.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:562) [AbstractChannel$AbstractUnsafe.class:?]
  1566. at com.vexsoftware.votifier.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1358) [DefaultChannelPipeline$HeadContext.class:?]
  1567. at com.vexsoftware.votifier.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:501) [AbstractChannelHandlerContext.class:?]
  1568. at com.vexsoftware.votifier.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:486) [AbstractChannelHandlerContext.class:?]
  1569. at com.vexsoftware.votifier.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:1019) [DefaultChannelPipeline.class:?]
  1570. at com.vexsoftware.votifier.netty.channel.AbstractChannel.bind(AbstractChannel.java:258) [AbstractChannel.class:?]
  1571. at com.vexsoftware.votifier.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:366) [AbstractBootstrap$2.class:?]
  1572. at com.vexsoftware.votifier.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [AbstractEventExecutor.class:?]
  1573. at com.vexsoftware.votifier.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404) [SingleThreadEventExecutor.class:?]
  1574. at com.vexsoftware.votifier.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:474) [NioEventLoop.class:?]
  1575. at com.vexsoftware.votifier.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909) [SingleThreadEventExecutor$5.class:?]
  1576. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
  1577. > [15:05:16] [Thread-17/INFO] [Galacticraft]: Galacticraft remote version found: 4.0.2
  1578. [15:05:16] [Server thread/INFO] [STDOUT]: [biomesoplenty.common.world.BiomeProviderBOP:initialLandAndSeaLayer:93]: Setting up landmass VANILLA
  1579. Apr 13, 2020 3:05:16 PM climateControl.generator.CorrectedContinentsGenerator fromSeed
  1580. INFO: Small Continents0
  1581. Apr 13, 2020 3:05:16 PM climateControl.generator.CorrectedContinentsGenerator fromSeed
  1582. INFO: Cool Zone1
  1583. [15:05:16] [Thread-18/INFO] [THAUMCRAFT]: Starting aura thread for dim 0
  1584. [15:05:16] [Thread-19/INFO] [THAUMCRAFT]: Starting aura thread for dim -1
  1585. [15:05:16] [Thread-20/INFO] [THAUMCRAFT]: Starting aura thread for dim 1
  1586. [15:05:16] [Thread-21/INFO] [THAUMCRAFT]: Starting aura thread for dim 2
  1587. [15:05:16] [Thread-22/INFO] [THAUMCRAFT]: Starting aura thread for dim 7
  1588. [15:05:16] [Thread-23/INFO] [THAUMCRAFT]: Starting aura thread for dim 4
  1589. [15:05:16] [Thread-24/INFO] [THAUMCRAFT]: Starting aura thread for dim -6
  1590. [15:05:16] [Thread-25/INFO] [THAUMCRAFT]: Starting aura thread for dim 17
  1591. [15:05:16] [Thread-26/INFO] [THAUMCRAFT]: Starting aura thread for dim -23
  1592. [15:05:16] [Thread-27/INFO] [THAUMCRAFT]: Starting aura thread for dim -127
  1593. [15:05:16] [Thread-28/INFO] [THAUMCRAFT]: Starting aura thread for dim 20
  1594. [15:05:16] [Thread-29/INFO] [THAUMCRAFT]: Starting aura thread for dim -343800852
  1595. Apr 13, 2020 3:05:16 PM climateControl.customGenLayer.GenLayerRiverMixWrapper findSelf
  1596. INFO: 0 not a match for biomesoplenty.common.world.layer.GenLayerRiverMixBOP@6c127614
  1597. Apr 13, 2020 3:05:16 PM climateControl.customGenLayer.GenLayerRiverMixWrapper findSelf
  1598. INFO: -1 not a match for biomesoplenty.common.world.layer.GenLayerRiverMixBOP@6c127614
  1599. Apr 13, 2020 3:05:16 PM climateControl.customGenLayer.GenLayerRiverMixWrapper findSelf
  1600. INFO: 1 not a match for biomesoplenty.common.world.layer.GenLayerRiverMixBOP@6c127614
  1601. Apr 13, 2020 3:05:16 PM climateControl.customGenLayer.GenLayerRiverMixWrapper findSelf
  1602. INFO: 2 not a match for biomesoplenty.common.world.layer.GenLayerRiverMixBOP@6c127614
  1603. Apr 13, 2020 3:05:16 PM climateControl.customGenLayer.GenLayerRiverMixWrapper findSelf
  1604. INFO: 7 not a match for biomesoplenty.common.world.layer.GenLayerRiverMixBOP@6c127614
  1605. Apr 13, 2020 3:05:16 PM climateControl.customGenLayer.GenLayerRiverMixWrapper findSelf
  1606. INFO: 4 not a match for biomesoplenty.common.world.layer.GenLayerRiverMixBOP@6c127614
  1607. Apr 13, 2020 3:05:16 PM climateControl.customGenLayer.GenLayerRiverMixWrapper findSelf
  1608. INFO: -6 not a match for biomesoplenty.common.world.layer.GenLayerRiverMixBOP@6c127614
  1609. Apr 13, 2020 3:05:16 PM climateControl.customGenLayer.GenLayerRiverMixWrapper findSelf
  1610. INFO: 17 not a match for biomesoplenty.common.world.layer.GenLayerRiverMixBOP@6c127614
  1611. Apr 13, 2020 3:05:16 PM climateControl.customGenLayer.GenLayerRiverMixWrapper findSelf
  1612. INFO: -23 not a match for biomesoplenty.common.world.layer.GenLayerRiverMixBOP@6c127614
  1613. Apr 13, 2020 3:05:16 PM climateControl.customGenLayer.GenLayerRiverMixWrapper findSelf
  1614. INFO: -127 not a match for biomesoplenty.common.world.layer.GenLayerRiverMixBOP@6c127614
  1615. Apr 13, 2020 3:05:16 PM climateControl.customGenLayer.GenLayerRiverMixWrapper findSelf
  1616. INFO: 20 not a match for biomesoplenty.common.world.layer.GenLayerRiverMixBOP@6c127614
  1617. Apr 13, 2020 3:05:16 PM climateControl.customGenLayer.GenLayerRiverMixWrapper findSelf
  1618. INFO: -343800852 not a match for biomesoplenty.common.world.layer.GenLayerRiverMixBOP@6c127614
  1619. [15:05:17] [Server thread/INFO] [Mystcraft]: Baseline Profiling provider registered at -2147483648
  1620. [15:05:17] [Server thread/INFO] [Mystcraft]: Baseline Profiling dimension registered at -2147483648
  1621. [15:05:17] [Server thread/INFO] [Mystcraft]: Baseline Profiling for Instability started. Expect some lag.
  1622. [15:05:17] [Server thread/INFO] [Sponge]: Loading world [DIM_MYST-2147483648] (mystcraft:mystcraft_profilerdummy/3)
  1623. [15:05:17] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/simple_dungeon
  1624. [15:05:17] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/abandoned_mineshaft
  1625. [15:05:17] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/stronghold_corridor
  1626. [15:05:17] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/village_blacksmith
  1627. [15:05:17] [Server thread/INFO] [railcraft]: Appending Loot Pools to minecraft:chests/stronghold_crossing
  1628. [15:05:17] [Server thread/INFO] [minecraft/AdvancementList]: Loaded 1375 advancements
  1629. [15:05:17] [Server thread/INFO] [minecraft/AdvancementList]: Loaded 243 advancement trees
  1630. [15:05:17] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 3
  1631. [15:05:17] [Server thread/INFO] [twilightforest]: Loaded a world with the tfEnforcedProgression game rule not defined. Defining it.
  1632. [15:05:17] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.fml.common.gameevent.TickEvent$ServerTickEvent@145ad93b:
  1633. java.lang.ClassCastException: net.minecraft.world.WorldProviderSurface cannot be cast to com.xcompwiz.mystcraft.world.profiling.WorldProviderMystDummy
  1634. at com.xcompwiz.mystcraft.world.profiling.InstabilityDataCalculator.stepChunkGeneration(InstabilityDataCalculator.java:376) ~[InstabilityDataCalculator.class:?]
  1635. at com.xcompwiz.mystcraft.world.profiling.InstabilityDataCalculator.onServerTick(InstabilityDataCalculator.java:198) ~[InstabilityDataCalculator.class:?]
  1636. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1392_InstabilityDataCalculator_onServerTick_ServerTickEvent.invoke(.dynamic) ~[?:?]
  1637. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  1638. at net.minecraftforge.fml.common.eventhandler.EventBus.forgeBridge$post(EventBus.java:753) [EventBus.class:?]
  1639. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:703) [EventBus.class:?]
  1640. at net.minecraftforge.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:266) [FMLCommonHandler.class:?]
  1641. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:712) [MinecraftServer.class:?]
  1642. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  1643. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
  1644. > [15:05:17] [Server thread/ERROR] [FML]: Index: 29 Listeners:
  1645. > [15:05:17] [Server thread/ERROR] [FML]: 0: NORMAL
  1646. > [15:05:17] [Server thread/ERROR] [FML]: 1: ASM: class com.mushroom.midnight.common.CommonEventHandler onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  1647. > [15:05:17] [Server thread/ERROR] [FML]: 2: ASM: net.minecraftforge.common.ForgeInternalHandler@3bf55a31 onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  1648. > [15:05:17] [Server thread/ERROR] [FML]: 3: ASM: spongeforge onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  1649. > [15:05:17] [Server thread/ERROR] [FML]: 4: ASM: p455w0rdslib.handlers.ProcessHandler@419a367f onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  1650. > [15:05:17] [Server thread/ERROR] [FML]: 5: ASM: ic2.core.TickHandler@46177975 onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  1651. > [15:05:17] [Server thread/ERROR] [FML]: 6: ASM: class buildcraft.lib.BCLibEventDist serverTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  1652. > [15:05:17] [Server thread/ERROR] [FML]: 7: ASM: INSTANCE onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  1653. > [15:05:17] [Server thread/ERROR] [FML]: 8: ASM: mca.core.forge.EventHooks@70508d33 onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  1654. > [15:05:17] [Server thread/ERROR] [FML]: 9: ASM: com.xcompwiz.mystcraft.core.MystcraftTickHandler@40e09716 onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  1655. > [15:05:17] [Server thread/ERROR] [FML]: 10: ASM: radixcore.core.RadixEvents@733d03b4 serverTickEventHandler(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  1656. > [15:05:17] [Server thread/ERROR] [FML]: 11: ASM: mods.railcraft.client.util.sounds.SoundLimiterTicker@58aedbe tick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  1657. > [15:05:17] [Server thread/ERROR] [FML]: 12: ASM: mods.railcraft.common.advancements.criterion.CartRidingTrigger@5f38af8b tick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  1658. > [15:05:17] [Server thread/ERROR] [FML]: 13: ASM: micdoodle8.mods.galacticraft.planets.asteroids.tick.AsteroidsTickHandlerServer@4433dc87 onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  1659. > [15:05:17] [Server thread/ERROR] [FML]: 14: ASM: micdoodle8.mods.galacticraft.planets.venus.tick.VenusTickHandlerServer@45cbb31f onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  1660. > [15:05:17] [Server thread/ERROR] [FML]: 15: ASM: dan200.computercraft.shared.proxy.ComputerCraftProxyCommon$ForgeHandlers@16e9e5c3 onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  1661. > [15:05:17] [Server thread/ERROR] [FML]: 16: ASM: Network Registry:
  1662. [] onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  1663. > [15:05:17] [Server thread/ERROR] [FML]: 17: ASM: openblocks.common.ServerTickHandler@3301010f onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  1664. > [15:05:17] [Server thread/ERROR] [FML]: 18: ASM: fathertoast.specialmobs.SpecialMobReplacer@288da318 onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  1665. > [15:05:17] [Server thread/ERROR] [FML]: 19: ASM: net.tropicraft.core.common.BuildEvents@5723841b tickServer(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  1666. > [15:05:17] [Server thread/ERROR] [FML]: 20: ASM: net.tropicraft.core.common.event.MiscEvents@2e7815b7 tickServer(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  1667. > [15:05:17] [Server thread/ERROR] [FML]: 21: ASM: net.tropicraft.core.common.event.SpawnEvents@11765ce0 tickServer(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  1668. > [15:05:17] [Server thread/ERROR] [FML]: 22: ASM: class thebetweenlands.common.handler.WorldEventHandler onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  1669. > [15:05:17] [Server thread/ERROR] [FML]: 23: ASM: class thebetweenlands.common.capability.base.EntityCapabilityHandler onServerTickEvent(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  1670. > [15:05:17] [Server thread/ERROR] [FML]: 24: ASM: thebetweenlands.common.world.biome.spawning.WorldMobSpawner@7aaf3d03 onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  1671. > [15:05:17] [Server thread/ERROR] [FML]: 25: ASM: class thebetweenlands.common.handler.EnvironmentEventOverridesHandler onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  1672. > [15:05:17] [Server thread/ERROR] [FML]: 26: ASM: class thebetweenlands.common.world.storage.OfflinePlayerHandlerImpl onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  1673. > [15:05:17] [Server thread/ERROR] [FML]: 27: ASM: aroma1997.core.util.registry.TickRegistry$3@49d3b23f serverTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  1674. > [15:05:17] [Server thread/ERROR] [FML]: 28: ASM: micdoodle8.mods.galacticraft.core.tick.TickHandlerServer@7cfd473e onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  1675. > [15:05:17] [Server thread/ERROR] [FML]: 29: ASM: com.xcompwiz.mystcraft.world.profiling.InstabilityDataCalculator@2adde1c9 onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  1676. > [15:05:17] [Server thread/ERROR] [FML]: 30: ASM: class electroblob.wizardry.integration.DamageSafetyChecker tick(Lnet/minecraftforge/fml/common/gameevent/TickEvent;)V
  1677. > [15:05:17] [Server thread/ERROR] [FML]: 31: ASM: lumien.randomthings.handler.RTEventHandler@7bc39fed tick(Lnet/minecraftforge/fml/common/gameevent/TickEvent;)V
  1678. > [15:05:17] [Server thread/ERROR] [FML]: 32: ASM: com.sk89q.worldedit.forge.ThreadSafeCache@2b18d629 tickStart(Lnet/minecraftforge/fml/common/gameevent/TickEvent;)V
  1679. > [15:05:17] [Server thread/ERROR] [FML]: 33: ASM: appeng.hooks.TickHandler@2166dd2e onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent;)V
  1680. > [15:05:17] [Server thread/ERROR] [FML]: 34: LOWEST
  1681. > [15:05:17] [Server thread/ERROR] [FML]: 35: ASM: class codechicken.lib.internal.CCLLog onTickEnd(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  1682. > [15:05:17] [Server thread/ERROR] [minecraft/MinecraftServer]: Encountered an unexpected exception
  1683. java.lang.ClassCastException: net.minecraft.world.WorldProviderSurface cannot be cast to com.xcompwiz.mystcraft.world.profiling.WorldProviderMystDummy
  1684. at com.xcompwiz.mystcraft.world.profiling.InstabilityDataCalculator.stepChunkGeneration(InstabilityDataCalculator.java:376) ~[InstabilityDataCalculator.class:?]
  1685. at com.xcompwiz.mystcraft.world.profiling.InstabilityDataCalculator.onServerTick(InstabilityDataCalculator.java:198) ~[InstabilityDataCalculator.class:?]
  1686. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1392_InstabilityDataCalculator_onServerTick_ServerTickEvent.invoke(.dynamic) ~[?:?]
  1687. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  1688. at net.minecraftforge.fml.common.eventhandler.EventBus.forgeBridge$post(EventBus.java:753) ~[EventBus.class:?]
  1689. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:703) ~[EventBus.class:?]
  1690. at net.minecraftforge.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:266) ~[FMLCommonHandler.class:?]
  1691. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:712) ~[MinecraftServer.class:?]
  1692. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  1693. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
  1694. > [15:05:17] [Server thread/ERROR] [minecraft/MinecraftServer]: This crash report has been saved to: /home/container/./crash-reports/crash-2020-04-13_15.05.17-server.txt
  1695. > [15:05:17] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping server
  1696. [15:05:17] [Server thread/INFO] [minecraft/MinecraftServer]: Saving players
  1697. [15:05:17] [Server thread/INFO] [minecraft/MinecraftServer]: Saving worlds
  1698. [15:05:17] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 0
  1699. [15:05:17] [Server thread/WARN] [mca]: Crash detected! Attempting to upload report...
  1700. > [15:05:17] [Server thread/ERROR] [mca]: Failed to submit crash report. Non-OK response code returned: 500
  1701. > [15:05:17] [Server thread/INFO] [Sponge]: Unloading world [world] (minecraft:overworld/0)
  1702. [15:05:18] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world -1
  1703. [15:05:18] [Server thread/INFO] [Sponge]: Unloading world [DIM-1] (minecraft:nether/-1)
  1704. [15:05:18] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 1
  1705. [15:05:18] [Server thread/INFO] [Sponge]: Unloading world [DIM1] (minecraft:the_end/1)
  1706. [15:05:18] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world -343800852
  1707. [15:05:18] [Server thread/INFO] [Sponge]: Unloading world [DIM-343800852] (randomthings:spectre/-343800852)
  1708. [15:05:18] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world -127
  1709. [15:05:18] [Server thread/INFO] [Sponge]: Unloading world [TROPICS] (tropicraft:tropics/-127)
  1710. [15:05:18] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world -23
  1711. [15:05:18] [Server thread/INFO] [Sponge]: Unloading world [DIM-23] (midnight:midnight/-23)
  1712. [15:05:18] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world -6
  1713. [15:05:18] [Server thread/INFO] [Sponge]: Unloading world [DIM-6] (aroma1997sdimension:mining_world/-6)
  1714. [15:05:18] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 2
  1715. [15:05:18] [Server thread/INFO] [Sponge]: Unloading world [DIM2] (appliedenergistics2:storage_cell/2)
  1716. [15:05:18] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 3
  1717. [15:05:18] [Server thread/INFO] [Sponge]: Unloading world [world] (mystcraft:mystcraft/3)
  1718. [15:05:18] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 4
  1719. [15:05:18] [Server thread/INFO] [Sponge]: Unloading world [Dim-Aether] (aether_legacy:aetheri/4)
  1720. [15:05:18] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 7
  1721. [15:05:18] [Server thread/INFO] [Sponge]: Unloading world [DIM7] (twilightforest:twilight_forest/7)
  1722. [15:05:18] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 17
  1723. [15:05:18] [Server thread/INFO] [Sponge]: Unloading world [DIM17] (atum:atum/17)
  1724. [15:05:18] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 20
  1725. [15:05:18] [Server thread/INFO] [Sponge]: Unloading world [DIM20] (thebetweenlands:betweenlands/20)
  1726. [15:05:18] [Server thread/INFO] [nucleus]: Nucleus is performing server shutdown tasks.
  1727. [15:05:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -7878
  1728. [15:05:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -301439
  1729. [15:05:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -7998
  1730. [15:05:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1030
  1731. [15:05:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -99
  1732. [15:05:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -7777
  1733. [15:05:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1007
  1734. [15:05:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -2543
  1735. [15:05:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -2542
  1736. [15:05:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -7996
  1737. [15:05:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1010
  1738. [15:05:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -7994
  1739. [15:05:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1009
  1740. [15:05:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -29
  1741. [15:05:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1005
  1742. [15:05:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -2544
  1743. [15:05:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -7990
  1744. [15:05:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -7979
  1745. [15:05:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1008
  1746. [15:05:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1025
  1747. [15:05:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -7988
  1748. [15:05:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -31
  1749. [15:05:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -7984
  1750. [15:05:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -7983
  1751. [15:05:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -7982
  1752. [15:05:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1022
  1753. [15:05:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1017
  1754. [15:05:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1015
  1755. [15:05:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1016
  1756. [15:05:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1014
  1757. [15:05:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1024
  1758. [15:05:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -28
  1759. [15:05:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1018
  1760. [15:05:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1021
  1761. [15:05:18] [Server thread/INFO] [mcjtylib_ng]: Cleaning up all world data: 1 data blobs
  1762. [15:05:18] [Server thread/INFO] [Mystcraft]: Baseline Profiling cleaning up.
  1763. [15:05:18] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
  1764. [Pterodactyl Daemon] Server marked as OFF
  1765. [Pterodactyl Daemon] ---------- Detected server process in a crashed state! ----------
  1766. [Pterodactyl Daemon] Exit Code: 0
  1767. [Pterodactyl Daemon] Out of Memory: false
  1768. [Pterodactyl Daemon] Error Response:
  1769. [Pterodactyl Daemon] Server process detected as entering a crashed state; rebooting.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement