Advertisement
drakray

Untitled

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