Advertisement
Guest User

Golem bell

a guest
Jul 30th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 51.14 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I let you down. Sorry :(
  3.  
  4. Time: 7/30/16 1:02 PM
  5. Description: Updating screen events
  6.  
  7. java.lang.NullPointerException: Updating screen events
  8. at xreliquary.event.CommonEventHandler.onCraftingAlkahest(CommonEventHandler.java:356)
  9. at cpw.mods.fml.common.eventhandler.ASMEventHandler_1298_CommonEventHandler_onCraftingAlkahest_ItemCraftedEvent.invoke(.dynamic)
  10. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  11. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  12. at cpw.mods.fml.common.FMLCommonHandler.firePlayerCraftingEvent(FMLCommonHandler.java:570)
  13. at thaumicenergistics.container.slot.SlotArcaneCraftingResult.onPickupFromSlotViaTransfer(SlotArcaneCraftingResult.java:91)
  14. at thaumicenergistics.container.slot.SlotArcaneCraftingResult.func_82870_a(SlotArcaneCraftingResult.java:71)
  15. at net.minecraft.inventory.Container.func_75144_a(SourceFile:238)
  16. at thaumicenergistics.container.ContainerPartArcaneCraftingTerminal.func_75144_a(ContainerPartArcaneCraftingTerminal.java:1458)
  17. at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:419)
  18. at codechicken.nei.guihook.GuiContainerManager.handleSlotClick(GuiContainerManager.java:504)
  19. at net.minecraft.client.gui.inventory.GuiContainer.func_146984_a(GuiContainer.java:638)
  20. at net.minecraft.client.gui.inventory.GuiContainer.public_func_146984_a(GuiContainer.java)
  21. at codechicken.nei.guihook.DefaultSlotClickHandler.callHandleMouseClick(DefaultSlotClickHandler.java)
  22. at codechicken.nei.guihook.DefaultSlotClickHandler.handleSlotClick(DefaultSlotClickHandler.java:17)
  23. at codechicken.nei.guihook.GuiContainerManager.handleMouseClick(GuiContainerManager.java:453)
  24. at net.minecraft.client.gui.inventory.GuiContainer.managerHandleMouseClick(GuiContainer.java)
  25. at net.minecraft.client.gui.inventory.GuiContainer.func_73864_a(GuiContainer.java:394)
  26. at thaumicenergistics.gui.abstraction.AbstractGuiBase.func_73864_a(AbstractGuiBase.java:481)
  27. at thaumicenergistics.gui.abstraction.AbstractGuiWithScrollbar.func_73864_a(AbstractGuiWithScrollbar.java:190)
  28. at thaumicenergistics.gui.GuiArcaneCraftingTerminal.func_73864_a(GuiArcaneCraftingTerminal.java:863)
  29. at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:296)
  30. at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
  31. at thaumicenergistics.gui.GuiArcaneCraftingTerminal.func_146274_d(GuiArcaneCraftingTerminal.java:1106)
  32. at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
  33. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640)
  34. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
  35. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
  36. at net.minecraft.client.main.Main.main(SourceFile:148)
  37. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  38. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  39. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  40. at java.lang.reflect.Method.invoke(Unknown Source)
  41. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  42. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  43.  
  44.  
  45. A detailed walkthrough of the error, its code path and all known details is as follows:
  46. ---------------------------------------------------------------------------------------
  47.  
  48. -- Head --
  49. Stacktrace:
  50. at xreliquary.event.CommonEventHandler.onCraftingAlkahest(CommonEventHandler.java:356)
  51. at cpw.mods.fml.common.eventhandler.ASMEventHandler_1298_CommonEventHandler_onCraftingAlkahest_ItemCraftedEvent.invoke(.dynamic)
  52. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  53. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  54. at cpw.mods.fml.common.FMLCommonHandler.firePlayerCraftingEvent(FMLCommonHandler.java:570)
  55. at thaumicenergistics.container.slot.SlotArcaneCraftingResult.onPickupFromSlotViaTransfer(SlotArcaneCraftingResult.java:91)
  56. at thaumicenergistics.container.slot.SlotArcaneCraftingResult.func_82870_a(SlotArcaneCraftingResult.java:71)
  57. at net.minecraft.inventory.Container.func_75144_a(SourceFile:238)
  58. at thaumicenergistics.container.ContainerPartArcaneCraftingTerminal.func_75144_a(ContainerPartArcaneCraftingTerminal.java:1458)
  59. at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:419)
  60. at codechicken.nei.guihook.GuiContainerManager.handleSlotClick(GuiContainerManager.java:504)
  61. at net.minecraft.client.gui.inventory.GuiContainer.func_146984_a(GuiContainer.java:638)
  62. at net.minecraft.client.gui.inventory.GuiContainer.public_func_146984_a(GuiContainer.java)
  63. at codechicken.nei.guihook.DefaultSlotClickHandler.callHandleMouseClick(DefaultSlotClickHandler.java)
  64. at codechicken.nei.guihook.DefaultSlotClickHandler.handleSlotClick(DefaultSlotClickHandler.java:17)
  65. at codechicken.nei.guihook.GuiContainerManager.handleMouseClick(GuiContainerManager.java:453)
  66. at net.minecraft.client.gui.inventory.GuiContainer.managerHandleMouseClick(GuiContainer.java)
  67. at net.minecraft.client.gui.inventory.GuiContainer.func_73864_a(GuiContainer.java:394)
  68. at thaumicenergistics.gui.abstraction.AbstractGuiBase.func_73864_a(AbstractGuiBase.java:481)
  69. at thaumicenergistics.gui.abstraction.AbstractGuiWithScrollbar.func_73864_a(AbstractGuiWithScrollbar.java:190)
  70. at thaumicenergistics.gui.GuiArcaneCraftingTerminal.func_73864_a(GuiArcaneCraftingTerminal.java:863)
  71. at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:296)
  72. at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
  73. at thaumicenergistics.gui.GuiArcaneCraftingTerminal.func_146274_d(GuiArcaneCraftingTerminal.java:1106)
  74. at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
  75. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640)
  76.  
  77. -- Affected screen --
  78. Details:
  79. Screen name: thaumicenergistics.gui.GuiArcaneCraftingTerminal
  80.  
  81. -- Affected level --
  82. Details:
  83. Level name: MpServer
  84. All players: 2 total; [EntityClientPlayerMP['Rocksora8'/14120527, l='MpServer', x=4492.25, y=76.62, z=-2562.76], GCEntityOtherPlayerMP['Quatalojh'/9667498, l='MpServer', x=4457.72, y=72.02, z=-2519.88]]
  85. Chunk stats: MultiplayerChunkCache: 121, 121
  86. Level seed: 0
  87. Level generator: ID 00 - default, ver 1. Features enabled: false
  88. Level generator options:
  89. Level spawn location: World: (1562,66,4059), Chunk: (at 10,4,11 in 97,253; contains blocks 1552,0,4048 to 1567,255,4063), Region: (3,7; contains chunks 96,224 to 127,255, blocks 1536,0,3584 to 2047,255,4095)
  90. Level time: 55216372 game time, 58915220 day time
  91. Level dimension: 0
  92. Level storage version: 0x00000 - Unknown?
  93. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  94. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  95. Forced entities: 181 total; [EntityDestrier['entity.destrier.name'/13801683, l='MpServer', x=4452.88, y=8.00, z=-2537.53], EntityHorse['Horse'/13801680, l='MpServer', x=4499.19, y=67.00, z=-2527.50], EntityUnicorn['entity.unicorn.name'/13801681, l='MpServer', x=4457.72, y=7.00, z=-2552.28], EntityCreeper['Creeper'/14222556, l='MpServer', x=4434.50, y=75.00, z=-2586.03], EntityDestrier['entity.destrier.name'/13801684, l='MpServer', x=4462.69, y=7.00, z=-2556.53], EntityUnicorn['entity.unicorn.name'/13801685, l='MpServer', x=4459.75, y=30.00, z=-2556.97], EntitySpark['Spark'/13801690, l='MpServer', x=4510.50, y=76.50, z=-2549.50], EntitySpark['Spark'/13801691, l='MpServer', x=4511.50, y=76.50, z=-2551.50], EntitySpark['Spark'/13801694, l='MpServer', x=4508.50, y=76.50, z=-2553.50], EntitySpark['Spark'/13801695, l='MpServer', x=4509.50, y=76.50, z=-2551.50], EntitySpark['Spark'/13801692, l='MpServer', x=4510.50, y=76.50, z=-2553.50], EntitySpark['Spark'/13801693, l='MpServer', x=4509.50, y=76.50, z=-2553.50], EntityDestrier['entity.destrier.name'/13797570, l='MpServer', x=4444.81, y=44.00, z=-2552.53], EntityHorse['Horse'/13797568, l='MpServer', x=4440.72, y=8.00, z=-2540.72], EntityHippocamp['entity.hippocamp.name'/13797569, l='MpServer', x=4437.63, y=39.00, z=-2551.00], EntitySpark['Spark'/13801674, l='MpServer', x=4503.50, y=76.50, z=-2564.50], EntitySpark['Spark'/13801675, l='MpServer', x=4498.50, y=76.50, z=-2569.50], EntityCultistCleric['Crimson Cleric'/14232768, l='MpServer', x=4443.29, y=75.00, z=-2572.46], EntityHorse['Horse'/13801673, l='MpServer', x=4502.72, y=14.00, z=-2561.03], EntityCultistCleric['Crimson Cleric'/14232770, l='MpServer', x=4443.30, y=75.00, z=-2573.40], EntityDestrier['entity.destrier.name'/13801679, l='MpServer', x=4483.03, y=28.00, z=-2529.59], EntitySpark['Spark'/13801676, l='MpServer', x=4501.50, y=76.50, z=-2569.50], EntityAspectOrb['Aspect Orb'/14233799, l='MpServer', x=4440.44, y=75.00, z=-2585.06], EntityAspectOrb['Aspect Orb'/14233798, l='MpServer', x=4442.06, y=75.00, z=-2583.51], EntityDestrier['entity.destrier.name'/13032674, l='MpServer', x=4458.75, y=8.00, z=-2538.69], EntityAspectOrb['Aspect Orb'/14233855, l='MpServer', x=4440.06, y=75.06, z=-2583.63], EntityAspectOrb['Aspect Orb'/14233854, l='MpServer', x=4441.91, y=75.06, z=-2583.63], EntityMagicalHorse['entity.magical horse.name'/8921255, l='MpServer', x=4434.70, y=3.00, z=-2503.72], EntityUnicorn['entity.unicorn.name'/13801698, l='MpServer', x=4503.91, y=75.50, z=-2563.78], EntityHorse['Horse'/13801699, l='MpServer', x=4509.09, y=12.00, z=-2536.75], EntitySpark['Spark'/13801696, l='MpServer', x=4504.50, y=77.00, z=-2551.50], EntitySpark['Spark'/13801697, l='MpServer', x=4504.50, y=76.50, z=-2559.50], EntityHorse['Horse'/13801700, l='MpServer', x=4503.88, y=12.00, z=-2536.78], EntityHorse['Horse'/13801701, l='MpServer', x=4512.86, y=67.00, z=-2541.97], EntityBlaze['Blaze'/14149780, l='MpServer', x=4440.50, y=81.09, z=-2561.50], EntityHorse['Horse'/13801622, l='MpServer', x=4495.75, y=17.00, z=-2503.28], EntityUnicorn['entity.unicorn.name'/13801623, l='MpServer', x=4488.72, y=17.00, z=-2507.28], EntityNightmare['entity.nightmare.name'/13768853, l='MpServer', x=4454.44, y=8.00, z=-2539.97], EntityXPOrb['Experience Orb'/14216351, l='MpServer', x=4464.13, y=75.25, z=-2551.44], EntityNightmare['entity.nightmare.name'/13801621, l='MpServer', x=4494.03, y=12.00, z=-2508.59], EntityHorse['Horse'/13801626, l='MpServer', x=4444.97, y=13.00, z=-2564.09], EntityCultistCleric['Bold Crimson Cleric'/14232767, l='MpServer', x=4442.34, y=75.00, z=-2573.16], EntityDestrier['entity.destrier.name'/13797566, l='MpServer', x=4440.95, y=13.00, z=-2555.05], EntityHorse['Horse'/13797567, l='MpServer', x=4442.28, y=8.00, z=-2540.81], EntityCow['Cow'/14232670, l='MpServer', x=4440.47, y=75.00, z=-2571.59], GCEntityOtherPlayerMP['Quatalojh'/9667498, l='MpServer', x=4457.72, y=72.02, z=-2519.88], EntityTrail['unknown'/4638958, l='MpServer', x=4457.72, y=72.02, z=-2519.88], EntityItemFrame['Item Frame'/13797478, l='MpServer', x=4458.50, y=73.50, z=-2584.06], EntityItemFrame['Item Frame'/13797479, l='MpServer', x=4459.06, y=73.50, z=-2577.50], EntityItem['item.item.blazePowder'/14193775, l='MpServer', x=4440.59, y=75.13, z=-2563.00], EntityNightmare['entity.nightmare.name'/13797483, l='MpServer', x=4457.50, y=41.00, z=-2560.84], EntityDestrier['entity.destrier.name'/13797480, l='MpServer', x=4450.31, y=70.00, z=-2586.53], EntityCow['Cow'/14232675, l='MpServer', x=4441.22, y=75.00, z=-2574.41], EntityBlaze['Blaze'/14168087, l='MpServer', x=4441.50, y=81.09, z=-2561.50], EntityUnicorn['entity.unicorn.name'/14220299, l='MpServer', x=4470.72, y=30.00, z=-2626.94], EntityChicken['Chicken'/13899836, l='MpServer', x=4441.93, y=74.94, z=-2582.74], EntityItem['item.item.blazePowder'/14187567, l='MpServer', x=4441.63, y=75.13, z=-2565.13], EntityChicken['Chicken'/13958189, l='MpServer', x=4441.77, y=75.00, z=-2583.54], EntityDestrier['entity.destrier.name'/12502085, l='MpServer', x=4467.94, y=8.00, z=-2537.94], EntitySkeleton['Skeleton'/14222808, l='MpServer', x=4551.50, y=15.00, z=-2563.88], EntityCow['Cow'/14234072, l='MpServer', x=4442.37, y=75.00, z=-2574.41], EntitySkeleton['Skeleton'/14222810, l='MpServer', x=4553.78, y=68.00, z=-2565.31], EntityCow['Cow'/14234074, l='MpServer', x=4441.45, y=75.00, z=-2572.92], EntityNightmare['entity.nightmare.name'/13779422, l='MpServer', x=4462.06, y=7.00, z=-2543.50], BlueSlime['Blue Slime'/13801873, l='MpServer', x=4506.22, y=76.03, z=-2566.00], EntityUnicorn['entity.unicorn.name'/14232977, l='MpServer', x=4529.19, y=14.00, z=-2513.72], EntityAspectOrb['Aspect Orb'/14234001, l='MpServer', x=4440.51, y=75.00, z=-2582.94], EntityUnicorn['entity.unicorn.name'/14232976, l='MpServer', x=4539.72, y=37.00, z=-2536.72], EntityAspectOrb['Aspect Orb'/14234003, l='MpServer', x=4440.54, y=75.00, z=-2582.94], EntityHorse['Horse'/14232978, l='MpServer', x=4528.72, y=14.00, z=-2523.63], EntityAspectOrb['Aspect Orb'/14234002, l='MpServer', x=4440.51, y=75.00, z=-2585.06], EntityHorse['Horse'/14232973, l='MpServer', x=4541.72, y=29.00, z=-2538.28], EntityHorse['Horse'/14232972, l='MpServer', x=4542.28, y=29.00, z=-2536.72], EntityHippocamp['entity.hippocamp.name'/14232975, l='MpServer', x=4542.28, y=29.00, z=-2538.28], EntityHorse['Horse'/14232974, l='MpServer', x=4540.70, y=30.00, z=-2536.70], EntityUnicorn['entity.unicorn.name'/8918499, l='MpServer', x=4462.70, y=8.00, z=-2526.93], EntityPegasus['entity.pegasus.name'/8918500, l='MpServer', x=4454.03, y=12.00, z=-2522.72], EntityItemFrame['Item Frame'/8918501, l='MpServer', x=4462.94, y=74.50, z=-2517.50], EntityAspectOrb['Aspect Orb'/14234025, l='MpServer', x=4441.53, y=75.00, z=-2582.94], EntityAspectOrb['Aspect Orb'/14234024, l='MpServer', x=4440.44, y=75.00, z=-2582.94], EntityHorse['Horse'/13797792, l='MpServer', x=4429.03, y=51.00, z=-2554.19], EntityHorse['Horse'/8520181, l='MpServer', x=4434.72, y=10.17, z=-2531.00], EntityHorse['Horse'/8520190, l='MpServer', x=4461.78, y=5.00, z=-2511.28], EntityUnicorn['entity.unicorn.name'/8520191, l='MpServer', x=4448.44, y=5.00, z=-2506.00], EntityAspectOrb['Aspect Orb'/14234023, l='MpServer', x=4441.94, y=75.83, z=-2584.56], EntityAspectOrb['Aspect Orb'/14233973, l='MpServer', x=4442.06, y=75.00, z=-2584.46], EntityAspectOrb['Aspect Orb'/14233972, l='MpServer', x=4441.94, y=75.06, z=-2584.44], EntityAspectOrb['Aspect Orb'/14233975, l='MpServer', x=4441.49, y=75.00, z=-2585.06], EntityAspectOrb['Aspect Orb'/14233974, l='MpServer', x=4440.53, y=75.00, z=-2582.79], EntityHippocamp['entity.hippocamp.name'/13801744, l='MpServer', x=4506.44, y=75.00, z=-2572.28], EntityChicken['Chicken'/13801759, l='MpServer', x=4443.40, y=74.94, z=-2582.27], EntityPegasus['entity.pegasus.name'/13801728, l='MpServer', x=4507.19, y=12.00, z=-2517.97], EntityDestrier['entity.destrier.name'/12349800, l='MpServer', x=4448.31, y=8.00, z=-2538.69], EntityAspectOrb['Aspect Orb'/14233857, l='MpServer', x=4442.06, y=75.00, z=-2583.41], EntityAspectOrb['Aspect Orb'/14233856, l='MpServer', x=4442.06, y=75.00, z=-2583.51], EntityDestrier['entity.destrier.name'/14135614, l='MpServer', x=4443.53, y=61.00, z=-2606.28], EntityChicken['Chicken'/13801762, l='MpServer', x=4440.06, y=75.00, z=-2583.52], EntityChicken['Chicken'/13801763, l='MpServer', x=4441.34, y=75.00, z=-2584.38], EntityChicken['Chicken'/13801760, l='MpServer', x=4441.38, y=75.00, z=-2584.94], EntityChicken['Chicken'/13801761, l='MpServer', x=4445.43, y=74.94, z=-2585.22], EntityChicken['Chicken'/13801766, l='MpServer', x=4441.57, y=75.00, z=-2583.10], EntityChicken['Chicken'/13801767, l='MpServer', x=4442.22, y=74.94, z=-2583.51], EntityChicken['Chicken'/13801764, l='MpServer', x=4441.93, y=75.00, z=-2584.17], EntityHorse['Horse'/13801765, l='MpServer', x=4435.88, y=72.00, z=-2586.66], EntityMagicalHorse['entity.magical horse.name'/11484502, l='MpServer', x=4458.22, y=7.00, z=-2544.19], EntityBat['Bat'/14232258, l='MpServer', x=4464.07, y=24.12, z=-2529.39], EntityAspectOrb['Aspect Orb'/14234361, l='MpServer', x=4446.60, y=75.00, z=-2581.46], EntityAspectOrb['Aspect Orb'/14234360, l='MpServer', x=4444.48, y=75.00, z=-2580.52], EntityItem['item.item.arrow'/14234367, l='MpServer', x=4442.13, y=75.06, z=-2583.81], EntityItem['item.item.arrow'/14234366, l='MpServer', x=4442.13, y=75.06, z=-2584.28], EntityMagicalHorse['entity.magical horse.name'/13033192, l='MpServer', x=4450.72, y=7.00, z=-2552.28], EntityAspectOrb['Aspect Orb'/14234359, l='MpServer', x=4446.51, y=75.00, z=-2581.09], EntityTrail['unknown'/4355703, l='MpServer', x=4492.25, y=76.62, z=-2562.76], EntityClientPlayerMP['Rocksora8'/14120527, l='MpServer', x=4492.25, y=76.62, z=-2562.76], EntitySkeleton['Skeleton'/14234257, l='MpServer', x=4446.50, y=70.00, z=-2556.50], EntitySkeleton['Skeleton'/14234256, l='MpServer', x=4446.73, y=70.00, z=-2554.50], EntitySpider['Grim Spider'/14234249, l='MpServer', x=4441.50, y=70.00, z=-2550.50], EntitySpider['Spider'/14234248, l='MpServer', x=4443.50, y=70.00, z=-2548.50], EntitySpider['Spider'/14234251, l='MpServer', x=4437.50, y=70.00, z=-2546.50], EntitySpider['Spider'/14234253, l='MpServer', x=4445.24, y=70.00, z=-2554.50], EntitySpider['Spider'/14234252, l='MpServer', x=4444.25, y=70.00, z=-2552.50], EntitySkeleton['Skeleton'/14234255, l='MpServer', x=4445.73, y=70.00, z=-2552.50], EntityZombie['Zombie'/14234243, l='MpServer', x=4446.50, y=74.94, z=-2588.48], EntityDestrier['entity.destrier.name'/13789878, l='MpServer', x=4463.06, y=8.00, z=-2533.56], EntityDestrier['entity.destrier.name'/13789879, l='MpServer', x=4467.94, y=8.00, z=-2528.22], EntityUnicorn['entity.unicorn.name'/13789882, l='MpServer', x=4466.10, y=75.00, z=-2523.81], EntityUnicorn['entity.unicorn.name'/13789883, l='MpServer', x=4465.71, y=75.00, z=-2522.05], EntityPegasus['entity.pegasus.name'/13789880, l='MpServer', x=4473.16, y=17.02, z=-2532.00], EntityHorse['Horse'/13789881, l='MpServer', x=4468.34, y=19.00, z=-2541.72], EntityUnicorn['entity.unicorn.name'/13789886, l='MpServer', x=4467.28, y=75.00, z=-2521.50], EntityUnicorn['entity.unicorn.name'/13789884, l='MpServer', x=4465.72, y=75.00, z=-2539.28], EntityUnicorn['entity.unicorn.name'/13789885, l='MpServer', x=4466.81, y=75.00, z=-2527.25], EntityAspectOrb['Aspect Orb'/14234279, l='MpServer', x=4442.82, y=75.00, z=-2582.44], EntitySkeleton['Skeleton'/14234237, l='MpServer', x=4446.50, y=74.94, z=-2578.52], EntitySkeleton['Skeleton'/14234236, l='MpServer', x=4444.50, y=74.94, z=-2581.52], GCEntityOtherPlayerMP['Quatalojh'/9667498, l='MpServer', x=4456.38, y=67.00, z=-2503.51], EntityXPOrb['Experience Orb'/14234139, l='MpServer', x=4441.60, y=75.19, z=-2582.03], EntityHippocamp['entity.hippocamp.name'/13834778, l='MpServer', x=4444.50, y=26.00, z=-2550.50], EntityPegasus['entity.pegasus.name'/13753886, l='MpServer', x=4465.50, y=8.00, z=-2539.91], EntityHorse['Horse'/14233095, l='MpServer', x=4545.63, y=52.00, z=-2624.03], EntityCreeper['Creeper'/14224947, l='MpServer', x=4507.00, y=68.00, z=-2620.38], EntityBlock['unknown'/4355758, l='MpServer', x=4425.25, y=24.00, z=-2556.75], BlueSlime['Blue Slime'/14158810, l='MpServer', x=4441.53, y=70.00, z=-2549.09], BlueSlime['Blue Slime'/14211017, l='MpServer', x=4439.56, y=70.00, z=-2551.00], EntityUnicorn['entity.unicorn.name'/13962229, l='MpServer', x=4517.94, y=42.00, z=-2523.66], EntityUnicorn['entity.unicorn.name'/13962231, l='MpServer', x=4524.28, y=75.00, z=-2551.53], EntityHorse['Horse'/13962224, l='MpServer', x=4516.34, y=16.00, z=-2508.94], BlueSlime['Blue Slime'/13962226, l='MpServer', x=4519.56, y=75.00, z=-2567.75], BlueSlime['Blue Slime'/13962233, l='MpServer', x=4511.94, y=75.00, z=-2550.16], EntityUnicorn['entity.unicorn.name'/13962232, l='MpServer', x=4526.28, y=75.00, z=-2559.91], EntityDestrier['entity.destrier.name'/9078716, l='MpServer', x=4429.94, y=5.00, z=-2503.91], GCEntityOtherPlayerMP['Quatalojh'/9667498, l='MpServer', x=4457.72, y=72.02, z=-2519.88], EntityItem['item.item.rottenFlesh'/14216164, l='MpServer', x=4456.38, y=75.13, z=-2546.25], EntitySkeleton['Skeleton'/14233481, l='MpServer', x=4443.34, y=75.00, z=-2565.38], EntityItem['item.item.blazePowder'/14222219, l='MpServer', x=4443.00, y=75.13, z=-2563.38], EntitySkeleton['Skeleton'/14233479, l='MpServer', x=4443.25, y=75.00, z=-2563.22], EntityMagicalHorse['entity.magical horse.name'/13963185, l='MpServer', x=4441.13, y=32.00, z=-2598.00], EntityUnicorn['entity.unicorn.name'/13963186, l='MpServer', x=4443.13, y=61.00, z=-2600.72], EntitySkeleton['Skeleton'/14219184, l='MpServer', x=4481.50, y=37.00, z=-2616.50], EntitySkeleton['Skeleton'/14219185, l='MpServer', x=4493.50, y=68.00, z=-2608.50], EntityHorse['Horse'/1293181, l='MpServer', x=4450.77, y=41.00, z=-2535.25], EntityHorse['Horse'/13963173, l='MpServer', x=4510.13, y=69.00, z=-2598.00], EntitySkeleton['Skeleton'/4469559, l='MpServer', x=-5.04, y=-28.62, z=-14.61], EntityDestrier['entity.destrier.name'/14219179, l='MpServer', x=4478.91, y=68.00, z=-2616.81], EntityNightmare['entity.nightmare.name'/14219180, l='MpServer', x=4473.00, y=68.00, z=-2617.44], EntitySkeleton['Skeleton'/14153632, l='MpServer', x=4441.88, y=49.00, z=-2534.69], EntityPegasus['entity.pegasus.name'/13918123, l='MpServer', x=4464.50, y=22.00, z=-2535.50], EntityDestrier['entity.destrier.name'/12550962, l='MpServer', x=4465.03, y=8.00, z=-2536.63], EntityUnicorn['entity.unicorn.name'/13797212, l='MpServer', x=4464.28, y=8.00, z=-2527.30], EntityHorse['Horse'/13797213, l='MpServer', x=4472.09, y=65.00, z=-2507.28], EntityMagicalHorse['entity.magical horse.name'/11611942, l='MpServer', x=4466.22, y=8.00, z=-2534.47], EntityHorse['Horse'/13797226, l='MpServer', x=4478.72, y=21.00, z=-2506.72], EntityPegasus['entity.pegasus.name'/13797227, l='MpServer', x=4476.22, y=17.00, z=-2504.00], EntityUnicorn['entity.unicorn.name'/13797230, l='MpServer', x=4466.00, y=33.00, z=-2508.72], EntityUnicorn['entity.unicorn.name'/13797229, l='MpServer', x=4468.94, y=17.00, z=-2508.09], EntitySkeleton['Skeleton'/4359061, l='MpServer', x=-6.83, y=-6.63, z=5.26], EntityItem['item.item.bone'/14234369, l='MpServer', x=4442.13, y=75.06, z=-2583.84], EntityItem['item.item.bone'/14234368, l='MpServer', x=4441.23, y=75.06, z=-2582.88], EntitySkeleton['Skeleton'/14227248, l='MpServer', x=4452.50, y=13.00, z=-2554.50], EntityDestrier['entity.destrier.name'/12672820, l='MpServer', x=4456.06, y=8.00, z=-2530.06], EntitySkeleton['Skeleton'/14227247, l='MpServer', x=4450.50, y=13.00, z=-2555.50]]
  96. Retry entities: 0 total; []
  97. Server brand: BungeeCord (git:BungeeCord-Bootstrap:1.8-SNAPSHOT:841c81c:1109) <- thermos,cauldron,craftbukkit,mcpc,kcauldron,fml,forge
  98. Server type: Non-integrated multiplayer server
  99. Stacktrace:
  100. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
  101. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:919)
  102. at net.minecraft.client.main.Main.main(SourceFile:148)
  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.7.10
  113. Operating System: Windows 8.1 (amd64) version 6.3
  114. Java Version: 1.8.0_45, Oracle Corporation
  115. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  116. Memory: 924610992 bytes (881 MB) / 3533176832 bytes (3369 MB) up to 4294967296 bytes (4096 MB)
  117. JVM Flags: 3 total; -Xms256M -Xmx4608M -XX:PermSize=256m
  118. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  119. IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 95
  120. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 198 mods loaded, 194 mods active
  121. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  122. UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  123. UCHIJA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
  124. UCHIJA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
  125. UCHIJA appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
  126. UCHIJA Aroma1997Core{1.0.2.16} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.16.jar)
  127. UCHIJA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  128. UCHIJA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
  129. UCHIJA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
  130. UCHIJA PlayerAPI{1.4} [Player API] (minecraft.jar)
  131. UCHIJA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
  132. UCHIJA OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar)
  133. UCHIJA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  134. UCHIJA BinniePatcher{1.8.2} [Binnie Patcher] (minecraft.jar)
  135. UCHIJA FastCraft{1.23} [FastCraft] (fastcraft-1.23.jar)
  136. UCHIJA debug{1.0} [debug] (denseores-1.6.2.jar)
  137. UCHIJA oresheepmod{v3.1.0} [Ore Sheep] (1.7.10-OreSheepMod-v3.1.0.jar)
  138. UCHIJA appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
  139. UCHIJA bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar)
  140. UCHIJA ae2stuff{0.5.0.56} [AE2 Stuff] (ae2stuff-0.5.0.56-mc1.7.10.jar)
  141. UCHIJA AgriCraft{1.7.10-1.5.0} [AgriCraft] (AgriCraft-1.7.10-1.5.0.jar)
  142. UCHIJA Aroma1997CoreHelper{1.0.2.16} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.16.jar)
  143. UCHIJA Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.7.10-1.1.0.1.jar)
  144. UCHIJA CoFHCore{1.7.10R3.1.2} [CoFH Core] (CoFHCore-[1.7.10]3.1.2-325.jar)
  145. UCHIJA MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  146. UCHIJA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
  147. UCHIJA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
  148. UCHIJA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  149. UCHIJA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
  150. UCHIJA Automagy{0.28.2} [Automagy] (Automagy-1.7.10-0.28.2.jar)
  151. UCHIJA autopackager{1.5.9a} [AutoPackager] (autopackager-1.5.9a.jar)
  152. UCHIJA bagginses{2.1.1} [Bagginses] (Bagginses-2.1.1.jar)
  153. UCHIJA BiblioCraft{1.11.5} [BiblioCraft] (BiblioCraft[v1.11.5][MC1.7.10].jar)
  154. UCHIJA IC2{2.2.822-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.822-experimental.jar)
  155. UCHIJA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
  156. UCHIJA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
  157. UCHIJA Forestry{4.2.14.62} [Forestry for Minecraft] (forestry_1.7.10-4.2.14.62.jar)
  158. UCHIJA BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)
  159. UCHIJA BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
  160. UCHIJA ThermalFoundation{1.7.10R1.2.4} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.4-114.jar)
  161. UCHIJA ThermalExpansion{1.7.10R4.1.2} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.2-240.jar)
  162. UCHIJA BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
  163. UCHIJA BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14.jar)
  164. UCHIJA Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14.jar)
  165. UCHIJA ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14.jar)
  166. UCHIJA ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14.jar)
  167. UCHIJA Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14.jar)
  168. UCHIJA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
  169. UCHIJA Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)
  170. UCHIJA BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar)
  171. UCHIJA BuildCraft|Core{7.1.16} [BuildCraft] (buildcraft-7.1.16.jar)
  172. UCHIJA BuildCraft|Builders{7.1.16} [BC Builders] (buildcraft-7.1.16.jar)
  173. UCHIJA BuildCraft|Transport{7.1.16} [BC Transport] (buildcraft-7.1.16.jar)
  174. UCHIJA BuildCraft|Energy{7.1.16} [BC Energy] (buildcraft-7.1.16.jar)
  175. UCHIJA BuildCraft|Silicon{7.1.16} [BC Silicon] (buildcraft-7.1.16.jar)
  176. UCHIJA BuildCraft|Robotics{7.1.16} [BC Robotics] (buildcraft-7.1.16.jar)
  177. UCHIJA BuildCraft|Factory{7.1.16} [BC Factory] (buildcraft-7.1.16.jar)
  178. UCHIJA Railcraft{9.12.2.0} [Railcraft] (Railcraft_1.7.10-9.12.2.0.jar)
  179. UCHIJA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
  180. UCHIJA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  181. UCHIJA chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
  182. UCHIJA CarpentersBlocks{3.3.8} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8 - MC 1.7.10.jar)
  183. UCHIJA chococraft{4.1.5} [Clienthax's ChocoCraft] (ChocoCraft-4.1.5.jar)
  184. UCHIJA ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar)
  185. UCHIJA cookingbook{1.0.140} [Cooking for Blockheads] (cookingbook-mc1.7.10-1.0.140.jar)
  186. UCHIJA MineTweaker3{3.0.10} [MineTweaker 3] (CraftTweaker-1.7.10-3.0.10.jar)
  187. UCHIJA CustomMainMenu{1.9.2} [Custom Main Menu] (CustomMainMenu-MC1.7.10-1.9.2.jar)
  188. UCHIJA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.3.2_1.7.10.jar)
  189. UCHIJA props{2.3.2} [Decocraft] (Decocraft-2.3.2_1.7.10.jar)
  190. UCHIJA Ding{MC1.7.10v2} [Ding] (Ding-MC1.7.10v2.jar)
  191. UCHIJA DraconicEvolution{1.0.2h} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2h.jar)
  192. UCHIJA endercore{1.7.10-0.2.0.36_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.36_beta.jar)
  193. UCHIJA GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.375.jar)
  194. UCHIJA Mekanism{9.0.3} [Mekanism] (Mekanism-1.7.10-9.0.3.277.jar)
  195. UCHIJA EnderIO{1.7.10-2.2.8.381} [Ender IO] (EnderIO-1.7.10-2.2.8.381.jar)
  196. UCHIJA EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
  197. UCHIJA EnderTech{1.7.10-0.3.2.405} [EnderTech] (EnderTech-1.7.10-0.3.2.405.jar)
  198. UCHIJA EnderZoo{1.7.10-1.0.15.32} [Ender Zoo] (EnderZoo-1.7.10-1.0.15.32.jar)
  199. UCHIJA extracells{2.3.9} [Extra Cells 2] (ExtraCells-1.7.10-2.3.9b188.jar)
  200. UCHIJA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
  201. UCHIJA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
  202. UCHIJA progressiveautomation{1.6.35} [Progressive Automation] (ProgressiveAutomation-1.7.10-1.6.35.jar)
  203. UCHIJA ImmersiveEngineering{0.7.7} [Immersive Engineering] (ImmersiveEngineering-0.7.7.jar)
  204. UCHIJA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
  205. UCHIJA ExtraTiC{1.4.6} [ExtraTiC] (ExtraTiC-1.7.10-1.4.6.jar)
  206. UCHIJA fastleafdecay{1.4} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.4.jar)
  207. UCHIJA FlatSigns{2.1.0.19} [Flat Signs] (FlatSigns-1.7.10-universal-2.1.0.19.jar)
  208. UCHIJA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar)
  209. UCHIJA ForbiddenMagic{1.7.10-0.575} [Forbidden Magic] (Forbidden Magic-1.7.10-0.575.jar)
  210. UCHIJA forgeanalytics{0.0.0.16} [Forge Analytics] (ForgeAnalytics-1.7.10-0.0.0.16.jar)
  211. UCHIJA FTBL{1.0.18.2} [FTBLib] (FTBLib-1.7.10-1.0.18.3.jar)
  212. UCHIJA FTBU{1.0.18.2} [FTBUtilities] (FTBUtilities-1.7.10-1.0.18.3.jar)
  213. UCHIJA funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.7.10-beta-7.jar)
  214. UCHIJA GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.375.jar)
  215. UCHIJA RedstoneArsenal{1.7.10R1.1.2} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.2-92.jar)
  216. UCHIJA MagicBees{2.4.3} [Magic Bees] (magicbees-1.7.10-2.4.3.jar)
  217. UCHIJA gendustry{1.6.3.132} [GenDustry] (gendustry-1.6.3.132-mc1.7.10.jar)
  218. UCHIJA guideapi{1.7.10-1.0.1-20} [Guide-API] (Guide-API-1.7.10-1.0.1-20.jar)
  219. UCHIJA IC2NuclearControl{2.4.0b} [Nuclear Control 2] (IC2NuclearControl-2.4.0b.jar)
  220. UCHIJA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
  221. UCHIJA inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-62.jar)
  222. UCHIJA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
  223. UCHIJA IronChest{6.0.60.741} [Iron Chest] (ironchest-1.7.10-6.0.60.741-universal.jar)
  224. UCHIJA JABBA{1.2.2} [JABBA] (Jabba-1.2.2_1.7.10.jar)
  225. UCHIJA journeymap{5.1.4p1} [JourneyMap] (journeymap-1.7.10-5.1.4p1-unlimited.jar)
  226. UCHIJA LogisticsPipes{0.9.3.126} [Logistics Pipes] (logisticspipes-0.9.3.126.jar)
  227. UCHIJA MekanismGenerators{9.0.3} [MekanismGenerators] (MekanismGenerators-1.7.10-9.0.3.277.jar)
  228. UCHIJA MekanismTools{9.0.3} [MekanismTools] (MekanismTools-1.7.10-9.0.3.277.jar)
  229. UCHIJA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  230. UCHIJA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  231. UCHIJA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  232. UCHIJA MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  233. UCHIJA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  234. UCHIJA MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  235. UCHIJA MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.1.0.33-universal.jar)
  236. UCHIJA ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre12.95-Base.jar)
  237. UCHIJA ProjRed|Exploration{4.7.0pre12.95} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre12.95-World.jar)
  238. UCHIJA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  239. UCHIJA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  240. UCHIJA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  241. UCHIJA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  242. UCHIJA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  243. UCHIJA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  244. UCHIJA numina{0.4.0.131} [Numina] (Numina-0.4.0.131.jar)
  245. UCHIJA powersuits{0.11.0.301} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.11.0.301.jar)
  246. UCHIJA Morph{0.9.2} [Morph] (Morph-Beta-0.9.2.jar)
  247. UCHIJA Morpheus{1.7.10-1.6.21} [Morpheus] (Morpheus-1.7.10-1.6.21.jar)
  248. UCHIJA NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
  249. UCHIJA NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
  250. UCHIJA NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
  251. UCHIJA NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
  252. UCHIJA NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
  253. UCHIJA NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
  254. UCHIJA NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
  255. UCHIJA neiintegration{1.1.2} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.2.jar)
  256. UCHIJA NetherOres{1.7.10R2.3.1} [Nether Ores] (NetherOres-[1.7.10]2.3.1-22.jar)
  257. UCHIJA NodalMechanics{1.7.10R1.0} [NodalMechanics] (NodalMechanics-1.7-1.0-7.jar)
  258. UCHIJA recipehandler{1.7.10} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.3(1.7.10).jar)
  259. UCHIJA OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1.jar)
  260. UCHIJA OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.7.10-1.5.1.jar)
  261. UCHIJA openmodularturrets{2.2.2-217} [Open Modular Turrets] (OpenModularTurrets-1.7.10-2.2.2-217.jar)
  262. UCHIJA OpenPeripheralCore{1.3} [OpenPeripheralCore] (OpenPeripheralCore-1.7.10-1.3.jar)
  263. UCHIJA OpenPeripheral{0.5.1} [OpenPeripheralAddons] (OpenPeripheralAddons-1.7.10-0.5.1.jar)
  264. UCHIJA OpenPeripheralIntegration{0.5} [OpenPeripheralIntegration] (OpenPeripheralIntegration-1.7.10-0.5.jar)
  265. UCHIJA PneumaticCraft{1.12.7-150} [PneumaticCraft] (PneumaticCraft-1.7.10-1.12.7-150-universal.jar)
  266. UCHIJA PortalGun{4.0.0-beta-6} [PortalGun] (PortalGun-4.0.0-beta-6.jar)
  267. UCHIJA ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
  268. UCHIJA ProjRed|Transportation{4.7.0pre12.95} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
  269. UCHIJA ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre12.95-Compat.jar)
  270. UCHIJA ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
  271. UCHIJA ProjRed|Fabrication{4.7.0pre12.95} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre12.95-Fabrication.jar)
  272. UCHIJA ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre12.95-Lighting.jar)
  273. UCHIJA ProjRed|Expansion{4.7.0pre12.95} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
  274. UCHIJA recallstones{0.5.2} [Recall Stones] (RecallStones-1.7.10-0.5.2.jar)
  275. UCHIJA libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0.jar)
  276. UCHIJA xreliquary{1.2} [Reliquary] (Reliquary-1.2.jar)
  277. UCHIJA ResourceLoader{1.3} [Resource Loader] (ResourceLoader-MC1.7.10-1.3.jar)
  278. UCHIJA rftools{4.23} [RFTools] (rftools-4.23.jar)
  279. UCHIJA Roguelike{1.5.0} [Roguelike Dungeons] (roguelike-1.7.10-1.5.0b.jar)
  280. UCHIJA runicdungeons{1.1.7b} [Runic Dungeons] (RunicDungeons-1.1.7b.jar)
  281. UCHIJA Sanguimancy{1.7.10-1.1.9-35} [Sanguimancy] (Sanguimancy-1.7.10-1.1.9-35.jar)
  282. UCHIJA SimpleLabels{@VERSION@} [SimpleLabels] (SimpleLabels-1.7.10-1.0-9.jar)
  283. UCHIJA simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar)
  284. UCHIJA SolarFlux{1.7.10-0.8b} [Solar Flux] (SolarFlux-1.7.10-0.8b.jar)
  285. UCHIJA SophisticatedWolves{3.2.0} [SophisticatedWolves] (Sophisticated Wolves 3.2.0.jar)
  286. UCHIJA StevesFactoryManager{A93} [Steve's Factory Manager] (StevesFactoryManagerA93.jar)
  287. UCHIJA StevesAddons{0.10.16} [Steve's Addons] (StevesAddons-1.7.10-0.10.16.jar)
  288. UCHIJA StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar)
  289. UCHIJA StorageDrawers{1.7.10-1.10.0} [Storage Drawers] (StorageDrawers-1.7.10-1.10.0.jar)
  290. UCHIJA StorageDrawersForestry{1.7.10-1.1.2} [Storage Drawers: Forestry Pack] (StorageDrawers-Forestry-1.7.10-1.1.2.jar)
  291. UCHIJA StorageDrawersMisc{1.7.10-1.1.2} [Storage Drawers: Misc Pack] (StorageDrawers-Misc-1.7.10-1.1.2.jar)
  292. UCHIJA StorageDrawersNatura{1.7.10-1.1.1} [Storage Drawers: Natura Pack] (StorageDrawers-Natura-1.7.10-1.1.1.jar)
  293. UCHIJA thaumcraftneiplugin{@VERSION@} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
  294. UCHIJA thaumicenergistics{0.8.10.10} [Thaumic Energistics] (thaumicenergistics-0.8.10.10.jar)
  295. UCHIJA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar)
  296. UCHIJA ThaumicHorizons{1.1.9} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.9.jar)
  297. UCHIJA ThermalDynamics{1.7.10R1.2.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.0-171.jar)
  298. UCHIJA TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
  299. UCHIJA TMechworks{0.2.15.106} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.15.106.jar)
  300. UCHIJA ultimate_unicorn_mod{1.4.17} [Wings, Horns, and Hooves, the Ultimate Unicorn Mod!] (ultimate_unicorn_mod-1.7.10-1.4.18.jar)
  301. UCHIJA vending{1.2.3} [vending] (vending-v1.2.3.jar)
  302. UCHIJA WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
  303. UCHIJA wailaplugins{MC1.7.10-0.2.0-23} [WAILA Plugins] (WAILAPlugins-MC1.7.10-0.2.0-23.jar)
  304. UCHIJA wawla{1.3.1} [What Are We Looking At] (Wawla-1.0.5.120.jar)
  305. UCHIJA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
  306. UCHIJA WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  307. UCHIJA WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  308. UCHIJA WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  309. UCHIJA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  310. UCHIJA ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-0.0.1.4-universal.jar)
  311. UCHIJA MCFrames{1.0} [MCFrames] (ForgeRelocation-0.0.1.4-universal.jar)
  312. UCHIJA RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-0.0.1.2-universal.jar)
  313. UCHIJA aobd{2.9.2} [Another One Bites The Dust] (AOBD-2.9.2.jar)
  314. UCHIJA denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
  315. UCHIJA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  316. UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  317. UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  318. UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  319. UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  320. GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 20.19.15.4331' Renderer: 'Intel(R) HD Graphics 4600'
  321. OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:ACTIVATED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
  322. Class transformer null safety: all safe
  323. AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
  324. CoFHCore: -[1.7.10]3.1.2-325
  325. MineFactoryReloaded: -[1.7.10]2.8.1-174
  326. Mantle Environment: Environment healthy.
  327. ThermalFoundation: -[1.7.10]1.2.4-114
  328. ThermalExpansion: -[1.7.10]4.1.2-240
  329. TConstruct Environment: Environment healthy.
  330. RedstoneArsenal: -[1.7.10]1.1.2-92
  331. NetherOres: -[1.7.10]2.3.1-22
  332. ThermalDynamics: -[1.7.10]1.2.0-171
  333. List of loaded APIs:
  334. * AgriCraftAPI (1.0) from AgriCraft-1.7.10-1.5.0.jar
  335. * appliedenergistics2|API (rv2) from ThaumicTinkerer-2.5-1.7.10-164.jar
  336. * Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar
  337. * BloodMagicAPI (1.3.3-13) from BloodMagic-1.7.10-1.3.3-17.jar
  338. * BotaniaAPI (76) from Botania r1.8-249.jar
  339. * BuildCraftAPI|blocks (1.0) from Railcraft_1.7.10-9.12.2.0.jar
  340. * BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.16.jar
  341. * BuildCraftAPI|boards (2.0) from buildcraft-7.1.16.jar
  342. * BuildCraftAPI|core (1.0) from buildcraft-7.1.16.jar
  343. * BuildCraftAPI|crops (1.1) from buildcraft-7.1.16.jar
  344. * BuildCraftAPI|events (2.0) from buildcraft-7.1.16.jar
  345. * BuildCraftAPI|facades (1.1) from buildcraft-7.1.16.jar
  346. * BuildCraftAPI|filler (4.0) from buildcraft-7.1.16.jar
  347. * BuildCraftAPI|fuels (2.0) from buildcraft-7.1.16.jar
  348. * BuildCraftAPI|gates (4.1) from buildcraft-7.1.16.jar
  349. * BuildCraftAPI|items (1.1) from Railcraft_1.7.10-9.12.2.0.jar
  350. * BuildCraftAPI|library (2.0) from buildcraft-7.1.16.jar
  351. * BuildCraftAPI|lists (1.0) from buildcraft-7.1.16.jar
  352. * BuildCraftAPI|power (1.3) from buildcraft-7.1.16.jar
  353. * BuildCraftAPI|recipes (4.0) from buildcraft-7.1.16.jar
  354. * BuildCraftAPI|robotics (3.0) from buildcraft-7.1.16.jar
  355. * BuildCraftAPI|statements (1.1) from buildcraft-7.1.16.jar
  356. * BuildCraftAPI|tablet (1.0) from Railcraft_1.7.10-9.12.2.0.jar
  357. * BuildCraftAPI|tiles (1.2) from buildcraft-7.1.16.jar
  358. * BuildCraftAPI|tools (1.0) from extrautilities-1.2.12.jar
  359. * BuildCraftAPI|transport (4.1) from buildcraft-7.1.16.jar
  360. * CarpentersBlocks|API (3.3.7) from Carpenter's Blocks v3.3.8 - MC 1.7.10.jar
  361. * ChiselAPI (0.1.1) from Chisel-2.9.5.11.jar
  362. * ChiselAPI|Carving (0.1.1) from Chisel-2.9.5.11.jar
  363. * ChiselAPI|Rendering (0.1.1) from Chisel-2.9.5.11.jar
  364. * CoFHAPI (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
  365. * CoFHAPI|block (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
  366. * CoFHAPI|core (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.1.1-181.jar
  367. * CoFHAPI|energy (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar
  368. * CoFHAPI|fluid (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
  369. * CoFHAPI|inventory (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
  370. * CoFHAPI|item (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.1.1-181.jar
  371. * CoFHAPI|modhelpers (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.1.1-181.jar
  372. * CoFHAPI|tileentity (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
  373. * CoFHAPI|transport (1.7.10R1.0.13) from EnderCore-1.7.10-0.2.0.36_beta.jar
  374. * CoFHAPI|world (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.1.1-181.jar
  375. * CoFHLib (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
  376. * CoFHLib|audio (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.1-181.jar
  377. * CoFHLib|gui (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  378. * CoFHLib|gui|container (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  379. * CoFHLib|gui|element (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
  380. * CoFHLib|gui|element|listbox (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  381. * CoFHLib|gui|slot (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
  382. * CoFHLib|inventory (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
  383. * CoFHLib|render (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
  384. * CoFHLib|render|particle (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.1-181.jar
  385. * CoFHLib|util (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  386. * CoFHLib|util|helpers (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
  387. * CoFHLib|util|position (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  388. * CoFHLib|world (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.1-181.jar
  389. * CoFHLib|world|feature (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
  390. * ComputerCraft|API (1.75) from ComputerCraft1.75.jar
  391. * ComputerCraft|API|FileSystem (1.75) from ComputerCraft1.75.jar
  392. * ComputerCraft|API|Lua (1.75) from ComputerCraft1.75.jar
  393. * ComputerCraft|API|Media (1.75) from ComputerCraft1.75.jar
  394. * ComputerCraft|API|Peripheral (1.75) from ComputerCraft1.75.jar
  395. * ComputerCraft|API|Permissions (1.75) from ComputerCraft1.75.jar
  396. * ComputerCraft|API|Redstone (1.75) from ComputerCraft1.75.jar
  397. * ComputerCraft|API|Turtle (1.75) from ComputerCraft1.75.jar
  398. * CSLib|API (0.3.0) from Decocraft-2.3.2_1.7.10.jar
  399. * DraconicEvolution|API (1.2) from Draconic-Evolution-1.7.10-1.0.2h.jar
  400. * EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar
  401. * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar
  402. * EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar
  403. * ForestryAPI|apiculture (4.8.0) from forestry_1.7.10-4.2.14.62.jar
  404. * ForestryAPI|arboriculture (4.2.1) from forestry_1.7.10-4.2.14.62.jar
  405. * ForestryAPI|circuits (3.1.0) from forestry_1.7.10-4.2.14.62.jar
  406. * ForestryAPI|core (5.0.0) from forestry_1.7.10-4.2.14.62.jar
  407. * ForestryAPI|farming (2.1.0) from forestry_1.7.10-4.2.14.62.jar
  408. * ForestryAPI|food (1.1.0) from forestry_1.7.10-4.2.14.62.jar
  409. * ForestryAPI|fuels (2.0.1) from forestry_1.7.10-4.2.14.62.jar
  410. * ForestryAPI|genetics (4.7.1) from forestry_1.7.10-4.2.14.62.jar
  411. * ForestryAPI|hives (4.1.0) from forestry_1.7.10-4.2.14.62.jar
  412. * ForestryAPI|lepidopterology (1.3.0) from forestry_1.7.10-4.2.14.62.jar
  413. * ForestryAPI|mail (3.0.0) from forestry_1.7.10-4.2.14.62.jar
  414. * ForestryAPI|multiblock (3.0.0) from forestry_1.7.10-4.2.14.62.jar
  415. * ForestryAPI|recipes (5.4.0) from forestry_1.7.10-4.2.14.62.jar
  416. * ForestryAPI|storage (3.0.0) from forestry_1.7.10-4.2.14.62.jar
  417. * ForestryAPI|world (2.1.0) from forestry_1.7.10-4.2.14.62.jar
  418. * ForgeRelocation|API (0.0.1.4) from ForgeRelocation-0.0.1.4-universal.jar
  419. * Galacticraft API (1.0) from GalacticraftCore-1.7-3.0.12.375.jar
  420. * gendustryAPI (2.3.0) from gendustry-1.6.3.132-mc1.7.10.jar
  421. * Guide-API|API (1.7.10-1.0.1-20) from Guide-API-1.7.10-1.0.1-20.jar
  422. * IC2API (1.0) from industrialcraft-2-2.2.822-experimental.jar
  423. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.7.7.jar
  424. * inpure|api (1.7) from INpureCore-[1.7.10]1.0.0B9-62.jar
  425. * McJtyLib (1.8.1) from mcjtylib-1.8.1.jar
  426. * MekanismAPI|core (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
  427. * MekanismAPI|energy (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
  428. * MekanismAPI|gas (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
  429. * MekanismAPI|infuse (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
  430. * MekanismAPI|laser (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
  431. * MekanismAPI|reactor (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
  432. * MekanismAPI|recipe (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
  433. * MekanismAPI|transmitter (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
  434. * MekanismAPI|util (9.0.0) from Mekanism-1.7.10-9.0.3.277.jar
  435. * NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.4.0b.jar
  436. * OpenBlocks|API (1.1) from OpenBlocks-1.7.10-1.5.1.jar
  437. * OpenPeripheralAddonsApi (1.0) from OpenPeripheralAddons-1.7.10-0.5.1.jar
  438. * OpenPeripheralApi (3.4) from OpenPeripheralCore-1.7.10-1.3.jar
  439. * PneumaticCraftApi (1.0) from PneumaticCraft-1.7.10-1.12.7-150-universal.jar
  440. * RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
  441. * RailcraftAPI|carts (1.6.0) from Railcraft_1.7.10-9.12.2.0.jar
  442. * RailcraftAPI|core (1.5.0) from Railcraft_1.7.10-9.12.2.0.jar
  443. * RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
  444. * RailcraftAPI|electricity (2.0.0) from Railcraft_1.7.10-9.12.2.0.jar
  445. * RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
  446. * RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
  447. * RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar
  448. * RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
  449. * RailcraftAPI|locomotive (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar
  450. * RailcraftAPI|signals (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
  451. * RailcraftAPI|tracks (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
  452. * Sanguimancy|API (@VERSION@) from Sanguimancy-1.7.10-1.1.9-35.jar
  453. * StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.0.jar
  454. * StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.0.jar
  455. * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.0.jar
  456. * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.0.jar
  457. * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.0.jar
  458. * StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.0.jar
  459. * StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.0.jar
  460. * StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.0.jar
  461. * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.0.jar
  462. * Thaumcraft|API (4.2.2.0) from RunicDungeons-1.1.7b.jar
  463. * WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
  464. Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
  465. Stencil buffer state: Function set: GL30, pool: forge, bits: 8
  466. AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BC:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:ON, ImmibisMicroblocks:OFF, BetterStorage:OFF
  467. Launched Version: 1.7.10
  468. LWJGL: 2.9.1
  469. OpenGL: Intel(R) HD Graphics 4600 GL version 4.3.0 - Build 20.19.15.4331, Intel
  470. GL Caps: Using GL 1.3 multitexturing.
  471. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  472. Anisotropic filtering is supported and maximum anisotropy is 16.
  473. Shaders are available because OpenGL 2.1 is supported.
  474.  
  475. Is Modded: Definitely; Client brand changed to 'fml,forge'
  476. Type: Client (map_client.txt)
  477. Resource Packs: []
  478. Current Language: English (US)
  479. Profiler Position: N/A (disabled)
  480. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  481. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement