Advertisement
drakray

Untitled

Feb 25th, 2018
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.86 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. SmoothWaterCore (SmoothWater-0.1.3.jar)
  5. CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
  6. CorePlugin (ForgeEndertech-1.12.1-4.3.1.0-build.0071.jar)
  7. OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
  8. Plugin (NotEnoughIDs-1.5.4.2.jar)
  9. Wizardry Plugin (wizardry-0.7.2.jar)
  10. MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
  11. Born in a Barn (Born+In+A+Barn+V1.8-1.12-1.0.jar)
  12. IELoadingPlugin (ImmersiveEngineering-0.12-77-core.jar)
  13. Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
  14. LoadingPlugin (RandomThings-MC1.12.2-4.1.3.jar)
  15. ForgelinPlugin (Forgelin-1.6.0.jar)
  16. No More Glowing Pots (nomoreglowingpots-1.0.jar)
  17. AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
  18. BaseMetals (1-2-MMD-BaseMetals-1.12-2.5.0-beta4.156.jar)
  19. LibrarianLib Plugin (librarianlib-1.12.2-4.7.jar)
  20. LoadingPlugin (Quark-r1.4-122.jar)
  21. TNTUtilities Core (tnt_utilities-mc1.12-1.2.3.jar)
  22. Contact their authors BEFORE contacting forge
  23.  
  24. // Shall we play a game?
  25.  
  26. Time: 2/25/18 7:23 PM
  27. Description: Exception ticking world
  28.  
  29. java.lang.NoClassDefFoundError: net/minecraft/world/World$2
  30. at net.minecraft.world.World.func_190524_a(World.java:556)
  31. at net.minecraft.world.World.func_175685_c(World.java:494)
  32. at net.minecraft.world.World.func_175722_b(World.java:439)
  33. at net.minecraft.world.World.markAndNotifyBlock(World.java:380)
  34. at net.minecraft.world.World.func_180501_a(World.java:360)
  35. at net.minecraft.world.World.func_175656_a(World.java:424)
  36. at com.mcmoddev.orespawn.api.FeatureBase.spawnOrCache(FeatureBase.java:111)
  37. at com.mcmoddev.orespawn.api.FeatureBase.spawnMungeNE(FeatureBase.java:262)
  38. at com.mcmoddev.orespawn.impl.features.DefaultFeatureGenerator.doSpawnFill(DefaultFeatureGenerator.java:131)
  39. at com.mcmoddev.orespawn.impl.features.DefaultFeatureGenerator.spawnOre(DefaultFeatureGenerator.java:123)
  40. at com.mcmoddev.orespawn.impl.features.DefaultFeatureGenerator.generate(DefaultFeatureGenerator.java:80)
  41. at com.mcmoddev.orespawn.worldgen.OreSpawnWorldGen.lambda$generate$4(OreSpawnWorldGen.java:70)
  42. at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source)
  43. at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
  44. at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
  45. at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source)
  46. at java.util.stream.AbstractPipeline.copyInto(Unknown Source)
  47. at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
  48. at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source)
  49. at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source)
  50. at java.util.stream.AbstractPipeline.evaluate(Unknown Source)
  51. at java.util.stream.ReferencePipeline.forEach(Unknown Source)
  52. at com.mcmoddev.orespawn.worldgen.OreSpawnWorldGen.generate(OreSpawnWorldGen.java:62)
  53. at net.minecraftforge.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:167)
  54. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1016)
  55. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:996)
  56. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:157)
  57. at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126)
  58. at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:147)
  59. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:227)
  60. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:754)
  61. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
  62. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  63. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
  64. at java.lang.Thread.run(Unknown Source)
  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.world.World.func_190524_a(World.java:556)
  74. at net.minecraft.world.World.func_175685_c(World.java:494)
  75. at net.minecraft.world.World.func_175722_b(World.java:439)
  76. at net.minecraft.world.World.markAndNotifyBlock(World.java:380)
  77. at net.minecraft.world.World.func_180501_a(World.java:360)
  78. at net.minecraft.world.World.func_175656_a(World.java:424)
  79. at com.mcmoddev.orespawn.api.FeatureBase.spawnOrCache(FeatureBase.java:111)
  80. at com.mcmoddev.orespawn.api.FeatureBase.spawnMungeNE(FeatureBase.java:262)
  81. at com.mcmoddev.orespawn.impl.features.DefaultFeatureGenerator.doSpawnFill(DefaultFeatureGenerator.java:131)
  82. at com.mcmoddev.orespawn.impl.features.DefaultFeatureGenerator.spawnOre(DefaultFeatureGenerator.java:123)
  83. at com.mcmoddev.orespawn.impl.features.DefaultFeatureGenerator.generate(DefaultFeatureGenerator.java:80)
  84. at com.mcmoddev.orespawn.worldgen.OreSpawnWorldGen.lambda$generate$4(OreSpawnWorldGen.java:70)
  85. at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source)
  86. at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
  87. at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
  88. at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source)
  89. at java.util.stream.AbstractPipeline.copyInto(Unknown Source)
  90. at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
  91. at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source)
  92. at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source)
  93. at java.util.stream.AbstractPipeline.evaluate(Unknown Source)
  94. at java.util.stream.ReferencePipeline.forEach(Unknown Source)
  95. at com.mcmoddev.orespawn.worldgen.OreSpawnWorldGen.generate(OreSpawnWorldGen.java:62)
  96. at net.minecraftforge.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:167)
  97. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1016)
  98. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:996)
  99. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:157)
  100. at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126)
  101. at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:147)
  102. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:227)
  103.  
  104. -- Affected level --
  105. Details:
  106. Level name: Pride2
  107. All players: 1 total; [EntityPlayerMP['drakray'/239, l='Pride2', x=391.01, y=75.21, z=-76.00]]
  108. Chunk stats: ServerChunkCache: 909 Drop: 0
  109. Level seed: 8444745848609289891
  110. Level generator: ID 10 - lostcities_bop, ver 0. Features enabled: true
  111. Level generator options: { "profile": "space_empty" }
  112. Level spawn location: World: (-69,60,-143), Chunk: (at 11,3,1 in -5,-9; contains blocks -80,0,-144 to -65,255,-129), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
  113. Level time: 2255 game time, 2255 day time
  114. Level dimension: 0
  115. Level storage version: 0x04ABD - Anvil
  116. Level weather: Rain time: 11400 (now: false), thunder time: 49569 (now: false)
  117. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
  118. Stacktrace:
  119. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:754)
  120. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
  121. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  122. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
  123. at java.lang.Thread.run(Unknown Source)
  124.  
  125. -- System Details --
  126. Details:
  127. Minecraft Version: 1.12.2
  128. Operating System: Windows 7 (amd64) version 6.1
  129. Java Version: 1.8.0_161, Oracle Corporation
  130. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  131. Memory: 1731034536 bytes (1650 MB) / 5448007680 bytes (5195 MB) up to 6335102976 bytes (6041 MB)
  132. JVM Flags: 17 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6144m -Xms256m -Xmn1024m -XX:ReservedCodeCacheSize=1024m -XX:+AggressiveOpts -XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseParNewGC -XX:+ExplicitGCInvokesConcurrent -XX:MaxGCPauseMillis=20 -XX:GCPauseIntervalMillis=50 -XX:+UseFastAccessorMethods -XX:+OptimizeStringConcat -XX:NewSize=84m -XX:+UseAdaptiveGCBoundary -XX:NewRatio=3
  133. IntCache: cache: 0, tcache: 0, allocated: 4, tallocated: 105
  134. FML: ~~ERROR~~ NoClassDefFoundError: net/minecraftforge/common/util/TextTable$1
  135. Loaded coremods (and transformers):
  136. SmoothWaterCore (SmoothWater-0.1.3.jar)
  137. pl.asie.smoothwater.SmoothWaterTransformer
  138. CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
  139. team.chisel.ctm.client.asm.CTMTransformer
  140. CorePlugin (ForgeEndertech-1.12.1-4.3.1.0-build.0071.jar)
  141.  
  142. OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
  143. openmods.core.OpenModsClassTransformer
  144. Plugin (NotEnoughIDs-1.5.4.2.jar)
  145. ru.fewizz.neid.asm.Transformer
  146. Wizardry Plugin (wizardry-0.7.2.jar)
  147. com.teamwizardry.wizardry.asm.WizardryTransformer
  148. MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
  149.  
  150. Born in a Barn (Born+In+A+Barn+V1.8-1.12-1.0.jar)
  151. com.chocohead.biab.BornInABarn
  152. IELoadingPlugin (ImmersiveEngineering-0.12-77-core.jar)
  153. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  154. Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
  155. invtweaks.forge.asm.ContainerTransformer
  156. LoadingPlugin (RandomThings-MC1.12.2-4.1.3.jar)
  157. lumien.randomthings.asm.ClassTransformer
  158. ForgelinPlugin (Forgelin-1.6.0.jar)
  159.  
  160. No More Glowing Pots (nomoreglowingpots-1.0.jar)
  161. zabi.minecraft.nomoreglowingpots.PotionTransformer
  162. AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
  163. squeek.applecore.asm.TransformerModuleHandler
  164. BaseMetals (1-2-MMD-BaseMetals-1.12-2.5.0-beta4.156.jar)
  165.  
  166. LibrarianLib Plugin (librarianlib-1.12.2-4.7.jar)
  167. com.teamwizardry.librarianlib.asm.LibLibTransformer
  168. LoadingPlugin (Quark-r1.4-122.jar)
  169. vazkii.quark.base.asm.ClassTransformer
  170. TNTUtilities Core (tnt_utilities-mc1.12-1.2.3.jar)
  171. ljfa.tntutils.asm.ExplosionTransformer
  172. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  173. 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]
  174. Pulsar/tconstruct loaded Pulses:
  175. - TinkerCommons (Enabled/Forced)
  176. - TinkerWorld (Enabled/Not Forced)
  177. - TinkerTools (Enabled/Not Forced)
  178. - TinkerHarvestTools (Enabled/Forced)
  179. - TinkerMeleeWeapons (Enabled/Forced)
  180. - TinkerRangedWeapons (Enabled/Forced)
  181. - TinkerModifiers (Enabled/Forced)
  182. - TinkerSmeltery (Enabled/Not Forced)
  183. - TinkerGadgets (Enabled/Not Forced)
  184. - TinkerOredict (Enabled/Forced)
  185. - TinkerIntegration (Enabled/Forced)
  186. - TinkerFluids (Enabled/Forced)
  187. - TinkerMaterials (Enabled/Forced)
  188. - TinkerModelRegister (Enabled/Forced)
  189. - chiselIntegration (Enabled/Not Forced)
  190. - wailaIntegration (Enabled/Not Forced)
  191.  
  192. Pulsar/natura loaded Pulses:
  193. - NaturaCommons (Enabled/Forced)
  194. - NaturaOverworld (Enabled/Not Forced)
  195. - NaturaNether (Enabled/Not Forced)
  196. - NaturaDecorative (Enabled/Not Forced)
  197. - NaturaTools (Enabled/Not Forced)
  198. - NaturaEntities (Enabled/Not Forced)
  199. - NaturaOredict (Enabled/Forced)
  200. - NaturaWorld (Enabled/Not Forced)
  201.  
  202. Pulsar/tcomplement loaded Pulses:
  203. - ModuleCommons (Enabled/Forced)
  204. - ModuleFeature (Enabled/Not Forced)
  205. - CeramicsPlugin (Enabled/Not Forced)
  206. - ChiselPlugin (Enabled/Not Forced)
  207. - ExNihiloPlugin (Enabled/Not Forced)
  208.  
  209. List of loaded APIs:
  210. * AbyssalCraftAPI (1.12.0) from AbyssalCraft-1.12.2-1.9.4.4.jar
  211. * AbyssalCraftAPI|Biome (1.12.0) from AbyssalCraft-1.12.2-1.9.4.4.jar
  212. * AbyssalCraftAPI|Block (1.12.0) from AbyssalCraft-1.12.2-1.9.4.4.jar
  213. * AbyssalCraftAPI|Caps (1.12.0) from AbyssalCraft-1.12.2-1.9.4.4.jar
  214. * AbyssalCraftAPI|Condition (1.12.0) from AbyssalCraft-1.12.2-1.9.4.4.jar
  215. * AbyssalCraftAPI|Disruption (1.12.0) from AbyssalCraft-1.12.2-1.9.4.4.jar
  216. * AbyssalCraftAPI|Energy (1.12.0) from AbyssalCraft-1.12.2-1.9.4.4.jar
  217. * AbyssalCraftAPI|Entity (1.12.0) from AbyssalCraft-1.12.2-1.9.4.4.jar
  218. * AbyssalCraftAPI|Event (1.12.0) from AbyssalCraft-1.12.2-1.9.4.4.jar
  219. * AbyssalCraftAPI|Integration (1.12.0) from AbyssalCraft-1.12.2-1.9.4.4.jar
  220. * AbyssalCraftAPI|Internal (1.12.0) from AbyssalCraft-1.12.2-1.9.4.4.jar
  221. * AbyssalCraftAPI|Item (1.12.0) from AbyssalCraft-1.12.2-1.9.4.4.jar
  222. * AbyssalCraftAPI|Necronomicon (1.12.0) from AbyssalCraft-1.12.2-1.9.4.4.jar
  223. * AbyssalCraftAPI|Recipe (1.12.0) from AbyssalCraft-1.12.2-1.9.4.4.jar
  224. * AbyssalCraftAPI|Ritual (1.12.0) from AbyssalCraft-1.12.2-1.9.4.4.jar
  225. * AbyssalCraftAPI|Spell (1.12.0) from AbyssalCraft-1.12.2-1.9.4.4.jar
  226. * actuallyadditionsapi (33) from ActuallyAdditions-1.12.2-r131.jar
  227. * AppleCoreAPI (3.1.0) from AppleCore-mc1.12.2-3.1.1.jar
  228. * Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
  229. * betteradvancements|API (0.0.5.17) from BetterAdvancements-1.12.2-0.0.5.17.jar
  230. * BetterWithModsAPI (Beta 0.6) from Quark-r1.4-122.jar
  231. * bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.46.jar
  232. * bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.2.6-89.jar
  233. * BotaniaAPI (89) from Botania+r1.10-353.jar
  234. * chesttransporter|api (2) from ChestTransporter-1.12.2-2.8.8.jar
  235. * Chisel-API (0.0.1) from Chisel-MC1.12-0.1.1.28.jar
  236. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12-0.1.1.28.jar
  237. * cofhapi (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
  238. * cofhapi|block (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
  239. * cofhapi|core (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
  240. * cofhapi|item (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
  241. * cofhapi|tileentity (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
  242. * cofhapi|util (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
  243. * ctm-api (0.1.0) from CTM-MC1.12-0.2.3.12.jar
  244. * ctm-api-events (0.1.0) from CTM-MC1.12-0.2.3.12.jar
  245. * ctm-api-models (0.1.0) from CTM-MC1.12-0.2.3.12.jar
  246. * ctm-api-textures (0.1.0) from CTM-MC1.12-0.2.3.12.jar
  247. * ctm-api-utils (0.1.0) from CTM-MC1.12-0.2.3.12.jar
  248. * ExCompressum|API (1.0) from ExCompressum_1.12.2-3.0.17.jar
  249. * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.0.250.jar
  250. * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.0.250.jar
  251. * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.0.250.jar
  252. * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.0.250.jar
  253. * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.0.250.jar
  254. * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.0.250.jar
  255. * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.0.250.jar
  256. * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.0.250.jar
  257. * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.0.250.jar
  258. * ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.8.0.250.jar
  259. * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.0.250.jar
  260. * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.0.250.jar
  261. * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.0.250.jar
  262. * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.0.250.jar
  263. * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.0.250.jar
  264. * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.0.250.jar
  265. * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.0.250.jar
  266. * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.0.250.jar
  267. * FunOresAPI (3) from FunOres-1.12-1.5.7-118.jar
  268. * gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
  269. * Guide-API|API (2.0.0) from Guide-API-1.12-2.1.4-57.jar
  270. * HatcheryAPI (1.11.2R1.0.0) from hatchery-1.12.2-2.1.2.jar
  271. * iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.1.4.jar
  272. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-77.jar
  273. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-77.jar
  274. * industrialforegoingapi (3) from industrialforegoing-1.12.2-1.8.3-122.jar
  275. * jeresources|API (0.8.7.41) from JustEnoughResources-1.12.2-0.8.7.41.jar
  276. * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.8.5.158.jar
  277. * mcjtylib_ng (2.6.4) from mcjtylib-1.12-2.6.4.jar
  278. * openblocks|api (1.2) from OpenBlocks-1.12.2-1.7.6.jar
  279. * ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12-2.0.28.jar
  280. * QuarkAPI (2) from Quark-r1.4-122.jar
  281. * reborncoreAPI (3.6.8.214) from RebornCore-1.12.2-3.6.8.214-universal.jar
  282. * reborncoreAPI|Power (3.6.8.214) from RebornCore-1.12.2-3.6.8.214-universal.jar
  283. * reborncoreAPI|Recipe (3.6.8.214) from RebornCore-1.12.2-3.6.8.214-universal.jar
  284. * reborncoreAPI|Tile (3.6.8.214) from RebornCore-1.12.2-3.6.8.214-universal.jar
  285. * stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.17.88.jar
  286. * stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.17.88.jar
  287. * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.4.jar
  288. * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.4.jar
  289. * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.4.jar
  290. * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.4.jar
  291. * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.4.jar
  292. * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.4.jar
  293. * valkyrielib.api (1.12-2.0.1a) from valkyrielib-1.12.2-2.0.7a.jar
  294. * WailaAPI (1.3) from Hwyla-1.8.23-B38_1.12.jar
  295. * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
  296. * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
  297. * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
  298. * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
  299. RebornCore:
  300. Plugin Engine: 0
  301. RebornCore Version: 3.6.8.214
  302. Runtime Debofucsation 1
  303. RenderEngine: 0
  304. Grim Pack loaded parts: ~~ERROR~~ NoClassDefFoundError: net/minecraftforge/common/config/ConfigElement
  305. Profiler Position: N/A (disabled)
  306. Player Count: 1 / 8; [EntityPlayerMP['drakray'/239, l='Pride2', x=391.01, y=75.21, z=-76.00]]
  307. Type: Integrated Server (map_client.txt)
  308. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement