Advertisement
Axodique

Untitled

Dec 30th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.35 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. Plugin (NotEnoughIDs-1.5.4.4.jar)
  5. PhosphorFMLLoadingPlugin (Phosphor-Mod-1.12.2.jar)
  6. ColytraLoadingPlugin (Colytra-Mod-1.12.2.jar)
  7. CreativePatchingLoader (CreativeCore_v1.9.62_mc1.12.2.jar)
  8. LittlePatchingLoader (LittleTiles_v1.5.0-pre158_mc1.12.2.jar)
  9. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.211.jar)
  10. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  11. ForgelinPlugin (Forgelin-1.8.4 (1).jar)
  12. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  13. LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
  14. Contact their authors BEFORE contacting forge
  15.  
  16. // Don't do that.
  17.  
  18. Time: 12/30/19 7:28 PM
  19. Description: Ticking entity
  20.  
  21. java.lang.NullPointerException: Ticking entity
  22. at net.minecraft.enchantment.EnchantmentThorns.func_151367_b(EnchantmentThorns.java:42)
  23. at net.minecraft.enchantment.EnchantmentHelper$HurtIterator.func_77493_a(EnchantmentHelper.java:465)
  24. at net.minecraft.enchantment.EnchantmentHelper.func_77518_a(EnchantmentHelper.java:124)
  25. at net.minecraft.enchantment.EnchantmentHelper.func_77516_a(EnchantmentHelper.java:134)
  26. at net.minecraft.enchantment.EnchantmentHelper.func_151384_a(EnchantmentHelper.java:168)
  27. at net.minecraft.entity.Entity.func_174815_a(Entity.java:2936)
  28. at net.minecraft.entity.monster.EntityMob.func_70652_k(EntityMob.java:135)
  29. at net.minecraft.entity.monster.EntityZombie.func_70652_k(EntityZombie.java:294)
  30. at net.minecraft.entity.ai.EntityAIAttackMelee.func_190102_a(EntityAIAttackMelee.java:178)
  31. at net.minecraft.entity.ai.EntityAIAttackMelee.func_75246_d(EntityAIAttackMelee.java:167)
  32. at net.minecraft.entity.ai.EntityAIZombieAttack.func_75246_d(SourceFile:28)
  33. at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
  34. at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:888)
  35. at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2359)
  36. at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:678)
  37. at net.minecraft.entity.monster.EntityMob.func_70636_d(EntityMob.java:45)
  38. at net.minecraft.entity.monster.EntityZombie.func_70636_d(EntityZombie.java:223)
  39. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2179)
  40. at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:377)
  41. at net.minecraft.entity.monster.EntityMob.func_70071_h_(EntityMob.java:50)
  42. at net.minecraft.world.World.func_72866_a(World.java:1996)
  43. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
  44. at net.minecraft.world.World.func_72870_g(World.java:1958)
  45. at net.minecraft.world.World.func_72939_s(World.java:1762)
  46. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  47. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
  48. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  49. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
  50. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  51. at java.lang.Thread.run(Unknown Source)
  52.  
  53.  
  54. A detailed walkthrough of the error, its code path and all known details is as follows:
  55. ---------------------------------------------------------------------------------------
  56.  
  57. -- Head --
  58. Thread: Server thread
  59. Stacktrace:
  60. at net.minecraft.enchantment.EnchantmentThorns.func_151367_b(EnchantmentThorns.java:42)
  61. at net.minecraft.enchantment.EnchantmentHelper$HurtIterator.func_77493_a(EnchantmentHelper.java:465)
  62. at net.minecraft.enchantment.EnchantmentHelper.func_77518_a(EnchantmentHelper.java:124)
  63. at net.minecraft.enchantment.EnchantmentHelper.func_77516_a(EnchantmentHelper.java:134)
  64. at net.minecraft.enchantment.EnchantmentHelper.func_151384_a(EnchantmentHelper.java:168)
  65. at net.minecraft.entity.Entity.func_174815_a(Entity.java:2936)
  66. at net.minecraft.entity.monster.EntityMob.func_70652_k(EntityMob.java:135)
  67. at net.minecraft.entity.monster.EntityZombie.func_70652_k(EntityZombie.java:294)
  68. at net.minecraft.entity.ai.EntityAIAttackMelee.func_190102_a(EntityAIAttackMelee.java:178)
  69. at net.minecraft.entity.ai.EntityAIAttackMelee.func_75246_d(EntityAIAttackMelee.java:167)
  70. at net.minecraft.entity.ai.EntityAIZombieAttack.func_75246_d(SourceFile:28)
  71. at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
  72. at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:888)
  73. at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2359)
  74. at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:678)
  75. at net.minecraft.entity.monster.EntityMob.func_70636_d(EntityMob.java:45)
  76. at net.minecraft.entity.monster.EntityZombie.func_70636_d(EntityZombie.java:223)
  77. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2179)
  78. at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:377)
  79. at net.minecraft.entity.monster.EntityMob.func_70071_h_(EntityMob.java:50)
  80. at net.minecraft.world.World.func_72866_a(World.java:1996)
  81. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
  82. at net.minecraft.world.World.func_72870_g(World.java:1958)
  83.  
  84. -- Entity being ticked --
  85. Details:
  86. Entity Type: minecraft:zombie (net.minecraft.entity.monster.EntityZombie)
  87. Entity ID: 273
  88. Entity Name: Zombie
  89. Entity's Exact location: -215.27, 66.00, 247.61
  90. Entity's Block location: World: (-216,66,247), Chunk: (at 8,4,7 in -14,15; contains blocks -224,0,240 to -209,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  91. Entity's Momentum: -1.37, 0.66, -1.71
  92. Entity's Passengers: []
  93. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  94. Stacktrace:
  95. at net.minecraft.world.World.func_72939_s(World.java:1762)
  96. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  97.  
  98. -- Affected level --
  99. Details:
  100. Level name: BIATJHETGERGHEREGRG
  101. All players: 1 total; [GCEntityPlayerMP['Axodique3'/507, l='BIATJHETGERGHEREGRG', x=-214.00, y=66.00, z=248.00]]
  102. Chunk stats: ServerChunkCache: 530 Drop: 0
  103. Level seed: 2548903
  104. Level generator: ID 00 - default, ver 1. Features enabled: true
  105. Level generator options:
  106. Level spawn location: World: (-212,64,248), Chunk: (at 12,4,8 in -14,15; contains blocks -224,0,240 to -209,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  107. Level time: 1878036 game time, 1967036 day time
  108. Level dimension: 0
  109. Level storage version: 0x04ABD - Anvil
  110. Level weather: Rain time: 100196 (now: false), thunder time: 25072 (now: false)
  111. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  112. Stacktrace:
  113. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
  114. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  115. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
  116. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  117. at java.lang.Thread.run(Unknown Source)
  118.  
  119. -- System Details --
  120. Details:
  121. Minecraft Version: 1.12.2
  122. Operating System: Windows 10 (amd64) version 10.0
  123. Java Version: 1.8.0_221, Oracle Corporation
  124. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  125. Memory: 1435496008 bytes (1368 MB) / 3462922240 bytes (3302 MB) up to 7710179328 bytes (7353 MB)
  126. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms500m -Xmx8272m
  127. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  128. FML: MCP 9.42 Powered by Forge 14.23.5.2847 Optifine OptiFine_1.12.2_HD_U_E3 115 mods loaded, 115 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.2847-universal.jar | None |
  136. | LCHIJA | forge | 14.23.5.2847 | forge-1.12.2-14.23.5.2847-universal.jar | None |
  137. | LCHIJA | creativecoredummy | 1.0.0 | minecraft.jar | None |
  138. | LCHIJA | littletilescore | 1.0.0 | minecraft.jar | None |
  139. | LCHIJA | micdoodlecore | | minecraft.jar | None |
  140. | LCHIJA | versionchecker | @VERSION@ | [1.12.2]+VersionChecker-1.4.0.jar | None |
  141. | LCHIJA | uncraftingtable | 1.8-beta6 | [1.12]UncraftingTable-1.8-beta6.jar | None |
  142. | LCHIJA | aether_legacy | 1.4.4 | aether_legacy-1.12.2-v1.4.4.jar | None |
  143. | LCHIJA | aether_legacy_addon | 1.12.2-v1.2.3 | aether_continuation-1.12.2-v1.2.3.jar | None |
  144. | LCHIJA | alwaysdroploot | 1.12.2-1.0.1 | Always-Drop-Loot-Mod-1.12.2.jar | None |
  145. | LCHIJA | animalnet | 1.12 | AnimalNet-Mod-1.12.2.jar | None |
  146. | LCHIJA | anvilpatch | 1.0.0 | anvilpatch-1.0.0.jar | None |
  147. | LCHIJA | artemislib | 1.0.6 | ArtemisLib-1.12.2.jar | None |
  148. | LCHIJA | galacticraftcore | 4.0.2.211 | GalacticraftCore-1.12.2-4.0.2.211.jar | None |
  149. | LCHIJA | galacticraftplanets | 4.0.2.211 | Galacticraft-Planets-1.12.2-4.0.2.211.jar | None |
  150. | LCHIJA | asmodeuscore | 0.0.10 | AsmodeusCore-1.12.2-0.0.11.jar | None |
  151. | LCHIJA | autoplant | 1.12-1.0.0 | AutoPlant-Mod-1.12.2.jar | None |
  152. | LCHIJA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  153. | LCHIJA | betterswiming | 1.0.4 | Better-Swiming-Mod-1.12.2.jar | None |
  154. | LCHIJA | forgelin | 1.8.4 | Forgelin-1.8.4 (1).jar | None |
  155. | LCHIJA | betterportals | 0.3.7.4 | betterportals-0.3.7.4 (2).jar | None |
  156. | LCHIJA | biomesoplenty | 7.0.1.2441 | BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar | None |
  157. | LCHIJA | bloodmoon | 1.5.3 | Bloodmoon-MC1.12.2-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  158. | LCHIJA | bookshelf | 2.3.585 | Bookshelf-1.12.2-2.3.585.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  159. | LCHIJA | bowinfinityfix | rv5.1 | BowInfinityFix-1.12.2-rv5.1.jar | None |
  160. | LCHIJA | buildinggadgets | 2.7.4 | BuildingGadgets-2.7.4.jar | None |
  161. | LCHIJA | chesttransporter | 2.8.8 | Chest-Transporter-Mod-1.12.2.jar | None |
  162. | LCHIJA | codechickenlib | 3.2.3.357 | CodeChickenLib-1.12.2-3.2.3.357-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  163. | LCHIJA | chickenchunks | 2.4.2.74 | ChickenChunks-1.12.2-2.4.2.74-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  164. | LCHIJA | ctm | MC1.12.2-0.3.3.22 | CTM-MC1.12.2-0.3.3.22.jar | None |
  165. | LCHIJA | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
  166. | LCHIJA | colytra | 1.2.0.3 | Colytra-Mod-1.12.2.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
  167. | LCHIJA | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.32.jar | None |
  168. | LCHIJA | coroutil | 1.12.1-1.2.32 | coroutil-1.12.1-1.2.32.jar | None |
  169. | LCHIJA | configmod | v1.0 | coroutil-1.12.1-1.2.32.jar | None |
  170. | LCHIJA | craftelytra | 1.2 | CraftableElytra-1.1.jar | None |
  171. | LCHIJA | creativecore | 1.9.9 | CreativeCore_v1.9.62_mc1.12.2.jar | None |
  172. | LCHIJA | ceanimals | 1.4.1 | Crop-Eating-Animals-Mod-1.12.2.jar | None |
  173. | LCHIJA | dimdoors | 3.0.0-beta4 | Dimensional-Doors-Mod-1.12.2.jar | None |
  174. | LCHIJA | doggytalents | 1.15.1.3 | DoggyTalents-1.12.2-1.15.1.3-universal.jar | None |
  175. | LCHIJA | dragonmounts | 1.12.2-1.6.3 | DragonMounts2-1.12.2-1.6.3.jar | None |
  176. | LCHIJA | gottschcore | 1.8.0 | GottschCore-mc1.12.2-f14.23.5.2768-v1.8.0.jar | None |
  177. | LCHIJA | dungeons2 | 1.7.1 | Dungeons-2-Mod-1.12.2.jar | None |
  178. | LCHIJA | effortlessbuilding | 1.12.2-2.13 | effortlessbuilding-1.12.2-2.13.jar | None |
  179. | LCHIJA | eplus | 5.0.176 | EnchantingPlus-1.12.2-5.0.176.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  180. | LCHIJA | endercompass | 1.2.6.2 | Ender-Compass-Mod-1.12.2.jar | None |
  181. | LCHIJA | veinminer | 0.38.2 | Vein-Miner-Mod-1.12.2.jar | None |
  182. | LCHIJA | mmdlib | 1.0.0-rc2 | MMDLib-1.12-1.0.0-rc2.36.jar | None |
  183. | LCHIJA | endmetals | 1.2.0-rc2 | EndMetals-1.12-1.2.0-rc2.67.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  184. | LCHIJA | extrabows | v1.12.2 b8 | extrabows-v1.12.2+b8.jar | None |
  185. | LCHIJA | quickleafdecay | 1.2.4 | Fast-Leave-Decay-Mod-1.12.2.jar | None |
  186. | LCHIJA | fenceoverhaul | 1.3.4 | Fence-Overhaul-Mod-1.12.2.jar | None |
  187. | LCHIJA | ichunutil | 7.2.1 | iChunUtil-1.12.2-7.2.1 (1).jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
  188. | LCHIJA | generallaymansaestheticspyingscreen | 7.0.0 | GeneralLaymansAestheticSpyingScreen-1.12.2-7.0.0 (1).jar | None |
  189. | LCHIJA | gokistats | @version@ | Goki-Stats-Mod-1.12.2.jar | None |
  190. | LCHIJA | infinibucket | 1.2.0 | Infinibucket+[1.12.2]-1.2.jar | None |
  191. | LCHIJA | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None |
  192. | LCHIJA | ironfurnaces | 1.3.5 | ironfurnaces-1.3.5.jar | None |
  193. | LCHIJA | itemsdontbreak | 0.2 | Items-Dont-Break-Mod-1.12.2.jar | None |
  194. | LCHIJA | jei | 4.15.0.287 | jei_1.12.2-4.15.0.287.jar | None |
  195. | LCHIJA | jojobadv | 1.0.0 | JojoBAdv-1.0.0-1.12.2.jar | None |
  196. | LCHIJA | journeymap | 1.12.2-5.5.4 | journeymap-1.12.2-5.5.4.jar | None |
  197. | LCHIJA | jrftl | 1.1 | JRFTL[1.12.2]-1.1.jar | None |
  198. | LCHIJA | shadowmc | 3.8.0 | ShadowMC-1.12.jar | None |
  199. | LCHIJA | leveluphp | 1.12.2-1.4.0 | Level-Up-HP-Mod-1.12.2.jar | None |
  200. | LCHIJA | littletiles | 1.5.0 | LittleTiles_v1.5.0-pre158_mc1.12.2.jar | None |
  201. | LCHIJA | lucky | 7.5.0 | Lucky-Block-Mod-1.12.jar | None |
  202. | LCHIJA | lunatriuscore | 1.2.0.42 | LunatriusCore-1.12.2.jar | None |
  203. | LCHIJA | malisiscore | 1.12.2-6.5.1-SNAPSHOT | malisiscore-1.12.2-6.5.1.jar | None |
  204. | LCHIJA | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
  205. | LCHIJA | millenaire | Millénaire 7.2.1 | millenaire-7.2.1.jar | None |
  206. | LCHIJA | mjrlegendslib | 1.12.2-1.1.8 | MJRLegendsLib-1.12.2-1.1.8.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
  207. | LCHIJA | mob_grinding_utils | 0.3.12 | Mob-Grinding-Utils-Mod-1.12.2.jar | None |
  208. | LCHIJA | multimob | 1.0.5 | multimob-1.0.5.jar | None |
  209. | LCHIJA | neat | 1.4-17 | Neat-Mod-1.12.2.jar | None |
  210. | LCHIJA | nethermetals | 1.2.0-rc2 | NetherMetals-1.12-1.2.0-rc2.76.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  211. | LCHIJA | simplecore | 1.7.3.4 | simplecore-1.12.2-1.7.3.4.jar | None |
  212. | LCHIJA | netherrocks | 1.7.1.2 | netherrocks-1.12.2-1.7.1.2.jar | None |
  213. | LCHIJA | neid | 1.5.4.4 | NotEnoughIDs-1.5.4.4.jar | None |
  214. | LCHIJA | nei | 2.4.3 | NotEnoughItems-1.12.2-2.4.3.245-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  215. | LCHIJA | orespawn | 3.3.1 | OreSpawn-1.12-3.3.1.172.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  216. | LCHIJA | parachutemod | 1.7.4 | parachutemod-1.12.2-1.7.4-446.jar | None |
  217. | LCHIJA | pillagers | 1.0.4 | Pillagers-1.12.2-1.0.4.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  218. | LCHIJA | portablecraft | 1.1 | PortableCraft-Mod-1.12.2.jar | None |
  219. | LCHIJA | portalgun | 7.1.0 | PortalGun-1.12.2-7.1.0.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
  220. | LCHIJA | potioncore | 1.8_for_1.12.2 | PotionCore-1.8_for_1.12.2.jar | None |
  221. | LCHIJA | primitivemobs | 1.2.3a | primitivemobs-1.2.3a.jar | None |
  222. | LCHIJA | projecte | 1.12.2-PE1.4.0 | ProjectE-Mod-1.12.2.jar | None |
  223. | LCHIJA | qsilkspawners | 1.0.0 | Q-Silk-Spawners-Mod-1.12.2.jar | None |
  224. | LCHIJA | qualitytools | 1.0.7_for_1.12.2 | QualityTools-1.0.7_for_1.12.2.jar | None |
  225. | LCHIJA | roguelike | 1.8.0 | Roguelike-Dungeons-Mod-1.12.2.jar | None |
  226. | LCHIJA | ruins | 17.2 | Ruins-1.12.2.jar | None |
  227. | LCHIJA | schematica | 1.8.0.169 | Schematica-Mod-1.12.2.jar | None |
  228. | LCHIJA | simpleminingdrills | 1.4.0 | Simple-Mining-Drills-Mod-1.12.2.jar | None |
  229. | LCHIJA | simpleoregen | 4.3.4 | Simple-Ore-Generation-Mod-1.12.2.jar | None |
  230. | LCHIJA | somanyenchantments | 0.4.3 | So-Many-Enchantments-Mod-1.12.2.jar | None |
  231. | LCHIJA | stacksize | 1.1 | stacksize-1.12.2-1.0.jar | None |
  232. | LCHIJA | stonechest | 1.0.4 | Stone-Chest-Mod-1.12.2.jar | None |
  233. | LCHIJA | stg | 1.12.2-1.2.3 | SwingThroughGrass-Mod-1.12.2.jar | None |
  234. | LCHIJA | tombstone | 3.6.4 | tombstone-3.6.4-1.12.2.jar | None |
  235. | LCHIJA | torcherino | 7.6 | torcherino-7.6.jar | None |
  236. | LCHIJA | trapcraft | v2.4.3a | Trapcraft-1.12.2-2.4.4-universal.jar | None |
  237. | LCHIJA | trashslot | 8.4.10 | TrashSlot-Mod-1.12.2.jar | None |
  238. | LCHIJA | twilightforest | 3.9.984 | twilightforest-1.12.2-3.9.984-universal.jar | None |
  239. | LCHIJA | uteamcore | 2.2.4.107 | u_team_core-1.12.2-2.2.4.107.jar | None |
  240. | LCHIJA | usefulbackpacks | 1.5.0.23 | Useful-Backpacks-Mod-1.12.2.jar | None |
  241. | LCHIJA | teleporter | ${version} | Vanilla-Inspired-Teleporters-Mod-1.12.2.jar | None |
  242. | LCHIJA | veinminermodsupport | 0.38.2 | Vein-Miner-Mod-1.12.2.jar | None |
  243. | LCHIJA | vulcanite | 1.5.2 | vulcanite-1.5.2-mc1.12.x.jar | None |
  244. | LCHIJA | worldedit | 6.1.10-SNAPSHOT | worldedit-forge-mc1.12.2-6.1.10-SNAPSHOT-dist.jar | None |
  245. | LCHIJA | yamda | 0.0.0.yamda | YAMDA-Mod-1.12.2.jar | None |
  246. | LCHIJA | zombie_players | 1.12.1-1.2.7 | zombie_players-1.12.1-1.2.7.jar | None |
  247. | LCHIJA | phosphor-lighting | 1.12.2-0.2.4 | Phosphor-Mod-1.12.2.jar | f0387d288626cc2d937daa504e74af570c52a2f1 |
  248.  
  249. Loaded coremods (and transformers):
  250. Plugin (NotEnoughIDs-1.5.4.4.jar)
  251. ru.fewizz.neid.asm.Transformer
  252. PhosphorFMLLoadingPlugin (Phosphor-Mod-1.12.2.jar)
  253.  
  254. ColytraLoadingPlugin (Colytra-Mod-1.12.2.jar)
  255. c4.colytra.asm.ElytraTransformer
  256. CreativePatchingLoader (CreativeCore_v1.9.62_mc1.12.2.jar)
  257.  
  258. LittlePatchingLoader (LittleTiles_v1.5.0-pre158_mc1.12.2.jar)
  259. com.creativemd.littletiles.LittleTilesTransformer
  260. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.211.jar)
  261. micdoodle8.mods.miccore.MicdoodleTransformer
  262. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  263.  
  264. ForgelinPlugin (Forgelin-1.8.4 (1).jar)
  265.  
  266. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  267. team.chisel.ctm.client.asm.CTMTransformer
  268. LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
  269. lumien.bloodmoon.asm.ClassTransformer
  270. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  271. Profiler Position: N/A (disabled)
  272. Player Count: 1 / 8; [GCEntityPlayerMP['Axodique3'/507, l='BIATJHETGERGHEREGRG', x=-214.00, y=66.00, z=248.00]]
  273. Type: Integrated Server (map_client.txt)
  274. Is Modded: Definitely; Client brand changed to 'fml,forge'
  275. OptiFine Version: OptiFine_1.12.2_HD_U_E3
  276. OptiFine Build: 20181210-121000
  277. Render Distance Chunks: 11
  278. Mipmaps: 4
  279. Anisotropic Filtering: 1
  280. Antialiasing: 0
  281. Multitexture: false
  282. Shaders: null
  283. OpenGlVersion: 4.5.0 - Build 25.20.100.6446
  284. OpenGlRenderer: Intel(R) HD Graphics 630
  285. OpenGlVendor: Intel
  286. CpuCount: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement