Advertisement
swh65458

crash with version NeoTech-1.8.9-2.3.2

Feb 4th, 2016
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.97 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. MMFMLCorePlugin (MultiMine-1.8.8.jar)
  5. CoreMod (Aroma1997Core-1.8.9-1.0.3.4.b58.jar)
  6. LoadingPlugin (FastLeaveDecay-1.2.jar)
  7. CorePlugin (Fluxed Redstone-1.1.0.16.jar)
  8. LoadingPlugin (RandomThings-MC1.8.9-3.6.jar)
  9. dsurroundcore (DynamicSurroundings-1.8.9-2.0.4.2BETA.jar)
  10. FMLPlugin (InventoryTweaks-1.60-beta-30.jar)
  11. ICraftCoreMod (iCraft-0.7.jar)
  12. AppleCore (AppleCore-mc1.8.9-1.3.0.jar)
  13. TrashSlot (trashslot-mc1.8.9-2.0.7.jar)
  14. Contact their authors BEFORE contacting forge
  15.  
  16. // On the bright side, I bought you a teddy bear!
  17.  
  18. Time: 5/02/16 9:44 AM
  19. Description: Rendering Block Entity
  20.  
  21. java.lang.IllegalArgumentException: Cannot get property PropertyDirection{name=facing, clazz=class net.minecraft.util.EnumFacing, values=[north, east, south, west]} as it does not exist in BlockState{block=minecraft:air, properties=[]}
  22. at net.minecraft.block.state.BlockState$StateImplementation.func_177229_b(BlockState.java:137)
  23. at com.dyonovan.neotech.client.renderers.TileDimStorageRenderer$$anonfun$renderTileEntityAt$1.apply(TileDimStorageRenderer.scala:34)
  24. at com.dyonovan.neotech.client.renderers.TileDimStorageRenderer$$anonfun$renderTileEntityAt$1.apply(TileDimStorageRenderer.scala:33)
  25. at scala.collection.IndexedSeqOptimized$class.foreach(IndexedSeqOptimized.scala:33)
  26. at scala.collection.mutable.ArrayOps$ofRef.foreach(ArrayOps.scala:186)
  27. at com.dyonovan.neotech.client.renderers.TileDimStorageRenderer.renderTileEntityAt(TileDimStorageRenderer.scala:33)
  28. at com.dyonovan.neotech.client.renderers.TileDimStorageRenderer.func_180535_a(TileDimStorageRenderer.scala:25)
  29. at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_178469_a(TileEntityRendererDispatcher.java:136)
  30. at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_180546_a(TileEntityRendererDispatcher.java:114)
  31. at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:678)
  32. at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1315)
  33. at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1229)
  34. at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1057)
  35. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1051)
  36. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)
  37. at net.minecraft.client.main.Main.main(SourceFile:124)
  38. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  39. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  40. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  41. at java.lang.reflect.Method.invoke(Unknown Source)
  42. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  43. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  44.  
  45.  
  46. A detailed walkthrough of the error, its code path and all known details is as follows:
  47. ---------------------------------------------------------------------------------------
  48.  
  49. -- Head --
  50. Stacktrace:
  51. at net.minecraft.block.state.BlockState$StateImplementation.func_177229_b(BlockState.java:137)
  52. at com.dyonovan.neotech.client.renderers.TileDimStorageRenderer$$anonfun$renderTileEntityAt$1.apply(TileDimStorageRenderer.scala:34)
  53. at com.dyonovan.neotech.client.renderers.TileDimStorageRenderer$$anonfun$renderTileEntityAt$1.apply(TileDimStorageRenderer.scala:33)
  54. at scala.collection.IndexedSeqOptimized$class.foreach(IndexedSeqOptimized.scala:33)
  55. at scala.collection.mutable.ArrayOps$ofRef.foreach(ArrayOps.scala:186)
  56. at com.dyonovan.neotech.client.renderers.TileDimStorageRenderer.renderTileEntityAt(TileDimStorageRenderer.scala:33)
  57. at com.dyonovan.neotech.client.renderers.TileDimStorageRenderer.func_180535_a(TileDimStorageRenderer.scala:25)
  58.  
  59. -- Block Entity Details --
  60. Details:
  61. Name: dimStorage // com.dyonovan.neotech.common.tiles.storage.TileDimStorage
  62. Block type: ID #2068 (tile.neotech:dimStorage // com.dyonovan.neotech.common.blocks.storage.BlockDimStorage)
  63. Block data value: 0 / 0x0 / 0b0000
  64. Block location: World: (253,64,321), Chunk: (at 13,4,1 in 15,20; contains blocks 240,0,320 to 255,255,335), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  65. Actual block type: ID #0 (tile.air // net.minecraft.block.BlockAir)
  66. Actual block data value: 0 / 0x0 / 0b0000
  67. Stacktrace:
  68. at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_178469_a(TileEntityRendererDispatcher.java:136)
  69. at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_180546_a(TileEntityRendererDispatcher.java:114)
  70. at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:678)
  71. at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1315)
  72. at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1229)
  73.  
  74. -- Affected level --
  75. Details:
  76. Level name: MpServer
  77. All players: 2 total; [EntityPlayerSP['swh65458'/267780, l='MpServer', x=242.33, y=68.00, z=293.29], EntityOtherPlayerMP['Bubblezbabii'/630658, l='MpServer', x=251.78, y=64.00, z=324.78]]
  78. Chunk stats: MultiplayerChunkCache: 441, 441
  79. Level seed: 0
  80. Level generator: ID 00 - default, ver 1. Features enabled: false
  81. Level generator options:
  82. Level spawn location: 220.00,64.00,256.00 - World: (220,64,256), Chunk: (at 12,4,0 in 13,16; contains blocks 208,0,256 to 223,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  83. Level time: 2480252 game time, 604186 day time
  84. Level dimension: 0
  85. Level storage version: 0x00000 - Unknown?
  86. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  87. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  88. Forced entities: 164 total; [EntityItem['item.item.rottenFlesh'/670728, l='MpServer', x=259.56, y=65.00, z=275.31], EntityItem['item.tile.log.oak'/674825, l='MpServer', x=235.41, y=64.00, z=294.44], EntityOtherPlayerMP['Bubblezbabii'/331857, l='MpServer', x=270.44, y=63.00, z=313.53], EntityCreeper['Creeper'/676865, l='MpServer', x=318.50, y=19.00, z=323.50], EntityItem['item.tile.log.oak'/674844, l='MpServer', x=248.69, y=64.00, z=287.69], EntityItem['item.tile.neotech:dimStorage'/677904, l='MpServer', x=252.96, y=65.00, z=321.14], EntityItem['item.tile.log.oak'/674839, l='MpServer', x=244.88, y=75.00, z=286.47], EntityCaveSlime['Cave Slime'/675886, l='MpServer', x=275.61, y=43.06, z=285.27], EntitySkeleton['Skeleton'/673837, l='MpServer', x=296.50, y=26.00, z=215.50], EntityBat['Bat'/669731, l='MpServer', x=260.47, y=45.38, z=249.84], EntityBlueSlime['entity.SlimeCarnage.BlueSlime.name'/676902, l='MpServer', x=211.28, y=74.47, z=228.41], EntityItem['item.tile.neotech:dimStorage'/677924, l='MpServer', x=253.44, y=64.59, z=321.45], EntityItem['item.item.arrow'/672826, l='MpServer', x=242.13, y=26.00, z=325.13], EntityItem['item.item.bone'/672827, l='MpServer', x=242.13, y=26.00, z=325.19], EntityCreeper['Creeper'/674864, l='MpServer', x=197.41, y=38.00, z=368.56], EntityItem['item.tile.sapling.oak'/674883, l='MpServer', x=241.56, y=78.00, z=292.53], EntityCow['Cow'/572504, l='MpServer', x=198.44, y=81.00, z=239.25], EntityBat['Bat'/674923, l='MpServer', x=306.47, y=21.10, z=350.16], EntityCreeper['Creeper'/675970, l='MpServer', x=294.50, y=32.00, z=274.50], EntitySkeleton['Skeleton'/675972, l='MpServer', x=213.50, y=40.00, z=245.50], EntityZombie['Zombie'/675973, l='MpServer', x=235.50, y=17.00, z=359.50], EntityCow['Cow'/303261, l='MpServer', x=190.75, y=71.00, z=252.44], EntitySkeleton['Skeleton'/677037, l='MpServer', x=282.50, y=32.00, z=283.50], EntitySkeleton['Skeleton'/677026, l='MpServer', x=316.13, y=21.00, z=292.38], EntitySpider['Spider'/677029, l='MpServer', x=241.50, y=43.00, z=250.50], EntityPlayerSP['swh65458'/267780, l='MpServer', x=242.33, y=68.00, z=293.29], EntityOtherPlayerMP['Bubblezbabii'/516625, l='MpServer', x=260.00, y=64.00, z=321.72], EntitySquid['Squid'/677070, l='MpServer', x=304.28, y=62.41, z=238.75], EntityCreeper['Creeper'/677068, l='MpServer', x=226.50, y=12.00, z=271.50], EntityUnicorn['entity.unicorn.name'/605382, l='MpServer', x=235.06, y=27.00, z=333.28], EntityCow['Cow'/299228, l='MpServer', x=189.53, y=75.00, z=247.06], EntityItem['item.item.lancediamond'/319710, l='MpServer', x=286.56, y=27.00, z=231.81], EntitySquid['Squid'/677072, l='MpServer', x=185.50, y=61.22, z=357.97], EntityZombie['Zombie'/677077, l='MpServer', x=164.50, y=45.00, z=278.50], EntityZombie['Zombie'/677089, l='MpServer', x=307.50, y=25.00, z=242.50], EntityOtherPlayerMP['Bubblezbabii'/630658, l='MpServer', x=211.28, y=69.00, z=151.94], EntityBat['Bat'/677134, l='MpServer', x=300.44, y=19.68, z=352.43], EntityOtherPlayerMP['Bubblezbabii'/358701, l='MpServer', x=268.28, y=62.44, z=330.75], EntityCaveSlime['Cave Slime'/677124, l='MpServer', x=253.39, y=24.72, z=321.15], EntityUnicorn['entity.unicorn.name'/656656, l='MpServer', x=201.88, y=41.00, z=371.41], EntityOtherPlayerMP['Bubblezbabii'/630658, l='MpServer', x=251.78, y=64.00, z=324.78], EntityOtherPlayerMP['Bubblezbabii'/397220, l='MpServer', x=272.94, y=11.00, z=314.31], EntityItem['item.item.lancediamond'/92474, l='MpServer', x=194.62, y=39.00, z=339.35], EntityCow['Cow'/464185, l='MpServer', x=172.25, y=78.00, z=221.44], EntityDestrier['entity.destrier.name'/435564, l='MpServer', x=313.84, y=19.00, z=248.25], EntityUnicorn['entity.unicorn.name'/282987, l='MpServer', x=316.94, y=12.00, z=222.25], EntityOtherPlayerMP['Bubblezbabii'/479268, l='MpServer', x=256.00, y=64.56, z=321.28], EntityCaveSlime['Cave Slime'/677246, l='MpServer', x=183.69, y=14.19, z=271.69], EntityBat['Bat'/676212, l='MpServer', x=293.22, y=39.00, z=282.88], EntityDestrier['entity.destrier.name'/586126, l='MpServer', x=180.19, y=31.00, z=366.94], EntityCreeper['Creeper'/676237, l='MpServer', x=282.97, y=17.00, z=310.47], EntityCow['Cow'/496014, l='MpServer', x=314.81, y=62.53, z=307.94], EntitySpider['Spider'/677255, l='MpServer', x=319.50, y=21.00, z=289.50], EntityItem['item.item.lancediamond'/277906, l='MpServer', x=294.26, y=13.00, z=223.67], EntityBat['Bat'/673168, l='MpServer', x=252.38, y=34.10, z=289.75], EntityCreeper['Creeper'/676240, l='MpServer', x=193.50, y=39.00, z=339.50], EntityCaveSlime['Cave Slime'/677270, l='MpServer', x=247.13, y=32.00, z=282.84], EntityBat['Bat'/672168, l='MpServer', x=179.94, y=42.10, z=368.28], EntityDestrier['entity.destrier.name'/586149, l='MpServer', x=318.94, y=63.00, z=230.41], EntityCreeper['Creeper'/677285, l='MpServer', x=276.50, y=13.00, z=300.50], EntitySkeletonGun['Gun Skeleton'/673203, l='MpServer', x=237.09, y=42.00, z=266.63], EntityItem['item.item.stick'/677302, l='MpServer', x=234.78, y=64.00, z=291.56], EntityItem['item.item.rottenFlesh'/675279, l='MpServer', x=233.28, y=27.00, z=333.59], EntityCow['Cow'/517568, l='MpServer', x=202.09, y=72.00, z=249.97], EntityOtherPlayerMP['Bubblezbabii'/296145, l='MpServer', x=265.75, y=64.00, z=325.88], EntityItem['item.item.bone'/670182, l='MpServer', x=241.22, y=11.00, z=280.13], EntityItem['item.item.arrow'/670180, l='MpServer', x=241.13, y=11.00, z=280.69], EntityZombie['Zombie'/676349, l='MpServer', x=197.50, y=24.00, z=350.50], EntityBat['Bat'/677390, l='MpServer', x=300.72, y=28.97, z=239.90], EntityBat['Bat'/677382, l='MpServer', x=251.73, y=20.25, z=295.72], EntityBat['Bat'/677380, l='MpServer', x=289.00, y=26.65, z=239.50], EntityItem['item.item.stick'/677402, l='MpServer', x=234.03, y=64.00, z=293.13], EntityItem['item.item.stick'/677400, l='MpServer', x=231.53, y=64.00, z=293.88], EntityItem['item.item.string'/677406, l='MpServer', x=190.34, y=22.00, z=316.25], EntityNightmare['entity.nightmare.name'/442896, l='MpServer', x=301.25, y=63.00, z=357.88], EntitySpider['Spider'/675370, l='MpServer', x=189.50, y=22.00, z=316.50], EntityCaveSlime['Cave Slime'/677409, l='MpServer', x=261.28, y=27.13, z=330.22], EntityItem['item.item.queenlancewood'/93809, l='MpServer', x=304.52, y=21.00, z=279.70], EntityBat['Bat'/675442, l='MpServer', x=296.25, y=38.00, z=233.72], EntityZombie['Zombie'/677494, l='MpServer', x=291.50, y=25.00, z=241.50], EntitySkeleton['Skeleton'/676492, l='MpServer', x=169.50, y=70.00, z=229.50], EntityZombie['Zombie'/672387, l='MpServer', x=314.50, y=33.00, z=281.50], EntityCow['Cow'/2716, l='MpServer', x=169.09, y=69.00, z=235.25], EntityOtherPlayerMP['Bubblezbabii'/449744, l='MpServer', x=272.66, y=13.19, z=323.19], EntityHippocamp['entity.hippocamp.name'/672416, l='MpServer', x=320.50, y=14.00, z=242.50], EntityNightmare['entity.nightmare.name'/2734, l='MpServer', x=169.50, y=11.00, z=300.78], EntityZombie['Zombie'/675493, l='MpServer', x=293.53, y=39.00, z=283.94], EntityHippocamp['entity.hippocamp.name'/2737, l='MpServer', x=182.75, y=64.00, z=343.84], EntityRabbit['Rabbit'/2738, l='MpServer', x=175.09, y=63.00, z=367.06], EntityUnicorn['entity.unicorn.name'/615100, l='MpServer', x=233.28, y=14.00, z=279.16], EntityCow['Cow'/2762, l='MpServer', x=205.56, y=72.00, z=251.03], EntityNightmare['entity.nightmare.name'/2763, l='MpServer', x=196.13, y=21.00, z=301.69], EntityRabbit['Rabbit'/2764, l='MpServer', x=187.50, y=66.00, z=310.47], EntityUnderSlime['Under Slime'/676548, l='MpServer', x=225.28, y=16.00, z=296.28], EntityPlayerSP['swh65458'/267780, l='MpServer', x=254.70, y=63.01, z=284.45], EntityRabbit['Rabbit'/2768, l='MpServer', x=198.25, y=64.00, z=322.91], EntityZombie['Zombie'/676572, l='MpServer', x=319.50, y=63.00, z=296.50], EntityCow['Cow'/2780, l='MpServer', x=208.09, y=80.00, z=229.06], EntityCow['Cow'/2781, l='MpServer', x=207.44, y=80.00, z=230.19], EntityRabbit['Rabbit'/2782, l='MpServer', x=276.09, y=66.00, z=254.84], EntityNightmare['entity.nightmare.name'/2783, l='MpServer', x=220.25, y=25.00, z=261.69], EntityCow['Cow'/2786, l='MpServer', x=188.56, y=70.00, z=285.16], EntityItem['item.item.bone'/669422, l='MpServer', x=260.88, y=42.00, z=246.03], EntityCow['Cow'/2789, l='MpServer', x=186.53, y=59.00, z=317.44], EntityZombie['Zombie'/676578, l='MpServer', x=294.50, y=41.00, z=271.50], EntityCreeper['Creeper'/672506, l='MpServer', x=170.69, y=70.00, z=239.13], EntityRabbit['Rabbit'/2807, l='MpServer', x=233.50, y=69.00, z=227.56], EntityHippocamp['entity.hippocamp.name'/70393, l='MpServer', x=320.63, y=11.00, z=235.66], EntityCow['Cow'/2809, l='MpServer', x=227.22, y=62.09, z=332.22], EntityCaveSlime['Cave Slime'/674549, l='MpServer', x=231.94, y=27.00, z=332.69], EntityZombie['Zombie'/676618, l='MpServer', x=296.50, y=18.00, z=227.50], EntityPegasus['entity.pegasus.name'/2825, l='MpServer', x=313.16, y=62.13, z=231.00], EntityCreeper['Creeper'/677635, l='MpServer', x=196.50, y=84.00, z=234.50], EntityDestrier['entity.destrier.name'/2827, l='MpServer', x=248.41, y=37.00, z=232.63], EntityNightmare['entity.nightmare.name'/624389, l='MpServer', x=283.28, y=24.00, z=235.78], EntitySkeleton['Skeleton'/677658, l='MpServer', x=218.56, y=16.00, z=305.03], EntityRabbit['Rabbit'/2838, l='MpServer', x=288.28, y=66.00, z=290.50], EntityZombie['Zombie'/673554, l='MpServer', x=312.50, y=33.00, z=253.50], EntityCow['Cow'/389922, l='MpServer', x=223.03, y=70.00, z=238.94], EntityCreeper['Creeper'/677677, l='MpServer', x=248.50, y=40.00, z=248.50], EntityNightmare['entity.nightmare.name'/2860, l='MpServer', x=292.59, y=25.00, z=214.78], EntityCow['Cow'/2864, l='MpServer', x=265.78, y=65.00, z=275.53], EntityZombie['Zombie'/677680, l='MpServer', x=265.50, y=32.00, z=251.50], EntitySpider['Spider'/676657, l='MpServer', x=236.50, y=26.00, z=331.50], EntityCreeper['Creeper'/677687, l='MpServer', x=302.50, y=45.00, z=274.50], EntityCow['Cow'/2878, l='MpServer', x=293.34, y=64.00, z=313.81], EntityCow['Cow'/2883, l='MpServer', x=278.03, y=66.00, z=255.91], EntityDestrier['entity.destrier.name'/2885, l='MpServer', x=307.63, y=62.44, z=286.47], EntityCow['Cow'/14155, l='MpServer', x=303.78, y=63.00, z=309.31], EntitySkeleton['Skeleton'/677702, l='MpServer', x=202.81, y=31.00, z=336.72], EntitySquid['Squid'/677701, l='MpServer', x=306.78, y=61.91, z=277.47], EntityItem['item.item.rottenFlesh'/671580, l='MpServer', x=303.38, y=61.00, z=303.56], EntitySkeleton['Skeleton'/677715, l='MpServer', x=240.50, y=44.00, z=269.50], EntitySkeleton['Skeleton'/677716, l='MpServer', x=305.50, y=41.00, z=266.50], EntityZombie['Zombie'/675688, l='MpServer', x=297.50, y=40.00, z=239.50], EntityZombie['Zombie'/674665, l='MpServer', x=289.50, y=16.00, z=354.50], EntityCow['Cow'/2918, l='MpServer', x=317.78, y=62.47, z=362.19], EntitySpider['Spider'/677740, l='MpServer', x=302.50, y=39.00, z=270.50], EntityCow['Cow'/2919, l='MpServer', x=312.41, y=62.22, z=355.69], EntityItem['item.item.priestesslanceiron'/340845, l='MpServer', x=210.45, y=17.00, z=319.88], EntityCow['Cow'/2936, l='MpServer', x=320.97, y=67.00, z=243.59], EntityItem['item.item.bone'/671606, l='MpServer', x=193.78, y=72.00, z=262.94], EntitySkeleton['Skeleton'/677771, l='MpServer', x=291.50, y=33.00, z=217.50], EntityItem['item.tile.log.oak'/674696, l='MpServer', x=241.88, y=72.00, z=284.88], EntityOtherPlayerMP['Bubblezbabii'/630658, l='MpServer', x=251.78, y=64.00, z=324.78], EntityWitch['Witch'/676762, l='MpServer', x=266.50, y=40.00, z=278.50], EntityCow['Cow'/53137, l='MpServer', x=186.31, y=63.00, z=326.84], EntityZombie['Zombie'/675737, l='MpServer', x=258.34, y=25.00, z=324.34], EntityBat['Bat'/677785, l='MpServer', x=267.97, y=32.63, z=293.94], EntityItem['item.item.lancediamond'/160663, l='MpServer', x=198.32, y=13.00, z=386.90], EntityItem['item.tile.log.oak'/674706, l='MpServer', x=241.88, y=73.00, z=285.78], EntityOtherPlayerMP['Bubblezbabii'/294526, l='MpServer', x=277.66, y=64.00, z=307.50], EntityItem['item.tile.neotech:dimStorage'/677802, l='MpServer', x=249.69, y=67.06, z=319.18], EntityOtherPlayerMP['Bubblezbabii'/516625, l='MpServer', x=256.59, y=64.00, z=323.84], EntityItem['item.tile.neotech:dimStorage'/677799, l='MpServer', x=252.88, y=65.00, z=321.13], EntityUnicorn['entity.unicorn.name'/667581, l='MpServer', x=257.34, y=65.00, z=275.81], EntityCreeper['Creeper'/675766, l='MpServer', x=255.50, y=18.00, z=231.50], EntityItem['item.tile.log.oak'/674762, l='MpServer', x=244.34, y=60.00, z=287.47], EntityItem['item.tile.log.oak'/674764, l='MpServer', x=244.00, y=60.00, z=290.16], EntityItem['item.tile.log.oak'/674779, l='MpServer', x=240.13, y=75.00, z=293.31], EntityBat['Bat'/676820, l='MpServer', x=245.84, y=37.88, z=238.54], EntityBat['Bat'/676833, l='MpServer', x=309.75, y=23.10, z=294.91], EntityCreeper['Creeper'/676863, l='MpServer', x=308.50, y=34.00, z=253.50], EntityItem['item.tile.log.oak'/674802, l='MpServer', x=244.97, y=60.00, z=288.97]]
  89. Retry entities: 0 total; []
  90. Server brand: fml,forge
  91. Server type: Non-integrated multiplayer server
  92. Stacktrace:
  93. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:347)
  94. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2536)
  95. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:370)
  96. at net.minecraft.client.main.Main.main(SourceFile:124)
  97. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  98. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  99. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  100. at java.lang.reflect.Method.invoke(Unknown Source)
  101. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  102. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  103.  
  104. -- System Details --
  105. Details:
  106. Minecraft Version: 1.8.9
  107. Operating System: Windows 10 (amd64) version 10.0
  108. Java Version: 1.8.0_71, Oracle Corporation
  109. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  110. Memory: 345749968 bytes (329 MB) / 3174039552 bytes (3027 MB) up to 3174039552 bytes (3027 MB)
  111. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms3072m -Xmx3072m
  112. IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 95
  113. FML: MCP 9.19 Powered by Forge 11.15.1.1729 139 mods loaded, 139 mods active
  114. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  115. UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  116. UCHIJA FML{8.0.99.99} [Forge Mod Loader] (modpack.jar)
  117. UCHIJA Forge{11.15.1.1729} [Minecraft Forge] (modpack.jar)
  118. UCHIJA Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.8.9-1.0.3.4.b58.jar)
  119. UCHIJA cei{0.1} [Chunk Edge Indicator] (1.8.9-chunkedgeindicator-1.0.jar)
  120. UCHIJA BuildCraft|Core{7.2.0-pre11} [BuildCraft] (buildcraft-7.2.0-pre11.jar)
  121. UCHIJA BuildCraft|Energy{7.2.0-pre11} [BC Energy] (buildcraft-7.2.0-pre11.jar)
  122. UCHIJA ActuallyAdditions{1.8.9-r25} [Actually Additions] (ActuallyAdditions-1.8.9-r25.jar)
  123. UCHIJA advInv{0.6.0} [Advanced Inventory] (advInv-0.6.0-MC1.8.9.jar)
  124. UCHIJA AppleCore{1.3.0} [AppleCore] (AppleCore-mc1.8.9-1.3.0.jar)
  125. UCHIJA Aroma1997CoreHelper{1.0.3.4.b58} [Aroma1997Core|Helper] (Aroma1997Core-1.8.9-1.0.3.4.b58.jar)
  126. UCHIJA AromaBackup{0.0.1.1.b26} [AromaBackup] (AromaBackup-1.8.9-0.0.1.1.b26.jar)
  127. UCHIJA AromaBackupRecovery{1.0} [AromaBackup Recovery] (AromaBackup-1.8.9-0.0.1.1.b26.jar)
  128. UCHIJA Baubles{1.1.3.0} [Baubles] (Baubles-1.8.9-1.1.3.0.jar)
  129. UCHIJA BaublesHud{2.2.0} [Baubles-Hud] (BaublesHud-1.8.9-2.2.0.jar)
  130. UCHIJA bdlib{1.10.0.15} [BD Lib] (bdlib-1.10.0.15-mc1.8.9.jar)
  131. UCHIJA betterbuilderswands{0.4.1} [Better Builder's Wands] (BetterBuildersWands-0.4.1-1.8.8r70+7988689.jar)
  132. UCHIJA BloodMagic{1.8.9-2.0.0-14} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.8.9-2.0.0-14.jar)
  133. UCHIJA bookshelfapi{2.2.7} [Bookshelf] (Bookshelf-1.8.9-2.2.7.jar)
  134. UCHIJA Botania{r1.8-249} [Botania] (Botania.r1.8-248-MC1.8-64e3a96.jar)
  135. UCHIJA samsbucketblocks{1.0.1} [Bucket Storage] (BucketBlocks-1.8.8-1.0.1.jar)
  136. UCHIJA BuildCraft|Builders{7.2.0-pre11} [BC Builders] (buildcraft-7.2.0-pre11.jar)
  137. UCHIJA BuildCraft|Factory{7.2.0-pre11} [BC Factory] (buildcraft-7.2.0-pre11.jar)
  138. UCHIJA BuildCraft|Silicon{7.2.0-pre11} [BC Silicon] (buildcraft-7.2.0-pre11.jar)
  139. UCHIJA BuildCraft|Transport{7.2.0-pre11} [BC Transport] (buildcraft-7.2.0-pre11.jar)
  140. UCHIJA BuildCraft|Robotics{7.2.0-pre11} [BC Robotics] (buildcraft-7.2.0-pre11.jar)
  141. UCHIJA caterpillar{0.0.0} [Caterpillar] (Caterpillar-0.1.189b73.jar)
  142. UCHIJA Chameleon{1.8.9-0.2.1} [Chameleon] (Chameleon-1.8.9-0.2.1.jar)
  143. UCHIJA mcmultipart{1.0.6} [MCMultiPart] (MCMultiPart-1.0.6-universal.jar)
  144. UCHIJA CharsetLib{0.2.1} [‽] (Charset-0.2.1-945baf5589832f727c42cf77.jar)
  145. UCHIJA CharsetTweaks{0.2.1} [*] (Charset-0.2.1-945baf5589832f727c42cf77.jar)
  146. UCHIJA CharsetWires{0.2.1} [+] (Charset-0.2.1-945baf5589832f727c42cf77.jar)
  147. UCHIJA CharsetAudio{0.2.1} [♫] (Charset-0.2.1-945baf5589832f727c42cf77.jar)
  148. UCHIJA CharsetStorage{0.2.1} [#] (Charset-0.2.1-945baf5589832f727c42cf77.jar)
  149. UCHIJA CharsetPipes{0.2.1} [|] (Charset-0.2.1-945baf5589832f727c42cf77.jar)
  150. UCHIJA CharsetGates{0.2.1} [&] (Charset-0.2.1-945baf5589832f727c42cf77.jar)
  151. UCHIJA ChestTransporter{2.2.0} [Chest Transporter] (ChestTransporter-2.2.0-MC1.8.9.jar)
  152. UCHIJA chisel{@VERSION@} [Chisel] (Chisel-MC1.8.9-0.0.2.6.jar)
  153. UCHIJA chiselsandbits{mc1.8.9-v1.8.9} [Chisels & Bits] (chiselsandbits-mc1.8.9-v1.8.9.jar)
  154. UCHIJA chunkloaderz{1.0.2} [ChunkLoaderZ] (ChunkLoaderZ-1.8.9-1.0.2.jar)
  155. UCHIJA craftingcraft{2.0.11} [CraftingCraft] (craftingcraft-mc1.8.9-2.0.11.jar)
  156. UCHIJA craftingtweaks{3.0.41} [Crafting Tweaks] (craftingtweaks-mc1.8.9-3.0.41.jar)
  157. UCHIJA CrissCross{1.3.9.1} [Criss Cross] (CrissCross-1.8.9-1.3.9.1.jar)
  158. UCHIJA ds{1.8.9-0.0.5.1} [Decorative Styles] (DecorativeStyles-1.8.9-0.0.5.1.jar)
  159. UCHIJA Denseores{1.0.0} [Denseores] (denseoresmod.zip)
  160. UCHIJA dimensionalcake{0.0.1} [Dimensional Cake] (dimensionalcakes-1.8.9-0.0.2.jar)
  161. UCHIJA Ding{MC1.8.9} [Ding] (Ding-MC1.8.9.jar)
  162. UCHIJA dsurround{2.0.4.2BETA} [Dynamic Surroundings] (DynamicSurroundings-1.8.9-2.0.4.2BETA.jar)
  163. UCHIJA ShetiPhianCore{3.0.3} [ShetiPhian-Core] (ShetiPhianCore-1.8.9-3.0.3.jar)
  164. UCHIJA EnderTanks{1.2.0} [EnderTanks] (EnderTanks-1.8.9-1.2.0.jar)
  165. UCHIJA ExtraBitManipulation{1.8.9-1.3.3} [Extra Bit Manipulation] (ExtraBitManipulation-1.8.9-1.3.3.jar)
  166. UCHIJA ezstorage{1.0} [EZ Storage] (ezstorage-1.8.9-1.2.2.jar)
  167. UCHIJA FastLeaveDecay{1.1} [Fast Leave Decay] (FastLeaveDecay-1.2.jar)
  168. UCHIJA flatcoloredblocks{mc1.8.9-v1.3} [Flat Colored Blocks] (flatcoloredblocks-mc1.8.9-v1.6.jar)
  169. UCHIJA reborncore{1.4.0.13} [RebornCore] (RebornCore-1.8.9-1.4.0.13-universal.jar)
  170. UCHIJA fluxedredstone{1.1.0.16} [FluxedRedstone] (Fluxed Redstone-1.1.0.16.jar)
  171. UCHIJA fluxedcore{2.0.2} [Fluxed-Core] (Fluxed-Core-1.8.9-2.0.2.jar)
  172. UCHIJA fluxedsolars{$GRADLEVERSION} [Fluxed Solars] (fluxedsolars-1.8.jar)
  173. UCHIJA substratum{1.1.0.1} [Substratum] (Substratum-1.8.9-1.1.0.1.jar)
  174. UCHIJA foundry{1.4.0.0-beta1} [Foundry] (Foundry-1.8.9-1.4.0.0-beta1.jar)
  175. UCHIJA frsm{1.5.50} [Fex's Random Stuff Mod] (FRSM-1.5.50-1.8.9.jar)
  176. UCHIJA Waila{1.6.0} [Waila] (Waila-1.6.0-B3_1.8.8.jar)
  177. UCHIJA FTBL{2.0.2} [FTBLib] (FTBLib-1.8.9-2.0.2.jar)
  178. UCHIJA FTBU{2.0.2} [FTBUtilities] (FTBUtilities-1.8.9-2.0.2.jar)
  179. UCHIJA FunOres{1.1.0-beta5} [Fun Ores] (FunOres-1.8.9-1.1.0-beta5-41.jar)
  180. UCHIJA furnus{1.6} [Furnus] (Furnus-1.8.9-1.6.jar)
  181. UCHIJA graves{1.8.9-b31-universal} [Graves Mod] (graves-1.8.9-b31-universal.jar)
  182. UCHIJA HelpFixer{1.8.9-1.2.12} [HelpFixer] (HelpFixer-1.8.9-1.2.12.jar)
  183. UCHIJA iCraft{0.7} [iCraft] (iCraft-0.7.jar)
  184. UCHIJA IGWMod{1.2.3-3} [In-Game wiki Mod] (IGW-Mod-1.8.9-1.2.3-3-universal.jar)
  185. UCHIJA immcraft{1.0.2} [Immersive Craft] (immcraft-1.0.2.jar)
  186. UCHIJA InventoryPets{1.3.91} [Inventory Pets] (inventorypets-1.8.9-1.3.91.jar)
  187. UCHIJA inventorytweaks{1.60-beta-30-48a432c} [Inventory Tweaks] (InventoryTweaks-1.60-beta-30.jar)
  188. UCHIJA ironbackpacks{1.8.9-2.0.5} [Iron Backpacks] (IronBackpacks-1.8.9-2.0.5.jar)
  189. UCHIJA IronChest{6.0.123.769} [Iron Chest] (ironchest-1.8.9-6.0.123.769.jar)
  190. UCHIJA JEI{2.25.2.130} [Just Enough Items] (jei_1.8.9-2.25.2.130.jar)
  191. UCHIJA JEIAddons{0.10.1.39} [Just Enough Items Addons] (JEIAddons_1.8.9-0.10.1.39.jar)
  192. UCHIJA journeymap{5.1.3} [JourneyMap] (journeymap-1.8.8-5.1.3-unlimited.jar)
  193. UCHIJA jeresources{0.3.1} [Just Enough Resources] (JustEnoughResources-1.8.9-0.3.1.jar)
  194. UCHIJA LunatriusCore{1.1.2.32} [LunatriusCore] (LunatriusCore-1.8.9-1.1.2.32-universal.jar)
  195. UCHIJA LaserLevel{2.0.0.9} [Laser Level] (LaserLevel-1.8.9-2.0.0.9-universal.jar)
  196. UCHIJA llor{1.0.4-mc1.8.8} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.0.4-mc1.8.8.jar)
  197. UCHIJA magnetic{1.0} [Magnetic] (magnetic-1.0.jar)
  198. UCHIJA mantle{1.8.9-0.7.jenkins72} [Mantle] (Mantle-1.8.9-0.7.jar)
  199. UCHIJA middletorch{2.0.3} [The Middle Torch] (middletorch-2.0.3.jar)
  200. UCHIJA ModLister{1.8.9-1.0.7} [ModLister] (ModLister-1.8.9-1.0.7.jar)
  201. UCHIJA ModNameTooltip{1.0.0} [Mod Name Tooltip] (modnametooltip_1.8.8-1.0.0.jar)
  202. UCHIJA Morpheus{1.8.9-2.0.57} [Morpheus] (Morpheus-1.8.9-2.0.57.jar)
  203. UCHIJA cfm{3.6} [MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.6.1(1.8.9).jar)
  204. UCHIJA AS_MultiMine{1.5.1} [Multi Mine] (MultiMine-1.8.8.jar)
  205. UCHIJA MysticalCrops{1.1} [Mystical Crops] (MysticalCrops-1.2.2.jar)
  206. UCHIJA neotech{2.3.2} [NeoTech] (NeoTech-1.8.9-2.3.2.jar)
  207. UCHIJA notenoughwands{1.2.7} [Not Enough Wands] (notenoughwands-1.8.9-1.2.7.jar)
  208. UCHIJA packingtape{0.3.5} [Packing Tape] (Packing Tape-0.3.5.jar)
  209. UCHIJA parachutemod{1.2.0} [Parachute Mod] (parachutemod-ng-1.8.9-1.2.0-321.jar)
  210. UCHIJA PassthroughSigns{1.0.2} [Passthrough Signs] (PassthroughSigns-1.8.X-1.0.2.B4.jar)
  211. UCHIJA PneumaticCraft{1.13.5-6} [PneumaticCraft] (PneumaticCraft-1.8.9-1.13.5-6-universal.jar)
  212. UCHIJA samsapples{1.1.3} [Power Apples] (PowerApples-1.8.8-1.1.3.jar)
  213. UCHIJA practicalities{2.0.0-b6} [Practicalities] (practicalities-1.8.9-2.0.0-b6.jar)
  214. UCHIJA pressure{1.2.5.12} [Pressure Pipes] (pressure-1.2.5.12-mc1.8.9.jar)
  215. UCHIJA progressiveautomation{1.6.33} [Progressive Automation] (ProgressiveAutomation-1.8.9-1.6.33.jar)
  216. UCHIJA ProjectE{1.8.9-PE1.1.3} [ProjectE] (ProjectE-1.8.9-PE1.1.3.jar)
  217. UCHIJA quantumflux{2.0.0-b2} [QuantumFlux] (quantumflux-1.8.9-2.0.0-b2.jar)
  218. UCHIJA quarrycraft{1.2.2} [Quarry Craft] (quarrycraft-2.0.jar)
  219. UCHIJA RandomUtilities{2.1.3} [Random Utilities] (Random Utilities-1.8.9-2.1.3.jar)
  220. UCHIJA RandomThings{3.6} [Random Things] (RandomThings-MC1.8.9-3.6.jar)
  221. UCHIJA rarmor{0.2.1} [Rarmor] (rarmor-0.2.1.jar)
  222. UCHIJA ReAuth{2.1} [ReAuth] (ReAuth-2.1-1.8.jar)
  223. UCHIJA xreliquary{1.3-alpha1.87} [Reliquary] (Reliquary-1.3-alpha1.87.jar)
  224. UCHIJA reptilemod{3.1.0} [Reptile Mod] (reptilemod-1.8.9-3.2.1-40.jar)
  225. UCHIJA ResourcefulCrops{1.8.9-1.1.0-38} [ResourcefulCrops] (ResourcefulCrops-1.8.9-1.1.0-38.jar)
  226. UCHIJA rftools{4.21beta16} [RFTools] (rftools-1.8.9-4.21beta16.jar)
  227. UCHIJA rftoolsdim{4.21beta18} [RFTools Dimensions] (rftoolsdim-1.8.9-4.21beta18.jar)
  228. UCHIJA RightClickTorch{1.8.8-1.0.2} [RightClickTorch] (rightclicktorch-1.8.8-1.0.2.jar)
  229. UCHIJA Schematica{1.7.7.142} [Schematica] (Schematica-1.8.9-1.7.7.142-universal.jar)
  230. UCHIJA SdubzBlocks{1.0.0} [SdubzBlocks] (Sdubzblocks-1.8.9.zip)
  231. UCHIJA SimilsaxTranstructors{1.8.8.16} [Similsax Transtructors] (SimilsaxTranstructors-1.8.8.16.jar)
  232. UCHIJA simpleretrogen{2.2.2+3} [Simple Retrogen] (simpleretrogen-1.8.9-2.2.2+3.jar)
  233. UCHIJA SlimeCarnage{2.1.1} [Slime Carnage] (SlimeCarnage-2.1.1-mc1.8.9.jar)
  234. UCHIJA spawnercraft{1.8.9-2.3} [SpawnerCraft] (SpawnerCraft2-1.8.9-2.3.jar)
  235. UCHIJA StorageDrawers{1.8.9-2.3.2} [Storage Drawers] (StorageDrawers-1.8.9-2.3.2.jar)
  236. UCHIJA storagenetwork{1.3} [Storage Network] (StorageNetwork-1.8.9-1.3.jar)
  237. UCHIJA storagesilo{1.2.2} [StorageSilo] (storagesilo-1.8.9-1.2.2b.jar)
  238. UCHIJA Talismans 2{2.2.0} [Talismans 2] (Talismans2-1.8.9-2.2.0.jar)
  239. UCHIJA tconstruct{1.8.9-2.0.2.jenkins61} [Tinkers' Construct] (TConstruct-1.8.9-2.0.2.jar)
  240. UCHIJA CookingPlus{0.7.2} [The Agricultural Revolution] (The Agricultural Revolution-1.8.8-0.7.2.jar)
  241. UCHIJA thutcore{2.2.2} [ThutCore] (thutcore-2.2.2.jar)
  242. UCHIJA thuttech{2.2.9} [Thut's Tech] (thuttech-2.2.9.jar)
  243. UCHIJA totemic{1.8.9-0.6.2} [Totemic] (Totemic-1.8.9-0.6.2.jar)
  244. UCHIJA trashslot{2.0.7} [TrashSlot] (trashslot-mc1.8.9-2.0.7.jar)
  245. UCHIJA ultimate_unicorn_mod{1.4.1} [Wings, Horns, and Hooves, the Ultimate Unicorn Mod!] (ultimate_unicorn_mod-1.8.9-1.4.1.jar)
  246. UCHIJA uncraftingtable{1.0.1} [Uncrafting Grinder] (UncraftingGrinder-1.8.8-1.0.1.jar)
  247. UCHIJA VersionChecker{1.2.5} [Version Checker] (VersionChecker-1.2.5.jar)
  248. UCHIJA unlogicii{4.1.0.42} [UnLogic II] (UnLogicII-4.1.0.42.jar)
  249. UCHIJA unlogiciivc{1.5} [UnLogic II Version Checker] (UnLogicII-4.1.0.42.jar)
  250. UCHIJA AS_UpdateCheck{1.1.7} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.8.8.jar)
  251. UCHIJA WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.8.x-1.1.6.jar)
  252. UCHIJA wawla{1.4.0.0} [What Are We Looking At] (Wawla-1.4.0.0-1.8.8.jar)
  253. UCHIJA wuestUtilities{1.0} [Wuest Utilities] (wuestUtilities-1.7.0.jar)
  254. Loaded coremods (and transformers):
  255. MMFMLCorePlugin (MultiMine-1.8.8.jar)
  256. atomicstryker.multimine.common.fmlmagic.MMTransformer
  257. CoreMod (Aroma1997Core-1.8.9-1.0.3.4.b58.jar)
  258.  
  259. LoadingPlugin (FastLeaveDecay-1.2.jar)
  260. lumien.fastleavedecay.asm.ClassTransformer
  261. CorePlugin (Fluxed Redstone-1.1.0.16.jar)
  262.  
  263. LoadingPlugin (RandomThings-MC1.8.9-3.6.jar)
  264. lumien.randomthings.asm.ClassTransformer
  265. dsurroundcore (DynamicSurroundings-1.8.9-2.0.4.2BETA.jar)
  266. org.blockartistry.mod.DynSurround.asm.Transformer
  267. FMLPlugin (InventoryTweaks-1.60-beta-30.jar)
  268. invtweaks.forge.asm.ContainerTransformer
  269. ICraftCoreMod (iCraft-0.7.jar)
  270.  
  271. AppleCore (AppleCore-mc1.8.9-1.3.0.jar)
  272. squeek.applecore.asm.TransformerModuleHandler
  273. TrashSlot (trashslot-mc1.8.9-2.0.7.jar)
  274. net.blay09.mods.trashslot.coremod.GuiContainerClassTransformer
  275. net.blay09.mods.trashslot.coremod.MinecraftClassTransformer
  276. net.blay09.mods.trashslot.coremod.InventoryTweaksClassTransformer
  277. GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13416 Compatibility Profile Context 15.300.1025.1001' Renderer: 'AMD Radeon R9 200 / HD 7900 Series'
  278. Pulsar/tconstruct loaded Pulses:
  279. - TinkerCommons (Enabled/Forced)
  280. - TinkerWorld (Enabled/Not Forced)
  281. - TinkerTools (Enabled/Not Forced)
  282. - TinkerSmeltery (Enabled/Not Forced)
  283. - TinkerGadgets (Enabled/Not Forced)
  284. - TinkerOredict (Enabled/Forced)
  285. - TinkerIntegration (Enabled/Forced)
  286. - TinkerFluids (Enabled/Forced)
  287. - TinkerMaterials (Enabled/Forced)
  288. - chiselsandbitsIntegration (Enabled/Not Forced)
  289. - craftingtweaksIntegration (Enabled/Not Forced)
  290. - TinkerDebug (Enabled/Not Forced)
  291.  
  292. List of loaded APIs:
  293. * ActuallyAdditionsAPI (4) from rarmor-0.2.1.jar
  294. * AppleCoreAPI (2.0.0) from AppleCore-mc1.8.9-1.3.0.jar
  295. * AromaBackupAPI (1.0) from AromaBackup-1.8.9-0.0.1.1.b26.jar
  296. * Baubles|API (1.1.0.0) from Reliquary-1.3-alpha1.87.jar
  297. * BloodMagic|API (@VERSION@) from BloodMagic-1.8.9-2.0.0-14.jar
  298. * BotaniaAPI (75) from Botania.r1.8-248-MC1.8-64e3a96.jar
  299. * BuildCraftAPI|blocks (1.0) from buildcraft-7.2.0-pre11.jar
  300. * BuildCraftAPI|blueprints (1.5) from buildcraft-7.2.0-pre11.jar
  301. * BuildCraftAPI|boards (2.0) from buildcraft-7.2.0-pre11.jar
  302. * BuildCraftAPI|core (1.0) from buildcraft-7.2.0-pre11.jar
  303. * BuildCraftAPI|crops (1.1) from buildcraft-7.2.0-pre11.jar
  304. * BuildCraftAPI|enums (1.0) from buildcraft-7.2.0-pre11.jar
  305. * BuildCraftAPI|events (2.0) from buildcraft-7.2.0-pre11.jar
  306. * BuildCraftAPI|facades (1.1) from buildcraft-7.2.0-pre11.jar
  307. * BuildCraftAPI|filler (4.0) from buildcraft-7.2.0-pre11.jar
  308. * BuildCraftAPI|fuels (2.0) from buildcraft-7.2.0-pre11.jar
  309. * BuildCraftAPI|gates (4.1) from buildcraft-7.2.0-pre11.jar
  310. * BuildCraftAPI|items (1.1) from buildcraft-7.2.0-pre11.jar
  311. * BuildCraftAPI|library (2.0) from buildcraft-7.2.0-pre11.jar
  312. * BuildCraftAPI|lists (1.0) from buildcraft-7.2.0-pre11.jar
  313. * BuildCraftAPI|power (1.3) from buildcraft-7.2.0-pre11.jar
  314. * BuildCraftAPI|recipes (3.0) from buildcraft-7.2.0-pre11.jar
  315. * BuildCraftAPI|robotics (3.0) from buildcraft-7.2.0-pre11.jar
  316. * BuildCraftAPI|statements (1.1) from buildcraft-7.2.0-pre11.jar
  317. * BuildCraftAPI|tablet (1.0) from buildcraft-7.2.0-pre11.jar
  318. * BuildCraftAPI|tiles (1.2) from buildcraft-7.2.0-pre11.jar
  319. * BuildCraftAPI|tools (1.0) from buildcraft-7.2.0-pre11.jar
  320. * BuildCraftAPI|transport (4.1) from buildcraft-7.2.0-pre11.jar
  321. * CharsetAPI (0.1) from Charset-0.2.1-945baf5589832f727c42cf77.jar
  322. * CharsetAPI|Audio (0.0) from Charset-0.2.1-945baf5589832f727c42cf77.jar
  323. * CharsetAPI|Lib (0.2) from Charset-0.2.1-945baf5589832f727c42cf77.jar
  324. * CharsetAPI|Pipes (0.2) from Charset-0.2.1-945baf5589832f727c42cf77.jar
  325. * CharsetAPI|Wires (0.3) from Charset-0.2.1-945baf5589832f727c42cf77.jar
  326. * ChiselAPI (0.0.1) from Chisel-MC1.8.9-0.0.2.6.jar
  327. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.8.9-0.0.2.6.jar
  328. * ChiselsAndBitsAPI (1.8) from chiselsandbits-mc1.8.9-v1.8.9.jar
  329. * CoFHAPI (1.8R2.0.0) from Bookshelf-1.8.9-2.2.7.jar
  330. * CoFHAPI|block (1.8.0R1.0.0a) from ProgressiveAutomation-1.8.9-1.6.33.jar
  331. * CoFHAPI|energy (1.7.10R1.0.2) from RebornCore-1.8.9-1.4.0.13-universal.jar
  332. * CoFHAPI|tileentity (1.8.0R1.0.0a) from ProgressiveAutomation-1.8.9-1.6.33.jar
  333. * CraftingTweaks|API (4.1) from craftingtweaks-mc1.8.9-3.0.41.jar
  334. * foundry.api (1.3.2.0) from Foundry-1.8.9-1.4.0.0-beta1.jar
  335. * FunOresAPI (2) from FunOres-1.8.9-1.1.0-beta5-41.jar
  336. * IronBackpacks|API (0.4) from IronBackpacks-1.8.9-2.0.5.jar
  337. * jeresources|API (0.3.1) from JustEnoughResources-1.8.9-0.3.1.jar
  338. * JustEnoughItemsAPI (2.10.1) from jei_1.8.9-2.25.2.130.jar
  339. * McJtyLib (1.8.9-1.8.1beta5) from mcjtylib-1.8.9-1.8.1beta5.jar
  340. * OpenComputersAPI|Component (5.6.4) from thutcore-2.2.2.jar
  341. * OpenComputersAPI|Core (5.6.4) from thutcore-2.2.2.jar
  342. * OpenComputersAPI|Driver (5.6.4) from thutcore-2.2.2.jar
  343. * OpenComputersAPI|Driver|Item (5.6.4) from thutcore-2.2.2.jar
  344. * OpenComputersAPI|Event (5.6.4) from thutcore-2.2.2.jar
  345. * OpenComputersAPI|FileSystem (5.6.4) from thutcore-2.2.2.jar
  346. * OpenComputersAPI|Internal (5.6.4) from thutcore-2.2.2.jar
  347. * OpenComputersAPI|Machine (5.6.4) from thutcore-2.2.2.jar
  348. * OpenComputersAPI|Manual (5.6.4) from thutcore-2.2.2.jar
  349. * OpenComputersAPI|Network (5.6.4) from thutcore-2.2.2.jar
  350. * OpenComputersAPI|Prefab (5.6.4) from thutcore-2.2.2.jar
  351. * PneumaticCraftApi (1.0) from PneumaticCraft-1.8.9-1.13.5-6-universal.jar
  352. * pressureAPI (1.2.5.12) from pressure-1.2.5.12-mc1.8.9.jar
  353. * ProjectEAPI (1.8-1) from ProjectE-1.8.9-PE1.1.3.jar
  354. * reborncoreAPI (1.4.0.13) from RebornCore-1.8.9-1.4.0.13-universal.jar
  355. * ResourcefulCrops|API (1.8.9-1.1.0-38) from ResourcefulCrops-1.8.9-1.1.0-38.jar
  356. * SchematicaAPI (1.1) from Schematica-1.8.9-1.7.7.142-universal.jar
  357. * SchematicaAPI|Events (1.1) from Schematica-1.8.9-1.7.7.142-universal.jar
  358. * StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.3.2.jar
  359. * StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.3.2.jar
  360. * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.3.2.jar
  361. * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.3.2.jar
  362. * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.3.2.jar
  363. * StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.3.2.jar
  364. * StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.3.2.jar
  365. * StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.3.2.jar
  366. * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.3.2.jar
  367. * thut|API (1.0.0) from thutcore-2.2.2.jar
  368. * totemic|API (0.1.0) from Totemic-1.8.9-0.6.2.jar
  369. * WailaAPI (1.3) from Waila-1.6.0-B3_1.8.8.jar
  370. Launched Version: 1.8.9-forge1.8.9-11.15.1.1729
  371. LWJGL: 2.9.4
  372. OpenGL: AMD Radeon R9 200 / HD 7900 Series GL version 4.5.13416 Compatibility Profile Context 15.300.1025.1001, ATI Technologies Inc.
  373. GL Caps: Using GL 1.3 multitexturing.
  374. Using GL 1.3 texture combiners.
  375. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  376. Shaders are available because OpenGL 2.1 is supported.
  377. VBOs are available because OpenGL 1.5 is supported.
  378.  
  379. Using VBOs: No
  380. Is Modded: Definitely; Client brand changed to 'fml,forge'
  381. Type: Client (map_client.txt)
  382. Resource Packs:
  383. Current Language: English (US)
  384. Profiler Position: N/A (disabled)
  385. CPU: 8x Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement