Advertisement
Guest User

Untitled

a guest
May 21st, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.15 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
  5. ComfortsCoreLoadingPlugin (comforts-1.12.2-1.1.1.1.jar)
  6. FMLPlugin (albedo-0.1.3.jar)
  7. OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
  8. LoadingPlugin (Quark-r1.4-123.jar)
  9. CreativePatchingLoader (CreativeCore_v1.9.22_mc1.12.2.jar)
  10. MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
  11. ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.6.jar)
  12. EDFMLLoadingPlugin (stairdoors-1.5.jar)
  13. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  14. FMLPlugin (elulib-0.1.12.jar)
  15. LoadingPlugin (RandomThings-MC1.12.2-4.1.6.jar)
  16. SmoothWaterCore (SmoothWater-0.1.4.jar)
  17. IvToolkit (IvToolkit-1.3.3-1.12.jar)
  18. LittlePatchingLoader (LittleTiles_v1.5.0-pre97_mc1.12.2.jar)
  19. FarseekCoreMod (Farseek-1.12-2.2.5.jar)
  20. Contact their authors BEFORE contacting forge
  21.  
  22. // On the bright side, I bought you a teddy bear!
  23.  
  24. Time: 5/21/18 4:42 PM
  25. Description: Ticking entity
  26.  
  27. java.lang.IllegalArgumentException: Modifier is already applied on this attribute!
  28. at net.minecraft.entity.ai.attributes.ModifiableAttributeInstance.func_111121_a(SourceFile:89)
  29. at slimeknights.tconstruct.library.modifiers.Modifier.attackEntitySecondary(Modifier.java:280)
  30. at slimeknights.tconstruct.library.modifiers.Modifier.attackEntitySecondary(Modifier.java:266)
  31. at c4.conarm.common.armor.traits.TraitRough.onHurt(TraitRough.java:47)
  32. at c4.conarm.common.events.ArmorEvents.playerHurt(ArmorEvents.java:160)
  33. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1173_ArmorEvents_playerHurt_LivingHurtEvent.invoke(.dynamic)
  34. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  35. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  36. at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:589)
  37. at net.minecraft.entity.player.EntityPlayer.func_70665_d(EntityPlayer.java:1120)
  38. at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:909)
  39. at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1038)
  40. at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:645)
  41. at net.minecraft.entity.monster.EntityGuardian.func_70097_a(SourceFile:334)
  42. at slimeknights.tconstruct.library.modifiers.Modifier.attackEntitySecondary(Modifier.java:287)
  43. at slimeknights.tconstruct.library.modifiers.Modifier.attackEntitySecondary(Modifier.java:266)
  44. at c4.conarm.common.armor.traits.TraitRough.onHurt(TraitRough.java:47)
  45. at c4.conarm.common.events.ArmorEvents.playerHurt(ArmorEvents.java:160)
  46. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1173_ArmorEvents_playerHurt_LivingHurtEvent.invoke(.dynamic)
  47. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  48. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  49. at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:589)
  50. at net.minecraft.entity.player.EntityPlayer.func_70665_d(EntityPlayer.java:1120)
  51. at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:917)
  52. at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1038)
  53. at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:645)
  54. at net.minecraft.entity.monster.EntityGuardian$AIGuardianAttack.func_75246_d(SourceFile:448)
  55. at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
  56. at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:883)
  57. at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2350)
  58. at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:678)
  59. at net.minecraft.entity.monster.EntityMob.func_70636_d(EntityMob.java:45)
  60. at net.minecraft.entity.monster.EntityGuardian.func_70636_d(SourceFile:286)
  61. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2170)
  62. at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:377)
  63. at net.minecraft.entity.monster.EntityMob.func_70071_h_(EntityMob.java:50)
  64. at net.minecraft.world.World.func_72866_a(World.java:1990)
  65. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
  66. at net.minecraft.world.World.func_72870_g(World.java:1952)
  67. at net.minecraft.world.World.func_72939_s(World.java:1756)
  68. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  69. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
  70. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  71. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
  72. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  73. at java.lang.Thread.run(Thread.java:745)
  74.  
  75.  
  76. A detailed walkthrough of the error, its code path and all known details is as follows:
  77. ---------------------------------------------------------------------------------------
  78.  
  79. -- Head --
  80. Thread: Server thread
  81. Stacktrace:
  82. at net.minecraft.entity.ai.attributes.ModifiableAttributeInstance.func_111121_a(SourceFile:89)
  83. at slimeknights.tconstruct.library.modifiers.Modifier.attackEntitySecondary(Modifier.java:280)
  84. at slimeknights.tconstruct.library.modifiers.Modifier.attackEntitySecondary(Modifier.java:266)
  85. at c4.conarm.common.armor.traits.TraitRough.onHurt(TraitRough.java:47)
  86. at c4.conarm.common.events.ArmorEvents.playerHurt(ArmorEvents.java:160)
  87. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1173_ArmorEvents_playerHurt_LivingHurtEvent.invoke(.dynamic)
  88. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  89. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  90. at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:589)
  91. at net.minecraft.entity.player.EntityPlayer.func_70665_d(EntityPlayer.java:1120)
  92. at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:909)
  93. at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1038)
  94. at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:645)
  95. at net.minecraft.entity.monster.EntityGuardian.func_70097_a(SourceFile:334)
  96. at slimeknights.tconstruct.library.modifiers.Modifier.attackEntitySecondary(Modifier.java:287)
  97. at slimeknights.tconstruct.library.modifiers.Modifier.attackEntitySecondary(Modifier.java:266)
  98. at c4.conarm.common.armor.traits.TraitRough.onHurt(TraitRough.java:47)
  99. at c4.conarm.common.events.ArmorEvents.playerHurt(ArmorEvents.java:160)
  100. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1173_ArmorEvents_playerHurt_LivingHurtEvent.invoke(.dynamic)
  101. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  102. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  103. at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:589)
  104. at net.minecraft.entity.player.EntityPlayer.func_70665_d(EntityPlayer.java:1120)
  105. at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:917)
  106. at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1038)
  107. at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:645)
  108. at net.minecraft.entity.monster.EntityGuardian$AIGuardianAttack.func_75246_d(SourceFile:448)
  109. at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
  110. at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:883)
  111. at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2350)
  112. at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:678)
  113. at net.minecraft.entity.monster.EntityMob.func_70636_d(EntityMob.java:45)
  114. at net.minecraft.entity.monster.EntityGuardian.func_70636_d(SourceFile:286)
  115. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2170)
  116. at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:377)
  117. at net.minecraft.entity.monster.EntityMob.func_70071_h_(EntityMob.java:50)
  118. at net.minecraft.world.World.func_72866_a(World.java:1990)
  119. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
  120. at net.minecraft.world.World.func_72870_g(World.java:1952)
  121.  
  122. -- Entity being ticked --
  123. Details:
  124. Entity Type: minecraft:guardian (net.minecraft.entity.monster.EntityGuardian)
  125. Entity ID: 11008
  126. Entity Name: Guardian
  127. Entity's Exact location: -278.50, 43.58, 122.50
  128. Entity's Block location: World: (-279,43,122), Chunk: (at 9,2,10 in -18,7; contains blocks -288,0,112 to -273,255,127), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  129. Entity's Momentum: 0.00, 0.00, 0.00
  130. Entity's Passengers: []
  131. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  132. Stacktrace:
  133. at net.minecraft.world.World.func_72939_s(World.java:1756)
  134. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  135.  
  136. -- Affected level --
  137. Details:
  138. Level name: Living Large
  139. All players: 1 total; [EntityPlayerMP['IndigoAvemour'/267, l='Living Large', x=-276.01, y=44.99, z=113.28]]
  140. Chunk stats: ServerChunkCache: 3250 Drop: 0
  141. Level seed: 8904361804317540078
  142. Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: true
  143. Level generator options: {"landScheme":"vanilla","tempScheme":"medium_zones","rainScheme":"medium_zones","biomeSize":"large","amplitude":1.0676056,"generateBopOre":true,"generateRockFormations":true,"generatePoisonIvy":false,"generateBerryBushes":true,"generateThorns":true,"generateQuicksand":true,"generateLiquidPoison":true,"generateHotSprings":true,"generateNetherHives":true,"generateEndFeatures":true,"mainNoiseScaleX":80.0,"mainNoiseScaleY":106.61267,"mainNoiseScaleZ":282.6338,"coordinateScale":684.412,"heightScale":761.4366,"upperLimitScale":599.47186,"lowerLimitScale":599.47186}
  144. Level spawn location: World: (-252,64,208), Chunk: (at 4,4,0 in -16,13; contains blocks -256,0,208 to -241,255,223), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  145. Level time: 4255577 game time, 4671945 day time
  146. Level dimension: 0
  147. Level storage version: 0x04ABD - Anvil
  148. Level weather: Rain time: 15709 (now: true), thunder time: 77744 (now: false)
  149. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
  150. Stacktrace:
  151. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
  152. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  153. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
  154. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  155. at java.lang.Thread.run(Thread.java:745)
  156.  
  157. -- System Details --
  158. Details:
  159. Minecraft Version: 1.12.2
  160. Operating System: Windows 10 (amd64) version 10.0
  161. Java Version: 1.8.0_25, Oracle Corporation
  162. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  163. Memory: 2313191480 bytes (2206 MB) / 6490685440 bytes (6190 MB) up to 6490685440 bytes (6190 MB)
  164. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6656m -Xms256m -XX:PermSize=256m
  165. IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 106
  166. FML: MCP 9.42 Powered by Forge 14.23.3.2702 Optifine OptiFine_1.12.2_HD_U_D1 121 mods loaded, 121 mods active
  167. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  168.  
  169. | State | ID | Version | Source | Signature |
  170. |:--------- |:--------------------- |:------------------------ |:--------------------------------------------- |:---------------------------------------- |
  171. | UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
  172. | UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
  173. | UCHIJAAAA | FML | 8.0.99.99 | forge-1.12.2-14.23.3.2702.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  174. | UCHIJAAAA | forge | 14.23.3.2702 | forge-1.12.2-14.23.3.2702.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  175. | UCHIJAAAA | creativecoredummy | 1.0.0 | minecraft.jar | None |
  176. | UCHIJAAAA | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
  177. | UCHIJAAAA | littletilescore | 1.0.0 | minecraft.jar | None |
  178. | UCHIJAAAA | openmodscore | 0.11.5 | minecraft.jar | None |
  179. | UCHIJAAAA | albedocore | 0.1 | minecraft.jar | None |
  180. | UCHIJAAAA | elucore | 1.0 | minecraft.jar | None |
  181. | UCHIJAAAA | albedotorches | 1.0.4 | AlbedoTorches-1.0.4.jar | None |
  182. | UCHIJAAAA | albedo | 0.1.3 | albedo-0.1.3.jar | None |
  183. | UCHIJAAAA | ambientsounds | 2.0.0 | AmbientSounds_v2.2.5_mc1.12.2.jar | None |
  184. | UCHIJAAAA | biomesoplenty | 7.0.1.2390 | BiomesOPlenty-1.12.2-7.0.1.2390-universal.jar | None |
  185. | UCHIJAAAA | craftstudioapi | 1.0.0 | CraftStudio-1.0.0.93-mc1.12-alpha.jar | None |
  186. | UCHIJAAAA | quark | r1.4-123 | Quark-r1.4-123.jar | None |
  187. | UCHIJAAAA | animania | 1.4.7 | animania-1.12.2-1.4.8.jar | None |
  188. | UCHIJAAAA | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None |
  189. | UCHIJAAAA | ctm | MC1.12-0.2.3.12 | CTM-MC1.12-0.2.3.12.jar | None |
  190. | UCHIJAAAA | chisel | MC1.12.2-0.2.0.31 | Chisel-MC1.12.2-0.2.0.31.jar | None |
  191. | UCHIJAAAA | duckcraft | 3.0.8 | Duckcraft-1.12.2-3.0.8.jar | None |
  192. | UCHIJAAAA | crafttweaker | 4.1.8 | CraftTweaker2-1.12-4.1.8.jar | None |
  193. | UCHIJAAAA | mtlib | 3.0.4 | MTLib-3.0.4.jar | None |
  194. | UCHIJAAAA | modtweaker | 4.0.12 | modtweaker-4.0.12.jar | None |
  195. | UCHIJAAAA | jei | 4.9.1.187 | jei_1.12.2-4.9.1.187.jar | None |
  196. | UCHIJAAAA | tconstruct | 1.12.2-2.10.0.81 | TConstruct-1.12.2-2.10.0.81.jar | None |
  197. | UCHIJAAAA | thedragonlib | 1.12.2-5.2.0 | thedragonlib-1.12.2-5.2.0.jar | None |
  198. | UCHIJAAAA | armorplus | 1.12.2-11.13.0.40 | armorplus-1.12.2-11.13.0.40.jar | None |
  199. | UCHIJAAAA | atlcraft | MC1.12-Ver1.9 | ATLCraftCandlesMod(MC1.12-Ver1.9).jar | None |
  200. | UCHIJAAAA | autoreglib | 1.3-17 | AutoRegLib-1.3-17.jar | None |
  201. | UCHIJAAAA | base | 3.7.2 | base-1.12.2-3.7.2.jar | None |
  202. | UCHIJAAAA | basemetals | 2.5.0-beta5 | BaseMetals-1.12-2.5.0-beta5.214.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  203. | UCHIJAAAA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  204. | UCHIJAAAA | bedbugs | @VERSION@ | BedBugs-1.12-1.0.1.jar | None |
  205. | UCHIJAAAA | betterplacement | 1.0.0-1 | BetterPlacement-1.0.0-1.jar | None |
  206. | UCHIJAAAA | bibliocraft | 2.4.3 | BiblioCraft[v2.4.3][MC1.12.0].jar | None |
  207. | UCHIJAAAA | blockcraftery | 0.1.3 | blockcraftery-0.1.3.jar | None |
  208. | UCHIJAAAA | cavern | 2.1.6 | Cavern_1.12.2-v2.1.6.jar | None |
  209. | UCHIJAAAA | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
  210. | UCHIJAAAA | chiselsandbits | 14.17 | chiselsandbits-14.17.jar | None |
  211. | UCHIJAAAA | clumps | 2.0.0 | Clumps-3.0.0.jar | None |
  212. | UCHIJAAAA | codechickenlib | 3.1.8.341 | CodeChickenLib-1.12.2-3.1.8.341-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  213. | UCHIJAAAA | comforts | 1.1.1.1 | comforts-1.12.2-1.1.1.1.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
  214. | UCHIJAAAA | conarm | 0.0.17-b | conarm-1.12.2-0.0.17-b.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
  215. | UCHIJAAAA | cosmeticarmorreworked | 1.12.2-v1 | CosmeticArmorReworked-1.12.2-v1.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
  216. | UCHIJAAAA | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.8.jar | None |
  217. | UCHIJAAAA | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.8.jar | None |
  218. | UCHIJAAAA | creativecore | 1.9.9 | CreativeCore_v1.9.22_mc1.12.2.jar | None |
  219. | UCHIJAAAA | dooglamoocitiesmod | 1.6.3 | dooglamoocitiesmod-1.12-1.6.3.jar | None |
  220. | UCHIJAAAA | dldungeonsjdg | 1.11.1 | DoomlikeDungeons-1.11.1-MC1.12.2.jar | None |
  221. | UCHIJAAAA | endercompass | 1.2.6.1 | EnderCompass-1.12-1.2.6.1.jar | None |
  222. | UCHIJAAAA | enderstorage | 2.4.2.126 | EnderStorage-1.12.2-2.4.2.126-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  223. | UCHIJAAAA | exoticbirds | 1.0 | Exotic Birds 1.12.2-1.4.1.jar | None |
  224. | UCHIJAAAA | extrautils2 | 1.0 | extrautils2-1.12-1.7.6.jar | None |
  225. | UCHIJAAAA | familiarfauna | 1.0.10 | FamiliarFauna-1.12.2-1.0.10.jar | None |
  226. | UCHIJAAAA | farseek | 2.2.5 | Farseek-1.12-2.2.5.jar | None |
  227. | UCHIJAAAA | gravelminer | 6.1.2 | GravelMiner_1.12.1-6.1.2.jar | None |
  228. | UCHIJAAAA | gravestone | 1.10.1 | gravestone-1.10.1.jar | None |
  229. | UCHIJAAAA | gbook | 1.7.3 | Guidebook-1.12.0-1.7.3.jar | None |
  230. | UCHIJAAAA | waila | 1.8.24 | Hwyla-1.8.24-B39_1.12.jar | None |
  231. | UCHIJAAAA | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  232. | UCHIJAAAA | ironbackpacks | 1.12.2-3.0.7-10 | IronBackpacks-1.12.2-3.0.7-10.jar | None |
  233. | UCHIJAAAA | ironchest | 1.12.2-7.0.40.824 | ironchest-1.12.2-7.0.40.824.jar | None |
  234. | UCHIJAAAA | itemscroller | 0.11.0 | itemscroller-1.12.0-0.11.0.jar | None |
  235. | UCHIJAAAA | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None |
  236. | UCHIJAAAA | jeresources | 0.8.5.27 | JustEnoughResources-1.12.2-0.8.5.27.jar | None |
  237. | UCHIJAAAA | kleeslabs | 5.4.10 | KleeSlabs_1.12.2-5.4.10.jar | None |
  238. | UCHIJAAAA | littletiles | 1.5.0 | LittleTiles_v1.5.0-pre97_mc1.12.2.jar | None |
  239. | UCHIJAAAA | lostcities | 2.0.7 | lostcities-1.12-2.0.7.jar | None |
  240. | UCHIJAAAA | malisiscore | 1.12.2-6.4.0 | malisiscore-1.12.2-6.4.0.jar | None |
  241. | UCHIJAAAA | malisisblocks | 1.12.2-6.1.0 | malisisblocks-1.12.2-6.1.0.jar | None |
  242. | UCHIJAAAA | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
  243. | UCHIJAAAA | moartinkers | 0.5.4 | moartinkers-0.5.4.jar | None |
  244. | UCHIJAAAA | mobultion | 0.4.1 | mobultion-0.4.1.jar | 4fe096bf3ddb2da90a69bb82abd57398549af8a5 |
  245. | UCHIJAAAA | modernlamps | 1.0.3 | ModernLights-1.0.3_1.12.jar | None |
  246. | UCHIJAAAA | modernmetals | 2.5.0-beta5 | ModernMetals-1.12-2.5.0-beta5.120.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  247. | UCHIJAAAA | moreplayermodels | 1.12.2 | MorePlayerModels_1.12.2(18jan18).jar | None |
  248. | UCHIJAAAA | mystcraft | 0.13.4.01 | mystcraft-1.12.2-0.13.4.01.jar | None |
  249. | UCHIJAAAA | natura | 1.12.2-4.3.2.49 | natura-1.12.2-4.3.2.49.jar | None |
  250. | UCHIJAAAA | naturescompass | 1.5.1 | NaturesCompass-1.12.2-1.5.1.jar | None |
  251. | UCHIJAAAA | nethermetals | 1.2.0-beta3 | NetherMetals-1.12-1.2.0-beta3.52.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  252. | UCHIJAAAA | netherportalfix | 5.3.13 | NetherPortalFix_1.12.1-5.3.13.jar | None |
  253. | UCHIJAAAA | recipehandler | 0.10 | NoMoreRecipeConflict-0.10(1.12.2).jar | None |
  254. | UCHIJAAAA | openmods | 0.11.5 | OpenModsLib-1.12.2-0.11.5.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  255. | UCHIJAAAA | openblocks | 1.7.6 | OpenBlocks-1.12.2-1.7.6.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  256. | UCHIJAAAA | ore_stone_variants | 2.9 | ore_stone_variants-2.9.jar | None |
  257. | UCHIJAAAA | oreshrubs | 1.4.4 | oreshrubs-1.4.4-1.12.2.jar | None |
  258. | UCHIJAAAA | orespawn | 3.3.0 | OreSpawn-1.12-3.3.0.136.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  259. | UCHIJAAAA | redstoneflux | 2.0.1 | RedstoneFlux-1.12-2.0.1.2-universal.jar | d4f1503fbacd9b9fb767720420c5395104239ec9 |
  260. | UCHIJAAAA | twilightforest | 3.7.424 | twilightforest-1.12.2-3.7.424-universal.jar | None |
  261. | UCHIJAAAA | plustic | 6.4.0.0 | plustic-6.4.0.0.jar | None |
  262. | UCHIJAAAA | prefab | 1.3.0.20 | prefab-1.3.0.20.jar | None |
  263. | UCHIJAAAA | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None |
  264. | UCHIJAAAA | randomthings | 4.1.6 | RandomThings-MC1.12.2-4.1.6.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  265. | UCHIJAAAA | reccomplex | 1.4.7 | RecurrentComplex-1.4.7.jar | None |
  266. | UCHIJAAAA | rockhounding_core | 3.09 | rockhounding_core-1.12.2-3.09.jar | None |
  267. | UCHIJAAAA | rockhounding_rocks | 1.12.2-3.12 | rockhounding_rocks-1.12.2-3.12.jar | None |
  268. | UCHIJAAAA | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None |
  269. | UCHIJAAAA | shetiphiancore | 3.5.6 | shetiphiancore-1.12.0-3.5.6.jar | None |
  270. | UCHIJAAAA | simplecorn | 2.4.1 | SimpleCorn1.12-1.12-2.4.1.jar | None |
  271. | UCHIJAAAA | smoothwater | 0.1.4 | SmoothWater-0.1.4.jar | None |
  272. | UCHIJAAAA | spartanshields | 1.4.1 | SpartanShields-1.12.2-1.4.1.jar | None |
  273. | UCHIJAAAA | spawnercraft | 4.0.0 | SpawnerCraft 1.12-4.0.0.jar | None |
  274. | UCHIJAAAA | streams | 0.4.3 | Streams-1.12-0.4.3.jar | None |
  275. | UCHIJAAAA | tails | 1.12-1.10.0 | Tails-1.12-1.10.0.jar | None |
  276. | UCHIJAAAA | terraqueous | 1.4.12 | terraqueous-1.12.0-1.4.12.jar | None |
  277. | UCHIJAAAA | tinkersjei | 1.0 | tinkersjei-1.0.jar | None |
  278. | UCHIJAAAA | trashslot | 8.4.6 | TrashSlot_1.12.1-8.4.6.jar | None |
  279. | UCHIJAAAA | traverse | 1.5.3 | Traverse-1.12.2-1.5.3-58.jar | None |
  280. | UCHIJAAAA | tumbleweed | 1.11-0.4.5 | tumbleweed-1.11-0.4.5.jar | None |
  281. | UCHIJAAAA | unlimitedchiselworks | 0.1.11 | UnlimitedChiselWorks-0.1.11.jar | None |
  282. | UCHIJAAAA | uppers | 0.0.6 | Uppers-0.0.6.jar | None |
  283. | UCHIJAAAA | vc | 5.9.13 | ViesCraft-1.12.2-5.9.13.jar | None |
  284. | UCHIJAAAA | waddles | 0.6.0 | Waddles-1.12.2-0.6.0.jar | None |
  285. | UCHIJAAAA | wailaharvestability | 1.1.12 | WailaHarvestability-mc1.12-1.1.12.jar | None |
  286. | UCHIJAAAA | wanionlib | 1.12.2-1.5 | WanionLib-1.12.2-1.5.jar | None |
  287. | UCHIJAAAA | weissalbedo | 0.0.12 | WeissAlbedo-1.12.2-0.0.12.jar | None |
  288. | UCHIJAAAA | odiaj | 1.0 | WeissAlbedo-1.12.2-0.0.12.jar | None |
  289. | UCHIJAAAA | elulib | 0.1.12 | elulib-0.1.12.jar | None |
  290. | UCHIJAAAA | gravelores | 1.8 | gravelores-1.8.jar | None |
  291. | UCHIJAAAA | unidict | 1.12.2-2.5c | UniDict-1.12.2-2.5c.jar | None |
  292.  
  293. Loaded coremods (and transformers):
  294. CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
  295. team.chisel.ctm.client.asm.CTMTransformer
  296. ComfortsCoreLoadingPlugin (comforts-1.12.2-1.1.1.1.jar)
  297. c4.comforts.asm.SleepTransformer
  298. FMLPlugin (albedo-0.1.3.jar)
  299. elucent.albedo.asm.ASMTransformer
  300. OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
  301. openmods.core.OpenModsClassTransformer
  302. LoadingPlugin (Quark-r1.4-123.jar)
  303. vazkii.quark.base.asm.ClassTransformer
  304. CreativePatchingLoader (CreativeCore_v1.9.22_mc1.12.2.jar)
  305.  
  306. MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
  307.  
  308. ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.6.jar)
  309. shetiphian.asm.ClassTransformer
  310. EDFMLLoadingPlugin (stairdoors-1.5.jar)
  311. com.darkenchanter.stairdoors.asm.EDClassTransformer
  312. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  313. invtweaks.forge.asm.ContainerTransformer
  314. FMLPlugin (elulib-0.1.12.jar)
  315. elucent.elulib.asm.ASMTransformer
  316. LoadingPlugin (RandomThings-MC1.12.2-4.1.6.jar)
  317. lumien.randomthings.asm.ClassTransformer
  318. SmoothWaterCore (SmoothWater-0.1.4.jar)
  319. pl.asie.smoothwater.SmoothWaterTransformer
  320. IvToolkit (IvToolkit-1.3.3-1.12.jar)
  321.  
  322. LittlePatchingLoader (LittleTiles_v1.5.0-pre97_mc1.12.2.jar)
  323. com.creativemd.littletiles.LittleTilesTransformer
  324. FarseekCoreMod (Farseek-1.12-2.2.5.jar)
  325. farseek.core.FarseekClassTransformer
  326. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  327. OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED]
  328. Pulsar/tconstruct loaded Pulses:
  329. - TinkerCommons (Enabled/Forced)
  330. - TinkerWorld (Enabled/Not Forced)
  331. - TinkerTools (Enabled/Not Forced)
  332. - TinkerHarvestTools (Enabled/Forced)
  333. - TinkerMeleeWeapons (Enabled/Forced)
  334. - TinkerRangedWeapons (Enabled/Forced)
  335. - TinkerModifiers (Enabled/Forced)
  336. - TinkerSmeltery (Enabled/Not Forced)
  337. - TinkerGadgets (Enabled/Not Forced)
  338. - TinkerOredict (Enabled/Forced)
  339. - TinkerIntegration (Enabled/Forced)
  340. - TinkerFluids (Enabled/Forced)
  341. - TinkerMaterials (Enabled/Forced)
  342. - TinkerModelRegister (Enabled/Forced)
  343. - chiselIntegration (Enabled/Not Forced)
  344. - chiselsandbitsIntegration (Enabled/Not Forced)
  345. - wailaIntegration (Enabled/Not Forced)
  346.  
  347. Pulsar/natura loaded Pulses:
  348. - NaturaCommons (Enabled/Forced)
  349. - NaturaOverworld (Enabled/Not Forced)
  350. - NaturaNether (Enabled/Not Forced)
  351. - NaturaDecorative (Enabled/Not Forced)
  352. - NaturaTools (Enabled/Not Forced)
  353. - NaturaEntities (Enabled/Not Forced)
  354. - NaturaOredict (Enabled/Forced)
  355. - NaturaWorld (Enabled/Not Forced)
  356.  
  357. Profiler Position: N/A (disabled)
  358. Player Count: 1 / 8; [EntityPlayerMP['IndigoAvemour'/267, l='Living Large', x=-276.01, y=44.99, z=113.28]]
  359. Type: Integrated Server (map_client.txt)
  360. Is Modded: Definitely; Client brand changed to 'fml,forge'
  361. OptiFine Version: OptiFine_1.12.2_HD_U_D1
  362. OptiFine Build: 20180323-135452
  363. Render Distance Chunks: 28
  364. Mipmaps: 0
  365. Anisotropic Filtering: 1
  366. Antialiasing: 0
  367. Multitexture: false
  368. Shaders: null
  369. OpenGlVersion: 4.6.0 NVIDIA 397.31
  370. OpenGlRenderer: GeForce GTX 950/PCIe/SSE2
  371. OpenGlVendor: NVIDIA Corporation
  372. CpuCount: 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement