Advertisement
Guest User

Untitled

a guest
Oct 20th, 2014
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 108.91 KB | None | 0 0
  1. 2014-10-20 19:28:14 [INFO] [minechem] OreDictionaryDefaultHandler registered : nuggetTin
  2. 2014-10-20 19:28:14 [INFO] [minechem] OreDictionaryDefaultHandler registered : nuggetTin
  3. 2014-10-20 19:28:14 [INFO] [minechem] OreDictionaryDefaultHandler registered : nuggetAluminum
  4. 2014-10-20 19:28:14 [INFO] [minechem] OreDictionaryDefaultHandler registered : nuggetAluminum
  5. 2014-10-20 19:28:14 [INFO] [minechem] OreDictionaryDefaultHandler registered : nuggetCobalt
  6. 2014-10-20 19:28:14 [INFO] [minechem] OreDictionaryDefaultHandler registered : nuggetArdite
  7. 2014-10-20 19:28:14 [INFO] [minechem] OreDictionaryDefaultHandler registered : nuggetGold
  8. 2014-10-20 19:28:14 [INFO] [minechem] OreDictionaryDefaultHandler registered : dustArdite
  9. 2014-10-20 19:28:14 [INFO] [minechem] OreDictionaryDefaultHandler registered : dustCobalt
  10. 2014-10-20 19:28:14 [INFO] [minechem] OreDictionaryDefaultHandler registered : dustAluminum
  11. 2014-10-20 19:28:14 [INFO] [TConstruct] Building stick database
  12. 2014-10-20 19:28:14 [WARNING] [OpenMods] Can't connect to http://192.184.9.79:8006
  13. java.net.ConnectException: Connection refused: connect
  14. at java.net.DualStackPlainSocketImpl.connect0(Native Method)
  15. at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
  16. at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  17. at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
  18. at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  19. at java.net.PlainSocketImpl.connect(Unknown Source)
  20. at java.net.SocksSocketImpl.connect(Unknown Source)
  21. at java.net.Socket.connect(Unknown Source)
  22. at openblocks.client.radio.IcyURLConnection.connect(IcyURLConnection.java:58)
  23. at openblocks.client.radio.UrlMeta.resolveImpl(UrlMeta.java:81)
  24. at openblocks.client.radio.UrlMeta.resolve(UrlMeta.java:62)
  25. at openblocks.client.radio.RadioManager$1.run(RadioManager.java:268)
  26. 2014-10-20 19:28:14 [INFO] [OpenMods] openblocks.client.radio.RadioManager$1.run(RadioManager.java:269): Finished preloading stream: http://192.184.9.79:8006, result CANT_CONNECT, type null
  27. 2014-10-20 19:28:14 [INFO] [OpenMods] openblocks.client.radio.RadioManager$1.run(RadioManager.java:267): Preloading stream: http://radiorivendell.de:80/
  28. 2014-10-20 19:28:14 [INFO] [OpenMods] openblocks.client.radio.UrlMeta.resolveImpl(UrlMeta.java:66): Resolving URL http://radiorivendell.de:80/
  29. 2014-10-20 19:28:14 [SEVERE] [TConstruct] Server returned HTTP response code: 509 for URL: https://dl.dropboxusercontent.com/u/42769935/sticks.txt
  30. java.io.IOException: Server returned HTTP response code: 509 for URL: https://dl.dropboxusercontent.com/u/42769935/sticks.txt
  31. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  32. at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
  33. at tconstruct.util.player.TPlayerHandler.buildStickURLDatabase(TPlayerHandler.java:420)
  34. at tconstruct.util.player.TPlayerHandler.<init>(TPlayerHandler.java:403)
  35. at tconstruct.TConstruct.preInit(TConstruct.java:161)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  37. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  38. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  39. at java.lang.reflect.Method.invoke(Unknown Source)
  40. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
  41. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  42. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  43. at java.lang.reflect.Method.invoke(Unknown Source)
  44. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  45. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  46. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  47. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  48. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  49. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
  50. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
  51. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  52. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  53. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  54. at java.lang.reflect.Method.invoke(Unknown Source)
  55. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  56. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  57. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  58. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  59. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  60. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
  61. at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
  62. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
  63. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
  64. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
  65. at net.minecraft.client.main.Main.main(SourceFile:101)
  66. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  67. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  68. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  69. at java.lang.reflect.Method.invoke(Unknown Source)
  70. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  71. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  72. 2014-10-20 19:28:15 [INFO] [STDOUT] Registering Thaumic Tinkerer's automatic crash reporter
  73. 2014-10-20 19:28:15 [INFO] [OpenMods] openblocks.client.radio.RadioManager$1.run(RadioManager.java:269): Finished preloading stream: http://radiorivendell.de:80/, result OK, type audio/mpeg
  74. 2014-10-20 19:28:15 [INFO] [OpenMods] openblocks.client.radio.RadioManager$1.run(RadioManager.java:267): Preloading stream: http://205.164.62.15:10052
  75. 2014-10-20 19:28:15 [INFO] [OpenMods] openblocks.client.radio.UrlMeta.resolveImpl(UrlMeta.java:66): Resolving URL http://205.164.62.15:10052
  76. 2014-10-20 19:28:15 [INFO] [STDOUT] Registered micro material: tile.blockCustomOre
  77. 2014-10-20 19:28:15 [INFO] [STDOUT] Registered micro material: tile.blockCustomOre_7
  78. 2014-10-20 19:28:15 [INFO] [STDOUT] Registered micro material: tile.blockWoodenDevice_6
  79. 2014-10-20 19:28:15 [INFO] [STDOUT] Registered micro material: tile.blockWoodenDevice_7
  80. 2014-10-20 19:28:15 [INFO] [STDOUT] Registered micro material: tile.blockMagicalLog
  81. 2014-10-20 19:28:15 [INFO] [STDOUT] Registered micro material: tile.blockMagicalLeaves
  82. 2014-10-20 19:28:15 [INFO] [STDOUT] Registered micro material: tile.blockCosmeticOpaque
  83. 2014-10-20 19:28:15 [INFO] [STDOUT] Registered micro material: tile.blockCosmeticSolid
  84. 2014-10-20 19:28:15 [INFO] [STDOUT] Registered micro material: tile.blockCosmeticSolid_1
  85. 2014-10-20 19:28:15 [INFO] [STDOUT] Registered micro material: tile.blockCosmeticSolid_2
  86. 2014-10-20 19:28:15 [INFO] [STDOUT] Registered micro material: tile.blockCosmeticSolid_3
  87. 2014-10-20 19:28:15 [INFO] [STDOUT] Registered micro material: tile.blockCosmeticSolid_4
  88. 2014-10-20 19:28:15 [INFO] [STDOUT] Registered micro material: tile.blockCosmeticSolid_5
  89. 2014-10-20 19:28:15 [INFO] [STDOUT] Registered micro material: tile.blockCosmeticSolid_6
  90. 2014-10-20 19:28:15 [INFO] [STDOUT] Registered micro material: tile.ttinkerer:darkQuartz
  91. 2014-10-20 19:28:15 [INFO] [STDOUT] Registered micro material: tile.ttinkerer:darkQuartz_1
  92. 2014-10-20 19:28:15 [INFO] [STDOUT] Open Peripherals detected, not loading own classes
  93. 2014-10-20 19:28:15 [INFO] [OpenMods] openblocks.client.radio.RadioManager$1.run(RadioManager.java:269): Finished preloading stream: http://205.164.62.15:10052, result OK, type audio/mpeg
  94. 2014-10-20 19:28:15 [INFO] [OpenMods] openblocks.client.radio.RadioManager$1.run(RadioManager.java:267): Preloading stream: http://theradio.cc:8000/trcc-stream.mp3
  95. 2014-10-20 19:28:15 [INFO] [OpenMods] openblocks.client.radio.UrlMeta.resolveImpl(UrlMeta.java:66): Resolving URL http://theradio.cc:8000/trcc-stream.mp3
  96. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.stone
  97. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.dirt
  98. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.stonebrick
  99. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.wood
  100. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.wood_1
  101. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.wood_2
  102. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.wood_3
  103. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.log
  104. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.log_1
  105. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.log_2
  106. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.log_3
  107. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.leaves
  108. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.leaves_1
  109. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.leaves_2
  110. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.leaves_3
  111. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.sponge
  112. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.glass
  113. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.blockLapis
  114. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.sandStone
  115. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.sandStone_1
  116. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.sandStone_2
  117. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.cloth
  118. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.cloth_1
  119. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.cloth_2
  120. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.cloth_3
  121. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.cloth_4
  122. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.cloth_5
  123. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.cloth_6
  124. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.cloth_7
  125. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.cloth_8
  126. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.cloth_9
  127. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.cloth_10
  128. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.cloth_11
  129. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.cloth_12
  130. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.cloth_13
  131. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.cloth_14
  132. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.cloth_15
  133. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.blockGold
  134. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.blockIron
  135. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.brick
  136. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.bookshelf
  137. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.stoneMoss
  138. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.obsidian
  139. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.blockDiamond
  140. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.ice
  141. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.snow
  142. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.clay
  143. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.hellrock
  144. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.hellsand
  145. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.lightgem
  146. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.stonebricksmooth
  147. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.stonebricksmooth_1
  148. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.stonebricksmooth_2
  149. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.stonebricksmooth_3
  150. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.netherBrick
  151. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.whiteStone
  152. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.blockEmerald
  153. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.blockRedstone
  154. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.quartzBlock
  155. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.clayHardenedStained
  156. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.clayHardenedStained_1
  157. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.clayHardenedStained_2
  158. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.clayHardenedStained_3
  159. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.clayHardenedStained_4
  160. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.clayHardenedStained_5
  161. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.clayHardenedStained_6
  162. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.clayHardenedStained_7
  163. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.clayHardenedStained_8
  164. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.clayHardenedStained_9
  165. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.clayHardenedStained_10
  166. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.clayHardenedStained_11
  167. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.clayHardenedStained_12
  168. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.clayHardenedStained_13
  169. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.clayHardenedStained_14
  170. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.clayHardenedStained_15
  171. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.clayHardened
  172. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.blockCoal
  173. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.grass
  174. 2014-10-20 19:28:16 [INFO] [STDOUT] Registered micro material: tile.mycel
  175. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class forestry.farming.items.ItemFarmBlock with ID 1395 owned by mod Forestry, this item will NOT survive a 1.7 upgrade!
  176. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class minechem.item.element.ElementItem with ID 4353 owned by mod minechem, this item will NOT survive a 1.7 upgrade!
  177. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class minechem.item.molecule.MoleculeItem with ID 4354 owned by mod minechem, this item will NOT survive a 1.7 upgrade!
  178. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class minechem.item.ItemLens with ID 4355 owned by mod minechem, this item will NOT survive a 1.7 upgrade!
  179. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class minechem.item.ItemAtomicManipulator with ID 4356 owned by mod minechem, this item will NOT survive a 1.7 upgrade!
  180. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class minechem.item.fusionstar.FusionStarItem with ID 4357 owned by mod minechem, this item will NOT survive a 1.7 upgrade!
  181. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class minechem.item.blueprint.ItemBlueprint with ID 4358 owned by mod minechem, this item will NOT survive a 1.7 upgrade!
  182. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class minechem.item.chemistjournal.ChemistJournalItem with ID 4359 owned by mod minechem, this item will NOT survive a 1.7 upgrade!
  183. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class minechem.item.polytool.PolytoolItem with ID 4360 owned by mod minechem, this item will NOT survive a 1.7 upgrade!
  184. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class com.emoniph.witchery.item.ItemBucketSpirit with ID 10901 owned by mod witchery, this item will NOT survive a 1.7 upgrade!
  185. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class com.emoniph.witchery.item.ItemBucketSpirit with ID 10908 owned by mod witchery, this item will NOT survive a 1.7 upgrade!
  186. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class tconstruct.items.armor.ExoArmor with ID 14372 owned by mod TConstruct, this item will NOT survive a 1.7 upgrade!
  187. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class tconstruct.items.armor.ExoArmor with ID 14373 owned by mod TConstruct, this item will NOT survive a 1.7 upgrade!
  188. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class tconstruct.items.armor.ExoArmor with ID 14374 owned by mod TConstruct, this item will NOT survive a 1.7 upgrade!
  189. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class tconstruct.items.armor.ExoArmor with ID 14375 owned by mod TConstruct, this item will NOT survive a 1.7 upgrade!
  190. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class erogenousbeef.bigreactors.common.item.ItemIngot with ID 18006 owned by mod BigReactors, this item will NOT survive a 1.7 upgrade!
  191. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class erogenousbeef.bigreactors.common.item.ItemBRBucket with ID 18007 owned by mod BigReactors, this item will NOT survive a 1.7 upgrade!
  192. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class erogenousbeef.bigreactors.common.item.ItemBRBucket with ID 18008 owned by mod BigReactors, this item will NOT survive a 1.7 upgrade!
  193. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.Item with ID 25135 owned by mod ForgeMicroblock, this item will NOT survive a 1.7 upgrade!
  194. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class com.advGenetics.Items.ItemGeneticBow with ID 31979 owned by mod advancedgenetics, this item will NOT survive a 1.7 upgrade!
  195. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class com.advGenetics.Items.ItemSyringeAntidote with ID 31980 owned by mod advancedgenetics, this item will NOT survive a 1.7 upgrade!
  196. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class com.advGenetics.Items.ItemCell with ID 31981 owned by mod advancedgenetics, this item will NOT survive a 1.7 upgrade!
  197. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.Item with ID 31982 owned by mod advancedgenetics, this item will NOT survive a 1.7 upgrade!
  198. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class com.advGenetics.Items.ItemHelix with ID 31983 owned by mod advancedgenetics, this item will NOT survive a 1.7 upgrade!
  199. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.Item with ID 31984 owned by mod advancedgenetics, this item will NOT survive a 1.7 upgrade!
  200. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class com.advGenetics.Items.ItemSyringe with ID 31985 owned by mod advancedgenetics, this item will NOT survive a 1.7 upgrade!
  201. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.Item with ID 31986 owned by mod advancedgenetics, this item will NOT survive a 1.7 upgrade!
  202. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class com.advGenetics.Items.ItemHealCrystal with ID 31987 owned by mod advancedgenetics, this item will NOT survive a 1.7 upgrade!
  203. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class com.advGenetics.Items.ItemMagnifier with ID 31988 owned by mod advancedgenetics, this item will NOT survive a 1.7 upgrade!
  204. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.Item with ID 31989 owned by mod advancedgenetics, this item will NOT survive a 1.7 upgrade!
  205. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.Item with ID 31990 owned by mod advancedgenetics, this item will NOT survive a 1.7 upgrade!
  206. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class com.advGenetics.Items.ItemGene with ID 31991 owned by mod advancedgenetics, this item will NOT survive a 1.7 upgrade!
  207. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class com.advGenetics.Items.ItemSyringe with ID 31992 owned by mod advancedgenetics, this item will NOT survive a 1.7 upgrade!
  208. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class com.advGenetics.Items.ItemSyringe with ID 31993 owned by mod advancedgenetics, this item will NOT survive a 1.7 upgrade!
  209. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class com.advGenetics.Items.ItemGene with ID 31994 owned by mod advancedgenetics, this item will NOT survive a 1.7 upgrade!
  210. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class com.advGenetics.Items.ItemHelix with ID 31995 owned by mod advancedgenetics, this item will NOT survive a 1.7 upgrade!
  211. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.Item with ID 31996 owned by mod advancedgenetics, this item will NOT survive a 1.7 upgrade!
  212. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class com.advGenetics.Items.ItemCell with ID 31997 owned by mod advancedgenetics, this item will NOT survive a 1.7 upgrade!
  213. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class com.advGenetics.Items.ItemSkinScales with ID 31998 owned by mod advancedgenetics, this item will NOT survive a 1.7 upgrade!
  214. 2014-10-20 19:28:16 [SEVERE] [ForgeModLoader] Found anonymous item of class com.advGenetics.Items.ItemScraper with ID 31999 owned by mod advancedgenetics, this item will NOT survive a 1.7 upgrade!
  215. 2014-10-20 19:28:16 [INFO] [OpenMods] openblocks.client.radio.RadioManager$1.run(RadioManager.java:269): Finished preloading stream: http://theradio.cc:8000/trcc-stream.mp3, result OK, type audio/mpeg
  216. 2014-10-20 19:28:16 [INFO] [OpenMods] openblocks.client.radio.RadioManager$1.run(RadioManager.java:267): Preloading stream: http://streaming202.radionomy.com:80/abacusfm-vintage-jazz
  217. 2014-10-20 19:28:16 [INFO] [OpenMods] openblocks.client.radio.UrlMeta.resolveImpl(UrlMeta.java:66): Resolving URL http://streaming202.radionomy.com:80/abacusfm-vintage-jazz
  218. 2014-10-20 19:28:16 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: advancedgenetics:textures/blocks/tile.dnacombiner.name.png
  219. 2014-10-20 19:28:16 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: advancedgenetics:textures/blocks/tile.dnaextractor.name.png
  220. 2014-10-20 19:28:16 [INFO] [OpenMods] openblocks.client.radio.RadioManager$1.run(RadioManager.java:269): Finished preloading stream: http://streaming202.radionomy.com:80/abacusfm-vintage-jazz, result OK, type audio/mpeg
  221. 2014-10-20 19:28:16 [INFO] [OpenMods] openblocks.client.radio.RadioManager$1.run(RadioManager.java:267): Preloading stream: http://s1.stream-experts.net:8032/
  222. 2014-10-20 19:28:16 [INFO] [OpenMods] openblocks.client.radio.UrlMeta.resolveImpl(UrlMeta.java:66): Resolving URL http://s1.stream-experts.net:8032/
  223. 2014-10-20 19:28:16 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: ttinkerer:textures/blocks/repairer.png
  224. 2014-10-20 19:28:16 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: advancedgenetics:textures/blocks/tile.dnaautosplitter.name.png
  225. 2014-10-20 19:28:17 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: advancedgenetics:textures/blocks/tile.dnabreeder.name.png
  226. 2014-10-20 19:28:17 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: advancedgenetics:textures/blocks/tile.dnaanalyser.name.png
  227. 2014-10-20 19:28:17 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: advancedgenetics:textures/blocks/tile.dnaencoder.name.png
  228. 2014-10-20 19:28:17 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: icbm:textures/blocks/turretPlatform.png
  229. 2014-10-20 19:28:17 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: ttinkerer:textures/blocks/magnet.png
  230. 2014-10-20 19:28:17 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: advancedgenetics:textures/blocks/tile.centrifuge.name.png
  231. 2014-10-20 19:28:17 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: forestry:textures/blocks/wood/planks.giganteum.png
  232. 2014-10-20 19:28:17 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_ITEM_15245_openblocks.stencil.png
  233. 2014-10-20 19:28:17 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: advancedgenetics:textures/blocks/tile.dnainsulator.name.png
  234. 2014-10-20 19:28:17 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: advancedgenetics:textures/blocks/tile.dnasplitter.name.png
  235. 2014-10-20 19:28:17 [INFO] [OpenMods] openblocks.client.radio.RadioManager$1.run(RadioManager.java:269): Finished preloading stream: http://s1.stream-experts.net:8032/, result OK, type audio/mpeg
  236. 2014-10-20 19:28:17 [INFO] [OpenMods] openblocks.client.radio.RadioManager$1.run(RadioManager.java:267): Preloading stream: http://91.121.166.38:7016/
  237. 2014-10-20 19:28:17 [INFO] [OpenMods] openblocks.client.radio.UrlMeta.resolveImpl(UrlMeta.java:66): Resolving URL http://91.121.166.38:7016/
  238. 2014-10-20 19:28:17 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: icbm:textures/blocks/proximityDetector.png
  239. 2014-10-20 19:28:17 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: advancedgenetics:textures/blocks/tile.dnaremover.name.png
  240. 2014-10-20 19:28:17 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: advancedgenetics:textures/blocks/tile.dnatransmutator.name.png
  241. 2014-10-20 19:28:18 [INFO] [OpenMods] openblocks.client.radio.RadioManager$1.run(RadioManager.java:269): Finished preloading stream: http://91.121.166.38:7016/, result OK, type audio/mpeg
  242. 2014-10-20 19:28:18 [INFO] [OpenMods] openblocks.client.radio.RadioManager$1.run(RadioManager.java:267): Preloading stream: http://50.7.173.162:8010
  243. 2014-10-20 19:28:18 [INFO] [OpenMods] openblocks.client.radio.UrlMeta.resolveImpl(UrlMeta.java:66): Resolving URL http://50.7.173.162:8010
  244. 2014-10-20 19:28:18 [INFO] [OpenMods] openblocks.client.radio.RadioManager$1.run(RadioManager.java:269): Finished preloading stream: http://50.7.173.162:8010, result OK, type audio/mpeg
  245. 2014-10-20 19:28:18 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/items/MISSING_ICON_ITEM_31961_ccprogramdisk.png
  246. 2014-10-20 19:28:18 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: icbm:textures/items/rocketLauncher.png
  247. 2014-10-20 19:28:18 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: forestry:textures/items/analyzer/natural.png
  248. 2014-10-20 19:28:18 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: ttinkerer:textures/items/ichorShovelGem.png
  249. 2014-10-20 19:28:18 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/items/MISSING_ICON_ITEM_4357_minechem.itemFusionStar.png
  250. 2014-10-20 19:28:18 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: forestry:textures/items/misc/empty.png
  251. 2014-10-20 19:28:19 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: forestry:textures/items/misc/liquid.png
  252. 2014-10-20 19:28:19 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: ttinkerer:textures/items/ichorAxeGem.png
  253. 2014-10-20 19:28:19 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: ttinkerer:textures/items/ichorPickGem.png
  254. 2014-10-20 19:28:20 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: ttinkerer:textures/items/ichorSwordGem.png
  255. 2014-10-20 19:28:20 [INFO] [STDOUT] Removing TMI Uninstaller
  256. 2014-10-20 19:28:20 [INFO] [STDOUT] Deleting Dir: C:\Users\Ryan\AppData\Roaming\.minecraft\versions\1.6.4-Forge9.11.1.965\TMIUninstaller
  257. 2014-10-20 19:28:20 [WARNING] [Buildcraft] Unable to read from remote version authority.
  258. 2014-10-20 19:28:20 [WARNING] [Buildcraft] java.io.FileNotFoundException: https://dl.dropboxusercontent.com/u/38558957/Minecraft/Buildcraft/version.txt
  259. 2014-10-20 19:28:20 [INFO] [Buildcraft] Version check attempt 3 failed, trying again in 10 seconds
  260. 2014-10-20 19:28:20 [INFO] [STDOUT] DamageIndicatorsMod/
  261. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DamageIndicatorsMod/client/
  262. 2014-10-20 19:28:20 [INFO] [STDOUT] DamageIndicatorsMod/client/DIClientProxy$1.class
  263. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DamageIndicatorsMod/client/DIClientProxy$2.class
  264. 2014-10-20 19:28:20 [INFO] [STDOUT] DamageIndicatorsMod/client/DIClientProxy.class
  265. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DamageIndicatorsMod/configuration/
  266. 2014-10-20 19:28:20 [INFO] [STDOUT] DamageIndicatorsMod/configuration/DIConfig.class
  267. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DamageIndicatorsMod/core/
  268. 2014-10-20 19:28:20 [INFO] [STDOUT] DamageIndicatorsMod/core/DIEventBus.class
  269. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DamageIndicatorsMod/core/DITicker.class
  270. 2014-10-20 19:28:20 [INFO] [STDOUT] DamageIndicatorsMod/core/EntityConfigurationEntry.class
  271. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DamageIndicatorsMod/core/KeyBindingReposition.class
  272. 2014-10-20 19:28:20 [INFO] [STDOUT] DamageIndicatorsMod/core/PacketHandler.class
  273. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DamageIndicatorsMod/core/ParticleHandling.class
  274. 2014-10-20 19:28:20 [INFO] [STDOUT] DamageIndicatorsMod/core/TextTransfer.class
  275. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DamageIndicatorsMod/core/Tools$1.class
  276. 2014-10-20 19:28:20 [INFO] [STDOUT] DamageIndicatorsMod/core/Tools.class
  277. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DamageIndicatorsMod/DIMod.class
  278. 2014-10-20 19:28:20 [INFO] [STDOUT] DamageIndicatorsMod/donatorcape.png
  279. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DamageIndicatorsMod/gui/
  280. 2014-10-20 19:28:20 [INFO] [STDOUT] DamageIndicatorsMod/gui/AdvancedGui.class
  281. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DamageIndicatorsMod/gui/DIGuiTools$1.class
  282. 2014-10-20 19:28:20 [INFO] [STDOUT] DamageIndicatorsMod/gui/DIGuiTools.class
  283. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DamageIndicatorsMod/gui/EntityConfigurationEntryComparator.class
  284. 2014-10-20 19:28:20 [INFO] [STDOUT] DamageIndicatorsMod/gui/GuiCheckBox.class
  285. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DamageIndicatorsMod/gui/GuiEntityList.class
  286. 2014-10-20 19:28:20 [INFO] [STDOUT] DamageIndicatorsMod/gui/GuiToolTip.class
  287. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DamageIndicatorsMod/gui/RepositionGui.class
  288. 2014-10-20 19:28:20 [INFO] [STDOUT] DamageIndicatorsMod/gui/SkinGui.class
  289. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DamageIndicatorsMod/gui/SkinSlot.class
  290. 2014-10-20 19:28:20 [INFO] [STDOUT] DamageIndicatorsMod/rendering/
  291. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DamageIndicatorsMod/rendering/DIWordParticles.class
  292. 2014-10-20 19:28:20 [INFO] [STDOUT] DamageIndicatorsMod/server/
  293. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DamageIndicatorsMod/server/CommandDI.class
  294. 2014-10-20 19:28:20 [INFO] [STDOUT] DamageIndicatorsMod/server/DIProxy$1.class
  295. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DamageIndicatorsMod/server/DIProxy.class
  296. 2014-10-20 19:28:20 [INFO] [STDOUT] DamageIndicatorsMod/server/ServerEventHandler.class
  297. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DamageIndicatorsMod/util/
  298. 2014-10-20 19:28:20 [INFO] [STDOUT] DamageIndicatorsMod/util/EntityConfigurationEntryComparator.class
  299. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DamageIndicatorsMod/util/Util.class
  300. 2014-10-20 19:28:20 [INFO] [STDOUT] defaults.cfg
  301. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DITextures/
  302. 2014-10-20 19:28:20 [INFO] [STDOUT] DITextures/AbstractSkin.class
  303. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DITextures/Default/
  304. 2014-10-20 19:28:20 [INFO] [STDOUT] DITextures/Default/background.png
  305. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DITextures/Default/centerPotions.png
  306. 2014-10-20 19:28:20 [INFO] [STDOUT] DITextures/Default/damage.png
  307. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DITextures/Default/DIFrameSkin.png
  308. 2014-10-20 19:28:20 [INFO] [STDOUT] DITextures/Default/DITypeIcons.png
  309. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DITextures/Default/health.png
  310. 2014-10-20 19:28:20 [INFO] [STDOUT] DITextures/Default/leftPotions.png
  311. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DITextures/Default/NamePlate.png
  312. 2014-10-20 19:28:20 [INFO] [STDOUT] DITextures/Default/rightPotions.png
  313. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DITextures/Default/skin.cfg
  314. 2014-10-20 19:28:20 [INFO] [STDOUT] DITextures/EnumSkinPart.class
  315. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DITextures/FileSkinRegistration.class
  316. 2014-10-20 19:28:20 [INFO] [STDOUT] DITextures/JarSkinRegistration.class
  317. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DITextures/Minimal/
  318. 2014-10-20 19:28:20 [INFO] [STDOUT] DITextures/Minimal/background.png
  319. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DITextures/Minimal/centerPotions.png
  320. 2014-10-20 19:28:20 [INFO] [STDOUT] DITextures/Minimal/damage.png
  321. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DITextures/Minimal/DIFrameSkin.png
  322. 2014-10-20 19:28:20 [INFO] [STDOUT] DITextures/Minimal/DITypeIcons.png
  323. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DITextures/Minimal/health.png
  324. 2014-10-20 19:28:20 [INFO] [STDOUT] DITextures/Minimal/leftPotions.png
  325. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DITextures/Minimal/NamePlate.png
  326. 2014-10-20 19:28:20 [INFO] [STDOUT] DITextures/Minimal/rightPotions.png
  327. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DITextures/Minimal/skin.cfg
  328. 2014-10-20 19:28:20 [INFO] [STDOUT] DITextures/Ordering.class
  329. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DITextures/WoWLike/
  330. 2014-10-20 19:28:20 [INFO] [STDOUT] DITextures/WoWLike/background.png
  331. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DITextures/WoWLike/centerPotions.png
  332. 2014-10-20 19:28:20 [INFO] [STDOUT] DITextures/WoWLike/damage.png
  333. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DITextures/WoWLike/DIFrameSkin.png
  334. 2014-10-20 19:28:20 [INFO] [STDOUT] DITextures/WoWLike/DITypeIcons.png
  335. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DITextures/WoWLike/health.png
  336. 2014-10-20 19:28:20 [INFO] [STDOUT] DITextures/WoWLike/leftPotions.png
  337. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DITextures/WoWLike/NamePlate.png
  338. 2014-10-20 19:28:20 [INFO] [STDOUT] DITextures/WoWLike/rightPotions.png
  339. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] DITextures/WoWLike/skin.cfg
  340. 2014-10-20 19:28:20 [INFO] [STDOUT] mcmod.info
  341. 2014-10-20 19:28:20 [INFO] [ForgeModLoader] version.properties
  342. 2014-10-20 19:28:21 [INFO] [ForgeModLoader] [AppEng] Starting Applied Energistics
  343. 2014-10-20 19:28:21 [INFO] [ForgeModLoader] [AppEng] NEI Integration Enabled.
  344. 2014-10-20 19:28:21 [INFO] [minechem] Unknown type of Certus Quartz : oreCertusQuartz
  345. 2014-10-20 19:28:21 [INFO] [minechem] OreDictionaryDefaultHandler registered : dustGold
  346. 2014-10-20 19:28:21 [INFO] [minechem] OreDictionaryDefaultHandler registered : dustIron
  347. 2014-10-20 19:28:22 [INFO] [STDOUT] [Mekanism] Version 6.0.5 initializing...
  348. 2014-10-20 19:28:22 [INFO] [minechem] OreDictionaryDefaultHandler registered : dustIron
  349. 2014-10-20 19:28:22 [INFO] [minechem] OreDictionaryDefaultHandler registered : dustGold
  350. 2014-10-20 19:28:22 [INFO] [minechem] OreDictionaryDefaultHandler registered : dustOsmium
  351. 2014-10-20 19:28:22 [INFO] [minechem] OreDictionaryDefaultHandler registered : dustCopper
  352. 2014-10-20 19:28:22 [INFO] [minechem] OreDictionaryDefaultHandler registered : dustTin
  353. 2014-10-20 19:28:22 [INFO] [minechem] OreDictionaryDefaultHandler registered : dustSilver
  354. 2014-10-20 19:28:22 [INFO] [minechem] OreDictionaryDefaultHandler registered : dustLead
  355. 2014-10-20 19:28:22 [INFO] [minechem] OreDictionaryDefaultHandler registered : dustSulfur
  356. 2014-10-20 19:28:22 [INFO] [minechem] OreDictionaryDefaultHandler registered : ingotOsmium
  357. 2014-10-20 19:28:22 [INFO] [minechem] OreDictionaryDefaultHandler registered : ingotCopper
  358. 2014-10-20 19:28:22 [INFO] [minechem] OreDictionaryDefaultHandler registered : ingotTin
  359. 2014-10-20 19:28:22 [INFO] [minechem] OreDictionaryDefaultHandler registered : blockOsmium
  360. 2014-10-20 19:28:22 [WARNING] [minechem] OreDictionaryDefaultHandler : Invalid ore dictionary type.
  361. 2014-10-20 19:28:22 [INFO] [minechem] OreDictionaryDefaultHandler registered : blockCopper
  362. 2014-10-20 19:28:22 [WARNING] [minechem] OreDictionaryDefaultHandler : Invalid ore dictionary type.
  363. 2014-10-20 19:28:22 [INFO] [minechem] OreDictionaryDefaultHandler registered : blockTin
  364. 2014-10-20 19:28:22 [WARNING] [minechem] OreDictionaryDefaultHandler : Invalid ore dictionary type.
  365. 2014-10-20 19:28:22 [INFO] [minechem] OreDictionaryDefaultHandler registered : dustDirtyIron
  366. 2014-10-20 19:28:22 [INFO] [minechem] OreDictionaryDefaultHandler registered : dustDirtyGold
  367. 2014-10-20 19:28:22 [INFO] [minechem] OreDictionaryDefaultHandler registered : dustDirtyOsmium
  368. 2014-10-20 19:28:22 [INFO] [minechem] OreDictionaryDefaultHandler registered : dustDirtyCopper
  369. 2014-10-20 19:28:22 [INFO] [minechem] OreDictionaryDefaultHandler registered : dustDirtyTin
  370. 2014-10-20 19:28:22 [INFO] [minechem] OreDictionaryDefaultHandler registered : dustDirtySilver
  371. 2014-10-20 19:28:22 [INFO] [minechem] OreDictionaryDefaultHandler registered : dustDirtyLead
  372. 2014-10-20 19:28:22 [INFO] [minechem] OreDictionaryDefaultHandler registered : oreOsmium
  373. 2014-10-20 19:28:22 [INFO] [minechem] OreDictionaryDefaultHandler registered : oreCopper
  374. 2014-10-20 19:28:22 [INFO] [minechem] OreDictionaryDefaultHandler registered : oreTin
  375. 2014-10-20 19:28:22 [INFO] [minechem] OreDictionaryDefaultHandler registered : ingotIron
  376. 2014-10-20 19:28:22 [INFO] [minechem] OreDictionaryDefaultHandler registered : ingotGold
  377. 2014-10-20 19:28:23 [INFO] [STDOUT] [Mekanism] Render registrations complete.
  378. 2014-10-20 19:28:23 [INFO] [STDOUT] [Mekanism] Initialized HolidayManager.
  379. 2014-10-20 19:28:23 [INFO] [STDOUT] [Mekanism] Loading complete.
  380. 2014-10-20 19:28:23 [INFO] [Minecraft] [Mekanism] Mod loaded.
  381. 2014-10-20 19:28:23 [INFO] [fml.ItemTracker] The mod MineFactoryReloaded is overwriting existing item at 102 (net.minecraft.block.BlockPane from Minecraft) with net.minecraft.item.ItemBlock
  382. 2014-10-20 19:28:23 [INFO] [fml.ItemTracker] The mod MineFactoryReloaded is overwriting existing item at 79 (net.minecraft.block.BlockIce from Minecraft) with powercrystals.minefactoryreloaded.block.ItemBlockVanillaIce
  383. 2014-10-20 19:28:23 [INFO] [minechem] OreDictionaryDefaultHandler registered : nuggetGold
  384. 2014-10-20 19:28:23 [INFO] [minechem] OreDictionaryDefaultHandler registered : ingotGold
  385. 2014-10-20 19:28:23 [INFO] [minechem] OreDictionaryDefaultHandler registered : dustIron
  386. 2014-10-20 19:28:23 [INFO] [minechem] OreDictionaryDefaultHandler registered : dustGold
  387. 2014-10-20 19:28:23 [INFO] [minechem] OreDictionaryDefaultHandler registered : dustCopper
  388. 2014-10-20 19:28:23 [INFO] [minechem] OreDictionaryDefaultHandler registered : dustTin
  389. 2014-10-20 19:28:23 [INFO] [minechem] OreDictionaryDefaultHandler registered : dustSilver
  390. 2014-10-20 19:28:23 [INFO] [minechem] OreDictionaryDefaultHandler registered : dustLead
  391. 2014-10-20 19:28:23 [INFO] [minechem] OreDictionaryDefaultHandler registered : dustNickel
  392. 2014-10-20 19:28:23 [INFO] [minechem] OreDictionaryDefaultHandler registered : dustPlatinum
  393. 2014-10-20 19:28:23 [INFO] [minechem] OreDictionaryDefaultHandler registered : ingotCopper
  394. 2014-10-20 19:28:23 [INFO] [minechem] OreDictionaryDefaultHandler registered : ingotTin
  395. 2014-10-20 19:28:23 [INFO] [minechem] OreDictionaryDefaultHandler registered : ingotSilver
  396. 2014-10-20 19:28:23 [INFO] [minechem] OreDictionaryDefaultHandler registered : ingotLead
  397. 2014-10-20 19:28:23 [INFO] [minechem] OreDictionaryDefaultHandler registered : ingotNickel
  398. 2014-10-20 19:28:23 [INFO] [minechem] OreDictionaryDefaultHandler registered : ingotPlatinum
  399. 2014-10-20 19:28:23 [INFO] [minechem] OreDictionaryDefaultHandler registered : nuggetCopper
  400. 2014-10-20 19:28:23 [INFO] [minechem] OreDictionaryDefaultHandler registered : nuggetTin
  401. 2014-10-20 19:28:23 [INFO] [minechem] OreDictionaryDefaultHandler registered : nuggetSilver
  402. 2014-10-20 19:28:23 [INFO] [minechem] OreDictionaryDefaultHandler registered : nuggetLead
  403. 2014-10-20 19:28:23 [INFO] [minechem] OreDictionaryDefaultHandler registered : nuggetNickel
  404. 2014-10-20 19:28:23 [INFO] [minechem] OreDictionaryDefaultHandler registered : nuggetPlatinum
  405. 2014-10-20 19:28:23 [INFO] [minechem] OreDictionaryDefaultHandler registered : dustSulfur
  406. 2014-10-20 19:28:23 [INFO] [ForgeModLoader] An updated version of Minefactory Reloaded is available: 2.8.0RC3.
  407. 2014-10-20 19:28:23 [INFO] [ForgeModLoader] This update is for Minecraft 1.7.10.
  408. 2014-10-20 19:28:24 [INFO] [minechem] OreDictionaryDefaultHandler registered : oreCopper
  409. 2014-10-20 19:28:24 [INFO] [minechem] OreDictionaryDefaultHandler registered : oreTin
  410. 2014-10-20 19:28:24 [INFO] [minechem] OreDictionaryDefaultHandler registered : oreSilver
  411. 2014-10-20 19:28:24 [INFO] [minechem] OreDictionaryDefaultHandler registered : oreLead
  412. 2014-10-20 19:28:24 [INFO] [minechem] OreDictionaryDefaultHandler registered : oreNickel
  413. 2014-10-20 19:28:24 [INFO] [minechem] OreDictionaryDefaultHandler registered : blockCopper
  414. 2014-10-20 19:28:24 [WARNING] [minechem] OreDictionaryDefaultHandler : Invalid ore dictionary type.
  415. 2014-10-20 19:28:24 [INFO] [minechem] OreDictionaryDefaultHandler registered : blockTin
  416. 2014-10-20 19:28:24 [WARNING] [minechem] OreDictionaryDefaultHandler : Invalid ore dictionary type.
  417. 2014-10-20 19:28:24 [INFO] [minechem] OreDictionaryDefaultHandler registered : blockSilver
  418. 2014-10-20 19:28:24 [WARNING] [minechem] OreDictionaryDefaultHandler : Invalid ore dictionary type.
  419. 2014-10-20 19:28:24 [INFO] [minechem] OreDictionaryDefaultHandler registered : blockLead
  420. 2014-10-20 19:28:24 [WARNING] [minechem] OreDictionaryDefaultHandler : Invalid ore dictionary type.
  421. 2014-10-20 19:28:24 [INFO] [minechem] OreDictionaryDefaultHandler registered : blockNickel
  422. 2014-10-20 19:28:24 [WARNING] [minechem] OreDictionaryDefaultHandler : Invalid ore dictionary type.
  423. 2014-10-20 19:28:24 [INFO] [minechem] OreDictionaryDefaultHandler registered : blockPlatinum
  424. 2014-10-20 19:28:24 [WARNING] [minechem] OreDictionaryDefaultHandler : Invalid ore dictionary type.
  425. 2014-10-20 19:28:24 [INFO] [STDERR] Trait already registered for cofh.api.energy.IEnergyHandler
  426. 2014-10-20 19:28:24 [INFO] [STDERR] Trait already registered for cofh.api.energy.IEnergyHandler
  427. 2014-10-20 19:28:24 [INFO] [STDERR] Trait already registered for net.minecraftforge.fluids.IFluidHandler
  428. 2014-10-20 19:28:24 [INFO] [STDERR] Trait already registered for net.minecraftforge.fluids.IFluidHandler
  429. 2014-10-20 19:28:24 [INFO] [STDERR] [BiomesOPlenty] [skins.txt] Syntax error on line 4:
  430. 2014-10-20 19:28:24 [INFO] [STDERR] [BiomesOPlenty] [skins.txt] Syntax error on line 7:
  431. 2014-10-20 19:28:24 [INFO] [STDERR] [BiomesOPlenty] [skins.txt] Syntax error on line 10:
  432. 2014-10-20 19:28:24 [INFO] [STDERR] [BiomesOPlenty] [skins.txt] Syntax error on line 13:
  433. 2014-10-20 19:28:24 [INFO] [STDERR] [BiomesOPlenty] [skins.txt] Syntax error on line 17:
  434. 2014-10-20 19:28:24 [INFO] [STDERR] [BiomesOPlenty] [skins.txt] Syntax error on line 20:
  435. 2014-10-20 19:28:24 [INFO] [STDERR] [BiomesOPlenty] [skins.txt] Syntax error on line 23:
  436. 2014-10-20 19:28:24 [INFO] [STDERR] [BiomesOPlenty] [skins.txt] Syntax error on line 26:
  437. 2014-10-20 19:28:24 [INFO] [STDERR] [BiomesOPlenty] [skins.txt] Syntax error on line 29:
  438. 2014-10-20 19:28:24 [INFO] [STDERR] [BiomesOPlenty] [skins.txt] Syntax error on line 32:
  439. 2014-10-20 19:28:24 [INFO] [STDERR] [BiomesOPlenty] [skins.txt] Syntax error on line 35:
  440. 2014-10-20 19:28:24 [INFO] [STDERR] [BiomesOPlenty] [skins.txt] Syntax error on line 38:
  441. 2014-10-20 19:28:24 [INFO] [STDERR] [BiomesOPlenty] [skins.txt] Syntax error on line 42:
  442. 2014-10-20 19:28:24 [INFO] [STDERR] [BiomesOPlenty] [skins.txt] Syntax error on line 45:
  443. 2014-10-20 19:28:24 [INFO] [STDERR] [BiomesOPlenty] [skins.txt] Syntax error on line 48:
  444. 2014-10-20 19:28:24 [INFO] [STDERR] [BiomesOPlenty] [skins.txt] Syntax error on line 51:
  445. 2014-10-20 19:28:24 [INFO] [STDERR] [BiomesOPlenty] [skins.txt] Syntax error on line 54:
  446. 2014-10-20 19:28:24 [INFO] [STDERR] [BiomesOPlenty] [skins.txt] Syntax error on line 58:
  447. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.mud.0
  448. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.mud.1
  449. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.generic.dried_dirt
  450. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.redRocks.0
  451. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.redRocks.1
  452. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.redRocks.2
  453. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.ash
  454. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.leaves1.0
  455. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.leaves1.1
  456. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.leaves1.2
  457. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.leaves1.3
  458. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.leaves2.0
  459. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.leaves2.1
  460. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.leaves2.2
  461. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.leaves2.3
  462. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.leaves3.0
  463. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.leaves3.1
  464. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.leaves3.2
  465. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.leaves3.3
  466. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.leaves4.0
  467. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.leaves4.1
  468. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.generic.ash_stone
  469. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.generic.hard_ice
  470. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.leavesFruit.0
  471. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.leavesFruit2.0
  472. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.generic.mud_brick
  473. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.originGrass
  474. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.longGrass
  475. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.wood1.0
  476. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.wood1.1
  477. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.wood1.2
  478. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.wood1.3
  479. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.wood2.0
  480. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.wood2.1
  481. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.wood2.2
  482. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.wood2.3
  483. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.wood3.0
  484. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.wood3.1
  485. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.wood3.2
  486. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.wood3.3
  487. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.wood4.0
  488. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.wood4.1
  489. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.wood4.2
  490. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.petals.0
  491. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.petals.1
  492. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.generic.hard_sand
  493. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.generic.hard_dirt
  494. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.generic.crystal
  495. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.holyGrass
  496. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.generic.holy_dirt
  497. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.holyStone.0
  498. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.holyStone.1
  499. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.holyStone.2
  500. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.amethystOre.0
  501. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.amethystOre.1
  502. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.amethystOre.2
  503. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.amethystOre.3
  504. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.amethystOre.4
  505. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.amethystOre.5
  506. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.amethystOre.6
  507. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.amethystOre.7
  508. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.amethystOre.8
  509. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.amethystOre.9
  510. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.amethystOre.10
  511. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.amethystOre.11
  512. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.amethystOre.12
  513. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.amethystOre.13
  514. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.generic.crag_rock
  515. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.cloud
  516. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.planks.0
  517. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.planks.1
  518. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.planks.2
  519. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.planks.3
  520. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.planks.4
  521. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.planks.5
  522. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.planks.6
  523. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.planks.7
  524. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.planks.8
  525. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.planks.9
  526. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.planks.10
  527. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.planks.11
  528. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.planks.12
  529. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.planks.13
  530. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.leavesColorized1.0
  531. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.leavesColorized1.1
  532. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.leavesColorized1.2
  533. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.leavesColorized1.3
  534. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.leavesColorized2.0
  535. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.leavesColorized2.1
  536. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.leavesColorized2.2
  537. 2014-10-20 19:28:24 [INFO] [STDOUT] Registered micro material: tile.bop.leavesColorized2.3
  538. 2014-10-20 19:28:25 [INFO] [ForgeModLoader] Resonant Engine: Successfully requested item: circuitBasic
  539. 2014-10-20 19:28:25 [INFO] [ForgeModLoader] Resonant Engine: Successfully requested item: circuitAdvanced
  540. 2014-10-20 19:28:25 [INFO] [ForgeModLoader] Resonant Engine: Successfully requested item: circuitElite
  541. 2014-10-20 19:28:25 [INFO] [ForgeModLoader] Resonant Engine: Successfully requested item: wrench
  542. 2014-10-20 19:28:26 [INFO] [ForgeModLoader] Magical Crops; Thaumcraft Found, Compatibility Loaded!
  543. 2014-10-20 19:28:26 [INFO] [ForgeModLoader] Magical Crops; MineFactoryReloaded Found, Compatibility Loaded!
  544. 2014-10-20 19:28:26 [INFO] [ForgeModLoader] Magical Crops; Forestry Found, Compatibility Loaded!
  545. 2014-10-20 19:28:27 [INFO] [ForgeModLoader] Magical Standard Crops; Forestry Found, Compatibility Loaded!
  546. 2014-10-20 19:28:27 [INFO] [STDOUT] [MekanismGenerators] Render registrations complete.
  547. 2014-10-20 19:28:27 [INFO] [Minecraft] [MekanismGenerators] Loaded module.
  548. 2014-10-20 19:28:27 [INFO] [Minecraft] [MekanismTools] Loaded module.
  549. 2014-10-20 19:28:27 [INFO] [minechem] Registering Proxy Hooks...
  550. 2014-10-20 19:28:27 [INFO] [minechem] Activating Potion Injector...
  551. 2014-10-20 19:28:27 [INFO] [minechem] Matching Pharmacology Effects to Chemicals...
  552. 2014-10-20 19:28:27 [INFO] [minechem] Registering fluids...
  553. 2014-10-20 19:28:27 [INFO] [minechem] Registering Ore Generation...
  554. 2014-10-20 19:28:27 [INFO] [minechem] Registering GUI and Container handlers...
  555. 2014-10-20 19:28:27 [INFO] [minechem] Register Tick Handler for chemical effects tracking...
  556. 2014-10-20 19:28:27 [INFO] [minechem] Registering ClientProxy Rendering Hooks...
  557. 2014-10-20 19:28:27 [INFO] [Hats] [2.1.8] Loaded 119 hats
  558. 2014-10-20 19:28:27 [INFO] [minechem] Registering ModStats Usage Tracking...
  559. 2014-10-20 19:28:27 [INFO] [minechem] INIT PASSED
  560. 2014-10-20 19:28:27 [WARNING] [ForgeModLoader] Atum missing - MFR Atum Compat not loading
  561. 2014-10-20 19:28:27 [WARNING] [ForgeModLoader] BackTools missing - MFR BackTools Compat not loading
  562. 2014-10-20 19:28:27 [INFO] [ForgeModLoader] Chococraft is not available; MFR Chococraft Compat not loaded
  563. 2014-10-20 19:28:27 [WARNING] [ForgeModLoader] ExtraBiomesXL missing - MFR ExtraBiomesXL Compat not loading
  564. 2014-10-20 19:28:27 [WARNING] [ForgeModLoader] IC2 missing - MFR IC2 Compat not loading
  565. 2014-10-20 19:28:27 [INFO] [Hats] [2.1.8] Loaded 64 contributor hats
  566. 2014-10-20 19:28:28 [INFO] [ForgeModLoader] [Mystcraft] Adding Entity Renderers
  567. 2014-10-20 19:28:28 [WARNING] [ForgeModLoader] Pam's HC base missing - MFR Pam HC Compat not loading
  568. 2014-10-20 19:28:28 [WARNING] [ForgeModLoader] Pam's Weee! Flowers missing - MFR Pam Weee! Flowers Compat not loading
  569. 2014-10-20 19:28:28 [WARNING] [ForgeModLoader] Railcraft missing - MFR Railcraft Compat not loading
  570. 2014-10-20 19:28:28 [WARNING] [ForgeModLoader] RedPowerWorld missing - MFR RedPower2 Compat not loading
  571. 2014-10-20 19:28:28 [WARNING] [ForgeModLoader] Sufficient Biomes missing - MFR Sufficient Biomes Compat not loading
  572. 2014-10-20 19:28:28 [WARNING] [ForgeModLoader] Twilight Forest missing - MFR Twilight Forest Compat not loading
  573. 2014-10-20 19:28:28 [WARNING] [ForgeModLoader] XyCraft missing - MFR Xycraft Compat not loading
  574. 2014-10-20 19:28:28 [INFO] [OpenMods] openperipheral.IntegrationModuleRegistry.selectLoadedModules(IntegrationModuleRegistry.java:44): Enabling module openperipheral.integration.computercraft.ModuleComputerCraft@681d821 for ComputerCraft
  575. 2014-10-20 19:28:28 [INFO] [OpenMods] openperipheral.IntegrationModuleRegistry.selectLoadedModules(IntegrationModuleRegistry.java:44): Enabling module openperipheral.integration.thermalexpansion.ModuleThermalExpansion@369461dd for ThermalExpansion
  576. 2014-10-20 19:28:28 [INFO] [OpenMods] openperipheral.IntegrationModuleRegistry.selectLoadedModules(IntegrationModuleRegistry.java:44): Enabling module openperipheral.integration.buildcraft.ModuleBuildCraft@47a51029 for BuildCraft|Core
  577. 2014-10-20 19:28:28 [INFO] [OpenMods] openperipheral.IntegrationModuleRegistry.selectLoadedModules(IntegrationModuleRegistry.java:44): Enabling module openperipheral.integration.multiparts.ModuleMultiparts@25c8187e for McMultipart
  578. 2014-10-20 19:28:28 [INFO] [OpenMods] openperipheral.IntegrationModuleRegistry.selectLoadedModules(IntegrationModuleRegistry.java:44): Enabling module openperipheral.integration.appeng.ModuleAppEng@73c00b92 for AppliedEnergistics
  579. 2014-10-20 19:28:28 [INFO] [OpenMods] openperipheral.IntegrationModuleRegistry.selectLoadedModules(IntegrationModuleRegistry.java:44): Enabling module openperipheral.integration.tmechworks.ModuleTMechworks@4537d99c for TMechworks
  580. 2014-10-20 19:28:28 [INFO] [OpenMods] openperipheral.IntegrationModuleRegistry.selectLoadedModules(IntegrationModuleRegistry.java:44): Enabling module openperipheral.integration.minefactoryreloaded.ModuleMinefactoryReloaded@55afb444 for MineFactoryReloaded
  581. 2014-10-20 19:28:28 [INFO] [OpenMods] openperipheral.IntegrationModuleRegistry.selectLoadedModules(IntegrationModuleRegistry.java:44): Enabling module openperipheral.integration.thaumcraft.ModuleThaumcraft@264084f for Thaumcraft
  582. 2014-10-20 19:28:28 [INFO] [OpenMods] openperipheral.IntegrationModuleRegistry.selectLoadedModules(IntegrationModuleRegistry.java:44): Enabling module openperipheral.integration.mystcraft.ModuleMystcraft@755d7bc2 for Mystcraft
  583. 2014-10-20 19:28:28 [INFO] [OpenMods] openperipheral.IntegrationModuleRegistry.selectLoadedModules(IntegrationModuleRegistry.java:44): Enabling module openperipheral.integration.forestry.ModuleForestry@4c6839c0 for Forestry
  584. 2014-10-20 19:28:28 [INFO] [OpenMods] openperipheral.IntegrationModuleRegistry.selectLoadedModules(IntegrationModuleRegistry.java:50): Module loading finished (enabled: [ComputerCraft, ThermalExpansion, BuildCraft|Core, McMultipart, AppliedEnergistics, TMechworks, Thaumcraft, MineFactoryReloaded, vanilla, Mystcraft, Forestry], disabled: [EnderStorage, ProjRed|Transmission, Railcraft, SGCraft, IC2])
  585. 2014-10-20 19:28:28 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.thermalexpansion.AdapterEnergyHandler) adapter for class interface cofh.api.energy.IEnergyHandler
  586. 2014-10-20 19:28:28 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.thermalexpansion.AdapterEnderAttuned) adapter for class interface cofh.api.transport.IEnderAttuned
  587. 2014-10-20 19:28:28 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.thermalexpansion.AdapterEnergyInfo) adapter for class interface cofh.api.tileentity.IEnergyInfo
  588. 2014-10-20 19:28:28 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.thermalexpansion.AdapterTileLamp) adapter for class class thermalexpansion.block.lamp.TileLamp
  589. 2014-10-20 19:28:28 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.thermalexpansion.AdapterSecureTile) adapter for class interface cofh.api.tileentity.ISecureTile
  590. 2014-10-20 19:28:28 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.buildcraft.AdapterMachine) adapter for class interface buildcraft.core.IMachine
  591. 2014-10-20 19:28:28 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.buildcraft.AdapterPowerReceptor) adapter for class interface buildcraft.api.power.IPowerReceptor
  592. 2014-10-20 19:28:28 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.buildcraft.AdapterPipe) adapter for class interface buildcraft.api.transport.IPipe
  593. 2014-10-20 19:28:28 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.multiparts.AdapterMultipart) adapter for class class codechicken.multipart.TileMultipart
  594. 2014-10-20 19:28:28 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.appeng.AdapterCellProvider) adapter for class interface appeng.api.me.tiles.ICellProvider
  595. 2014-10-20 19:28:28 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.appeng.AdapterGridTileEntity) adapter for class interface appeng.api.me.tiles.IGridTileEntity
  596. 2014-10-20 19:28:28 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.appeng.AdapterTileController) adapter for class class appeng.me.tile.TileController
  597. 2014-10-20 19:28:28 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.tmechworks.AdapterDrawbridgeLogicBase) adapter for class interface tmechworks.lib.blocks.IDrawbridgeLogicBase
  598. 2014-10-20 19:28:29 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.thaumcraft.AdapterAspectContainer) adapter for class interface thaumcraft.api.aspects.IAspectContainer
  599. 2014-10-20 19:28:29 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.thaumcraft.AdapterNode) adapter for class interface thaumcraft.api.nodes.INode
  600. 2014-10-20 19:28:29 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.thaumcraft.AdapterJar) adapter for class class thaumcraft.common.tiles.TileJarFillable
  601. 2014-10-20 19:28:29 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.thaumcraft.AdapterBrainJar) adapter for class class thaumcraft.common.tiles.TileJarBrain
  602. 2014-10-20 19:28:29 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.thaumcraft.AdapterArcaneBore) adapter for class class thaumcraft.common.tiles.TileArcaneBore
  603. 2014-10-20 19:28:29 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.thaumcraft.AdapterArcaneEar) adapter for class class thaumcraft.common.tiles.TileSensor
  604. 2014-10-20 19:28:29 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.thaumcraft.AdapterDeconstructor) adapter for class class thaumcraft.common.tiles.TileDeconstructionTable
  605. 2014-10-20 19:28:29 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.thaumcraft.AdapterEssentiaTransport) adapter for class interface thaumcraft.api.aspects.IEssentiaTransport
  606. 2014-10-20 19:28:29 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.minefactoryreloaded.AdapterAutoAnvil) adapter for class class powercrystals.minefactoryreloaded.tile.machine.TileEntityAutoAnvil
  607. 2014-10-20 19:28:29 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.minefactoryreloaded.AdapterAutoDisenchanter) adapter for class class powercrystals.minefactoryreloaded.tile.machine.TileEntityAutoDisenchanter
  608. 2014-10-20 19:28:29 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.minefactoryreloaded.AdapterAutoEnchanter) adapter for class class powercrystals.minefactoryreloaded.tile.machine.TileEntityAutoEnchanter
  609. 2014-10-20 19:28:29 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.minefactoryreloaded.AdapterAutoJukebox) adapter for class class powercrystals.minefactoryreloaded.tile.machine.TileEntityAutoJukebox
  610. 2014-10-20 19:28:29 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.minefactoryreloaded.AdapterAutoSpawner) adapter for class class powercrystals.minefactoryreloaded.tile.machine.TileEntityAutoSpawner
  611. 2014-10-20 19:28:29 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.minefactoryreloaded.AdapterChronotyper) adapter for class class powercrystals.minefactoryreloaded.tile.machine.TileEntityChronotyper
  612. 2014-10-20 19:28:29 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.minefactoryreloaded.AdapterChunkLoader) adapter for class class powercrystals.minefactoryreloaded.tile.machine.TileEntityChunkLoader
  613. 2014-10-20 19:28:29 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.minefactoryreloaded.AdapterEjector) adapter for class class powercrystals.minefactoryreloaded.tile.machine.TileEntityEjector
  614. 2014-10-20 19:28:29 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.minefactoryreloaded.AdapterHarvester) adapter for class class powercrystals.minefactoryreloaded.tile.machine.TileEntityHarvester
  615. 2014-10-20 19:28:29 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.vanilla.AdapterInventory) adapter for class interface net.minecraft.inventory.IInventory
  616. 2014-10-20 19:28:29 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.vanilla.AdapterNoteBlock) adapter for class class net.minecraft.tileentity.TileEntityNote
  617. 2014-10-20 19:28:29 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.vanilla.AdapterComparator) adapter for class class net.minecraft.tileentity.TileEntityComparator
  618. 2014-10-20 19:28:29 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.vanilla.AdapterBeacon) adapter for class class net.minecraft.tileentity.TileEntityBeacon
  619. 2014-10-20 19:28:29 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.vanilla.AdapterBrewingStand) adapter for class class net.minecraft.tileentity.TileEntityBrewingStand
  620. 2014-10-20 19:28:29 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.vanilla.AdapterFluidHandler) adapter for class interface net.minecraftforge.fluids.IFluidHandler
  621. 2014-10-20 19:28:29 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.vanilla.AdapterFluidTank) adapter for class interface net.minecraftforge.fluids.IFluidTank
  622. 2014-10-20 19:28:29 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.vanilla.AdapterFurnace) adapter for class class net.minecraft.tileentity.TileEntityFurnace
  623. 2014-10-20 19:28:29 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.vanilla.AdapterMobSpawner) adapter for class class net.minecraft.tileentity.TileEntityMobSpawner
  624. 2014-10-20 19:28:29 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.vanilla.AdapterRecordPlayer) adapter for class class net.minecraft.tileentity.TileEntityRecordPlayer
  625. 2014-10-20 19:28:29 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.vanilla.AdapterSign) adapter for class class net.minecraft.tileentity.TileEntitySign
  626. 2014-10-20 19:28:29 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.vanilla.AdapterDaylightSensor) adapter for class class net.minecraft.tileentity.TileEntityDaylightDetector
  627. 2014-10-20 19:28:29 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.mystcraft.AdapterWritingDesk) adapter for class class com.xcompwiz.mystcraft.tileentity.TileEntityDesk
  628. 2014-10-20 19:28:29 [INFO] [OpenMods] openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:126): Registering wrapped (source: class openperipheral.integration.forestry.AdapterBeeHousing) adapter for class interface forestry.api.apiculture.IBeeHousing
  629. 2014-10-20 19:28:29 [INFO] [TConstruct] PL Dim ID: 20
  630. 2014-10-20 19:28:29 [INFO] [TConstruct] ForgeMultipart detected. Registering TConstruct decorative blocks with FMP.
  631. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.GlassBlock
  632. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.GlassBlock.StainedClear0
  633. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.GlassBlock.StainedClear1
  634. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.GlassBlock.StainedClear2
  635. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.GlassBlock.StainedClear3
  636. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.GlassBlock.StainedClear4
  637. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.GlassBlock.StainedClear5
  638. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.GlassBlock.StainedClear6
  639. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.GlassBlock.StainedClear7
  640. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.GlassBlock.StainedClear8
  641. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.GlassBlock.StainedClear9
  642. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.GlassBlock.StainedClear10
  643. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.GlassBlock.StainedClear11
  644. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.GlassBlock.StainedClear12
  645. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.GlassBlock.StainedClear13
  646. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.GlassBlock.StainedClear14
  647. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.GlassBlock.StainedClear15
  648. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Decoration.Brick0
  649. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Decoration.Brick1
  650. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Decoration.Brick2
  651. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Decoration.Brick3
  652. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Decoration.Brick4
  653. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Decoration.Brick5
  654. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Decoration.Brick6
  655. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Decoration.Brick7
  656. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Decoration.Brick8
  657. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Decoration.Brick9
  658. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Decoration.Brick10
  659. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Decoration.Brick11
  660. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Decoration.Brick12
  661. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Decoration.Brick13
  662. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.tconstruct.metalblock0
  663. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.tconstruct.metalblock1
  664. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.tconstruct.metalblock2
  665. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.tconstruct.metalblock3
  666. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.tconstruct.metalblock4
  667. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.tconstruct.metalblock5
  668. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.tconstruct.metalblock6
  669. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.tconstruct.metalblock7
  670. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.tconstruct.metalblock8
  671. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.tconstruct.metalblock9
  672. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.tconstruct.metalblock10
  673. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Decoration.BrickFancy0
  674. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Decoration.BrickFancy1
  675. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Decoration.BrickFancy2
  676. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Decoration.BrickFancy3
  677. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Decoration.BrickFancy4
  678. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Decoration.BrickFancy5
  679. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Decoration.BrickFancy6
  680. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Decoration.BrickFancy7
  681. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Decoration.BrickFancy8
  682. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Decoration.BrickFancy9
  683. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Decoration.BrickFancy10
  684. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Decoration.BrickFancy11
  685. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Decoration.BrickFancy12
  686. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Decoration.BrickFancy13
  687. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Decoration.BrickFancy14
  688. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Decoration.BrickFancy15
  689. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Smeltery2
  690. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Smeltery4
  691. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Smeltery5
  692. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Smeltery6
  693. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Smeltery7
  694. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Smeltery8
  695. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Smeltery9
  696. 2014-10-20 19:28:29 [INFO] [STDOUT] Registered micro material: tile.Smeltery10
  697. 2014-10-20 19:28:29 [INFO] [TConstruct] MineFactoryReloaded detected. Registering TConstruct farmables/grindables with MFR's Farming Registry.
  698. 2014-10-20 19:28:29 [INFO] [TConstruct] NotEnoughItems detected. Registering TConstruct NEI plugin.
  699. 2014-10-20 19:28:29 [INFO] [TConstruct] Waila detected. Registering TConstruct tank blocks with Waila registry.
  700. 2014-10-20 19:28:30 [INFO] [Buildcraft] Version check failed
  701. 2014-10-20 19:28:31 [INFO] [Buildcraft] Received an successfull oil-gen-exclude request 62 from mod BiomesOPlenty
  702. 2014-10-20 19:28:31 [INFO] [Buildcraft] Received an successfull oil-gen-exclude request 63 from mod BiomesOPlenty
  703. 2014-10-20 19:28:31 [INFO] [Buildcraft] Received an successfull oil-gen-exclude request 28 from mod BiomesOPlenty
  704. 2014-10-20 19:28:31 [INFO] [Buildcraft] Received an successfull oil-gen-exclude request 64 from mod BiomesOPlenty
  705. 2014-10-20 19:28:31 [INFO] [Buildcraft] Received an successfull oil-gen-exclude request 65 from mod BiomesOPlenty
  706. 2014-10-20 19:28:31 [INFO] [Buildcraft] Received an successfull oil-gen-exclude request 69 from mod BiomesOPlenty
  707. 2014-10-20 19:28:31 [INFO] [Buildcraft] Received an successfull oil-gen-exclude request 67 from mod BiomesOPlenty
  708. 2014-10-20 19:28:31 [INFO] [Buildcraft] Received an successfull oil-gen-exclude request 66 from mod BiomesOPlenty
  709. 2014-10-20 19:28:31 [INFO] [Buildcraft] Received an successfull oil-gen-exclude request 68 from mod BiomesOPlenty
  710. 2014-10-20 19:28:31 [INFO] [Waila] Receiving registration request from [ ThaumicTinkerer ] for method vazkii.tinkerer.common.compat.TTinkererProvider.callbackRegister
  711. 2014-10-20 19:28:31 [INFO] [Waila] Trying to reflect vazkii.tinkerer.common.compat.TTinkererProvider callbackRegister
  712. 2014-10-20 19:28:31 [INFO] [Waila] Success in registering ThaumicTinkerer
  713. 2014-10-20 19:28:31 [INFO] [Waila] Receiving registration request from [ ResonantEngine ] for method resonant.lib.compat.waila.WailaRegistrar.wailaCallBack
  714. 2014-10-20 19:28:31 [INFO] [Waila] Trying to reflect resonant.lib.compat.waila.WailaRegistrar wailaCallBack
  715. 2014-10-20 19:28:31 [INFO] [Waila] Success in registering ResonantEngine
  716. 2014-10-20 19:28:31 [INFO] [Waila] Receiving registration request from [ ICBM ] for method icbm.core.compat.waila.WailaRegistrar.wailaCallBack
  717. 2014-10-20 19:28:31 [INFO] [Waila] Trying to reflect icbm.core.compat.waila.WailaRegistrar wailaCallBack
  718. 2014-10-20 19:28:31 [INFO] [Waila] Success in registering ICBM
  719. 2014-10-20 19:28:31 [INFO] [Waila] Receiving registration request from [ JABBA ] for method mcp.mobius.betterbarrels.BBWailaProvider.callbackRegister
  720. 2014-10-20 19:28:31 [INFO] [Waila] Trying to reflect mcp.mobius.betterbarrels.BBWailaProvider callbackRegister
  721. 2014-10-20 19:28:31 [INFO] [Waila] Success in registering JABBA
  722. 2014-10-20 19:28:31 [INFO] [Waila] Receiving registration request from [ TConstruct ] for method tconstruct.plugins.waila.WailaRegistrar.wailaCallback
  723. 2014-10-20 19:28:31 [INFO] [Waila] Trying to reflect tconstruct.plugins.waila.WailaRegistrar wailaCallback
  724. 2014-10-20 19:28:31 [INFO] [TConstruct] [Waila-Compat] Got registrar: mcp.mobius.waila.api.impl.ModuleRegistrar@56063300
  725. 2014-10-20 19:28:31 [INFO] [Waila] Success in registering TConstruct
  726. 2014-10-20 19:28:31 [INFO] [Waila] Receiving registration request from [ WailaHarvestability ] for method squeek.wailaharvestability.WailaHandler.callbackRegister
  727. 2014-10-20 19:28:31 [INFO] [Waila] Trying to reflect squeek.wailaharvestability.WailaHandler callbackRegister
  728. 2014-10-20 19:28:31 [INFO] [Waila] Success in registering WailaHarvestability
  729. 2014-10-20 19:28:31 [INFO] [Waila] Receiving registration request from [ witchery ] for method com.emoniph.witchery.integration.IntegrateWaila.callbackRegister
  730. 2014-10-20 19:28:31 [INFO] [Waila] Trying to reflect com.emoniph.witchery.integration.IntegrateWaila callbackRegister
  731. 2014-10-20 19:28:31 [INFO] [Waila] Success in registering witchery
  732. 2014-10-20 19:28:31 [INFO] [STDOUT] Processing IMC request register_log from MFR Compat Forestry Trees
  733. 2014-10-20 19:28:31 [INFO] [STDOUT] Processing IMC request register_log from MFR Compat Forestry Trees
  734. 2014-10-20 19:28:31 [INFO] [STDOUT] Processing IMC request register_log from MFR Compat Forestry Trees
  735. 2014-10-20 19:28:31 [INFO] [STDOUT] Processing IMC request register_log from MFR Compat Forestry Trees
  736. 2014-10-20 19:28:31 [INFO] [STDOUT] Processing IMC request register_log from MFR Compat Forestry Trees
  737. 2014-10-20 19:28:31 [INFO] [STDOUT] Processing IMC request register_log from MFR Compat Forestry Trees
  738. 2014-10-20 19:28:31 [INFO] [STDOUT] Processing IMC request register_log from MFR Compat Forestry Trees
  739. 2014-10-20 19:28:31 [INFO] [STDOUT] Processing IMC request register_log from MFR Compat Forestry Trees
  740. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.thermalexpansion.ore
  741. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.thermalexpansion.ore_1
  742. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.thermalexpansion.ore_2
  743. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.thermalexpansion.ore_3
  744. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.thermalexpansion.ore_4
  745. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.thermalexpansion.storage
  746. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.thermalexpansion.storage_1
  747. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.thermalexpansion.storage_2
  748. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.thermalexpansion.storage_3
  749. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.thermalexpansion.storage_4
  750. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.thermalexpansion.storage_5
  751. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.thermalexpansion.storage_6
  752. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.thermalexpansion.storage_7
  753. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.thermalexpansion.storage_8
  754. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.thermalexpansion.storage_10
  755. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.thermalexpansion.glass
  756. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.decorativebrick_15
  757. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.decorativebrick_14
  758. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.decorativebrick_13
  759. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.decorativebrick_12
  760. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.decorativebrick_11
  761. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.decorativebrick_10
  762. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.decorativebrick_9
  763. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.decorativebrick_8
  764. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.decorativebrick_7
  765. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.decorativebrick_6
  766. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.decorativebrick_5
  767. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.decorativebrick_4
  768. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.decorativebrick_3
  769. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.decorativebrick_2
  770. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.decorativebrick_1
  771. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.decorativebrick
  772. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.decorativestone_11
  773. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.decorativestone_10
  774. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.decorativestone_9
  775. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.decorativestone_8
  776. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.decorativestone_7
  777. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.decorativestone_6
  778. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.decorativestone_5
  779. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.decorativestone_4
  780. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.decorativestone_3
  781. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.decorativestone_2
  782. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.decorativestone_1
  783. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.decorativestone
  784. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.stainedglass.block_15
  785. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.stainedglass.block_14
  786. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.stainedglass.block_13
  787. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.stainedglass.block_12
  788. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.stainedglass.block_11
  789. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.stainedglass.block_10
  790. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.stainedglass.block_9
  791. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.stainedglass.block_8
  792. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.stainedglass.block_7
  793. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.stainedglass.block_6
  794. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.stainedglass.block_5
  795. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.stainedglass.block_4
  796. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.stainedglass.block_3
  797. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.stainedglass.block_2
  798. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.stainedglass.block_1
  799. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.stainedglass.block
  800. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.rubberwood.leaves_1
  801. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.rubberwood.leaves
  802. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.road_4
  803. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.road_3
  804. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.road_2
  805. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.road_1
  806. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.road
  807. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.0_15
  808. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.0_14
  809. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.0_13
  810. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.0_12
  811. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.0_11
  812. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.0_10
  813. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.0_9
  814. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.0_8
  815. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.0_7
  816. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.0_6
  817. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.0_5
  818. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.0_4
  819. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.0_3
  820. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.0_2
  821. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.0_1
  822. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.0
  823. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.1_15
  824. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.1_14
  825. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.1_13
  826. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.1_12
  827. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.1_11
  828. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.1_10
  829. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.1_9
  830. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.1_8
  831. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.1_7
  832. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.1_6
  833. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.1_5
  834. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.1_4
  835. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.1_3
  836. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.1_2
  837. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.1_1
  838. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.1
  839. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.2_12
  840. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.2_11
  841. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.2_10
  842. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.2_9
  843. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.2_8
  844. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.2_7
  845. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.2_6
  846. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.2_5
  847. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.2_4
  848. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.2_3
  849. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.2_2
  850. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.2_1
  851. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.machine.2
  852. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.ice_1
  853. 2014-10-20 19:28:31 [INFO] [STDOUT] Registered micro material: tile.mfr.rubberwood.log
  854. 2014-10-20 19:28:31 [INFO] [AdvancedGenetics] Successfully registed 25 Genes and Abilities
  855. 2014-10-20 19:28:31 [INFO] [ForgeModLoader] [AppEng] BC Integration Enabled.
  856. 2014-10-20 19:28:31 [INFO] [ForgeModLoader] [AppEng] LP Integration Disabled.
  857. 2014-10-20 19:28:31 [INFO] [ForgeModLoader] [AppEng] GregTech Integration Disabled.
  858. 2014-10-20 19:28:31 [INFO] [ForgeModLoader] [AppEng] Factorization Integration Disabled.
  859. 2014-10-20 19:28:31 [INFO] [ForgeModLoader] [AppEng] Mine Factory Reloaded Integration Enabled.
  860. 2014-10-20 19:28:31 [INFO] [ForgeModLoader] [AppEng] Better Storage Integration Disabled.
  861. 2014-10-20 19:28:31 [INFO] [ForgeModLoader] [AppEng] Universal Electricity Integration Disabled.
  862. 2014-10-20 19:28:31 [INFO] [ForgeModLoader] [AppEng] IC Integration Disabled.
  863. 2014-10-20 19:28:31 [INFO] [ForgeModLoader] [AppEng] Forestry Integration Enabled.
  864. 2014-10-20 19:28:31 [INFO] [ForgeModLoader] [AppEng] MystCraft Integration Disabled.
  865. 2014-10-20 19:28:31 [INFO] [ForgeModLoader] [AppEng] TE Integration Enabled.
  866. 2014-10-20 19:28:31 [INFO] [STDOUT] [Mekanism] Successfully set up SoundHandler.
  867. 2014-10-20 19:28:31 [INFO] [STDOUT] [Mekanism] Hooked into BuildCraft successfully.
  868. 2014-10-20 19:28:31 [INFO] [STDOUT] [Mekanism] Finished loading Cardboard Box blacklist (loaded 0 entries)
  869. 2014-10-20 19:28:32 [INFO] [STDOUT] [Mekanism] Hooking complete.
  870. 2014-10-20 19:28:32 [INFO] [STDOUT] ComputerCraftAPI: CCTurtle not found.
  871. 2014-10-20 19:28:32 [INFO] [ThermalExpansion] ComptuerCraft Plugin Enabled.
  872. 2014-10-20 19:28:32 [INFO] [ThermalExpansion] Forestry Plugin Enabled.
  873. 2014-10-20 19:28:32 [INFO] [ThermalExpansion] MineFactoryReloaded Plugin Enabled.
  874. 2014-10-20 19:28:32 [INFO] [ThermalExpansion] Thaumcraft Plugin Enabled.
  875. 2014-10-20 19:28:32 [INFO] [STDERR] [Mekanism] Error while adding recipe: mekanism.common.RecipeHandler
  876. 2014-10-20 19:28:32 [INFO] [STDERR] [Mekanism] Error while adding recipe: mekanism.common.RecipeHandler
  877. 2014-10-20 19:28:32 [INFO] [STDERR] [Mekanism] Error while adding recipe: mekanism.common.RecipeHandler
  878. 2014-10-20 19:28:32 [INFO] [STDERR] [Mekanism] Error while adding recipe: mekanism.common.RecipeHandler
  879. 2014-10-20 19:28:32 [INFO] [STDERR] [Mekanism] Error while adding recipe: mekanism.common.RecipeHandler
  880. 2014-10-20 19:28:32 [INFO] [STDERR] [Mekanism] Error while adding recipe: mekanism.common.RecipeHandler
  881. 2014-10-20 19:28:34 [INFO] [Forestry] Skipping CraftGuide integration.
  882. 2014-10-20 19:28:35 [INFO] [STDOUT] IC2 API: Call getItem failed for advancedAlloy
  883. 2014-10-20 19:28:35 [INFO] [STDOUT] IC2 API: Call getItem failed for carbonPlate
  884. 2014-10-20 19:28:35 [INFO] [STDOUT] IC2 API: Call getItem failed for electronicCircuit
  885. 2014-10-20 19:28:35 [INFO] [STDOUT] IC2 API: Call getItem failed for advancedCircuit
  886. 2014-10-20 19:28:35 [INFO] [STDOUT] IC2 API: Call getItem failed for iridiumPlate
  887. 2014-10-20 19:28:35 [INFO] [STDOUT] IC2 API: Call getItem failed for energyCrystal
  888. 2014-10-20 19:28:35 [INFO] [STDOUT] IC2 API: Call getItem failed for reBattery
  889. 2014-10-20 19:28:35 [INFO] [STDOUT] IC2 API: Call getItem failed for batBox
  890. 2014-10-20 19:28:35 [INFO] [STDOUT] IC2 API: Call getItem failed for wrench
  891. 2014-10-20 19:28:35 [INFO] [STDOUT] IC2 API: Call getItem failed for generator
  892. 2014-10-20 19:28:35 [INFO] [STDOUT] [SentryRegistry]Registering Sentry Renderer. Sentry: icbm.sentry.turret.auto.TurretAntiAir Renderer: icbm.sentry.render.RenderAATurret
  893. 2014-10-20 19:28:35 [INFO] [STDOUT] [SentryRegistry]Registering Sentry Renderer. Sentry: icbm.sentry.turret.auto.TurretGun Renderer: icbm.sentry.render.RenderGunTurret
  894. 2014-10-20 19:28:35 [INFO] [STDOUT] [SentryRegistry]Registering Sentry Renderer. Sentry: icbm.sentry.turret.auto.TurretLaser Renderer: icbm.sentry.render.RenderLaserTurret
  895. 2014-10-20 19:28:35 [INFO] [STDOUT] [SentryRegistry]Registering Sentry Renderer. Sentry: icbm.sentry.turret.mounted.MountedRailgun Renderer: icbm.sentry.render.RenderRailgun
  896. 2014-10-20 19:28:35 [INFO] [STDOUT] [SentryRegistry]Registering Sentry Renderer. Sentry: icbm.sentry.turret.auto.TurretAutoBow Renderer: icbm.sentry.render.RenderCrossBowTurret
  897. 2014-10-20 19:28:44 [WARNING] [ForgeModLoader] Redundant call to BiomeDictionary.registerAllBiomes ignored
  898. 2014-10-20 19:28:47 [INFO] [minechem] Adding rare chemicals to dungeon loot...
  899. 2014-10-20 19:28:47 [INFO] [minechem] Activating Chemical Effect Layering (Coatings)...
  900. 2014-10-20 19:28:52 [SEVERE] [MineFactoryReloaded|CompatBuildCraft] There was a problem loading MFR Compat: BuildCraft.
  901. 2014-10-20 19:28:52 [INFO] [STDERR] java.lang.OutOfMemoryError: PermGen space
  902. 2014-10-20 19:29:41 [WARNING] [ForgeModLoader] ProjRed|Exploration missing - MFR ProjectRed Compat not loading
  903. 2014-10-20 19:29:42 [INFO] [STDERR] java.lang.OutOfMemoryError: PermGen space
  904. 2014-10-20 19:29:55 [SEVERE] [OpenPeripheralCore] Skipping event FMLPostInitializationEvent and marking errored mod OpenPeripheralCore since required dependency OpenMods has errored
  905. 2014-10-20 19:29:55 [SEVERE] [OpenPeripheral] Skipping event FMLPostInitializationEvent and marking errored mod OpenPeripheral since required dependency OpenMods has errored
  906. 2014-10-20 19:29:55 [SEVERE] [OpenBlocks] Skipping event FMLPostInitializationEvent and marking errored mod OpenBlocks since required dependency OpenMods has errored
  907. 2014-10-20 19:29:58 [SEVERE] [ThaumicTinkerer] Skipping event FMLPostInitializationEvent and marking errored mod ThaumicTinkerer since required dependency Thaumcraft has errored
  908. 2014-10-20 19:29:58 [SEVERE] [TMechworks] Skipping event FMLPostInitializationEvent and marking errored mod TMechworks since required dependency TConstruct has errored
  909. 2014-10-20 19:30:09 [SEVERE] [ForgeModLoader] Fatal errors were detected during the transition from POSTINITIALIZATION to AVAILABLE. Loading cannot continue
  910. 2014-10-20 19:30:09 [SEVERE] [ForgeModLoader]
  911. mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  912. FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  913. Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  914. AppliedEnergistics-Core{rv14.finale3} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  915. CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  916. NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems-1.6.4-1.6.1.9-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  917. PowerCrystalsCore{1.1.8} [PowerCrystals Core] (PowerCrystalsCore-1.1.8-9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  918. TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  919. OpenModsCore{@VERSION@} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  920. DamageIndicatorsMod{2.9.2.4} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.2.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  921. mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.4]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  922. advancedgenetics{v1.4.3} [Advanced Genetics] (advancedgenetics-1.4.3-1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  923. AppliedEnergistics{rv14.finale3} [Applied Energistics] (appeng-rv14-finale3-mc16x.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  924. ComputerCraft{1.63} [ComputerCraft] (ComputerCraft1.63.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  925. BuildCraft|Core{4.2.2} [BuildCraft] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  926. Mekanism{6.0.5} [Mekanism] (Mekanism-6.0.5.46.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  927. BuildCraft|Builders{4.2.2} [BC Builders] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  928. BuildCraft|Energy{4.2.2} [BC Energy] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  929. BuildCraft|Factory{4.2.2} [BC Factory] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  930. BuildCraft|Transport{4.2.2} [BC Transport] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  931. MineFactoryReloaded{1.6.4R2.7.9} [MineFactory Reloaded] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  932. CoFHCore{2.0.0.5} [CoFH Core] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  933. UniversalElectricity{3.1.0} [Universal Electricity] (Universal-Electricity-3.1.0.115-core.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  934. ForgeMultipart{1.0.0.219} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.219.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  935. ThermalExpansion{3.0.0.7} [Thermal Expansion] (ThermalExpansion-3.0.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  936. BigReactors{0.3.4A2} [Big Reactors] (BigReactors-0.3.4A2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  937. BiomesOPlenty{1.2.1} [Biomes O' Plenty] (BiomesOPlenty-universal-1.6.4-1.2.1.416.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  938. AWWayofTime{v1.0.1g} [Blood Magic: Alchemical Wizardry] (Blood Magic v1.0.1g.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  939. BuildCraft|Silicon{4.2.2} [BC Silicon] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  940. Additional-Buildcraft-Objects{1.0.7.560} [Additional Buildcraft Objects] (buildcraft-Z-additional-buildcraft-objects-1.0.7.560.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  941. CoFHLoot{2.0.0.5} [CoFH Loot] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  942. CoFHMasquerade{2.0.0.5} [CoFH Masquerade] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  943. CoFHSocial{2.0.0.5} [CoFH Social] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  944. CoFHWorld{2.0.0.5} [CoFH World] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  945. MineFactoryReloaded|CompatForestryPre{1.6.4R2.7.9} [MFR Compat: Forestry (part 2)] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  946. Forestry{2.3.1.1} [Forestry for Minecraft] (forestry-A-2.3.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  947. Hats{2.1.8} [Hats] (Hats2.1.8.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  948. ResonantEngine{@MAJOR@.@MINOR@.@REVIS@} [ResonantEngine] (Resonant-Engine-Development-1.2.0.266-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  949. ICBM{1.4.2} [ICBM] (ICBM-1.4.2.386.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  950. ICBM|Sentry{1.4.2} [ICBM Sentry] (ICBM-1.4.2.386.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  951. ICBM|Explosion{1.4.2} [ICBM Explosion] (ICBM-1.4.2.386.jar) Unloaded->Constructed->Pre-initialized->Initialized->Errored
  952. Waila{1.5.2a} [Waila] (Waila_1.5.2a.zip) Unloaded->Constructed->Pre-initialized->Initialized->Errored
  953. JABBA{1.1.4} [JABBA] (JABBA_1.1.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Errored
  954. Thaumcraft{4.1.0g} [Thaumcraft] (Thaumcraft4.1.0g.zip) Unloaded->Constructed->Pre-initialized->Initialized->Errored
  955. magicalcrops{1.6.4_3.2.0_BETA_23} [Magical Crops] (magicalcrops-1.6.4_3.2.0_BETA_23.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  956. standardcrops{1.1.0} [Magical Crops - Crops & Food] (magicalcrops-1.6.4_3.2.0_BETA_23.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  957. MekanismGenerators{6.0.5} [MekanismGenerators] (MekanismGenerators-6.0.5.46.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  958. MekanismTools{6.0.5} [MekanismTools] (MekanismTools-6.0.5.46.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  959. minechem{5.05.101} [MineChem] (Minechem-1.6.4-5.0.5.FINAL.jar) Unloaded->Constructed->Pre-initialized->Initialized->Errored
  960. MFR Compat Forestry Trees{1.0} [MFR Compat Forestry Trees] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  961. MFR Compat Extra Trees{1.0} [MFR Compat Extra Trees] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  962. MineFactoryReloaded|CompatAppliedEnergistics{1.6.4R2.7.9} [MFR Compat: Applied Energistics] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  963. MineFactoryReloaded|CompatAtum{1.6.4R2.7.9} [MFR Compat: Atum] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  964. MineFactoryReloaded|CompatBackTools{1.6.4R2.7.9} [MFR Compat: BackTools] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  965. MineFactoryReloaded|CompatBuildCraft{1.6.4R2.7.9} [MFR Compat: BuildCraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  966. MineFactoryReloaded|CompatChococraft{1.6.4R2.7.9} [MFR Compat: Chococraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  967. MineFactoryReloaded|CompatExtraBiomes{1.6.4R2.7.9} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  968. MineFactoryReloaded|CompatForestry{1.6.4R2.7.9} [MFR Compat: Forestry] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  969. MineFactoryReloaded|CompatForgeMicroblock{1.6.4R2.7.9} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  970. MineFactoryReloaded|CompatIC2{1.6.4R2.7.9} [MFR Compat: IC2] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  971. Mystcraft{0.10.13.01} [Mystcraft] (mystcraft-uni-1.6.4-0.10.13.01.zip) Unloaded->Constructed->Pre-initialized->Initialized->Errored
  972. MineFactoryReloaded|CompatMystcraft{1.6.4R2.7.9} [MFR Compat: Mystcraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  973. MineFactoryReloaded|CompatPams{1.6.4R2.7.9} [MFR Compat: Pam's Mods] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  974. MineFactoryReloaded|CompatProjRed{1.6.4R2.7.9} [MFR Compat ProjectRed] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  975. MineFactoryReloaded|CompatRailcraft{1.6.4R2.7.9} [MFR Compat: Railcraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  976. MineFactoryReloaded|CompatRP2{1.6.4R2.7.9} [MFR Compat: RP2] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  977. MineFactoryReloaded|CompatSufficientBiomes{1.6.4R2.7.9} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  978. MineFactoryReloaded|CompatThaumcraft{1.6.4R2.7.9} [MFR Compat: Thaumcraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  979. MineFactoryReloaded|CompatThermalExpansion{1.6.4R2.7.9} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  980. MineFactoryReloaded|CompatTwilightForest{1.6.4R2.7.9} [MFR Compat: TwilightForest] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  981. MineFactoryReloaded|CompatVanilla{1.6.4R2.7.9} [MFR Compat: Vanilla] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Errored
  982. MineFactoryReloaded|CompatXyCraft{1.6.4R2.7.9} [MFR Compat: XyCraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  983. MFFS{3.6.3} [Modular Force Field System] (Modular-Force-Field-System-3.6.3.91-core.jar) Unloaded->Constructed->Pre-initialized->Initialized->Errored
  984. NEIPlugins{1.1.0.6} [NEI Plugins] (NEIPlugins-1.1.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Errored
  985. OpenMods{0.5.1} [OpenMods] (OpenModsLib-0.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Errored
  986. OpenPeripheralCore{0.4.1} [OpenPeripheralCore] (OpenPeripheralCore-0.4.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Errored
  987. OpenPeripheral{0.1.5} [OpenPeripheralAddons] (OpenPeripheralAddons-0.1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Errored
  988. OpenBlocks{1.2.9} [OpenBlocks] (OpenBlocks-1.2.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Errored
  989. secretroomsmod{4.6.2} [The SecretRoomsMod] (SecretRoomsMod-universal-1.6.4-4.6.2.324.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  990. TConstruct{1.6.X_1.5.5.7} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.5.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Errored
  991. ThaumicTinkerer{2.3-140} [Thaumic Tinkerer] (ThaumicTinkerer-2.3-140.jar) Unloaded->Constructed->Pre-initialized->Initialized->Errored
  992. TMechworks{33.c001660} [Tinkers' Mechworks] (TMechworks_mc1.6.4_0.1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Errored
  993. iChunUtil{2.4.0} [iChunUtil] (util^iChunUtil2.4.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Errored
  994. WailaHarvestability{1.1.0} [Waila Harvestability] (WailaHarvestability-mc1.6.4-1.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Errored
  995. witchery{0.19.2} [Witchery] (witchery-1.6.4-0.19.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Errored
  996. McMultipart{1.0.0.219} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.219.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  997. ForgeMicroblock{1.0.0.219} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.219.jar) Unloaded->Constructed->Pre-initialized->Initialized->Errored
  998. 2014-10-20 19:30:09 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
  999. 2014-10-20 19:30:15 [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.OutOfMemoryError: PermGen space
  1000. 2014-10-20 19:30:49 [INFO] [STDERR] Exception in thread "Reference Handler" java.lang.OutOfMemoryError: PermGen space
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement