Advertisement
Silvrus

Untitled

Aug 1st, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.09 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. LoadingPluginHardModeTweaks (HardModeTweaks-1.9.4-1.2.2.jar)
  5. LoadingPlugin (Bloodmoon-MC1.9.4-1.4.1.jar)
  6. StreamsCoreMod (Streams-1.9.4-0.2.1.jar)
  7. LoadingPlugin (Quark-beta-49.jar)
  8. FarseekCoreMod (Farseek-1.9.4-1.1.jar)
  9. FMLPlugin (InventoryTweaks-1.61-58.jar)
  10. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.0.jar)
  11. Contact their authors BEFORE contacting forge
  12.  
  13. // Don't do that.
  14.  
  15. Time: 8/1/16 9:36 PM
  16. Description: Ticking entity
  17.  
  18. java.lang.NullPointerException: Ticking entity
  19. at net.minecraft.world.World.func_189509_E(World.java:216)
  20. at net.minecraft.world.World.func_175625_s(World.java:2385)
  21. at shetiphian.multistorage.common.block.BlockVault.getTile(BlockVault.java:135)
  22. at shetiphian.multistorage.common.block.BlockVault.func_176195_g(BlockVault.java:149)
  23. at wtf.core.gameplay.CustomExplosion.getModifier(CustomExplosion.java:422)
  24. at wtf.core.gameplay.CustomExplosion.populateAffectedBlocksList(CustomExplosion.java:95)
  25. at wtf.core.gameplay.CustomExplosion.<init>(CustomExplosion.java:65)
  26. at wtf.core.gameplay.GamePlayEventListener.explosion(GamePlayEventListener.java:171)
  27. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_445_GamePlayEventListener_explosion_Start.invoke(.dynamic)
  28. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:72)
  29. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
  30. at net.minecraftforge.event.ForgeEventFactory.onExplosionStart(ForgeEventFactory.java:435)
  31. at net.minecraft.world.WorldServer.func_72885_a(WorldServer.java:1172)
  32. at net.minecraft.entity.projectile.EntityWitherSkull.func_70227_a(SourceFile:94)
  33. at net.minecraft.entity.projectile.EntityFireball.func_70071_h_(SourceFile:120)
  34. at net.minecraft.world.World.func_72866_a(World.java:1962)
  35. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:837)
  36. at net.minecraft.world.World.func_72870_g(World.java:1932)
  37. at net.minecraft.world.World.func_72939_s(World.java:1748)
  38. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:618)
  39. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
  40. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  41. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
  42. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
  43. at java.lang.Thread.run(Thread.java:745)
  44.  
  45.  
  46. A detailed walkthrough of the error, its code path and all known details is as follows:
  47. ---------------------------------------------------------------------------------------
  48.  
  49. -- Head --
  50. Thread: Server thread
  51. Stacktrace:
  52. at net.minecraft.world.World.func_189509_E(World.java:216)
  53. at net.minecraft.world.World.func_175625_s(World.java:2385)
  54. at shetiphian.multistorage.common.block.BlockVault.getTile(BlockVault.java:135)
  55. at shetiphian.multistorage.common.block.BlockVault.func_176195_g(BlockVault.java:149)
  56. at wtf.core.gameplay.CustomExplosion.getModifier(CustomExplosion.java:422)
  57. at wtf.core.gameplay.CustomExplosion.populateAffectedBlocksList(CustomExplosion.java:95)
  58. at wtf.core.gameplay.CustomExplosion.<init>(CustomExplosion.java:65)
  59. at wtf.core.gameplay.GamePlayEventListener.explosion(GamePlayEventListener.java:171)
  60. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_445_GamePlayEventListener_explosion_Start.invoke(.dynamic)
  61. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:72)
  62. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
  63. at net.minecraftforge.event.ForgeEventFactory.onExplosionStart(ForgeEventFactory.java:435)
  64. at net.minecraft.world.WorldServer.func_72885_a(WorldServer.java:1172)
  65. at net.minecraft.entity.projectile.EntityWitherSkull.func_70227_a(SourceFile:94)
  66. at net.minecraft.entity.projectile.EntityFireball.func_70071_h_(SourceFile:120)
  67. at net.minecraft.world.World.func_72866_a(World.java:1962)
  68. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:837)
  69. at net.minecraft.world.World.func_72870_g(World.java:1932)
  70.  
  71. -- Entity being ticked --
  72. Details:
  73. Entity Type: WitherSkull (net.minecraft.entity.projectile.EntityWitherSkull)
  74. Entity ID: 864919
  75. Entity Name: entity.WitherSkull.name
  76. Entity's Exact location: -126.08, 69.70, -226.66
  77. Entity's Block location: World: (-127,69,-227), Chunk: (at 1,4,13 in -8,-15; contains blocks -128,0,-240 to -113,255,-225), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
  78. Entity's Momentum: 0.11, -0.00, 0.12
  79. Entity's Passengers: []
  80. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  81. Stacktrace:
  82. at net.minecraft.world.World.func_72939_s(World.java:1748)
  83. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:618)
  84.  
  85. -- Affected level --
  86. Details:
  87. Level name: MultiStorageTest
  88. All players: 1 total; [EntityPlayerMP['Silvrus'/723706, l='MultiStorageTest', x=-122.54, y=68.37, z=-216.05]]
  89. Chunk stats: ServerChunkCache: 706 Drop: 0
  90. Level seed: 4870741633115413099
  91. Level generator: ID 00 - default, ver 1. Features enabled: true
  92. Level generator options: {"diamondSize":8,"lapisCenterHeight":16,"lavaLakeChance":80,"redstoneMaxHeight":16,"diamondMaxHeight":16,"coalMaxHeight":128,"coalMinHeight":0,"seaLevel":63,"graniteCount":10,"riverSize":4,"gravelMinHeight":0,"graniteSize":33,"redstoneSize":8,"fixedBiome":-1,"waterLakeChance":4,"dioriteMinHeight":0,"andesiteCount":10,"graniteMaxHeight":80,"redstoneMinHeight":0,"lapisSize":7,"dirtCount":10,"ironMinHeight":0,"dioriteMaxHeight":80,"coalCount":20,"gravelCount":8,"coalSize":17,"gravelSize":33,"ironMaxHeight":64,"lapisSpread":16,"dioriteCount":10,"andesiteSize":33,"biomeSize":4,"graniteMinHeight":0,"goldCount":2,"diamondCount":1,"dirtSize":33,"gravelMaxHeight":256,"goldSize":9,"ironCount":20,"diamondMinHeight":0,"ironSize":9,"redstoneCount":8,"andesiteMinHeight":0,"dioriteSize":33,"goldMaxHeight":32,"dungeonChance":8,"andesiteMaxHeight":80,"dirtMinHeight":0,"lapisCount":1,"goldMinHeight":0,"dirtMaxHeight":256,"lowerLimitScale":512.0,"biomeDepthOffset":0.0,"upperLimitScale":512.0,"heightScale":684.412,"biomeScaleWeight":1.0,"biomeDepthWeight":1.0,"mainNoiseScaleZ":80.0,"mainNoiseScaleY":160.0,"depthNoiseScaleX":200.0,"mainNoiseScaleX":80.0,"baseSize":8.5,"depthNoiseScaleZ":200.0,"stretchY":12.0,"depthNoiseScaleExponent":0.5,"biomeScaleOffset":0.0,"coordinateScale":684.412,"useStrongholds":true,"useMineShafts":true,"useTemples":true,"useLavaOceans":false,"useCaves":true,"useWaterLakes":true,"useLavaLakes":true,"useMonuments":true,"useRavines":true,"useDungeons":true,"useVillages":true}
  93. Level spawn location: World: (-48,75,-64), Chunk: (at 0,4,0 in -3,-4; contains blocks -48,0,-64 to -33,255,-49), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
  94. Level time: 21616 game time, 21616 day time
  95. Level dimension: 0
  96. Level storage version: 0x04ABD - Anvil
  97. Level weather: Rain time: 12011 (now: false), thunder time: 146855 (now: false)
  98. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
  99. Stacktrace:
  100. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
  101. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  102. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
  103. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
  104. at java.lang.Thread.run(Thread.java:745)
  105.  
  106. -- System Details --
  107. Details:
  108. Minecraft Version: 1.10.2
  109. Operating System: Windows 10 (amd64) version 10.0
  110. Java Version: 1.8.0_25, Oracle Corporation
  111. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  112. Memory: 1308995072 bytes (1248 MB) / 4087873536 bytes (3898 MB) up to 4087873536 bytes (3898 MB)
  113. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m
  114. IntCache: cache: 6, tcache: 22, allocated: 0, tallocated: 21
  115. FML: MCP 9.32 Powered by Forge 12.18.1.2044 63 mods loaded, 63 mods active
  116. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  117. UCHIJAAAAAAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  118. UCHIJAAAAAAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.1.2044.jar)
  119. UCHIJAAAAAAAAA Forge{12.18.1.2044} [Minecraft Forge] (forge-1.10.2-12.18.1.2044.jar)
  120. UCHIJAAAAAAAAA hardmodetweakscore{1.0.0} [Hard Mode Tweaks Core] (minecraft.jar)
  121. UCHIJAAAAAAAAA bdlib{1.12.0.2} [BD Lib] (bdlib-1.12.0.2-mc1.10.2.jar)
  122. UCHIJAAAAAAAAA betterwithmods{Beta 0.8.3 Hotfix 2} [Better With Mods] (Better With Mods-0.8.3-1.9.4-hotfix2.jar)
  123. UCHIJAAAAAAAAA betteragriculture{0.16} [Better Agriculture] (BetterAgriculture_(MC-1.10)-0.16.jar)
  124. UCHIJAAAAAAAAA betterquesting{1.3.144} [Better Questing] (BetterQuesting-1.3.144.jar)
  125. UCHIJAAAAAAAAA biomeheighttweaker{1.10-0.5} [Biome Height Tweaker] (biomeheighttweaker-1.10-0.5.jar)
  126. UCHIJAAAAAAAAA ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10.2-alpha-1.0.1.jar)
  127. UCHIJAAAAAAAAA JEI{3.7.8.234} [Just Enough Items] (jei_1.10.2-3.7.8.234.jar)
  128. UCHIJAAAAAAAAA blockdrops{1.0.8} [Block Drops] (BlockDrops-1.10.2-1.0.8.jar)
  129. UCHIJAAAAAAAAA BloodMagic{1.9.4-2.0.3-53} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.0.3-53.jar)
  130. UCHIJAAAAAAAAA Bloodmoon{1.2} [Bloodmoon] (Bloodmoon-MC1.9.4-1.4.1.jar)
  131. UCHIJAAAAAAAAA Chameleon{1.9.4-2.1.6} [Chameleon] (Chameleon-1.9.4-2.1.6.jar)
  132. UCHIJAAAAAAAAA claybucket{1.0} [Clay Bucket] (ClayBucket-1.9.4-1.0.jar)
  133. UCHIJAAAAAAAAA cookingforblockheads{3.1.26} [Cooking for Blockheads] (CookingForBlockheads-mc1.9.4-3.1.26.jar)
  134. UCHIJAAAAAAAAA MineTweaker3{3.0.10} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.10.jar)
  135. UCHIJAAAAAAAAA EnderZoo{1.10-1.2.3.43} [Ender Zoo] (EnderZoo-1.10-1.2.3.43.jar)
  136. UCHIJAAAAAAAAA expandablebackpack{1.0} [Expandable Backpacks] (expandableBackpacks1.1.5-1.10.2.jar)
  137. UCHIJAAAAAAAAA extratweaker{0.3} [ExtraTweaker] (ExtraTweaker-1.9.4-0.3.jar)
  138. UCHIJAAAAAAAAA Farseek{1.9.4} [Farseek] (Farseek-1.9.4-1.1.jar)
  139. UCHIJAAAAAAAAA fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)
  140. UCHIJAAAAAAAAA flintco{2.0.0} [flintco] (flintco-1.10.2-2.0.0-release.jar)
  141. UCHIJAAAAAAAAA fluxducts{1.0.4} [Flux Ducts] (fluxducts-mc1.9.4-1.0.4.jar)
  142. UCHIJAAAAAAAAA forestry{5.2.4.215} [Forestry] (forestry_1.10.2-5.2.4.215.jar)
  143. UCHIJAAAAAAAAA pressure{1.3.1.3} [Pressure Pipes] (pressure-1.3.1.3-mc1.10.2.jar)
  144. UCHIJAAAAAAAAA advgenerators{0.9.20.4} [Advanced Generators] (generators-0.9.20.4-mc1.10.2.jar)
  145. UCHIJAAAAAAAAA geographicraft{0.7.1} [GeographiCraft] (GeographiCraft-1.9.4-0.7.1.jar)
  146. UCHIJAAAAAAAAA hardmodetweaks{@1.9.4-1.2.2@} [Hard Mode Tweaks] (HardModeTweaks-1.9.4-1.2.2.jar)
  147. UCHIJAAAAAAAAA inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
  148. UCHIJAAAAAAAAA journeymap{1.10.2-5.2.4} [JourneyMap] (journeymap-1.10.2-5.2.4-unlimited.jar)
  149. UCHIJAAAAAAAAA jeresources{0.4.6.42} [Just Enough Resources] (JustEnoughResources-1.10.2-0.4.6.42.jar)
  150. UCHIJAAAAAAAAA KnobControl{%MOD_VERSION%} [KnobControl] (knobcontrol-1.10.2-1.1.1-release.jar)
  151. UCHIJAAAAAAAAA levels{r4.1.3} [Levels] (Levels-1.10.2-r4.1.3.jar)
  152. UCHIJAAAAAAAAA mantle{1.10.2-0.10.4.jenkins163} [Mantle] (Mantle-1.10.2-0.10.4.jar)
  153. UCHIJAAAAAAAAA mobrebirth{6.0.1.15} [Mob Rebirth] (MobRebirth-Forge-6.0.1.15.jar)
  154. UCHIJAAAAAAAAA moreoverlays{1.6} [MoreOverlays] (moreoverlays-1.6-mc1.9.4.jar)
  155. UCHIJAAAAAAAAA shetiphiancore{3.3.0} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.0.jar)
  156. UCHIJAAAAAAAAA multistorage{1.2.1} [Multi-Storage] (multistorage-1.10.0-1.2.1.jar)
  157. UCHIJAAAAAAAAA harvestcraft{1.9.4-pre} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2a.jar)
  158. UCHIJAAAAAAAAA placemod{3.8} [Placemod] (placemod-3.8-1.10.2.jar)
  159. UCHIJAAAAAAAAA progressiveautomation{1.6.49} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.6.49.jar)
  160. UCHIJAAAAAAAAA Quark{beta-49} [Quark] (Quark-beta-49.jar)
  161. UCHIJAAAAAAAAA reborncore{2.6.2.15} [RebornCore] (RebornCore-1.10.2-2.6.2.15-universal.jar)
  162. UCHIJAAAAAAAAA reborncore-mcmultipart{2.6.2.15} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.6.2.15-universal.jar)
  163. UCHIJAAAAAAAAA xreliquary{1.10.2-1.3.2.434} [Reliquary] (Reliquary-1.10.2-1.3.2.434.jar)
  164. UCHIJAAAAAAAAA Roguelike{1.5.4} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.4.jar)
  165. UCHIJAAAAAAAAA shadowmc{3.4.4} [ShadowMC] (ShadowMC-1.10.2-3.4.4.jar)
  166. UCHIJAAAAAAAAA simplycaterpillar{6.0.1.21} [Simply Caterpillar] (SimplyCaterpillar-Forge-6.0.1.21.jar)
  167. UCHIJAAAAAAAAA SleepingBag{1.2.1} [Sleeping Bag] (SleepingBag-1.9.4-1.2.1.jar)
  168. UCHIJAAAAAAAAA Souls{1.0.3} [Souls] (Souls-1.10.2-1.0.3.jar)
  169. UCHIJAAAAAAAAA bq_standard{1.3.92} [Standard Expansion] (StandardExpansion-1.3.92.jar)
  170. UCHIJAAAAAAAAA StorageDrawers{1.9.4-3.2.1} [Storage Drawers] (StorageDrawers-1.9.4-3.2.1.jar)
  171. UCHIJAAAAAAAAA Streams{1.9.4} [Streams] (Streams-1.9.4-0.2.1.jar)
  172. UCHIJAAAAAAAAA survivalist{1.6.4} [Survivalist] (Survivalist-1.10.2-1.6.4.jar)
  173. UCHIJAAAAAAAAA tconstruct{1.10-2.3.3a.jenkins271} [Tinkers' Construct] (TConstruct-1.10-2.3.3a.jar)
  174. UCHIJAAAAAAAAA techreborn{1.4.0.38} [TechReborn] (TechReborn-1.10.2-1.4.0.38-universal.jar)
  175. UCHIJAAAAAAAAA Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
  176. UCHIJAAAAAAAAA WailaHarvestability{1.1.7} [Waila Harvestability] (WailaHarvestability-mc1.10-1.1.7.jar)
  177. UCHIJAAAAAAAAA waterstrainer{1.1.0} [Water Strainer] (WaterStrainer-1.9.4-1.1.0.jar)
  178. UCHIJAAAAAAAAA WTFCore{1.9v0.1} [WTFCore] (WTFExpedition_1.10.2_Beta5.jar)
  179. UCHIJAAAAAAAAA CaveBiomes{2.0} [WhiskyTangoFox's Cave Biomes] (WTFExpedition_1.10.2_Beta5.jar)
  180. Loaded coremods (and transformers):
  181. LoadingPluginHardModeTweaks (HardModeTweaks-1.9.4-1.2.2.jar)
  182. com.hea3ven.hardmodetweaks.core.ClassTransformerHardModeTweaks
  183. LoadingPlugin (Bloodmoon-MC1.9.4-1.4.1.jar)
  184. lumien.bloodmoon.asm.ClassTransformer
  185. StreamsCoreMod (Streams-1.9.4-0.2.1.jar)
  186. streams.core.StreamsClassTransformer
  187. LoadingPlugin (Quark-beta-49.jar)
  188. vazkii.quark.base.asm.ClassTransformer
  189. FarseekCoreMod (Farseek-1.9.4-1.1.jar)
  190. farseek.core.FarseekClassTransformer
  191. FMLPlugin (InventoryTweaks-1.61-58.jar)
  192. invtweaks.forge.asm.ContainerTransformer
  193. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.0.jar)
  194. shetiphian.core.asm.ClassTransformer
  195. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  196. Pulsar/tconstruct loaded Pulses:
  197. - TinkerCommons (Enabled/Forced)
  198. - TinkerWorld (Enabled/Not Forced)
  199. - TinkerTools (Enabled/Not Forced)
  200. - TinkerSmeltery (Enabled/Not Forced)
  201. - TinkerGadgets (Enabled/Not Forced)
  202. - TinkerOredict (Enabled/Forced)
  203. - TinkerIntegration (Enabled/Forced)
  204. - TinkerFluids (Enabled/Forced)
  205. - TinkerMaterials (Enabled/Forced)
  206. - WailaIntegration (Enabled/Not Forced)
  207.  
  208. List of loaded APIs:
  209. * BetterWithModsAPI (Beta 0.6) from Better With Mods-0.8.3-1.9.4-hotfix2.jar
  210. * BloodMagic|API (@VERSION@) from BloodMagic-1.9.4-2.0.3-53.jar
  211. * CoFHAPI (1.8.9R1.2.0B1) from RebornCore-1.10.2-2.6.2.15-universal.jar
  212. * CoFHAPI|block (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.49.jar
  213. * CoFHAPI|energy (1.8.9R1.2.0B1) from RebornCore-1.10.2-2.6.2.15-universal.jar
  214. * CoFHAPI|tileentity (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.49.jar
  215. * ForestryAPI|apiculture (4.8.0) from forestry_1.10.2-5.2.4.215.jar
  216. * ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.4.215.jar
  217. * ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.4.215.jar
  218. * ForestryAPI|core (5.0.0) from forestry_1.10.2-5.2.4.215.jar
  219. * ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.4.215.jar
  220. * ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.4.215.jar
  221. * ForestryAPI|fuels (2.0.1) from forestry_1.10.2-5.2.4.215.jar
  222. * ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.4.215.jar
  223. * ForestryAPI|greenhouse (5.0.0) from forestry_1.10.2-5.2.4.215.jar
  224. * ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.4.215.jar
  225. * ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.4.215.jar
  226. * ForestryAPI|mail (3.0.0) from forestry_1.10.2-5.2.4.215.jar
  227. * ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.4.215.jar
  228. * ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.4.215.jar
  229. * ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.4.215.jar
  230. * ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.4.215.jar
  231. * jeresources|API (0.4.6.42) from JustEnoughResources-1.10.2-0.4.6.42.jar
  232. * journeymap|client-api (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  233. * journeymap|client-api-display (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  234. * journeymap|client-api-event (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  235. * journeymap|client-api-model (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  236. * journeymap|client-api-util (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  237. * JustEnoughItemsAPI (4.0.0) from jei_1.10.2-3.7.8.234.jar
  238. * pressureAPI (1.3.1.3) from pressure-1.3.1.3-mc1.10.2.jar
  239. * reborncoreAPI (2.6.2.15) from RebornCore-1.10.2-2.6.2.15-universal.jar
  240. * StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.9.4-3.2.1.jar
  241. * StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.9.4-3.2.1.jar
  242. * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.9.4-3.2.1.jar
  243. * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.9.4-3.2.1.jar
  244. * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.9.4-3.2.1.jar
  245. * StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.9.4-3.2.1.jar
  246. * StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.9.4-3.2.1.jar
  247. * StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.9.4-3.2.1.jar
  248. * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.9.4-3.2.1.jar
  249. * techrebornAPI (1.4.0.38) from TechReborn-1.10.2-1.4.0.38-universal.jar
  250. * WailaAPI (1.3) from Waila-1.7.0-B3_1.9.4.jar
  251. Profiler Position: N/A (disabled)
  252. Player Count: 1 / 8; [EntityPlayerMP['Silvrus'/723706, l='MultiStorageTest', x=-122.54, y=68.37, z=-216.05]]
  253. Type: Integrated Server (map_client.txt)
  254. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement