Advertisement
Guest User

Untitled

a guest
Sep 21st, 2019
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.06 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. ApotheosisCore (Apotheosis-1.12.2-1.10.5.jar)
  5. RandomPatches (randompatches-1.12.2-1.18.1.1.jar)
  6. wings (wings-1.1.5-1.12.2.jar)
  7. Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.5-1.12.2.jar)
  8. Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
  9. CreativePatchingLoader (CreativeCore_v1.9.62_mc1.12.2.jar)
  10. Born in a Barn (Born In A Barn V1.8-1.12-1.1.jar)
  11. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  12. Techguns Core (techguns-1.12.2-2.0.2.0_pre3.1.jar)
  13. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  14. MekanismCoremod (Mekanism-1.12.2-9.8.1.383.jar)
  15. PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)
  16. WarpDriveCore (WarpDrive-1.12.2-1.5.9.jar)
  17. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  18. LittlePatchingLoader (LittleTiles_v1.5.0-pre158_mc1.12.2.jar)
  19. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  20. Contact their authors BEFORE contacting forge
  21.  
  22. // Don't be sad, have a hug! <3
  23.  
  24. Time: 9/22/19 2:35 PM
  25. Description: Rendering Block Entity
  26.  
  27. java.lang.IllegalArgumentException: Cannot get property PropertyDirection{name=facing, clazz=class net.minecraft.util.EnumFacing, values=[north, south, west, east]} as it does not exist in BlockStateContainer{block=minecraft:air, properties=[]}
  28. at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:201)
  29. at techguns.client.render.tileentities.RenderGrinder.render(RenderGrinder.java:51)
  30. at techguns.client.render.tileentities.RenderGrinder.func_192841_a(RenderGrinder.java:24)
  31. at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_192854_a(TileEntityRendererDispatcher.java:155)
  32. at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_180546_a(TileEntityRendererDispatcher.java:130)
  33. at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:705)
  34. at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1347)
  35. at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1259)
  36. at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1062)
  37. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1119)
  38. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
  39. at net.minecraft.client.main.Main.main(SourceFile:123)
  40. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  42. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  43. at java.lang.reflect.Method.invoke(Method.java:498)
  44. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  45. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  46. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  47. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  48. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  49. at java.lang.reflect.Method.invoke(Method.java:498)
  50. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
  51. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
  52. at org.multimc.EntryPoint.listen(EntryPoint.java:143)
  53. at org.multimc.EntryPoint.main(EntryPoint.java:34)
  54.  
  55.  
  56. A detailed walkthrough of the error, its code path and all known details is as follows:
  57. ---------------------------------------------------------------------------------------
  58.  
  59. -- Head --
  60. Thread: Client thread
  61. Stacktrace:
  62. at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:201)
  63. at techguns.client.render.tileentities.RenderGrinder.render(RenderGrinder.java:51)
  64. at techguns.client.render.tileentities.RenderGrinder.func_192841_a(RenderGrinder.java:24)
  65.  
  66. -- Block Entity Details --
  67. Details:
  68. Name: techguns:grinder // techguns.tileentities.GrinderTileEnt
  69. Block type: ID #3030 (tile.techguns.simplemachine2 // techguns.blocks.machines.SimpleMachine // techguns:simplemachine2)
  70. Block data value: 0 / 0x0 / 0b0000
  71. Block location: World: (-33342,195,19871), Chunk: (at 2,12,15 in -2084,1241; contains blocks -33344,0,19856 to -33329,255,19871), Region: (-66,38; contains chunks -2112,1216 to -2081,1247, blocks -33792,0,19456 to -33281,255,19967)
  72. Actual block type: ID #0 (tile.air // net.minecraft.block.BlockAir // minecraft:air)
  73. Actual block data value: 0 / 0x0 / 0b0000
  74. Stacktrace:
  75. at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_192854_a(TileEntityRendererDispatcher.java:155)
  76. at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_180546_a(TileEntityRendererDispatcher.java:130)
  77. at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:705)
  78. at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1347)
  79. at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1259)
  80.  
  81. -- Affected level --
  82. Details:
  83. Level name: MpServer
  84. All players: 7 total; [EntityPlayerSP['InfiniteBlock'/478875, l='MpServer', x=-33356.50, y=200.99, z=19861.50], EntityOtherPlayerMP['IC2EXP'/479244, l='MpServer', x=-33355.27, y=87.00, z=19671.90], EntityOtherPlayerMP['NisaaWolf'/483020, l='MpServer', x=122.50, y=67.00, z=258.50], EntityOtherPlayerMP['DjJewl'/492515, l='MpServer', x=126.50, y=70.00, z=257.50], EntityOtherPlayerMP['NisaaWolf'/538526, l='MpServer', x=-300.50, y=5.00, z=1603.50], EntityOtherPlayerMP['NisaaWolf'/562255, l='MpServer', x=-295.50, y=5.00, z=1605.50], EntityOtherPlayerMP['NisaaWolf'/570234, l='MpServer', x=-303.50, y=5.00, z=1603.50]]
  85. Chunk stats: MultiplayerChunkCache: 288, 288
  86. Level seed: 0
  87. Level generator: ID 00 - default, ver 1. Features enabled: false
  88. Level generator options:
  89. Level spawn location: World: (124,1,252), Chunk: (at 12,0,12 in 7,15; contains blocks 112,0,240 to 127,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  90. Level time: 70895803 game time, 71040263 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: 15 total; [EntityOtherPlayerMP['IC2EXP'/479244, l='MpServer', x=-33352.50, y=80.00, z=19667.50], EntityOtherPlayerMP['DjJewl'/492515, l='MpServer', x=126.50, y=70.00, z=257.50], EntityOtherPlayerMP['NisaaWolf'/562255, l='MpServer', x=-295.50, y=5.00, z=1605.50], EntityOtherPlayerMP['IC2EXP'/479244, l='MpServer', x=-33355.27, y=87.00, z=19671.90], EntityOtherPlayerMP['NisaaWolf'/483020, l='MpServer', x=122.50, y=67.00, z=258.50], EntityOtherPlayerMP['NisaaWolf'/483020, l='MpServer', x=122.50, y=67.00, z=258.50], EntityOtherPlayerMP['NisaaWolf'/538526, l='MpServer', x=-300.50, y=5.00, z=1603.50], EntityOtherPlayerMP['NisaaWolf'/570234, l='MpServer', x=-303.50, y=5.00, z=1603.50], EntityOtherPlayerMP['DjJewl'/492515, l='MpServer', x=126.50, y=70.00, z=257.50], EntityOtherPlayerMP['NisaaWolf'/570234, l='MpServer', x=-303.50, y=5.00, z=1603.50], EntityOtherPlayerMP['IC2EXP'/479244, l='MpServer', x=-33355.27, y=87.00, z=19671.90], EntityOtherPlayerMP['NisaaWolf'/538526, l='MpServer', x=-300.50, y=5.00, z=1603.50], EntityPlayerSP['InfiniteBlock'/478875, l='MpServer', x=-33356.50, y=200.99, z=19861.50], EntityOtherPlayerMP['IC2EXP'/479244, l='MpServer', x=-33352.73, y=81.13, z=19667.87], EntityOtherPlayerMP['NisaaWolf'/562255, l='MpServer', x=-295.50, y=5.00, z=1605.50]]
  96. Retry entities: 0 total; []
  97. Server brand: unSquareGames (git:BungeeCord-Bootstrap:1.13-SNAPSHOT:5550331:20190330
  98. Server type: Non-integrated multiplayer server
  99. Stacktrace:
  100. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:420)
  101. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2741)
  102. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:419)
  103. at net.minecraft.client.main.Main.main(SourceFile:123)
  104. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  105. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  106. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  107. at java.lang.reflect.Method.invoke(Method.java:498)
  108. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  109. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  110. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  111. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  112. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  113. at java.lang.reflect.Method.invoke(Method.java:498)
  114. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
  115. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
  116. at org.multimc.EntryPoint.listen(EntryPoint.java:143)
  117. at org.multimc.EntryPoint.main(EntryPoint.java:34)
  118.  
  119. -- System Details --
  120. Details:
  121. Minecraft Version: 1.12.2
  122. Operating System: Windows 7 (amd64) version 6.1
  123. Java Version: 1.8.0_181, Oracle Corporation
  124. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  125. Memory: 2038625224 bytes (1944 MB) / 4737990656 bytes (4518 MB) up to 4891607040 bytes (4665 MB)
  126. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx5248m
  127. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  128. FML: MCP 9.42 Powered by Forge 14.23.5.2838 144 mods loaded, 143 mods active
  129. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  130.  
  131. | State | ID | Version | Source | Signature |
  132. |:------ |:-------------------- |:------------------------- |:--------------------------------------------------------- |:---------------------------------------- |
  133. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  134. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  135. | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2838-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  136. | LCHIJA | forge | 14.23.5.2838 | forge-1.12.2-14.23.5.2838-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  137. | LCHIJA | creativecoredummy | 1.0.0 | minecraft.jar | None |
  138. | LCHIJA | littletilescore | 1.0.0 | minecraft.jar | None |
  139. | LCHIJA | foamfixcore | 7.7.4 | minecraft.jar | None |
  140. | LCHIJA | WarpDriveCore | 1.12.2-1.5.9.SNAPSHOT | minecraft.jar | None |
  141. | LCHIJA | randompatches | 1.12.2-1.18.1.1 | randompatches-1.12.2-1.18.1.1.jar | None |
  142. | LCHIJA | techguns_core | 1.12.2-1.0 | minecraft.jar | None |
  143. | LCHIJA | rpghud | 3.6.6.2 | [1.12] RPG-HUD-3.6.6.2.jar | None |
  144. | LCHIJA | advanced-fishing | 1.3.3 | Advanced-Fishing-1.12.2-1.3.3.jar | None |
  145. | LCHIJA | ctm | MC1.12.2-0.3.3.22 | CTM-MC1.12.2-0.3.3.22.jar | None |
  146. | LCHIJA | appliedenergistics2 | rv6-stable-7 | appliedenergistics2-rv6-stable-7.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
  147. | LCHIJA | codechickenlib | 3.2.3.357 | CodeChickenLib-1.12.2-3.2.3.357-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  148. | LCHIJA | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  149. | LCHIJA | brandonscore | 2.4.17 | BrandonsCore-1.12.2-2.4.17.208-universal.jar | None |
  150. | LCHIJA | aenetvistool | 1.0.3 | AE-Net-Vis-Tool-1.12.2-1.0.3.0-universal.jar | None |
  151. | LCHIJA | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
  152. | LCHIJA | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
  153. | LCHIJA | aiimprovements | 0.0.1.3 | AIImprovements-1.12-0.0.1b3.jar | None |
  154. | LCHIJA | aoa3 | 3.1.2.b | AoA3-3.1.2.b.jar | None |
  155. | LCHIJA | tammodized | 0.15.6 | TamModized-1.12.2-0.15.6.jar | None |
  156. | LCHIJA | aov | 0.11.5 | AoV-1.12-0.11.5.jar | None |
  157. | LCHIJA | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None |
  158. | LCHIJA | apotheosis | 1.10.4 | Apotheosis-1.12.2-1.10.5.jar | None |
  159. | LCHIJA | crafttweaker | 4.1.19 | CraftTweaker2-1.12-4.1.19.jar | None |
  160. | LCHIJA | mtlib | 3.0.6 | MTLib-3.0.6.jar | None |
  161. | LCHIJA | modtweaker | 4.0.17 | modtweaker-4.0.17.jar | None |
  162. | LCHIJA | jei | 4.15.0.289 | jei_1.12.2-4.15.0.289.jar | None |
  163. | LCHIJA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  164. | LCHIJA | attributefix | 1.0.9 | AttributeFix-1.12.2-1.0.9.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  165. | LCHIJA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  166. | LCHIJA | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
  167. | LCHIJA | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
  168. | LCHIJA | tconstruct | 1.12.2-2.12.0.157 | TConstruct-1.12.2-2.12.0.157.jar | None |
  169. | LCHIJA | bhc | 2.0.3 | baubley-heart-canisters-1.12.2-2.0.3.jar | None |
  170. | LCHIJA | betteradvancements | 0.1.0.77 | BetterAdvancements-1.12.2-0.1.0.77.jar | None |
  171. | LCHIJA | betterthanmending | 1.1.2 | BetterThanMending-1.1.2.jar | None |
  172. | LCHIJA | blockcraftery | 1.12.2-1.3.1 | blockcraftery-1.12.2-1.3.1.jar | None |
  173. | LCHIJA | botania | r1.10-362 | Botania r1.10-362.jar | None |
  174. | LCHIJA | buildinggadgets | 2.7.3 | BuildingGadgets-2.7.3.jar | None |
  175. | LCHIJA | cctweaked | 1.84.0 | cc-tweaked-1.12.2-1.84.0.jar | None |
  176. | LCHIJA | computercraft | 1.84.0 | cc-tweaked-1.12.2-1.84.0.jar | None |
  177. | LCHIJA | chancecubes | 1.12.2-4.1.0.300 | ChanceCubes-1.12.2-4.1.0.300.jar | None |
  178. | LCHIJA | cofhcore | 4.6.3 | CoFHCore-1.12.2-4.6.3.27-universal.jar | None |
  179. | LCHIJA | cofhworld | 1.3.1 | CoFHWorld-1.12.2-1.3.1.7-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  180. | LCHIJA | controlling | 3.0.7 | Controlling-3.0.7.jar | None |
  181. | LCHIJA | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.19.jar | None |
  182. | LCHIJA | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.19.jar | None |
  183. | LCHIJA | creativecore | 1.9.9 | CreativeCore_v1.9.62_mc1.12.2.jar | None |
  184. | LCHIJA | customnpcs | 1.12 | CustomNPCs_1.12.2(30Jan19).jar | None |
  185. | LCHIJA | cyberware | 0.2.11.20 | cyberware-1.12.2-0.2.11.20.jar | None |
  186. | LCHIJA | cyclopscore | 1.5.0 | CyclopsCore-1.12.2-1.5.0.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  187. | LCHIJA | diethopper | 1.1 | diethopper-1.1.jar | None |
  188. | LCHIJA | ding | 1.0.1 | Ding-1.12.1-1.0.1.jar | None |
  189. | LCHIJA | eleccore | 1.9.452 | ElecCore-1.12.2-1.9.452.jar | None |
  190. | LCHIJA | elevatorid | 1.3.11 | ElevatorMod-1.12.2-1.3.11.jar | None |
  191. | LCHIJA | enchdesc | 1.1.19 | EnchantmentDescriptions-1.12.2-1.1.19.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  192. | LCHIJA | evilcraft | 0.10.77 | EvilCraft-1.12.2-0.10.77.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  193. | LCHIJA | evilcraftcompat | 1.0.0 | EvilCraft-1.12.2-0.10.77.jar | None |
  194. | LCHIJA | zerocore | 1.12.2-0.1.2.8 | zerocore-1.12.2-0.1.2.8.jar | None |
  195. | LCHIJA | bigreactors | 1.12.2-0.4.5.67 | ExtremeReactors-1.12.2-0.4.5.67.jar | None |
  196. | LCHIJA | fastfurnace | 1.3.1 | FastFurnace-1.12.2-1.3.1.jar | None |
  197. | LCHIJA | fastbench | 1.7.2 | FastWorkbench-1.12.2-1.7.2.jar | None |
  198. | LCHIJA | ffenchants | 1.1.4 | ffenchants-1.12.2-1.1.4.jar | None |
  199. | LCHIJA | foamfix | 0.10.5-1.12.2 | foamfix-0.10.5-1.12.2.jar | None |
  200. | LCHIJA | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None |
  201. | LCHIJA | hexxitgear | 2.8.0 | Hexxit Gear-1.12.2-2.8.0.jar | None |
  202. | LCHIJA | icbmclassic | 1.12.2-3.3.0.65 | ICBM-classic-1.12.2-3.3.0b65.jar | None |
  203. | LCHIJA | incontrol | 3.9.16 | incontrol-1.12-3.9.16.jar | None |
  204. | LCHIJA | inventorysorter | 1.13.3+57 | inventorysorter-1.12.2-1.13.3+57.jar | None |
  205. | LCHIJA | inventorytweaks | 1.64+dev.146.2180b27 | InventoryTweaks-1.64+dev.146.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  206. | LCHIJA | jaopca | 1.12.2-2.2.8.103 | JAOPCA-1.12.2-2.2.8.103.jar | None |
  207. | LCHIJA | oredictinit | 1.12.2-2.2.1.71 | JAOPCA-1.12.2-2.2.8.103.jar | None |
  208. | LCHIJA | jetif | 1.5.1 | jetif-1.12.2-1.5.1.jar | None |
  209. | LCHIJA | journeymap | 1.12.2-5.5.5 | journeymap-1.12.2-5.5.5.jar | None |
  210. | LCHIJA | justenoughdimensions | 1.6.0-dev.20190711.220109 | justenoughdimensions-1.12.2-1.6.0-dev.20190711.220109.jar | 2b03e1423915a189b8094816baa18f239d576dff |
  211. | LCHIJA | jeresources | 0.9.2.60 | JustEnoughResources-1.12.2-0.9.2.60.jar | None |
  212. | LCHIJA | laggoggles | FAT-1.12.2-4.8 | LagGoggles-FAT-1.12.2-4.8.jar | None |
  213. | LCHIJA | littletiles | 1.5.0 | LittleTiles_v1.5.0-pre158_mc1.12.2.jar | None |
  214. | LCHIJA | login_shield | 1.12.2-3-g7c6e7ac | Login_Shield-1.12.2-3-g7c6e7ac.jar | None |
  215. | LCHIJA | lostcities | 2.0.21 | lostcities-1.12-2.0.21.jar | None |
  216. | LCHIJA | lunatriuscore | 1.2.0.42 | LunatriusCore-1.12.2-1.2.0.42-universal (1).jar | None |
  217. | LCHIJA | malisiscore | 1.12.2-6.5.1-SNAPSHOT | malisiscore-1.12.2-6.5.1.jar | None |
  218. | LCHIJA | malisisadvert | 1.12.2-6.1.0 | malisisadvert-1.12.2-6.1.0.jar | None |
  219. | LCHIJA | metallurgy | 0.2.2 | Metallurgy-4-Reforged-0.2.2.jar | None |
  220. | LCHIJA | mekanism | 1.12.2-9.8.1.383 | Mekanism-1.12.2-9.8.1.383.jar | None |
  221. | LCHIJA | mekanismgenerators | 1.12.2-9.8.1.383 | MekanismGenerators-1.12.2-9.8.1.383.jar | None |
  222. | LCHIJA | mekanismtools | 1.12.2-9.8.1.383 | MekanismTools-1.12.2-9.8.1.383.jar | None |
  223. | LCHIJA | tbone | v1.6.8+mc1.12.2 | TBone-v1.6.8+mc1.12.2.jar | None |
  224. | LCHIJA | metalchests | v6.1.0+mc1.12.2 | MetalChests-v6.1.0+mc1.12.2.jar | None |
  225. | LCHIJA | minetraps | 1.0.4 | MineTraps-1.12.2-(v.1.0.4).jar | None |
  226. | LCHIJA | testdummy | 1.12 | MmmMmmMmmMmm-1.12-1.14.jar | None |
  227. | LCHIJA | moartinkers | 0.6.0 | moartinkers-0.6.0.jar | None |
  228. | LCHIJA | numina | 1.12.2-1.0.38 | Numina-1.12.2-1.0.38.jar | None |
  229. | LCHIJA | powersuits | 1.12.2-1.0.46 | ModularPowersuits-1.12.2-1.0.46.jar | None |
  230. | LCHIJA | moreoverlays | 1.15.1 | moreoverlays-1.15.1-mc1.12.2.jar | None |
  231. | LCHIJA | mousetweaks | 2.10 | MouseTweaks-2.10-mc1.12.2.jar | None |
  232. | LCHIJA | mysticalwildlife | 1.3.0.1 | mysticalwildlife-1.12.2-1.3.0.1.jar | None |
  233. | LCHIJA | nuclearcraft | 2.18i | NuclearCraft-2.18i-1.12.2.jar | None |
  234. | LCHIJA | thermalfoundation | 2.6.3 | ThermalFoundation-1.12.2-2.6.3.27-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  235. | LCHIJA | thermalexpansion | 5.5.4 | ThermalExpansion-1.12.2-5.5.4.43-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  236. | LCHIJA | omlib | 3.1.3-246 | omlib-1.12.2-3.1.3-246.jar | None |
  237. | LCHIJA | ompd | 3.1.0-61 | ompd-1.12.2-3.1.0-61.jar | None |
  238. | LCHIJA | openmodularturrets | 3.1.4-356 | openmodularturrets-1.12.2-3.1.4-356.jar | None |
  239. | LCHIJA | packcrashinfo | %VERSION% | packcrashinfo-1.0.1.jar | None |
  240. | LCHIJA | parry | 1.0 | parry-1.0-hotfix.jar | None |
  241. | LCHIJA | patchouli | 1.0-20 | Patchouli-1.0-20.jar | None |
  242. | LCHIJA | prodigytech | 1.3.4 | prodigytech-1.12.2-1.3.4.jar | None |
  243. | LCHIJA | randomtweaks | 1.12.2-2.7.1.0 | randomtweaks-1.12.2-2.7.1.0.jar | 20d08fb3fe9c268a63a75d337fb507464c8aaccd |
  244. | LCHIJA | xreliquary | 1.12.2-1.3.4.796 | Reliquary-1.12.2-1.3.4.796.jar | None |
  245. | LCHIJA | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  246. | LCHIJA | schematica | 1.8.0.169 | Schematica-1.12.2-1.8.0.169-universal (1).jar | None |
  247. | LCHIJA | sgcraft | 1.13.2 | SGCraft-2.0.2.jar | None |
  248. | LCHIJA | snad | 1.12.1-1.7.09.16a | Snad-1.12.1-1.7.09.16a.jar | None |
  249. | LCHIJA | sm | 1.2 | SoupsAndStewsMod_1.12x_v1.3.jar | None |
  250. | LCHIJA | spartanshields | 1.5.4 | SpartanShields-1.12.2-1.5.4.jar | None |
  251. | LCHIJA | spartanweaponry | beta 1.3.0 | SpartanWeaponry-1.12.2-beta-1.3.0.jar | None |
  252. | LCHIJA | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
  253. | LCHIJA | subterranaenwaters | 1.12.2-1.7.9 | subterraneanwaters-1.12.2-1.7.9.jar | None |
  254. | LCHIJA | techguns | 2.0.2.0 | techguns-1.12.2-2.0.2.0_pre3.1.jar | None |
  255. | LCHIJA | theoneprobe | 1.4.28 | theoneprobe-1.12-1.4.28.jar | None |
  256. | LCHIJA | thermaldynamics | 2.5.5 | ThermalDynamics-1.12.2-2.5.5.21-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  257. | LCHIJA | tinkersjei | 1.2 | tinkersjei-1.2.jar | None |
  258. | LCHIJA | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
  259. | LCHIJA | toolbelt | 1.9.9 | ToolBelt-1.12.2-1.9.9.jar | None |
  260. | LCHIJA | topaddons | 1.12.2-1.11.0 | topaddons-1.12.2-1.11.0.jar | None |
  261. | LCHIJA | undergroundbiomes | 1.3.7 | UndergroundBiomesConstructs-1.12-1.3.7.jar | None |
  262. | LCHIJA | warpdrive | 1.12.2-1.5.9.SNAPSHOT | WarpDrive-1.12.2-1.5.9.jar | f7be6b40743c6a8205df86c5e57547d578605d8a |
  263. | LCHIJA | llibrary | 1.7.19 | llibrary-1.7.19-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
  264. | LCHIJA | wings | 1.1.5 | wings-1.1.5-1.12.2.jar | None |
  265. | LCHIJA | bauble_wings | 1.0.0 | wings-1.1.5-1.12.2.jar | None |
  266. | LCHIJA | woot | 1.12.2-1.4.11 | woot-1.12.2-1.4.11.jar | None |
  267. | LCHIJA | worldedit | 6.1.10-SNAPSHOT | worldedit-forge-mc1.12.2-6.1.10-SNAPSHOT-dist.jar | None |
  268. | LCHIJA | worleycaves | 1.5.1 | worleycaves-1.5.1.jar | None |
  269. | LCHIJA | kiwi | 0.5.3.32 | Kiwi-1.12.2-0.5.3.32.jar | None |
  270. | LCHIJA | cuisine | 0.5.14-build890 | Cuisine-0.5.14-build890.jar | None |
  271. | LCHIJA | phosphor-lighting | 1.12.2-0.2.6 | phosphor-1.12.2-0.2.6+build50-universal.jar | f0387d288626cc2d937daa504e74af570c52a2f1 |
  272. | LCHIJA | reauth | 3.6.0 | reauth-3.6.0.jar | daba0ec4df71b6da841768c49fb873def208a1e3 |
  273. | LCHIJA | eleccoreloader | 1.9.452 | ElecCore-1.12.2-1.9.452.jar | None |
  274. | LCHIJA | mysticallib | 1.12.2-1.3.7 | mysticallib-1.12.2-1.3.7.jar | None |
  275. | LCHIJA | wrapup | 1.12-1.1.3 | WrapUp-1.12-1.1.3.jar | None |
  276. | UD | mobends_wings | 1.0.0 | wings-1.1.5-1.12.2.jar | None |
  277.  
  278. Loaded coremods (and transformers):
  279. ApotheosisCore (Apotheosis-1.12.2-1.10.5.jar)
  280. shadows.ApotheosisTransformer
  281. RandomPatches (randompatches-1.12.2-1.18.1.1.jar)
  282. com.therandomlabs.randompatches.core.RPTransformer
  283. wings (wings-1.1.5-1.12.2.jar)
  284. me.paulf.wings.server.asm.WingsRuntimePatcher
  285. me.paulf.wings.server.asm.mobends.WingsMoBendsRuntimePatcher
  286. Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.5-1.12.2.jar)
  287. pl.asie.foamfix.coremod.FoamFixTransformer
  288. Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
  289. invtweaks.forge.asm.ContainerTransformer
  290. CreativePatchingLoader (CreativeCore_v1.9.62_mc1.12.2.jar)
  291.  
  292. Born in a Barn (Born In A Barn V1.8-1.12-1.1.jar)
  293. com.chocohead.biab.BornInABarn
  294. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  295. team.chisel.ctm.client.asm.CTMTransformer
  296. Techguns Core (techguns-1.12.2-2.0.2.0_pre3.1.jar)
  297. techguns.core.TechgunsASMTransformer
  298. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  299. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  300. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  301. MekanismCoremod (Mekanism-1.12.2-9.8.1.383.jar)
  302. mekanism.coremod.KeybindingMigrationHelper
  303. PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)
  304.  
  305. WarpDriveCore (WarpDrive-1.12.2-1.5.9.jar)
  306. cr0s.warpdrive.core.ClassTransformer
  307. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  308. lumien.resourceloader.asm.ClassTransformer
  309. LittlePatchingLoader (LittleTiles_v1.5.0-pre158_mc1.12.2.jar)
  310. com.creativemd.littletiles.LittleTilesTransformer
  311. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  312.  
  313. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 398.36' Renderer: 'GeForce GT 730/PCIe/SSE2'
  314. AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
  315. Pulsar/tconstruct loaded Pulses:
  316. - TinkerCommons (Enabled/Forced)
  317. - TinkerWorld (Enabled/Not Forced)
  318. - TinkerTools (Enabled/Not Forced)
  319. - TinkerHarvestTools (Enabled/Forced)
  320. - TinkerMeleeWeapons (Enabled/Forced)
  321. - TinkerRangedWeapons (Enabled/Forced)
  322. - TinkerModifiers (Enabled/Forced)
  323. - TinkerSmeltery (Enabled/Not Forced)
  324. - TinkerGadgets (Enabled/Not Forced)
  325. - TinkerOredict (Enabled/Forced)
  326. - TinkerIntegration (Enabled/Forced)
  327. - TinkerFluids (Enabled/Forced)
  328. - TinkerMaterials (Enabled/Forced)
  329. - TinkerModelRegister (Enabled/Forced)
  330. - chiselIntegration (Enabled/Not Forced)
  331. - theoneprobeIntegration (Enabled/Not Forced)
  332.  
  333. Modpack Information: Modpack: [WorldWarMinecraft 11] Version: [11.2.0] by author [LemADEC]
  334. List of loaded APIs:
  335. * appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-7.jar
  336. * Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
  337. * betteradvancements|API (0.1.0.77) from BetterAdvancements-1.12.2-0.1.0.77.jar
  338. * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
  339. * bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.67.jar
  340. * BotaniaAPI (93) from Botania r1.10-362.jar
  341. * Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
  342. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
  343. * cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.3.27-universal.jar
  344. * ComputerCraft|API (1.84.0) from cc-tweaked-1.12.2-1.84.0.jar
  345. * ComputerCraft|API|FileSystem (1.84.0) from cc-tweaked-1.12.2-1.84.0.jar
  346. * ComputerCraft|API|Lua (1.84.0) from cc-tweaked-1.12.2-1.84.0.jar
  347. * ComputerCraft|API|Media (1.84.0) from cc-tweaked-1.12.2-1.84.0.jar
  348. * ComputerCraft|API|Network (1.84.0) from cc-tweaked-1.12.2-1.84.0.jar
  349. * ComputerCraft|API|Network|Wired (1.84.0) from cc-tweaked-1.12.2-1.84.0.jar
  350. * ComputerCraft|API|Peripheral (1.84.0) from cc-tweaked-1.12.2-1.84.0.jar
  351. * ComputerCraft|API|Permissions (1.84.0) from cc-tweaked-1.12.2-1.84.0.jar
  352. * ComputerCraft|API|Redstone (1.84.0) from cc-tweaked-1.12.2-1.84.0.jar
  353. * ComputerCraft|API|Turtle (1.84.0) from cc-tweaked-1.12.2-1.84.0.jar
  354. * ComputerCraft|API|Turtle|Event (1.84.0) from cc-tweaked-1.12.2-1.84.0.jar
  355. * Core (0.1) from CustomNPCs_1.12.2(30Jan19).jar
  356. * Core|Blocks (0.1) from CustomNPCs_1.12.2(30Jan19).jar
  357. * Core|Constants (0.1) from CustomNPCs_1.12.2(30Jan19).jar
  358. * Core|Entities (0.1) from CustomNPCs_1.12.2(30Jan19).jar
  359. * Core|Entities|Data (0.1) from CustomNPCs_1.12.2(30Jan19).jar
  360. * Core|Entities|Data|Role (0.1) from CustomNPCs_1.12.2(30Jan19).jar
  361. * Core|Events (0.1) from CustomNPCs_1.12.2(30Jan19).jar
  362. * Core|Handlers (0.1) from CustomNPCs_1.12.2(30Jan19).jar
  363. * Core|Handlers|Data (0.1) from CustomNPCs_1.12.2(30Jan19).jar
  364. * ctm-api (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
  365. * ctm-api-events (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
  366. * ctm-api-models (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
  367. * ctm-api-textures (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
  368. * ctm-api-utils (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
  369. * ElecCoreAPI (1.0.0) from ElecCore-1.12.2-1.9.452.jar
  370. * Guide-API|API (2.0.0) from Guide-API-1.12-2.1.8-63.jar
  371. * jeresources|API (0.9.2.60) from JustEnoughResources-1.12.2-0.9.2.60.jar
  372. * journeymap|client-api (1.4) from journeymap-1.12.2-5.5.5.jar
  373. * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.5.jar
  374. * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.5.jar
  375. * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.5.jar
  376. * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.5.jar
  377. * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.289.jar
  378. * MekanismAPI|core (9.8.1) from Mekanism-1.12.2-9.8.1.383.jar
  379. * MekanismAPI|energy (9.8.1) from Mekanism-1.12.2-9.8.1.383.jar
  380. * MekanismAPI|gas (9.8.1) from Mekanism-1.12.2-9.8.1.383.jar
  381. * MekanismAPI|infuse (9.8.1) from Mekanism-1.12.2-9.8.1.383.jar
  382. * MekanismAPI|laser (9.8.1) from Mekanism-1.12.2-9.8.1.383.jar
  383. * MekanismAPI|transmitter (9.8.1) from Mekanism-1.12.2-9.8.1.383.jar
  384. * MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.8.1.383.jar
  385. * MouseTweaks|API (1.0) from MouseTweaks-2.10-mc1.12.2.jar
  386. * PatchouliAPI (6) from Patchouli-1.0-20.jar
  387. * redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar
  388. * SchematicaAPI (1.1) from Schematica-1.12.2-1.8.0.169-universal (1).jar
  389. * SchematicaAPI|Events (1.1) from Schematica-1.12.2-1.8.0.169-universal (1).jar
  390. * spartanweaponry_api (4) from SpartanWeaponry-1.12.2-beta-1.3.0.jar
  391. * theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.28.jar
  392. * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
  393. * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
  394. * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
  395. * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
  396. AE2 Integration: IC2:OFF, RC:OFF, MFR:OFF, Waila:OFF, InvTweaks:ON, JEI:ON, Mekanism:ON, OpenComputers:OFF, THE_ONE_PROBE:ON, TESLA:OFF, CRAFTTWEAKER:ON
  397. Launched Version: MultiMC5
  398. LWJGL: 2.9.4
  399. OpenGL: GeForce GT 730/PCIe/SSE2 GL version 4.6.0 NVIDIA 398.36, NVIDIA Corporation
  400. GL Caps: Using GL 1.3 multitexturing.
  401. Using GL 1.3 texture combiners.
  402. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  403. Shaders are available because OpenGL 2.1 is supported.
  404. VBOs are available because OpenGL 1.5 is supported.
  405.  
  406. Using VBOs: Yes
  407. Is Modded: Definitely; Client brand changed to 'fml,forge'
  408. Type: Client (map_client.txt)
  409. Resource Packs:
  410. Current Language: English (US)
  411. Profiler Position: N/A (disabled)
  412. CPU: 8x Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement