Advertisement
swh65458

crash between neotech and charset

Feb 20th, 2016
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.73 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. LoadingPlugin (RandomThings-MC1.8.9-3.6.2.jar)
  5. CorePlugin (Fluxed Redstone-1.3.0.31.jar)
  6. MMFMLCorePlugin (MultiMine-1.8.8.jar)
  7. CoreMod (Aroma1997Core-1.8.9-1.0.3.4.b58.jar)
  8. FMLPlugin (InventoryTweaks-1.60-beta-31.jar)
  9. LoadingPlugin (FastLeaveDecay-1.2.jar)
  10. dsurroundcore (DynamicSurroundings-1.8.9-2.0.5.0BETA.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. // I let you down. Sorry :(
  17.  
  18. Time: 20/02/16 10:39 PM
  19. Description: Ticking block entity
  20.  
  21. java.lang.NullPointerException: Ticking block entity
  22. at com.dyonovan.neotech.pipes.types.SimplePipe$class.canConnect(SimplePipe.scala:36)
  23. at com.dyonovan.neotech.pipes.tiles.energy.EnergyInterfacePipe.canConnect(EnergyInterfacePipe.scala:45)
  24. at com.dyonovan.neotech.pipes.blocks.BlockPipeSpecial.countConnections(BlockPipeSpecial.scala:174)
  25. at com.dyonovan.neotech.pipes.blocks.BlockPipeSpecial.func_176221_a(BlockPipeSpecial.scala:64)
  26. at net.minecraft.block.Block.isSideSolid(Block.java:1105)
  27. at net.minecraft.world.World.isSideSolid(World.java:3758)
  28. at net.minecraft.world.World.isSideSolid(World.java:3739)
  29. at pl.asie.charset.wires.WireUtils.canConnectCorner(WireUtils.java:198)
  30. at pl.asie.charset.wires.logic.PartWireBase.updateConnections(PartWireBase.java:565)
  31. at pl.asie.charset.wires.logic.PartWireBase.isOccluded(PartWireBase.java:465)
  32. at pl.asie.charset.wires.WireUtils.canConnectExternal(WireUtils.java:135)
  33. at pl.asie.charset.wires.logic.PartWireBase.updateConnections(PartWireBase.java:563)
  34. at pl.asie.charset.wires.logic.PartWireBase.func_73660_a(PartWireBase.java:428)
  35. at mcmultipart.block.TileMultipart.func_73660_a(TileMultipart.java:152)
  36. at net.minecraft.world.World.func_72939_s(World.java:1718)
  37. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2089)
  38. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1024)
  39. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)
  40. at net.minecraft.client.main.Main.main(SourceFile:124)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  43. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  44. at java.lang.reflect.Method.invoke(Unknown Source)
  45. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  46. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  47.  
  48.  
  49. A detailed walkthrough of the error, its code path and all known details is as follows:
  50. ---------------------------------------------------------------------------------------
  51.  
  52. -- Head --
  53. Stacktrace:
  54. at com.dyonovan.neotech.pipes.types.SimplePipe$class.canConnect(SimplePipe.scala:36)
  55. at com.dyonovan.neotech.pipes.tiles.energy.EnergyInterfacePipe.canConnect(EnergyInterfacePipe.scala:45)
  56. at com.dyonovan.neotech.pipes.blocks.BlockPipeSpecial.countConnections(BlockPipeSpecial.scala:174)
  57. at com.dyonovan.neotech.pipes.blocks.BlockPipeSpecial.func_176221_a(BlockPipeSpecial.scala:64)
  58. at net.minecraft.block.Block.isSideSolid(Block.java:1105)
  59. at net.minecraft.world.World.isSideSolid(World.java:3758)
  60. at net.minecraft.world.World.isSideSolid(World.java:3739)
  61. at pl.asie.charset.wires.WireUtils.canConnectCorner(WireUtils.java:198)
  62. at pl.asie.charset.wires.logic.PartWireBase.updateConnections(PartWireBase.java:565)
  63. at pl.asie.charset.wires.logic.PartWireBase.isOccluded(PartWireBase.java:465)
  64. at pl.asie.charset.wires.WireUtils.canConnectExternal(WireUtils.java:135)
  65. at pl.asie.charset.wires.logic.PartWireBase.updateConnections(PartWireBase.java:563)
  66. at pl.asie.charset.wires.logic.PartWireBase.func_73660_a(PartWireBase.java:428)
  67. at mcmultipart.block.TileMultipart.func_73660_a(TileMultipart.java:152)
  68.  
  69. -- Block entity being ticked --
  70. Details:
  71. Name: mcmultipart:multipart // mcmultipart.block.TileMultipart
  72. Block type: ID #701 (tile.null // mcmultipart.block.BlockMultipart)
  73. Block data value: 0 / 0x0 / 0b0000
  74. Block location: World: (251,68,330), Chunk: (at 11,4,10 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)
  75. Actual block type: ID #701 (tile.null // mcmultipart.block.BlockMultipart)
  76. Actual block data value: 0 / 0x0 / 0b0000
  77. Stacktrace:
  78. at net.minecraft.world.World.func_72939_s(World.java:1718)
  79.  
  80. -- Affected level --
  81. Details:
  82. Level name: MpServer
  83. All players: 1 total; [EntityPlayerSP['swh65458'/1029582, l='MpServer', x=144.95, y=74.64, z=167.71]]
  84. Chunk stats: MultiplayerChunkCache: 440, 440
  85. Level seed: 0
  86. Level generator: ID 00 - default, ver 1. Features enabled: false
  87. Level generator options:
  88. 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)
  89. Level time: 28136860 game time, 103088 day time
  90. Level dimension: 0
  91. Level storage version: 0x00000 - Unknown?
  92. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  93. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  94. Forced entities: 139 total; [EntityBat['Bat'/1182482, l='MpServer', x=211.53, y=22.25, z=134.16], EntityCreeper['Creeper'/1179920, l='MpServer', x=146.50, y=55.00, z=198.50], VengeanceSpirit['Vengeance Spirit'/1181200, l='MpServer', x=110.28, y=58.94, z=201.38], VengeanceSpirit['Vengeance Spirit'/1181456, l='MpServer', x=108.38, y=63.00, z=171.09], EntitySpider['Spider'/1180180, l='MpServer', x=124.50, y=20.00, z=215.50], EntityZombie['Zombie'/1180190, l='MpServer', x=135.50, y=24.00, z=139.50], EntitySkeleton['Skeleton'/1182239, l='MpServer', x=88.50, y=20.00, z=128.50], EntitySkeleton['Skeleton'/1179677, l='MpServer', x=84.41, y=69.00, z=177.91], EntitySkeleton['Skeleton'/1181190, l='MpServer', x=142.50, y=66.00, z=212.50], EntityCreeper['Creeper'/1180420, l='MpServer', x=91.50, y=32.00, z=206.50], EntityCreeper['Creeper'/1181700, l='MpServer', x=92.50, y=91.00, z=157.50], EntityChicken['Chicken'/1178121, l='MpServer', x=174.50, y=85.00, z=105.22], EntityItem['item.item.feather'/1178123, l='MpServer', x=175.22, y=84.00, z=105.34], EntityItem['item.item.egg'/1178122, l='MpServer', x=174.25, y=85.00, z=104.28], EntitySkeletonGun['Gun Skeleton'/1180942, l='MpServer', x=82.50, y=35.00, z=238.50], EntityItem['item.item.feather'/1178124, l='MpServer', x=174.50, y=85.00, z=105.59], EntityZombie['Zombie'/1179919, l='MpServer', x=208.06, y=80.00, z=231.94], EntitySkeleton['Skeleton'/1182003, l='MpServer', x=92.50, y=89.00, z=148.50], EntityZombie['Zombie'/1178675, l='MpServer', x=116.53, y=64.00, z=187.81], EntityZombie['Zombie'/1181750, l='MpServer', x=109.50, y=90.00, z=134.50], EntityCreeper['Creeper'/1182518, l='MpServer', x=137.50, y=49.00, z=100.50], EntityPlayerSP['swh65458'/1029582, l='MpServer', x=144.95, y=74.64, z=167.71], EntityCow['Cow'/295, l='MpServer', x=108.66, y=78.00, z=157.69], EntityCow['Cow'/298, l='MpServer', x=109.38, y=62.06, z=184.28], EntityCow['Cow'/299, l='MpServer', x=108.69, y=62.38, z=180.72], EntityChicken['Chicken'/300, l='MpServer', x=107.31, y=62.59, z=189.28], EntityChicken['Chicken'/301, l='MpServer', x=108.38, y=62.75, z=190.31], EntityCow['Cow'/302, l='MpServer', x=108.66, y=63.00, z=187.91], EntityCow['Cow'/305, l='MpServer', x=100.78, y=64.00, z=222.44], EntityCow['Cow'/306, l='MpServer', x=100.44, y=62.09, z=224.03], EntityBlueSlime['Blue Slime'/1182497, l='MpServer', x=193.00, y=180.00, z=176.75], EntityDestrier['entity.destrier.name'/309, l='MpServer', x=112.94, y=64.00, z=234.44], EntityCow['Cow'/1176359, l='MpServer', x=68.44, y=81.00, z=167.75], EntityCow['Cow'/1176360, l='MpServer', x=70.94, y=80.00, z=170.88], EntityCreeper['Creeper'/1180243, l='MpServer', x=94.13, y=54.00, z=210.72], EntityCow['Cow'/321, l='MpServer', x=121.81, y=63.00, z=140.81], EntityCow['Cow'/322, l='MpServer', x=120.81, y=79.00, z=132.44], EntityCow['Cow'/323, l='MpServer', x=119.72, y=65.00, z=144.28], EntityCow['Cow'/324, l='MpServer', x=118.47, y=68.00, z=144.34], EntityRabbit['Rabbit'/325, l='MpServer', x=119.31, y=66.00, z=190.09], EntityCow['Cow'/1176916, l='MpServer', x=81.22, y=88.00, z=156.28], EntityHippocamp['entity.hippocamp.name'/326, l='MpServer', x=112.63, y=61.81, z=210.00], EntityCow['Cow'/1176919, l='MpServer', x=64.34, y=84.00, z=157.81], EntitySkeleton['Skeleton'/1176662, l='MpServer', x=86.88, y=52.00, z=221.34], EntityCow['Cow'/1176921, l='MpServer', x=79.88, y=85.00, z=150.16], EntityCow['Cow'/1176920, l='MpServer', x=78.38, y=88.00, z=155.63], EntityZombie['Zombie'/1178463, l='MpServer', x=194.50, y=85.00, z=225.50], EntityCow['Cow'/337, l='MpServer', x=128.72, y=81.00, z=128.53], EntityCow['Cow'/338, l='MpServer', x=125.59, y=63.00, z=136.31], EntityCreeper['Creeper'/1182528, l='MpServer', x=111.50, y=89.00, z=140.50], EntityCreeper['Creeper'/1180993, l='MpServer', x=145.50, y=66.00, z=161.50], EntityZombie['Zombie'/1182020, l='MpServer', x=144.50, y=56.00, z=196.50], EntitySkeleton['Skeleton'/1179464, l='MpServer', x=89.50, y=87.00, z=148.50], EntityChicken['Chicken'/350, l='MpServer', x=142.47, y=67.00, z=144.75], EntityCreeper['Creeper'/1182029, l='MpServer', x=168.50, y=72.00, z=210.50], EntityCow['Cow'/352, l='MpServer', x=148.53, y=64.00, z=151.69], EntityZombie['Zombie'/1178992, l='MpServer', x=67.50, y=35.00, z=201.50], EntityCow['Cow'/353, l='MpServer', x=134.75, y=71.00, z=160.56], EntityDestrier['entity.destrier.name'/354, l='MpServer', x=162.50, y=64.00, z=167.94], EntityZombie['Zombie'/1177203, l='MpServer', x=77.50, y=36.00, z=240.50], EntityDestrier['entity.destrier.name'/355, l='MpServer', x=152.84, y=67.00, z=228.16], EntityCow['Cow'/356, l='MpServer', x=156.50, y=69.00, z=217.22], EntityCreeper['Creeper'/1181311, l='MpServer', x=78.34, y=29.00, z=155.28], EntitySkeleton['Skeleton'/1182335, l='MpServer', x=67.50, y=50.00, z=111.50], EntityItem['item.item.egg'/1140576, l='MpServer', x=177.84, y=63.00, z=148.69], EntityCow['Cow'/371, l='MpServer', x=167.91, y=74.00, z=180.44], EntityPegasus['entity.pegasus.name'/372, l='MpServer', x=161.00, y=68.00, z=173.06], EntityCow['Cow'/373, l='MpServer', x=175.19, y=72.00, z=180.44], EntityCreeper['Creeper'/1180304, l='MpServer', x=146.41, y=25.00, z=149.03], EntitySkeleton['Skeleton'/1182097, l='MpServer', x=153.50, y=65.00, z=165.50], EntityItem['item.item.egg'/1180049, l='MpServer', x=203.13, y=66.00, z=139.84], EntitySquid['Squid'/1179287, l='MpServer', x=105.98, y=62.50, z=184.88], EntityChicken['Chicken'/1180058, l='MpServer', x=141.09, y=102.00, z=89.47], EntityZombie['Zombie'/1178008, l='MpServer', x=71.50, y=38.00, z=237.50], EntityBat['Bat'/1180825, l='MpServer', x=130.63, y=34.06, z=239.28], EntityCow['Cow'/1180062, l='MpServer', x=88.75, y=102.00, z=85.16], EntityCow['Cow'/397, l='MpServer', x=192.03, y=63.00, z=133.09], EntityCow['Cow'/398, l='MpServer', x=183.28, y=64.00, z=138.44], EntityCow['Cow'/399, l='MpServer', x=177.63, y=69.00, z=141.34], EntityCow['Cow'/400, l='MpServer', x=176.44, y=63.00, z=146.66], EntitySkeleton['Skeleton'/1176704, l='MpServer', x=91.50, y=53.00, z=218.50], EntityChicken['Chicken'/401, l='MpServer', x=177.63, y=63.00, z=148.31], EntityCreeper['Creeper'/1182339, l='MpServer', x=170.50, y=94.00, z=124.50], EntitySkeleton['Skeleton'/1180289, l='MpServer', x=73.50, y=42.00, z=230.50], EntityCow['Cow'/404, l='MpServer', x=178.25, y=70.00, z=153.53], PoisonousLibelle['Poisonous Libelle'/789401, l='MpServer', x=169.47, y=66.91, z=155.81], EntityCow['Cow'/405, l='MpServer', x=178.97, y=64.00, z=144.03], EntityCow['Cow'/406, l='MpServer', x=181.25, y=77.00, z=189.94], EntityCreeper['Creeper'/1178765, l='MpServer', x=122.38, y=63.00, z=217.50], EntityCreeper['Creeper'/1182130, l='MpServer', x=201.50, y=11.00, z=129.50], EntityZombie['Zombie'/1178546, l='MpServer', x=131.50, y=20.00, z=203.50], EntityCreeper['Creeper'/1181361, l='MpServer', x=68.50, y=37.00, z=236.50], EntityCow['Cow'/423, l='MpServer', x=200.53, y=76.00, z=131.75], EntityCow['Cow'/424, l='MpServer', x=199.63, y=67.00, z=135.56], EntityBat['Bat'/1182394, l='MpServer', x=208.97, y=12.38, z=129.66], EntityCow['Cow'/425, l='MpServer', x=207.53, y=69.00, z=142.44], EntityCow['Cow'/426, l='MpServer', x=194.63, y=73.00, z=128.59], EntityChicken['Chicken'/427, l='MpServer', x=203.28, y=66.00, z=139.31], EntityCow['Cow'/428, l='MpServer', x=203.53, y=84.00, z=128.72], EntityChicken['Chicken'/429, l='MpServer', x=204.63, y=65.00, z=148.53], EntityCow['Cow'/430, l='MpServer', x=198.34, y=72.00, z=146.47], EntityCow['Cow'/431, l='MpServer', x=203.34, y=71.00, z=148.91], EntitySkeleton['Skeleton'/1181346, l='MpServer', x=114.50, y=60.00, z=99.50], EntityCow['Cow'/1178785, l='MpServer', x=117.56, y=63.00, z=98.53], EntityChicken['Chicken'/1180066, l='MpServer', x=176.44, y=91.00, z=88.31], EntityZombie['Zombie'/1180579, l='MpServer', x=112.50, y=16.00, z=198.50], EntityCreeper['Creeper'/1181603, l='MpServer', x=204.50, y=90.00, z=112.50], EntityCow['Cow'/1180064, l='MpServer', x=189.63, y=83.00, z=95.47], EntityCow['Cow'/1180065, l='MpServer', x=188.09, y=80.00, z=88.13], EntityZombie['Zombie'/1181136, l='MpServer', x=187.50, y=82.00, z=116.50], EntityCreeper['Creeper'/1181905, l='MpServer', x=99.50, y=49.00, z=107.50], EntityItem['item.item.egg'/984522, l='MpServer', x=142.88, y=67.00, z=145.09], EntitySkeleton['Skeleton'/1177559, l='MpServer', x=104.50, y=14.00, z=212.50], EntityChicken['Chicken'/67022, l='MpServer', x=181.34, y=79.00, z=128.53], EntityBat['Bat'/1180609, l='MpServer', x=63.75, y=35.69, z=231.06], EntityCow['Cow'/1178820, l='MpServer', x=207.75, y=93.00, z=91.59], EntityChicken['Chicken'/1178823, l='MpServer', x=192.69, y=93.00, z=89.50], VengeanceSpirit['Vengeance Spirit'/1181381, l='MpServer', x=103.88, y=9.50, z=221.31], EntityCow['Cow'/1178822, l='MpServer', x=199.91, y=94.00, z=86.88], EntityCreeper['Creeper'/1179334, l='MpServer', x=203.50, y=85.00, z=226.50], EntityCow['Cow'/473, l='MpServer', x=213.75, y=73.00, z=142.44], EntityCow['Cow'/474, l='MpServer', x=220.69, y=69.00, z=143.50], EntityCow['Cow'/476, l='MpServer', x=220.78, y=66.00, z=144.78], EntityCreeper['Creeper'/1178572, l='MpServer', x=86.50, y=33.00, z=227.50], EntityWolf['Wolf'/477, l='MpServer', x=219.41, y=69.00, z=234.69], EntityWolf['Wolf'/478, l='MpServer', x=217.47, y=69.00, z=239.69], EntityCreeper['Creeper'/1177550, l='MpServer', x=124.00, y=8.50, z=234.25], EntityZombie['Zombie'/1179634, l='MpServer', x=182.50, y=40.00, z=178.50], EntitySkeleton['Skeleton'/1181681, l='MpServer', x=74.50, y=28.00, z=145.50], EntityCow['Cow'/483, l='MpServer', x=213.66, y=69.00, z=209.44], EntitySkeleton['Skeleton'/1182452, l='MpServer', x=112.50, y=63.00, z=186.50], EntitySkeleton['Skeleton'/1177590, l='MpServer', x=76.84, y=66.00, z=182.53], EntitySkeleton['Skeleton'/1182453, l='MpServer', x=139.50, y=38.00, z=140.50], EntitySkeleton['Skeleton'/1180131, l='MpServer', x=123.88, y=54.00, z=197.47], EntityZombie['Zombie'/1179619, l='MpServer', x=124.63, y=64.00, z=212.38], EntityCreeper['Creeper'/1182183, l='MpServer', x=125.50, y=55.00, z=200.50], EntityCreeper['Creeper'/1182186, l='MpServer', x=101.50, y=33.00, z=236.50], EntityBat['Bat'/1178088, l='MpServer', x=120.88, y=24.03, z=217.53], EntityCow['Cow'/1178347, l='MpServer', x=95.63, y=96.00, z=128.59]]
  95. Retry entities: 0 total; []
  96. Server brand: fml,forge
  97. Server type: Non-integrated multiplayer server
  98. Stacktrace:
  99. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:347)
  100. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2536)
  101. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:370)
  102. at net.minecraft.client.main.Main.main(SourceFile:124)
  103. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  104. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  105. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  106. at java.lang.reflect.Method.invoke(Unknown Source)
  107. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  108. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  109.  
  110. -- System Details --
  111. Details:
  112. Minecraft Version: 1.8.9
  113. Operating System: Windows 10 (amd64) version 10.0
  114. Java Version: 1.8.0_73, Oracle Corporation
  115. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  116. Memory: 1139978672 bytes (1087 MB) / 3156213760 bytes (3010 MB) up to 3156213760 bytes (3010 MB)
  117. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms3072m -Xmx3072m
  118. IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 95
  119. FML: MCP 9.19 Powered by Forge 11.15.1.1754 145 mods loaded, 145 mods active
  120. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  121. UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  122. UCHIJA FML{8.0.99.99} [Forge Mod Loader] (modpack.jar)
  123. UCHIJA Forge{11.15.1.1754} [Minecraft Forge] (modpack.jar)
  124. UCHIJA Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.8.9-1.0.3.4.b58.jar)
  125. UCHIJA cei{0.1} [Chunk Edge Indicator] (1.8.9-chunkedgeindicator-1.0.jar)
  126. UCHIJA BuildCraft|Core{7.2.0-pre12} [BuildCraft] (buildcraft-7.2.0-pre12.jar)
  127. UCHIJA BuildCraft|Energy{7.2.0-pre12} [BC Energy] (buildcraft-7.2.0-pre12.jar)
  128. UCHIJA ActuallyAdditions{1.8.9-r25} [Actually Additions] (ActuallyAdditions-1.8.9-r25.jar)
  129. UCHIJA AppleCore{1.3.0} [AppleCore] (AppleCore-mc1.8.9-1.3.0.jar)
  130. UCHIJA Aroma1997CoreHelper{1.0.3.4.b58} [Aroma1997Core|Helper] (Aroma1997Core-1.8.9-1.0.3.4.b58.jar)
  131. UCHIJA AromaBackup{0.0.1.1.b26} [AromaBackup] (AromaBackup-1.8.9-0.0.1.1.b26.jar)
  132. UCHIJA AromaBackupRecovery{1.0} [AromaBackup Recovery] (AromaBackup-1.8.9-0.0.1.1.b26.jar)
  133. UCHIJA Baubles{1.1.3.0} [Baubles] (Baubles-1.8.9-1.1.3.0.jar)
  134. UCHIJA BaublesHud{2.2.0} [Baubles-Hud] (BaublesHud-1.8.9-2.2.0.jar)
  135. UCHIJA bdlib{1.10.0.21} [BD Lib] (bdlib-1.10.0.21-mc1.8.9.jar)
  136. UCHIJA BetterAchievements{0.1.1} [Better Achievements] (BetterAchievements-1.8.9-0.1.1.jar)
  137. UCHIJA betterbuilderswands{0.5.0} [Better Builder's Wands] (BetterBuildersWands-0.5.0-1.8.9r80+664f0f6.jar)
  138. UCHIJA BetterThanBunnies{1.8.9-1.0.1} [BetterThanBunnies] (BetterThanBunnies-1.8.9-1.0.1.jar)
  139. UCHIJA JEI{2.27.1.158} [Just Enough Items] (jei_1.8.9-2.27.1.158.jar)
  140. UCHIJA BloodMagic{1.8.9-2.0.0-18} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.8.9-2.0.0-18.jar)
  141. UCHIJA bookshelfapi{2.3.1} [Bookshelf] (Bookshelf-1.8.9-2.3.1.jar)
  142. UCHIJA Botania{r1.8-249} [Botania] (Botania.r1.8-248-MC1.8-64e3a96.jar)
  143. UCHIJA samsbucketblocks{1.0.1} [Bucket Storage] (BucketBlocks-1.8.8-1.0.1.jar)
  144. UCHIJA BuildCraft|Transport{7.2.0-pre12} [BC Transport] (buildcraft-7.2.0-pre12.jar)
  145. UCHIJA BuildCraft|Builders{7.2.0-pre12} [BC Builders] (buildcraft-7.2.0-pre12.jar)
  146. UCHIJA BuildCraft|Compat{7.2.0-pre12-compat1} [BuildCraft Compat] (buildcraft-7.2.0-pre12-compat1.jar)
  147. UCHIJA BuildCraft|Factory{7.2.0-pre12} [BC Factory] (buildcraft-7.2.0-pre12.jar)
  148. UCHIJA BuildCraft|Silicon{7.2.0-pre12} [BC Silicon] (buildcraft-7.2.0-pre12.jar)
  149. UCHIJA BuildCraft|Robotics{7.2.0-pre12} [BC Robotics] (buildcraft-7.2.0-pre12.jar)
  150. UCHIJA cfmce{1.0} [MrCrayfish's Furniture Mod: Community Edition] (cfmce-1.0-mc1.8.9.jar)
  151. UCHIJA Chameleon{1.8.9-0.2.1} [Chameleon] (Chameleon-1.8.9-0.2.1.jar)
  152. UCHIJA mcmultipart{1.0.7} [MCMultiPart] (MCMultiPart-1.0.7-universal.jar)
  153. UCHIJA CharsetLib{0.2.1} [‽] (Charset-0.2.1-945baf5589832f727c42cf77.jar)
  154. UCHIJA CharsetTweaks{0.2.1} [*] (Charset-0.2.1-945baf5589832f727c42cf77.jar)
  155. UCHIJA CharsetWires{0.2.1} [+] (Charset-0.2.1-945baf5589832f727c42cf77.jar)
  156. UCHIJA CharsetAudio{0.2.1} [♫] (Charset-0.2.1-945baf5589832f727c42cf77.jar)
  157. UCHIJA CharsetStorage{0.2.1} [#] (Charset-0.2.1-945baf5589832f727c42cf77.jar)
  158. UCHIJA CharsetPipes{0.2.1} [|] (Charset-0.2.1-945baf5589832f727c42cf77.jar)
  159. UCHIJA CharsetGates{0.2.1} [&] (Charset-0.2.1-945baf5589832f727c42cf77.jar)
  160. UCHIJA ChestTransporter{2.2.0} [Chest Transporter] (ChestTransporter-2.2.0-MC1.8.9.jar)
  161. UCHIJA chisel{@VERSION@} [Chisel] (Chisel-MC1.8.9-0.0.2.6.jar)
  162. UCHIJA chiselsandbits{mc1.8.9-v1.8.9} [Chisels & Bits] (chiselsandbits-mc1.8.9-v1.8.9.jar)
  163. UCHIJA craftingcraft{2.0.11} [CraftingCraft] (craftingcraft-mc1.8.9-2.0.11.jar)
  164. UCHIJA craftingtweaks{3.0.43} [Crafting Tweaks] (craftingtweaks-mc1.8.9-3.0.43.jar)
  165. UCHIJA CrissCross{1.3.9.1} [Criss Cross] (CrissCross-1.8.9-1.3.9.1.jar)
  166. UCHIJA cyclopscore{0.5.0} [Cyclops Core] (CyclopsCore-1.8.9-0.5.0.jar)
  167. UCHIJA ds{1.8.9-0.0.5.2} [Decorative Styles] (DecorativeStyles-1.8.9-0.0.5.2.jar)
  168. UCHIJA Denseores{1.0.0} [Denseores] (denseoresmod.zip)
  169. UCHIJA dimensionalcake{0.0.1} [Dimensional Cake] (dimensionalcakes-1.8.9-0.0.2.jar)
  170. UCHIJA Ding{MC1.8.9} [Ding] (Ding-MC1.8.9.jar)
  171. UCHIJA dsurround{2.0.5.0BETA} [Dynamic Surroundings] (DynamicSurroundings-1.8.9-2.0.5.0BETA.jar)
  172. UCHIJA ShetiPhianCore{3.1.0} [ShetiPhian-Core] (ShetiPhianCore-1.8.9-3.1.0.jar)
  173. UCHIJA EnderTanks{1.2.1} [EnderTanks] (EnderTanks-1.8.9-1.2.1.jar)
  174. UCHIJA enderutilities{0.5.0} [Ender Utilities] (enderutilities-1.8.9-0.5.0.jar)
  175. UCHIJA evilcraft{0.9.2} [EvilCraft] (EvilCraft-1.8.9-0.9.2.jar)
  176. UCHIJA ExtraBitManipulation{1.8.9-1.4.0} [Extra Bit Manipulation] (ExtraBitManipulation-1.8.9-1.4.0.jar)
  177. UCHIJA ezstorage{1.0} [EZ Storage] (ezstorage-1.8.9-1.2.4.jar)
  178. UCHIJA FastLeaveDecay{1.1} [Fast Leave Decay] (FastLeaveDecay-1.2.jar)
  179. UCHIJA flatcoloredblocks{mc1.8.9-v1.3} [Flat Colored Blocks] (flatcoloredblocks-mc1.8.9-v1.6.jar)
  180. UCHIJA reborncore{1.4.3.20} [RebornCore] (RebornCore-1.8.9-1.4.3.20-universal.jar)
  181. UCHIJA fluxedredstone{1.3.0.31} [FluxedRedstone] (Fluxed Redstone-1.3.0.31.jar)
  182. UCHIJA fluxedcore{2.0.2} [Fluxed-Core] (Fluxed-Core-1.8.9-2.0.2.jar)
  183. UCHIJA fluxedsolars{$GRADLEVERSION} [Fluxed Solars] (fluxedsolars-1.9.jar)
  184. UCHIJA substratum{1.1.0.1} [Substratum] (Substratum-1.8.9-1.1.0.1.jar)
  185. UCHIJA foundry{1.4.0.0} [Foundry] (Foundry-1.8.9-1.4.0.0.jar)
  186. UCHIJA frsm{1.5.50} [Fex's Random Stuff Mod] (FRSM-1.5.50-1.8.9.jar)
  187. UCHIJA Waila{1.6.0} [Waila] (Waila-1.6.0-B3_1.8.8.jar)
  188. UCHIJA FTBL{2.0.2} [FTBLib] (FTBLib-1.8.9-2.0.2.jar)
  189. UCHIJA FTBU{2.0.2} [FTBUtilities] (FTBUtilities-1.8.9-2.0.2.jar)
  190. UCHIJA FunOres{1.1.0-beta6} [Fun Ores] (FunOres-1.8.9-1.1.0-beta6-45.jar)
  191. UCHIJA furnus{1.7} [Furnus] (Furnus-1.8.9-1.7.jar)
  192. UCHIJA graves{1.8.9-b39-universal} [Graves Mod] (graves-1.8.9-b39-universal.jar)
  193. UCHIJA HelpFixer{1.8.9-1.2.12} [HelpFixer] (HelpFixer-1.8.9-1.2.12.jar)
  194. UCHIJA iCraft{0.7} [iCraft] (iCraft-0.7.jar)
  195. UCHIJA IGWMod{1.2.3-3} [In-Game wiki Mod] (IGW-Mod-1.8.9-1.2.3-3-universal.jar)
  196. UCHIJA immcraft{1.1.0} [Immersive Craft] (immcraft-1.1.0.jar)
  197. UCHIJA InventoryPets{1.3.91} [Inventory Pets] (inventorypets-1.8.9-1.3.91.jar)
  198. UCHIJA inventorytweaks{1.60-beta-31-0aadb96} [Inventory Tweaks] (InventoryTweaks-1.60-beta-31.jar)
  199. UCHIJA ironbackpacks{1.8.9-2.0.5} [Iron Backpacks] (IronBackpacks-1.8.9-2.0.5.jar)
  200. UCHIJA IronChest{6.0.123.769} [Iron Chest] (ironchest-1.8.9-6.0.123.769.jar)
  201. UCHIJA JEIAddons{0.12.0.57} [Just Enough Items Addons] (JEIAddons_1.8.9-0.12.0.57.jar)
  202. UCHIJA journeymap{5.1.3} [JourneyMap] (journeymap-1.8.8-5.1.3-unlimited.jar)
  203. UCHIJA jeresources{0.3.4} [Just Enough Resources] (JustEnoughResources-1.8.9-0.3.4.jar)
  204. UCHIJA LunatriusCore{1.1.2.32} [LunatriusCore] (LunatriusCore-1.8.9-1.1.2.32-universal.jar)
  205. UCHIJA LaserLevel{2.0.0.9} [Laser Level] (LaserLevel-1.8.9-2.0.0.9-universal.jar)
  206. UCHIJA lteleporters{1.0.0} [Lemon's Simple Teleporters] (LemonsSimpleTeleporters-1.0.1.jar)
  207. UCHIJA llor{1.0.4-mc1.8.8} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.0.4-mc1.8.8.jar)
  208. UCHIJA magnetic{1.0} [Magnetic] (magnetic-1.0.jar)
  209. UCHIJA mantle{1.8.9-0.7.jenkins72} [Mantle] (Mantle-1.8.9-0.7.jar)
  210. UCHIJA RadixCore{1.8.9-2.1.0} [RadixCore] (RadixCore-1.8.9-2.1.0-universal.jar)
  211. UCHIJA MCA{1.8.9-5.1.1.2} [Minecraft Comes Alive] (MCA-1.8.9-5.1.1.2-universal.jar)
  212. UCHIJA ModLister{1.8.9-1.0.7} [ModLister] (ModLister-1.8.9-1.0.7.jar)
  213. UCHIJA ModNameTooltip{1.0.0} [Mod Name Tooltip] (modnametooltip_1.8.8-1.0.0.jar)
  214. UCHIJA Morpheus{1.8.9-2.0.58} [Morpheus] (Morpheus-1.8.9-2.0.58.jar)
  215. UCHIJA MouseTweaks{2.6.0} [Mouse Tweaks] (MouseTweaks-2.6.0-mc1.8.9.jar)
  216. UCHIJA cfm{3.6} [MrCrayfish's Furniture Mod] (MrCrayfishFurntiureModv3.6.1(1.8.9).jar)
  217. UCHIJA AS_MultiMine{1.5.1} [Multi Mine] (MultiMine-1.8.8.jar)
  218. UCHIJA tconstruct{1.8.9-2.0.2.jenkins61} [Tinkers' Construct] (TConstruct-1.8.9-2.0.2.jar)
  219. UCHIJA MysticalCrops{1.1} [Mystical Crops] (MysticalCrops-1.3.1.jar)
  220. UCHIJA neotech{2.3.6} [NeoTech] (NeoTech-1.8.9-2.3.6.jar)
  221. UCHIJA recipehandler{0.3} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.3(1.8.X).jar)
  222. UCHIJA notenoughwands{1.2.8} [Not Enough Wands] (notenoughwands-1.8.9-1.2.8.jar)
  223. UCHIJA packingtape{0.3.5} [Packing Tape] (Packing Tape-0.3.5.jar)
  224. UCHIJA parachutemod{1.2.2} [Parachute Mod] (parachutemod-ng-1.8.9-1.2.2-341.jar)
  225. UCHIJA PassthroughSigns{1.0.2} [Passthrough Signs] (PassthroughSigns-1.8.X-1.0.2.B4.jar)
  226. UCHIJA samsapples{1.1.3} [Power Apples] (PowerApples-1.8.8-1.1.3.jar)
  227. UCHIJA practicalities{2.0.0-b6} [Practicalities] (practicalities-1.8.9-2.0.0-b6.jar)
  228. UCHIJA pressure{1.3.0.16} [Pressure Pipes] (pressure-1.3.0.16-mc1.8.9.jar)
  229. UCHIJA progressiveautomation{1.6.35} [Progressive Automation] (ProgressiveAutomation-1.8.9-1.6.35.jar)
  230. UCHIJA ProjectE{1.8.9-PE1.1.4} [ProjectE] (ProjectE-1.8.9-PE1.1.4.jar)
  231. UCHIJA quantumflux{2.0.0} [QuantumFlux] (quantumflux-1.8.9-2.0.0.jar)
  232. UCHIJA QuantumStorage{2.0.3} [QuantumStorage] (QuantumStorage-1.8.9-2.0.3.jar)
  233. UCHIJA quarrycraft{1.2.2} [Quarry Craft] (quarrycraft-2.0.jar)
  234. UCHIJA RandomUtilities{2.1.3} [Random Utilities] (Random Utilities-1.8.9-2.1.3.jar)
  235. UCHIJA RandomThings{3.6.2} [Random Things] (RandomThings-MC1.8.9-3.6.2.jar)
  236. UCHIJA ReAuth{2.1} [ReAuth] (ReAuth-2.1-1.8.jar)
  237. UCHIJA xreliquary{1.3-beta.150} [Reliquary] (Reliquary-1.3-beta.150.jar)
  238. UCHIJA ResourcefulCrops{1.8.9-1.1.0-38} [ResourcefulCrops] (ResourcefulCrops-1.8.9-1.1.0-38.jar)
  239. UCHIJA rftools{4.22beta22} [RFTools] (rftools-1.8.9-4.22beta22.jar)
  240. UCHIJA rftoolsdim{4.22beta22} [RFTools Dimensions] (rftoolsdim-1.8.9-4.22beta22.jar)
  241. UCHIJA RightClickTorch{1.8.8-1.0.2} [RightClickTorch] (rightclicktorch-1.8.8-1.0.2.jar)
  242. UCHIJA Schematica{1.7.7.142} [Schematica] (Schematica-1.8.9-1.7.7.142-universal.jar)
  243. UCHIJA SdubzBlocks{1.0.0} [SdubzBlocks] (Sdubzblocks-1.8.9.zip)
  244. UCHIJA SimilsaxTranstructors{1.8.8.16} [Similsax Transtructors] (SimilsaxTranstructors-1.8.8.16.jar)
  245. UCHIJA simpleretrogen{2.2.2+3} [Simple Retrogen] (simpleretrogen-1.8.9-2.2.2+3.jar)
  246. UCHIJA spawnercraft{1.8.9-2.3} [SpawnerCraft] (SpawnerCraft2-1.8.9-2.3.jar)
  247. UCHIJA StorageDrawers{1.8.9-2.4.1} [Storage Drawers] (StorageDrawers-1.8.9-2.4.1.jar)
  248. UCHIJA storagenetwork{1.7.2} [Storage Network] (StorageNetwork-1.8.9-1.7.2.jar)
  249. UCHIJA storagesilo{1.2.2} [StorageSilo] (storagesilo-1.8.9-1.2.2b.jar)
  250. UCHIJA Talismans 2{2.2.1} [Talismans 2] (Talismans2-1.8.9-2.2.1.jar)
  251. UCHIJA TbscFPS{2.1} [TbscFPS] (TbscFPS-2.1.jar)
  252. UCHIJA CookingPlus{0.7.2} [The Agricultural Revolution] (The Agricultural Revolution-1.8.8-0.7.2.jar)
  253. UCHIJA thutcore{2.3.0} [ThutCore] (thutcore-2.3.0.jar)
  254. UCHIJA thuttech{2.3.0} [Thut's Tech] (thuttech-2.3.0.jar)
  255. UCHIJA totemic{1.8.9-0.6.4.1} [Totemic] (Totemic-1.8.9-0.6.4.1.jar)
  256. UCHIJA trashslot{2.0.7} [TrashSlot] (trashslot-mc1.8.9-2.0.7.jar)
  257. 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)
  258. UCHIJA uncraftingtable{1.0.1} [Uncrafting Grinder] (UncraftingGrinder-1.8.8-1.0.1.jar)
  259. UCHIJA VersionChecker{1.2.5} [Version Checker] (VersionChecker-1.2.5.jar)
  260. UCHIJA unlogicii{4.2.1.49} [UnLogic II] (UnLogicII-4.2.1.49.jar)
  261. UCHIJA unlogiciivc{1.5} [UnLogic II Version Checker] (UnLogicII-4.2.1.49.jar)
  262. UCHIJA AS_UpdateCheck{1.1.7} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.8.8.jar)
  263. UCHIJA WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.8.x-1.1.6.jar)
  264. UCHIJA wawla{1.4.0.0} [What Are We Looking At] (Wawla-1.4.0.0-1.8.8.jar)
  265. UCHIJA wuestUtilities{1.0} [Wuest Utilities] (wuestUtilities-1.7.4.jar)
  266. Loaded coremods (and transformers):
  267. LoadingPlugin (RandomThings-MC1.8.9-3.6.2.jar)
  268. lumien.randomthings.asm.ClassTransformer
  269. CorePlugin (Fluxed Redstone-1.3.0.31.jar)
  270.  
  271. MMFMLCorePlugin (MultiMine-1.8.8.jar)
  272. atomicstryker.multimine.common.fmlmagic.MMTransformer
  273. CoreMod (Aroma1997Core-1.8.9-1.0.3.4.b58.jar)
  274.  
  275. FMLPlugin (InventoryTweaks-1.60-beta-31.jar)
  276. invtweaks.forge.asm.ContainerTransformer
  277. LoadingPlugin (FastLeaveDecay-1.2.jar)
  278. lumien.fastleavedecay.asm.ClassTransformer
  279. dsurroundcore (DynamicSurroundings-1.8.9-2.0.5.0BETA.jar)
  280. org.blockartistry.mod.DynSurround.asm.Transformer
  281. ICraftCoreMod (iCraft-0.7.jar)
  282.  
  283. AppleCore (AppleCore-mc1.8.9-1.3.0.jar)
  284. squeek.applecore.asm.TransformerModuleHandler
  285. TrashSlot (trashslot-mc1.8.9-2.0.7.jar)
  286. net.blay09.mods.trashslot.coremod.GuiContainerClassTransformer
  287. net.blay09.mods.trashslot.coremod.MinecraftClassTransformer
  288. net.blay09.mods.trashslot.coremod.InventoryTweaksClassTransformer
  289. 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'
  290. Pulsar/tconstruct loaded Pulses:
  291. - TinkerCommons (Enabled/Forced)
  292. - TinkerWorld (Enabled/Not Forced)
  293. - TinkerTools (Enabled/Not Forced)
  294. - TinkerSmeltery (Enabled/Not Forced)
  295. - TinkerGadgets (Enabled/Not Forced)
  296. - TinkerOredict (Enabled/Forced)
  297. - TinkerIntegration (Enabled/Forced)
  298. - TinkerFluids (Enabled/Forced)
  299. - TinkerMaterials (Enabled/Forced)
  300. - chiselsandbitsIntegration (Enabled/Not Forced)
  301. - craftingtweaksIntegration (Enabled/Not Forced)
  302. - TinkerDebug (Enabled/Not Forced)
  303.  
  304. List of loaded APIs:
  305. * ActuallyAdditionsAPI (7) from ActuallyAdditions-1.8.9-r25.jar
  306. * AppleCoreAPI (2.0.0) from AppleCore-mc1.8.9-1.3.0.jar
  307. * AromaBackupAPI (1.0) from AromaBackup-1.8.9-0.0.1.1.b26.jar
  308. * Baubles|API (1.1.1.0) from Baubles-1.8.9-1.1.3.0.jar
  309. * BetterAchievements|API (0.1.1) from BetterAchievements-1.8.9-0.1.1.jar
  310. * BloodMagic|API (@VERSION@) from BloodMagic-1.8.9-2.0.0-18.jar
  311. * BotaniaAPI (75) from Botania.r1.8-248-MC1.8-64e3a96.jar
  312. * BuildCraftAPI|blocks (1.0) from buildcraft-7.2.0-pre12.jar
  313. * BuildCraftAPI|blueprints (1.5) from buildcraft-7.2.0-pre12.jar
  314. * BuildCraftAPI|boards (2.0) from buildcraft-7.2.0-pre12.jar
  315. * BuildCraftAPI|core (1.0) from buildcraft-7.2.0-pre12.jar
  316. * BuildCraftAPI|crops (1.1) from buildcraft-7.2.0-pre12.jar
  317. * BuildCraftAPI|enums (1.0) from buildcraft-7.2.0-pre12.jar
  318. * BuildCraftAPI|events (2.0) from buildcraft-7.2.0-pre12.jar
  319. * BuildCraftAPI|facades (1.1) from buildcraft-7.2.0-pre12.jar
  320. * BuildCraftAPI|filler (4.0) from buildcraft-7.2.0-pre12.jar
  321. * BuildCraftAPI|fuels (2.0) from buildcraft-7.2.0-pre12.jar
  322. * BuildCraftAPI|gates (4.1) from buildcraft-7.2.0-pre12.jar
  323. * BuildCraftAPI|items (1.1) from buildcraft-7.2.0-pre12.jar
  324. * BuildCraftAPI|library (2.0) from buildcraft-7.2.0-pre12.jar
  325. * BuildCraftAPI|lists (1.0) from buildcraft-7.2.0-pre12.jar
  326. * BuildCraftAPI|power (1.3) from buildcraft-7.2.0-pre12.jar
  327. * BuildCraftAPI|recipes (3.0) from buildcraft-7.2.0-pre12.jar
  328. * BuildCraftAPI|robotics (3.0) from buildcraft-7.2.0-pre12.jar
  329. * BuildCraftAPI|statements (1.1) from buildcraft-7.2.0-pre12.jar
  330. * BuildCraftAPI|tablet (1.0) from buildcraft-7.2.0-pre12.jar
  331. * BuildCraftAPI|tiles (1.2) from buildcraft-7.2.0-pre12.jar
  332. * BuildCraftAPI|tools (1.0) from buildcraft-7.2.0-pre12.jar
  333. * BuildCraftAPI|transport (4.1) from buildcraft-7.2.0-pre12.jar
  334. * CharsetAPI (0.1) from Charset-0.2.1-945baf5589832f727c42cf77.jar
  335. * CharsetAPI|Audio (0.0) from Charset-0.2.1-945baf5589832f727c42cf77.jar
  336. * CharsetAPI|Lib (0.2) from Charset-0.2.1-945baf5589832f727c42cf77.jar
  337. * CharsetAPI|Pipes (0.2) from Charset-0.2.1-945baf5589832f727c42cf77.jar
  338. * CharsetAPI|Wires (0.3) from Charset-0.2.1-945baf5589832f727c42cf77.jar
  339. * ChiselAPI (0.0.1) from Chisel-MC1.8.9-0.0.2.6.jar
  340. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.8.9-0.0.2.6.jar
  341. * ChiselsAndBitsAPI (1.8) from chiselsandbits-mc1.8.9-v1.8.9.jar
  342. * CoFHAPI (1.8.9R1.2.0B1) from Bookshelf-1.8.9-2.3.1.jar
  343. * CoFHAPI|block (1.8.9R1.2.0B1) from ProgressiveAutomation-1.8.9-1.6.35.jar
  344. * CoFHAPI|energy (1.8.9R1.2.0B1) from buildcraft-7.2.0-pre12.jar
  345. * CoFHAPI|tileentity (1.8.9R1.2.0B1) from ProgressiveAutomation-1.8.9-1.6.35.jar
  346. * CraftingTweaks|API (4.1) from craftingtweaks-mc1.8.9-3.0.43.jar
  347. * foundry.api (1.4.0.0) from Foundry-1.8.9-1.4.0.0.jar
  348. * FunOresAPI (2) from FunOres-1.8.9-1.1.0-beta6-45.jar
  349. * IronBackpacks|API (0.4) from IronBackpacks-1.8.9-2.0.5.jar
  350. * jeresources|API (0.3.4) from JustEnoughResources-1.8.9-0.3.4.jar
  351. * JustEnoughItemsAPI (3.1.0) from jei_1.8.9-2.27.1.158.jar
  352. * McJtyLib (1.8.9-1.8.1beta6) from mcjtylib-1.8.9-1.8.1beta6.jar
  353. * pressureAPI (1.3.0.16) from pressure-1.3.0.16-mc1.8.9.jar
  354. * ProjectEAPI (1.8-1) from ProjectE-1.8.9-PE1.1.4.jar
  355. * reborncoreAPI (1.4.3.20) from RebornCore-1.8.9-1.4.3.20-universal.jar
  356. * ResourcefulCrops|API (1.8.9-1.1.0-38) from ResourcefulCrops-1.8.9-1.1.0-38.jar
  357. * SchematicaAPI (1.1) from Schematica-1.8.9-1.7.7.142-universal.jar
  358. * SchematicaAPI|Events (1.1) from Schematica-1.8.9-1.7.7.142-universal.jar
  359. * StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.1.jar
  360. * StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.1.jar
  361. * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.1.jar
  362. * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.1.jar
  363. * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.1.jar
  364. * StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.1.jar
  365. * StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.1.jar
  366. * StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.1.jar
  367. * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.1.jar
  368. * thut|API (1.0.0) from thutcore-2.3.0.jar
  369. * totemic|API (0.2.0) from Totemic-1.8.9-0.6.4.1.jar
  370. * WailaAPI (1.3) from Waila-1.6.0-B3_1.8.8.jar
  371. Launched Version: 1.8.9-forge1.8.9-11.15.1.1754
  372. LWJGL: 2.9.4
  373. OpenGL: AMD Radeon R9 200 / HD 7900 Series GL version 4.5.13416 Compatibility Profile Context 15.300.1025.1001, ATI Technologies Inc.
  374. GL Caps: Using GL 1.3 multitexturing.
  375. Using GL 1.3 texture combiners.
  376. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  377. Shaders are available because OpenGL 2.1 is supported.
  378. VBOs are available because OpenGL 1.5 is supported.
  379.  
  380. Using VBOs: No
  381. Is Modded: Definitely; Client brand changed to 'fml,forge'
  382. Type: Client (map_client.txt)
  383. Resource Packs:
  384. Current Language: English (US)
  385. Profiler Position: N/A (disabled)
  386. CPU: 8x Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement