Guest User

Untitled

a guest
Oct 16th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.48 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. OpenEyePlugin (OpenEye-1.12.2-0.8.jar)
  5. Plugin (NotEnoughIDs-1.5.4.3.jar)
  6. LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
  7. FMLPlugin (elulib-0.1.12.jar)
  8. Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
  9. SSLoadingPlugin (SereneSeasons-1.12.2-1.2.6-universal.jar)
  10. LoadingPlugin (Quark-r1.5-130.jar)
  11. IvToolkit (IvToolkit-1.3.3-1.12.jar)
  12. DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.16.jar)
  13. llibrary (llibrary-core-1.0.8-1.12.2.jar)
  14. ColorUtilityCorePlugin (ColorUtility-universal-1.0.4.jar)
  15. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
  16. TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.12-core.jar)
  17. RandomPatches (randompatches-1.12.2-1.6.0.2.jar)
  18. FarseekCoreMod (Farseek-1.12-2.3.1.jar)
  19. RBLoadingPlugin (RealBench-1.12.2-1.3.3.jar)
  20. evilnotchlib-transformer_fixes (EvilNotchLib-1.2.3-SNAPSHOT-76.jar)
  21. ForgelinPlugin (Forgelin-1.7.4.jar)
  22. BedPatch (bedpatch-2.2-1.12.2.jar)
  23. AstralCore (astralsorcery-1.12.2-1.9.4.jar)
  24. CoreMod (Aroma1997Core-1.12.2-2.0.0.0.jar)
  25. LoadingPlugin (AdChimneys-1.12.2-3.3.10.0-build.0187.jar)
  26. NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
  27. CorePlugin (ForgeEndertech-1.12.2-4.4.0.0-build.0180.jar)
  28. Born in a Barn (Born+In+A+Barn+V1.8-1.12-1.0.jar)
  29. CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar)
  30. 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.2-1.12.2.jar)
  31. Botania Tweaks Core (botaniatweaks-1.7.jar)
  32. ComfortsCoreLoadingPlugin (comforts-1.12.2-1.3.0.jar)
  33. Contact their authors BEFORE contacting forge
  34.  
  35. // Sorry :(
  36.  
  37. Time: 10/16/18 11:53 PM
  38. Description: Ticking entity
  39.  
  40. java.lang.IllegalArgumentException: Cannot get property PropertyEnum{name=variant, clazz=class biomesoplenty.common.block.BlockBOPGrass$BOPGrassType, values=[spectral_moss, overgrown_stone, loamy, sandy, silty, origin, overgrown_netherrack, daisy, mycelial_netherrack]} as it does not exist in BlockStateContainer{block=minecraft:air, properties=[]}
  41. at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:201)
  42. at biomesoplenty.common.block.BlockBOPGrass.getSoundType(BlockBOPGrass.java:123)
  43. at net.minecraft.entity.Entity.func_180429_a(Entity.java:1070)
  44. at net.minecraft.entity.Entity.func_70091_d(Entity.java:953)
  45. at net.minecraft.entity.EntityLivingBase.func_191986_a(EntityLivingBase.java:1951)
  46. at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2386)
  47. at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
  48. at net.minecraft.entity.monster.EntityMob.func_70636_d(EntityMob.java:45)
  49. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2172)
  50. at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
  51. at net.minecraft.entity.monster.EntityMob.func_70071_h_(EntityMob.java:50)
  52. at net.minecraft.entity.monster.EntityCreeper.func_70071_h_(EntityCreeper.java:172)
  53. at net.daveyx0.primitivemobs.entity.monster.EntityPrimitiveCreeper.func_70071_h_(EntityPrimitiveCreeper.java:66)
  54. at net.daveyx0.primitivemobs.entity.monster.EntityRocketCreeper.func_70071_h_(EntityRocketCreeper.java:128)
  55. at net.minecraft.world.World.func_72866_a(World.java:1993)
  56. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
  57. at net.minecraft.world.World.func_72870_g(World.java:1955)
  58. at net.minecraft.world.World.func_72939_s(World.java:1759)
  59. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  60. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
  61. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
  62. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  63. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  64. at java.lang.Thread.run(Thread.java:745)
  65.  
  66.  
  67. A detailed walkthrough of the error, its code path and all known details is as follows:
  68. ---------------------------------------------------------------------------------------
  69.  
  70. -- Head --
  71. Thread: Server thread
  72. Stacktrace:
  73. at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:201)
  74. at biomesoplenty.common.block.BlockBOPGrass.getSoundType(BlockBOPGrass.java:123)
  75. at net.minecraft.entity.Entity.func_180429_a(Entity.java:1070)
  76. at net.minecraft.entity.Entity.func_70091_d(Entity.java:953)
  77. at net.minecraft.entity.EntityLivingBase.func_191986_a(EntityLivingBase.java:1951)
  78. at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2386)
  79. at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
  80. at net.minecraft.entity.monster.EntityMob.func_70636_d(EntityMob.java:45)
  81. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2172)
  82. at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
  83. at net.minecraft.entity.monster.EntityMob.func_70071_h_(EntityMob.java:50)
  84. at net.minecraft.entity.monster.EntityCreeper.func_70071_h_(EntityCreeper.java:172)
  85. at net.daveyx0.primitivemobs.entity.monster.EntityPrimitiveCreeper.func_70071_h_(EntityPrimitiveCreeper.java:66)
  86. at net.daveyx0.primitivemobs.entity.monster.EntityRocketCreeper.func_70071_h_(EntityRocketCreeper.java:128)
  87. at net.minecraft.world.World.func_72866_a(World.java:1993)
  88. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
  89. at net.minecraft.world.World.func_72870_g(World.java:1955)
  90.  
  91. -- Entity being ticked --
  92. Details:
  93. Entity Type: primitivemobs:rocket_creeper (net.daveyx0.primitivemobs.entity.monster.EntityRocketCreeper)
  94. Entity ID: 76690
  95. Entity Name: Rocket Creeper
  96. Entity's Exact location: -1294.22, 64.00, 1309.91
  97. Entity's Block location: World: (-1295,64,1309), Chunk: (at 1,4,13 in -81,81; contains blocks -1296,0,1296 to -1281,255,1311), Region: (-3,2; contains chunks -96,64 to -65,95, blocks -1536,0,1024 to -1025,255,1535)
  98. Entity's Momentum: -0.01, 0.00, 0.01
  99. Entity's Passengers: []
  100. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  101. Stacktrace:
  102. at net.minecraft.world.World.func_72939_s(World.java:1759)
  103. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  104.  
  105. -- Affected level --
  106. Details:
  107. Level name: world
  108. All players: 1 total; [EntityPlayerMP['mrdrakx'/1843, l='world', x=-1367.35, y=69.00, z=1352.13]]
  109. Chunk stats: ServerChunkCache: 2135 Drop: 0
  110. Level seed: 3971278075761576160
  111. Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: true
  112. Level generator options:
  113. Level spawn location: World: (-236,64,240), Chunk: (at 4,4,0 in -15,15; contains blocks -240,0,240 to -225,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  114. Level time: 6305948 game time, 5035959 day time
  115. Level dimension: 0
  116. Level storage version: 0x04ABD - Anvil
  117. Level weather: Rain time: 19160 (now: true), thunder time: 17874 (now: false)
  118. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  119. Stacktrace:
  120. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
  121. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
  122. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  123. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  124. at java.lang.Thread.run(Thread.java:745)
  125.  
  126. -- System Details --
  127. Details:
  128. Minecraft Version: 1.12.2
  129. Operating System: Linux (amd64) version 2.6.32-openvz-042stab130.1-amd64
  130. Java Version: 1.8.0_45-internal, Oracle Corporation
  131. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  132. Memory: 380825296 bytes (363 MB) / 1834881024 bytes (1749 MB) up to 7235960832 bytes (6900 MB)
  133. JVM Flags: 6 total; -Xms512M -Xmx6934M -Xss4M -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSIncrementalPacing
  134. IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 104
  135. FML: MCP 9.42 Powered by Forge 14.23.5.2768 179 mods loaded, 179 mods active
  136. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  137.  
  138. | State | ID | Version | Source | Signature |
  139. |:--------- |:--------------------- |:---------------------------- |:------------------------------------------------------------ |:---------------------------------------- |
  140. | UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
  141. | UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
  142. | UCHIJAAAA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2768-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  143. | UCHIJAAAA | forge | 14.23.5.2768 | forge-1.12.2-14.23.5.2768-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  144. | UCHIJAAAA | ColorUtility | 1.0.4 | minecraft.jar | None |
  145. | UCHIJAAAA | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
  146. | UCHIJAAAA | OpenEye | 0.8 | OpenEye-1.12.2-0.8.jar | None |
  147. | UCHIJAAAA | openmodscore | 0.12.1 | minecraft.jar | None |
  148. | UCHIJAAAA | foamfixcore | 7.7.4 | minecraft.jar | None |
  149. | UCHIJAAAA | randompatches | 1.12.2-1.6.0.2 | randompatches-1.12.2-1.6.0.2.jar | None |
  150. | UCHIJAAAA | botania_tweaks_core | -100 | minecraft.jar | None |
  151. | UCHIJAAAA | elucore | 1.0 | minecraft.jar | None |
  152. | UCHIJAAAA | jei | 4.13.1.220 | jei_1.12.2-4.13.1.220.jar | None |
  153. | UCHIJAAAA | abyssalcraft | 1.9.4.13 | AbyssalCraft-1.12.2-1.9.4.13.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
  154. | UCHIJAAAA | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
  155. | UCHIJAAAA | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None |
  156. | UCHIJAAAA | twilightforest | 3.8.689 | twilightforest-1.12.2-3.8.689-universal.jar | None |
  157. | UCHIJAAAA | tconstruct | 1.12.2-2.10.1.87 | TConstruct-1.12.2-2.10.1.87.jar | None |
  158. | UCHIJAAAA | acintegration | 1.6.6 | AbyssalCraft+Integration-1.12.2-1.6.6.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
  159. | UCHIJAAAA | additionalstructures | 1.5.0 | Additional+Structures+1.12.2+by+XxRexRaptorxX++(v.1.5.0).jar | None |
  160. | UCHIJAAAA | additionalbanners | 1.1.45 | AdditionalBanners-1.12.2-1.1.45.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  161. | UCHIJAAAA | forgeendertech | 1.12.2-4.4.0.0 | ForgeEndertech-1.12.2-4.4.0.0-build.0180.jar | None |
  162. | UCHIJAAAA | adhooks | 1.12.2-3.2.1.0 | AdHooks-1.12.2-3.2.1.0-build.0155.jar | None |
  163. | UCHIJAAAA | adpoles | 1.12.2-2.0.0.0 | AdPoles-1.12.2-2.0.0.0-build.0180.jar | None |
  164. | UCHIJAAAA | aether_legacy | 1.12.2-v3.2 | aether_legacy-1.12.2-v3.2.jar | None |
  165. | UCHIJAAAA | aiimprovements | 0.0.1.3 | AIImprovements-1.12-0.0.1b3.jar | None |
  166. | UCHIJAAAA | akashictome | 1.2-10 | AkashicTome-1.2-10.jar | None |
  167. | UCHIJAAAA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  168. | UCHIJAAAA | biomesoplenty | 7.0.1.2402 | BiomesOPlenty-1.12.2-7.0.1.2402-universal.jar | None |
  169. | UCHIJAAAA | aqua_creepers | 1.2.3 | AquaCreepers-1.2.3.jar | None |
  170. | UCHIJAAAA | aquaculture | 1.6.6 | Aquaculture-1.12.2-1.6.6.jar | None |
  171. | UCHIJAAAA | aroma1997core | 2.0.0.0 | Aroma1997Core-1.12.2-2.0.0.0.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  172. | UCHIJAAAA | aromabackup | 2.1.1.4 | AromaBackup-1.12.2-2.1.1.4.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  173. | UCHIJAAAA | aromabackuprecovery | 2.1.1.4 | AromaBackup-1.12.2-2.1.1.4.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  174. | UCHIJAAAA | astikoor | 1.0.0 | astikoor-1.0.0.jar | None |
  175. | UCHIJAAAA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  176. | UCHIJAAAA | crafttweaker | 4.1.11 | CraftTweaker2-1.12-4.1.11.jar | None |
  177. | UCHIJAAAA | astralsorcery | 1.9.4 | astralsorcery-1.12.2-1.9.4.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
  178. | UCHIJAAAA | attributefix | 1.0.3 | AttributeFix-1.12.2-1.0.3.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  179. | UCHIJAAAA | quark | r1.5-130 | Quark-r1.5-130.jar | None |
  180. | UCHIJAAAA | autoreglib | 1.3-20 | AutoRegLib-1.3-20.jar | None |
  181. | UCHIJAAAA | battletowers | 1.6.3 | BattleTowers-1.12.2.jar | None |
  182. | UCHIJAAAA | baubleofundying | 1.0.1 | BaubleOfUndying-1.12-1.0.1.jar | None |
  183. | UCHIJAAAA | bedpatch | 2.2 | bedpatch-2.2-1.12.2.jar | 6bf7527e690fb5e8719b9832bce5000a3e87dfe6 |
  184. | UCHIJAAAA | miscrails | 1.0.0 | Better-Railroads-1.0.0.jar | None |
  185. | UCHIJAAAA | betterquesting | 3.5.271 | BetterQuesting-3.5.271.jar | None |
  186. | UCHIJAAAA | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
  187. | UCHIJAAAA | bibliotheca | 1.3.3-1.12.2 | bibliotheca-1.3.3-1.12.2.jar | None |
  188. | UCHIJAAAA | blockarmor | 2.4.11 | BlockArmor-1.12.2-2.4.11.jar | None |
  189. | UCHIJAAAA | blockcraftery | 0.1.3 | blockcraftery-0.1.3.jar | None |
  190. | UCHIJAAAA | bloodmoon | 1.5.3 | Bloodmoon-MC1.12.2-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  191. | UCHIJAAAA | bookshelf | 2.3.559 | Bookshelf-1.12.2-2.3.559.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  192. | UCHIJAAAA | botania_tweaks | 1.7 | botaniatweaks-1.7.jar | None |
  193. | UCHIJAAAA | botania | r1.10-356 | Botania+r1.10-356.jar | None |
  194. | UCHIJAAAA | bullseye | 3.0.6 | Bullseye-1.12.2-3.0.6.jar | None |
  195. | UCHIJAAAA | canijoinnow | @VERSION@ | CanIJoinNow-1.12.1-1.1-3.jar | None |
  196. | UCHIJAAAA | carbonado | 1.4.7 | carbonado-1.4.7-mc1.12.x.jar | None |
  197. | UCHIJAAAA | carryon | 1.11.1 | CarryOn+MC1.12.2+v1.11.1.jar | None |
  198. | UCHIJAAAA | ceramics | 1.12-1.3.4 | Ceramics-1.12-1.3.4.jar | None |
  199. | UCHIJAAAA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  200. | UCHIJAAAA | chancecubes | 1.12.2-3.2.2.237 | ChanceCubes-1.12.2-3.2.2.237.jar | None |
  201. | UCHIJAAAA | chunkpregenerator | 1.8 | Chunk+Pregenerator+V1.12-1.9.jar | None |
  202. | UCHIJAAAA | clumps | 3.1.1 | Clumps-3.1.1.jar | None |
  203. | UCHIJAAAA | combustfish | 1.0.3.2 | combustfish-1.12.2-1.0.3.2.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
  204. | UCHIJAAAA | morpheus | 1.12-3.3.2 | Morpheus-1.12-3.3.2.jar | None |
  205. | UCHIJAAAA | comforts | 1.3.0 | comforts-1.12.2-1.3.0.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
  206. | UCHIJAAAA | coralreef | 2.0 | CoralReef-2.5-1.12.2.jar | None |
  207. | UCHIJAAAA | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.11.jar | None |
  208. | UCHIJAAAA | customizeddungeonloot | 1.0.2 | Customized+Dungeon+Loot+1.12++(v.1.0.2).jar | None |
  209. | UCHIJAAAA | deathquotes | 1.2.0 | DeathQuotes-1.2.0-mc1.12-forge.jar | None |
  210. | UCHIJAAAA | diethopper | 1.1 | diethopper-1.1.jar | None |
  211. | UCHIJAAAA | dimdoors | 3.0.9+287 | DimensionalDoors-3.0.9-287.jar | None |
  212. | UCHIJAAAA | dirt2path | 1.7.1 | dirt2path-1.8.0.jar | None |
  213. | UCHIJAAAA | disenchanter | 1.6 | disenchanter-[1.12]1.6.jar | None |
  214. | UCHIJAAAA | dldungeonsjdg | 1.11.1 | DoomlikeDungeons-1.11.1-MC1.12.2.jar | None |
  215. | UCHIJAAAA | gottschcore | 1.5.0 | GottschCore-mc1.12.2-f14.23.4.2705-v1.5.0.jar | None |
  216. | UCHIJAAAA | dungeons2 | 1.3.3 | Dungeons2-mc1.12-f14.21.1.2387-v1.3.3.jar | None |
  217. | UCHIJAAAA | evilnotchlib | 1.2.3 | EvilNotchLib-1.2.3-SNAPSHOT-76.jar | None |
  218. | UCHIJAAAA | dungeontweaks | 1.2.5 | DungeonTweaks-1.2.5.2.jar | None |
  219. | UCHIJAAAA | dsurround | 3.4.9.16 | DynamicSurroundings-1.12.2-3.4.9.16.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
  220. | UCHIJAAAA | dynamictrees | 1.12.2-0.8.2 | DynamicTrees-1.12.2-0.8.2.jar | None |
  221. | UCHIJAAAA | dynamictreesbop | 1.12.2-1.3.2 | DynamicTreesBOP-1.12.2-1.3.2.jar | None |
  222. | UCHIJAAAA | earthworks | 1.3.4.3 | Earthworks-1.12-1.3.6.jar | None |
  223. | UCHIJAAAA | ebwizardry | 4.1.2 | Electroblob's+Wizardry+-+4.1.2+-+MC+1.12.2.jar | None |
  224. | UCHIJAAAA | csb_ench_table | 1.1.3 | EnchantingTable-1.12-1.1.3.jar | None |
  225. | UCHIJAAAA | epicsiegemod | 13.163 | EpicSiegeMod-13.163.jar | None |
  226. | UCHIJAAAA | erebus | 1.0.23 | Erebus-1.0.23.jar | None |
  227. | UCHIJAAAA | expandedbonemeal | 1.2.1 | expandedbonemeal-1.11-1.2.1.jar | None |
  228. | UCHIJAAAA | extraalchemy | 0.3.8.6.1-release | extraalchemy-0.3.8.6.1-release.jar | None |
  229. | UCHIJAAAA | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
  230. | UCHIJAAAA | mtlib | 3.0.5 | MTLib-3.0.5.jar | None |
  231. | UCHIJAAAA | extrabotany | 44 | ExtraBotany-r1.1-44.jar | None |
  232. | UCHIJAAAA | fairylights | 2.1.4 | fairylights-2.1.4-1.12.2.jar | None |
  233. | UCHIJAAAA | familiarfauna | 1.0.10 | FamiliarFauna-1.12.2-1.0.10.jar | None |
  234. | UCHIJAAAA | farseek | 2.3.1 | Farseek-1.12-2.3.1.jar | None |
  235. | UCHIJAAAA | fastladder | 1.1.0 | FastLadder-mc1.12.2-f14.23.1.2555-v1.1.0.jar | None |
  236. | UCHIJAAAA | fastbench | 1.5.3 | FastWorkbench-1.12.2-1.5.3.jar | None |
  237. | UCHIJAAAA | ferdinandsflowers | 1.10.1b | Ferdinand's+Flowers-1.10.1b-1.12.jar | None |
  238. | UCHIJAAAA | foamfix | 0.10.2-1.12.2 | foamfix-0.10.2-1.12.2.jar | None |
  239. | UCHIJAAAA | forgelin | 1.7.4 | Forgelin-1.7.4.jar | None |
  240. | UCHIJAAAA | cfm | 5.14.0 | furniture-5.14.0-1.12.2.jar | None |
  241. | UCHIJAAAA | galaxite | 1.0.6 | galaxite-1.0.6-mc1.12.x.jar | None |
  242. | UCHIJAAAA | gravestone | 1.10.2 | gravestone-1.10.2.jar | None |
  243. | UCHIJAAAA | helpfixer | 1.12.1-1.5.18 | HelpFixer-1.12.1-1.5.18.jar | None |
  244. | UCHIJAAAA | heroicarmory | 1.1.3 | heroicarmory-1.2.0.jar | None |
  245. | UCHIJAAAA | inspirations | 1.12.2-0.2.3 | Inspirations-1.12.2-0.2.3.jar | None |
  246. | UCHIJAAAA | instantunify | 1.1.2 | instantunify-1.12.2-1.1.2.jar | None |
  247. | UCHIJAAAA | inventorypets | 1.5.3.1 | inventorypets-1.12-1.5.3.1.jar | None |
  248. | UCHIJAAAA | inventorytweaks | 1.64-dev+release.110.b4fac73 | InventoryTweaks-1.64-dev.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  249. | UCHIJAAAA | itlt | 1.0.0 | itlt-1.12-1.0.0.jar | None |
  250. | UCHIJAAAA | jepb | 1.2.1 | jepb-1.12-1.2.1.jar | None |
  251. | UCHIJAAAA | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None |
  252. | UCHIJAAAA | jrftl | 1.1 | JRFTL[1.12.2]-1.1.jar | None |
  253. | UCHIJAAAA | kleeslabs | 5.4.11 | KleeSlabs_1.12.2-5.4.11.jar | None |
  254. | UCHIJAAAA | leafdecay | 1.0.0.2 | leafdecay-1.0.0.2-mc1.12.2.jar | None |
  255. | UCHIJAAAA | limelib | 1.7.12 | limelib-1.12.2-1.7.12.jar | None |
  256. | UCHIJAAAA | login_shield | 1.12.2-3-g7c6e7ac | Login_Shield-1.12.2-3-g7c6e7ac.jar | None |
  257. | UCHIJAAAA | lunatriuscore | 1.2.0.42 | LunatriusCore-1.12.2-1.2.0.42-universal.jar | None |
  258. | UCHIJAAAA | testdummy | 1.12 | MmmMmmMmmMmm-1.12-1.14.jar | None |
  259. | UCHIJAAAA | llibrary | 1.7.15 | llibrary-1.7.15-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
  260. | UCHIJAAAA | mowziesmobs | 1.4.2 | mowziesmobs-1.4.2.jar | None |
  261. | UCHIJAAAA | naturalbabyanimals | 1.1.3 | naturalbabyanimals-1.1.3-mc1.12.x.jar | None |
  262. | UCHIJAAAA | naturalnetherportals | 1.2.0 | naturalnetherportals-1.2.0-mc1.12.x.jar | None |
  263. | UCHIJAAAA | naturescompass | 1.5.1 | NaturesCompass-1.12.2-1.5.1.jar | None |
  264. | UCHIJAAAA | nethergoldore | 1.1.2 | nethergoldore-1.1.2-mc1.12.x.jar | None |
  265. | UCHIJAAAA | netherportalfix | 5.3.17 | NetherPortalFix_1.12.1-5.3.17.jar | None |
  266. | UCHIJAAAA | nightmares | 1.0.9 | Nightmares-1.12.2-1.0.9.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  267. | UCHIJAAAA | nmsot | 1.2.2-mc1.12.2 | NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar | None |
  268. | UCHIJAAAA | recipehandler | 0.12 | NoMoreRecipeConflict-0.12(1.12.2).jar | None |
  269. | UCHIJAAAA | neid | 1.5.4.3 | NotEnoughIDs-1.5.4.3.jar | None |
  270. | UCHIJAAAA | samsocean | 1.0.1 | OceanFloor-1.12-1.0.1.jar | None |
  271. | UCHIJAAAA | openmods | 0.12.1 | OpenModsLib-1.12.2-0.12.1.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  272. | UCHIJAAAA | pitweaks | 1.12-0.5.5 | PiTweaks-1.12-0.5.5.jar | None |
  273. | UCHIJAAAA | placebo | 1.4.1 | Placebo-1.12.2-1.4.1.jar | None |
  274. | UCHIJAAAA | plants2 | 2.10.3 | Plants-1.12.2-2.10.3.jar | None |
  275. | UCHIJAAAA | plustic | 6.5.2.0 | plustic-6.5.2.0.jar | None |
  276. | UCHIJAAAA | potioncore | 1.6_for_1.12.2 | PotionCore-1.6_for_1.12.2.jar | None |
  277. | UCHIJAAAA | potionfingers | r1.0-2 | PotionFingers-r1.0-2.jar | None |
  278. | UCHIJAAAA | primitivemobs | 1.1.6 | primitivemobs-1.1.6_beta.jar | None |
  279. | UCHIJAAAA | progressivebosses | 1.3.2 | ProgressiveBosses-1.3.2-mc1.12.x.jar | None |
  280. | UCHIJAAAA | qualitytools | 1.0.6_for_1.12.2 | QualityTools-1.0.6_for_1.12.2.jar | None |
  281. | UCHIJAAAA | questbook | 3.1.1-1.12 | questbook-3.1.1-1.12.jar | None |
  282. | UCHIJAAAA | reccomplex | 1.4.7 | RecurrentComplex-1.4.7.jar | None |
  283. | UCHIJAAAA | redstonepaste | 1.7.5 | redstonepaste-mc1.12-1.7.5.jar | None |
  284. | UCHIJAAAA | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None |
  285. | UCHIJAAAA | roost | 1.2.0 | roost-1.12-1.2.0.jar | None |
  286. | UCHIJAAAA | ropebridge | 2.0.5 | ropebridge-1.12-2.0.7.jar | None |
  287. | UCHIJAAAA | runecraft | 1.4.2 | RuneCraft+1.12++by+XxRexRaptorxX+(v.1.4.2).jar | None |
  288. | UCHIJAAAA | rustic | 1.0.12 | rustic-1.0.12.jar | None |
  289. | UCHIJAAAA | schematica | 1.8.0.169 | Schematica-1.12.2-1.8.0.169-universal.jar | None |
  290. | UCHIJAAAA | sereneseasons | 1.2.6 | SereneSeasons-1.12.2-1.2.6-universal.jar | None |
  291. | UCHIJAAAA | signpost | 1.07.2 | signpost-1.12-1.07.2.jar | None |
  292. | UCHIJAAAA | silentlib | 3.0.6 | SilentLib-1.12.2-3.0.6-154.jar | None |
  293. | UCHIJAAAA | simplecorn | 2.4.1 | SimpleCorn1.12-1.12-2.4.1.jar | None |
  294. | UCHIJAAAA | simplesponge | 3.6.1 | SimpleSponge-1.12.2-3.6.1.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  295. | UCHIJAAAA | snowaccumulation | 1.0.0 | SnowAccumulation-1.12-1.0.0.jar | None |
  296. | UCHIJAAAA | sophisticatedwolves | 3.13.4 | SophisticatedWolves-1.12.2-3.13.4.jar | None |
  297. | UCHIJAAAA | bq_standard | 3.4.145 | StandardExpansion-3.4.145.jar | None |
  298. | UCHIJAAAA | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
  299. | UCHIJAAAA | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.7.jar | None |
  300. | UCHIJAAAA | storagedrawersextra | @VERSION@ | StorageDrawersExtras-1.12-3.1.0.jar | None |
  301. | UCHIJAAAA | streams | 0.4.4 | Streams-1.12-0.4.4.jar | None |
  302. | UCHIJAAAA | sasit | 1.1.15 | StuffASockInIt-1.12.2-1.1.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  303. | UCHIJAAAA | beneath | 1.4.2 | The+Beneath-1.12.2-1.4.2.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
  304. | UCHIJAAAA | tcomplement | ${version} | TinkersComplement-1.12.2-0.2.3b.jar | None |
  305. | UCHIJAAAA | totemic | 1.12.2-0.11.3 | Totemic-1.12.2-0.11.3.jar | 21d11d7bf4d97b465382a1f95428029aac6daaea |
  306. | UCHIJAAAA | treasure2 | 1.0.1 | Treasure2-mc1.12.2-f14.23.4.2705-v1.0.1.jar | None |
  307. | UCHIJAAAA | tumbleweed | 1.11-0.4.5 | tumbleweed-1.11-0.4.5.jar | None |
  308. | UCHIJAAAA | unlimitedchiselworks | 0.2.0 | UnlimitedChiselWorks-0.2.0.jar | None |
  309. | UCHIJAAAA | uppers | 0.0.6 | Uppers-0.0.6.jar | None |
  310. | UCHIJAAAA | vulcanite | 1.3.11 | vulcanite-1.3.11-mc1.12.x.jar | None |
  311. | UCHIJAAAA | waddles | 0.6.0 | Waddles-1.12.2-0.6.0.jar | None |
  312. | UCHIJAAAA | wanionlib | 1.12.2-1.5 | WanionLib-1.12.2-1.5.jar | None |
  313. | UCHIJAAAA | wearablebackpacks | 3.1.3 | WearableBackpacks-1.12.2-3.1.3.jar | None |
  314. | UCHIJAAAA | witherskelefix | 2.6.1 | Wither+Skeleton+Tweaks-1.12.2-2.6.1.jar | None |
  315. | UCHIJAAAA | thebetweenlands | 3.3.12 | TheBetweenlands-3.3.12-universal.jar | 38067d6878811efb38b6a045521cfd80b9b60b38 |
  316. | UCHIJAAAA | adchimneys | 1.12.2-3.3.10.0 | AdChimneys-1.12.2-3.3.10.0-build.0187.jar | None |
  317. | UCHIJAAAA | elulib | 0.1.12 | elulib-0.1.12.jar | None |
  318. | UCHIJAAAA | unidict | 1.12.2-2.9.1 | UniDict-1.12.2-2.9.1.jar | None |
  319.  
  320. Loaded coremods (and transformers):
  321. OpenEyePlugin (OpenEye-1.12.2-0.8.jar)
  322. openeye.asm.MultiTransformer
  323. Plugin (NotEnoughIDs-1.5.4.3.jar)
  324. ru.fewizz.neid.asm.Transformer
  325. LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
  326. lumien.bloodmoon.asm.ClassTransformer
  327. FMLPlugin (elulib-0.1.12.jar)
  328. elucent.elulib.asm.ASMTransformer
  329. Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
  330. invtweaks.forge.asm.ContainerTransformer
  331. SSLoadingPlugin (SereneSeasons-1.12.2-1.2.6-universal.jar)
  332. sereneseasons.asm.transformer.EntityRendererTransformer
  333. sereneseasons.asm.transformer.WorldTransformer
  334. LoadingPlugin (Quark-r1.5-130.jar)
  335. vazkii.quark.base.asm.ClassTransformer
  336. IvToolkit (IvToolkit-1.3.3-1.12.jar)
  337.  
  338. DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.16.jar)
  339. org.blockartistry.DynSurround.asm.Transformer
  340. llibrary (llibrary-core-1.0.8-1.12.2.jar)
  341. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  342. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  343. ColorUtilityCorePlugin (ColorUtility-universal-1.0.4.jar)
  344. com.Axeryok.ColorUtility.ColorUtilityTransformer
  345. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
  346. openmods.core.OpenModsClassTransformer
  347. TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.12-core.jar)
  348. thebetweenlands.core.TheBetweenlandsClassTransformer
  349. RandomPatches (randompatches-1.12.2-1.6.0.2.jar)
  350. com.therandomlabs.randompatches.core.RPTransformer
  351. FarseekCoreMod (Farseek-1.12-2.3.1.jar)
  352. farseek.core.FarseekClassTransformer
  353. RBLoadingPlugin (RealBench-1.12.2-1.3.3.jar)
  354. pw.prok.realbench.asm.RBTransformer
  355. evilnotchlib-transformer_fixes (EvilNotchLib-1.2.3-SNAPSHOT-76.jar)
  356. com.evilnotch.lib.asm.Transformer
  357. com.elix_x.itemrender.compat.asm.JEITransformer
  358. com.evilnotch.menulib.compat.asm.CMMTransformer
  359. ForgelinPlugin (Forgelin-1.7.4.jar)
  360.  
  361. BedPatch (bedpatch-2.2-1.12.2.jar)
  362. com.mordenkainen.bedpatch.BedPatchASM
  363. AstralCore (astralsorcery-1.12.2-1.9.4.jar)
  364.  
  365. CoreMod (Aroma1997Core-1.12.2-2.0.0.0.jar)
  366.  
  367. LoadingPlugin (AdChimneys-1.12.2-3.3.10.0-build.0187.jar)
  368. com.endertech.minecraft.mods.adchimneys.world.WorldData$BlockRandomTick
  369. NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
  370. net.fybertech.nwr.NWRTransformer
  371. CorePlugin (ForgeEndertech-1.12.2-4.4.0.0-build.0180.jar)
  372.  
  373. Born in a Barn (Born+In+A+Barn+V1.8-1.12-1.0.jar)
  374. com.chocohead.biab.BornInABarn
  375. CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar)
  376. team.chisel.ctm.client.asm.CTMTransformer
  377. 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.2-1.12.2.jar)
  378. pl.asie.foamfix.coremod.FoamFixTransformer
  379. Botania Tweaks Core (botaniatweaks-1.7.jar)
  380. quaternary.botaniatweaks.asm.BotaniaTweakerTransformer
  381. ComfortsCoreLoadingPlugin (comforts-1.12.2-1.3.0.jar)
  382. c4.comforts.asm.SleepTransformer
  383. OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:ENABLED],[player_render_hook:ENABLED],[horse_null_fix:FINISHED]
  384. Pulsar/tconstruct loaded Pulses:
  385. - TinkerCommons (Enabled/Forced)
  386. - TinkerWorld (Enabled/Not Forced)
  387. - TinkerTools (Enabled/Not Forced)
  388. - TinkerHarvestTools (Enabled/Forced)
  389. - TinkerMeleeWeapons (Enabled/Forced)
  390. - TinkerRangedWeapons (Enabled/Forced)
  391. - TinkerModifiers (Enabled/Forced)
  392. - TinkerSmeltery (Enabled/Not Forced)
  393. - TinkerGadgets (Enabled/Not Forced)
  394. - TinkerOredict (Enabled/Forced)
  395. - TinkerIntegration (Enabled/Forced)
  396. - TinkerFluids (Enabled/Forced)
  397. - TinkerMaterials (Enabled/Forced)
  398. - TinkerModelRegister (Enabled/Forced)
  399. - chiselIntegration (Enabled/Not Forced)
  400. - wailaIntegration (Enabled/Not Forced)
  401.  
  402. Pulsar/inspirations loaded Pulses:
  403. - InspirationsShared (Enabled/Forced)
  404. - InspirationsBuilding (Enabled/Not Forced)
  405. - InspirationsUtility (Enabled/Not Forced)
  406. - InspirationsTools (Enabled/Not Forced)
  407. - InspirationsRecipes (Enabled/Not Forced)
  408. - InspirationsTweaks (Enabled/Not Forced)
  409. - InspirationsShared (Enabled/Forced)
  410. - WailaPlugin (Enabled/Not Forced)
  411.  
  412. Pulsar/tcomplement loaded Pulses:
  413. - ModuleCommons (Enabled/Forced)
  414. - ModuleFeature (Enabled/Not Forced)
  415. - CeramicsPlugin (Enabled/Not Forced)
  416. - ChiselPlugin (Enabled/Not Forced)
  417.  
  418. Profiler Position: N/A (disabled)
  419. Player Count: 1 / 12; [EntityPlayerMP['mrdrakx'/1843, l='world', x=-1367.35, y=69.00, z=1352.13]]
  420. Is Modded: Definitely; Server brand changed to 'fml,forge'
  421. Type: Dedicated Server (map_server.txt)
Add Comment
Please, Sign In to add comment