Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---- Minecraft Crash Report ----
- // This doesn't make any sense!
- Time: 12/30/20 10:27 PM
- Description: Exception getting block type in world
- java.lang.NullPointerException: Exception getting block type in world
- at Reika.ChromatiCraft.World.IWG.DungeonGenerator.tryGenerate(DungeonGenerator.java:318)
- at Reika.ChromatiCraft.World.IWG.DungeonGenerator.checkChunk(DungeonGenerator.java:247)
- at Reika.ChromatiCraft.World.IWG.DungeonGenerator.generate(DungeonGenerator.java:237)
- at Reika.DragonAPI.Auxiliary.WorldGenInterceptionRegistry.interceptIWG(WorldGenInterceptionRegistry.java:213)
- at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:112)
- at Reika.DragonAPI.Auxiliary.WorldGenInterceptionRegistry.interceptChunkPopulation(WorldGenInterceptionRegistry.java:186)
- at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:280)
- at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1050)
- at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
- at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
- at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
- at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
- at net.minecraft.world.World.func_72964_e(World.java:419)
- at net.minecraft.world.World.func_147439_a(World.java:345)
- at Reika.DragonAPI.Instantiable.Data.BlockStruct.StructuredBlockArray.addBlockCoordinate(StructuredBlockArray.java:85)
- at Reika.DragonAPI.Instantiable.Data.BlockStruct.FilledBlockArray.setBlock(FilledBlockArray.java:111)
- at Reika.DragonAPI.Instantiable.Data.BlockStruct.FilledBlockArray.setBlock(FilledBlockArray.java:85)
- at Reika.ChromatiCraft.Auxiliary.Structure.Worldgen.CavernStructure.getArray(CavernStructure.java:29)
- at Reika.ChromatiCraft.Registry.ChromaStructures.getArray(ChromaStructures.java:137)
- at Reika.ChromatiCraft.World.IWG.DungeonGenerator.tryGenerate(DungeonGenerator.java:274)
- at Reika.ChromatiCraft.World.IWG.DungeonGenerator.checkChunk(DungeonGenerator.java:247)
- at Reika.ChromatiCraft.World.IWG.DungeonGenerator.generate(DungeonGenerator.java:237)
- at Reika.DragonAPI.Auxiliary.WorldGenInterceptionRegistry.interceptIWG(WorldGenInterceptionRegistry.java:213)
- at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:112)
- at Reika.DragonAPI.Auxiliary.WorldGenInterceptionRegistry.interceptChunkPopulation(WorldGenInterceptionRegistry.java:186)
- at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:280)
- at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1045)
- at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
- at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
- at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
- at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
- at net.minecraft.world.World.func_72964_e(World.java:419)
- at net.minecraft.world.World.func_147439_a(World.java:345)
- at net.minecraft.world.World.func_147460_e(World.java:693)
- at net.minecraft.world.World.func_147459_d(World.java:652)
- at net.minecraft.world.World.func_147444_c(World.java:613)
- at net.minecraft.world.World.markAndNotifyBlock(World.java:488)
- at net.minecraft.world.World.func_147465_d(World.java:466)
- at Reika.DragonAPI.Instantiable.Data.Immutable.Coordinate.setBlock(Coordinate.java:325)
- at Reika.DragonAPI.Instantiable.Data.Immutable.Coordinate.setBlock(Coordinate.java:317)
- at Reika.ChromatiCraft.World.IWG.TieredWorldGenerator.generate(TieredWorldGenerator.java:59)
- at Reika.DragonAPI.Auxiliary.WorldGenInterceptionRegistry.interceptIWG(WorldGenInterceptionRegistry.java:213)
- at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:112)
- at Reika.DragonAPI.Auxiliary.WorldGenInterceptionRegistry.interceptChunkPopulation(WorldGenInterceptionRegistry.java:186)
- at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:280)
- at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1055)
- at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
- at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
- at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
- at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
- at net.minecraft.world.World.func_72964_e(World.java:419)
- at net.minecraft.world.World.func_147439_a(World.java:345)
- at net.minecraft.world.World.func_147437_c(World.java:365)
- at net.minecraft.world.World.func_147474_b(World.java:329)
- at net.minecraft.world.WorldProvider.func_76566_a(WorldProvider.java:71)
- at net.minecraft.world.WorldServer.func_73052_b(WorldServer.java:749)
- at net.minecraft.world.WorldServer.func_72963_a(WorldServer.java:715)
- at WorldServerOF.func_72963_a(WorldServerOF.java:80)
- at net.minecraft.world.World.<init>(World.java:260)
- at net.minecraft.world.WorldServer.<init>(WorldServer.java:97)
- at WorldServerOF.<init>(WorldServerOF.java:69)
- at WorldServerMultiOF.<init>(WorldServerMultiOF.java:23)
- at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:72)
- at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:153)
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
- at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
- A detailed walkthrough of the error, its code path and all known details is as follows:
- ---------------------------------------------------------------------------------------
- -- Head --
- Stacktrace:
- at Reika.ChromatiCraft.World.IWG.DungeonGenerator.tryGenerate(DungeonGenerator.java:318)
- at Reika.ChromatiCraft.World.IWG.DungeonGenerator.checkChunk(DungeonGenerator.java:247)
- at Reika.ChromatiCraft.World.IWG.DungeonGenerator.generate(DungeonGenerator.java:237)
- at Reika.DragonAPI.Auxiliary.WorldGenInterceptionRegistry.interceptIWG(WorldGenInterceptionRegistry.java:213)
- at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:112)
- at Reika.DragonAPI.Auxiliary.WorldGenInterceptionRegistry.interceptChunkPopulation(WorldGenInterceptionRegistry.java:186)
- at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:280)
- at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1050)
- at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
- at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
- at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
- at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
- at net.minecraft.world.World.func_72964_e(World.java:419)
- at net.minecraft.world.World.func_147439_a(World.java:345)
- -- Requested block coordinates --
- Details:
- Found chunk: true
- Location: World: (-248,29,333), Chunk: (at 8,1,13 in -16,20; contains blocks -256,0,320 to -241,255,335), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
- Stacktrace:
- at Reika.DragonAPI.Instantiable.Data.BlockStruct.StructuredBlockArray.addBlockCoordinate(StructuredBlockArray.java:85)
- at Reika.DragonAPI.Instantiable.Data.BlockStruct.FilledBlockArray.setBlock(FilledBlockArray.java:111)
- at Reika.DragonAPI.Instantiable.Data.BlockStruct.FilledBlockArray.setBlock(FilledBlockArray.java:85)
- at Reika.ChromatiCraft.Auxiliary.Structure.Worldgen.CavernStructure.getArray(CavernStructure.java:29)
- at Reika.ChromatiCraft.Registry.ChromaStructures.getArray(ChromaStructures.java:137)
- at Reika.ChromatiCraft.World.IWG.DungeonGenerator.tryGenerate(DungeonGenerator.java:274)
- at Reika.ChromatiCraft.World.IWG.DungeonGenerator.checkChunk(DungeonGenerator.java:247)
- at Reika.ChromatiCraft.World.IWG.DungeonGenerator.generate(DungeonGenerator.java:237)
- at Reika.DragonAPI.Auxiliary.WorldGenInterceptionRegistry.interceptIWG(WorldGenInterceptionRegistry.java:213)
- at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:112)
- at Reika.DragonAPI.Auxiliary.WorldGenInterceptionRegistry.interceptChunkPopulation(WorldGenInterceptionRegistry.java:186)
- at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:280)
- at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1045)
- at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
- at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
- at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
- at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
- at net.minecraft.world.World.func_72964_e(World.java:419)
- at net.minecraft.world.World.func_147439_a(World.java:345)
- -- Requested block coordinates --
- Details:
- Found chunk: true
- Location: World: (-229,8,351), Chunk: (at 11,0,15 in -15,21; contains blocks -240,0,336 to -225,255,351), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
- Stacktrace:
- at net.minecraft.world.World.func_147460_e(World.java:693)
- at net.minecraft.world.World.func_147459_d(World.java:652)
- at net.minecraft.world.World.func_147444_c(World.java:613)
- at net.minecraft.world.World.markAndNotifyBlock(World.java:488)
- at net.minecraft.world.World.func_147465_d(World.java:466)
- at Reika.DragonAPI.Instantiable.Data.Immutable.Coordinate.setBlock(Coordinate.java:325)
- at Reika.DragonAPI.Instantiable.Data.Immutable.Coordinate.setBlock(Coordinate.java:317)
- at Reika.ChromatiCraft.World.IWG.TieredWorldGenerator.generate(TieredWorldGenerator.java:59)
- at Reika.DragonAPI.Auxiliary.WorldGenInterceptionRegistry.interceptIWG(WorldGenInterceptionRegistry.java:213)
- at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:112)
- at Reika.DragonAPI.Auxiliary.WorldGenInterceptionRegistry.interceptChunkPopulation(WorldGenInterceptionRegistry.java:186)
- at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:280)
- at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1055)
- at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
- at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
- at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
- at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
- at net.minecraft.world.World.func_72964_e(World.java:419)
- at net.minecraft.world.World.func_147439_a(World.java:345)
- -- Requested block coordinates --
- Details:
- Found chunk: true
- Location: World: (-224,64,369), Chunk: (at 0,4,1 in -14,23; contains blocks -224,0,368 to -209,255,383), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
- Stacktrace:
- at net.minecraft.world.World.func_147437_c(World.java:365)
- at net.minecraft.world.World.func_147474_b(World.java:329)
- at net.minecraft.world.WorldProvider.func_76566_a(WorldProvider.java:71)
- at net.minecraft.world.WorldServer.func_73052_b(WorldServer.java:749)
- at net.minecraft.world.WorldServer.func_72963_a(WorldServer.java:715)
- at WorldServerOF.func_72963_a(WorldServerOF.java:80)
- at net.minecraft.world.World.<init>(World.java:260)
- -- Affected level --
- Details:
- Level name: New Worldhr
- All players: 0 total; []
- Chunk stats: ServerChunkCache: 114 Drop: 0
- Level seed: 4963282750963572013
- Level generator: ID 00 - default, ver 1. Features enabled: true
- Level generator options:
- Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
- Level time: 0 game time, 0 day time
- Level dimension: 0
- Level storage version: 0x04ABD - Anvil
- Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
- Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
- Stacktrace:
- at net.minecraft.world.WorldServer.<init>(WorldServer.java:97)
- at WorldServerOF.<init>(WorldServerOF.java:69)
- at WorldServerMultiOF.<init>(WorldServerMultiOF.java:23)
- at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:72)
- at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:153)
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
- at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
- -- System Details --
- Details:
- Minecraft Version: 1.7.10
- Operating System: Windows 10 (amd64) version 10.0
- Java Version: 1.8.0_261, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 1192758112 bytes (1137 MB) / 5561122816 bytes (5303 MB) up to 14205059072 bytes (13547 MB)
- JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms128m -Xmx15240m
- AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
- IntCache: cache: 15, tcache: 94, allocated: 0, tallocated: 0
- FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_E7 100 mods loaded, 100 mods active
- States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
- UCHIJAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
- UCHIJAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
- UCHIJAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
- UCHIJAA modJ_StarMinerCore{0.9.9} [StarMinerCore] (minecraft.jar)
- UCHIJAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
- UCHIJAA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
- UCHIJAA voltzenginepreloader{0.0.1} [Voltz Engine Preloader] (minecraft.jar)
- UCHIJAA <DragonAPI ASM>{0} [DragonAPI ASM Data Initialization] (minecraft.jar)
- UCHIJAA FastCraft{1.25} [FastCraft] (fastcraft-1.25.jar)
- UCHIJAA DamageIndicatorsMod{3.3.2} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.3.2.jar)
- UCHIJAA gregapi{GT6U-MC1710} [Greg-API] (gregtech_1.7.10-6.14.03.jar)
- UCHIJAA BuildCraft|Core{7.1.23} [BuildCraft] (buildcraft-7.1.23.jar)
- UCHIJAA BuildCraft|Energy{7.1.23} [BC Energy] (buildcraft-7.1.23.jar)
- UCHIJAA ActuallyAdditions{1.7.10-r21} [Actually Additions] (ActuallyAdditions-1.7.10-r21.jar)
- UCHIJAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
- UCHIJAA adventurebackpack{1.7.10-0.8b} [Adventure Backpack] (adventurebackpack-1.7.10-0.8c.jar)
- UCHIJAA aether_legacy{v1.0.0} [Aether Legacy] (aether_legacy-1.7.10-v1.0.0.jar)
- UCHIJAA modJ_StarMiner{0.9.9} [Starminer Mod] (Anti-Gravity-Mod-1.7.10.jar)
- UCHIJAA nevermine{Tslat-1.1.3} [Advent of Ascension] (AoA-Tslat-1.1.3.jar)
- UCHIJAA AppleCore{3.1.1} [AppleCore] (AppleCore-mc1.7.10-3.1.1.jar)
- UCHIJAA qmunitylib{1.0} [QmunityLib] (QmunityLib-1.7.10-0.1.114-universal.jar)
- UCHIJAA bluepower{0.2.962} [Blue Power] (BluePower-1.7.10-0.2.962-universal.jar)
- UCHIJAA ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar)
- UCHIJAA IC2{2.2.828-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.828-experimental.jar)
- UCHIJAA ForgeMultipart{1.2.0.347} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar)
- UCHIJAA MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.1.0.33-universal.jar)
- UCHIJAA ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre12.95-Base.jar)
- UCHIJAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
- UCHIJAA minechem{5.0.5.406} [Minechem] (MineChem+Mod+1.7.10.jar)
- UCHIJAA DragonAPI{v26b} [DragonAPI] (DragonAPI+1.7.10+V26b.jar)
- UCHIJAA ArchiSections{v@MAJOR_VERSION@@MINOR_VERSION@} [ArchiSections] (ArchiSections+1.7.10+V26a.jar)
- UCHIJAA atum{0.6} [Atum] (Atum-1.7.10-0.6.77.jar)
- UCHIJAA Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
- UCHIJAA backpacks16840{3.5.8} [Backpacks!] (backpacks+1.7.10+-+3.5.8.jar)
- UCHIJAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.2308-universal.jar)
- UCHIJAA BuildCraft|Transport{7.1.23} [BC Transport] (buildcraft-7.1.23.jar)
- UCHIJAA BuildCraft|Factory{7.1.23} [BC Factory] (buildcraft-7.1.23.jar)
- UCHIJAA BuildCraft|Silicon{7.1.23} [BC Silicon] (buildcraft-7.1.23.jar)
- UCHIJAA BuildCraft|Robotics{7.1.23} [BC Robotics] (buildcraft-7.1.23.jar)
- UCHIJAA BuildCraft|Builders{7.1.23} [BC Builders] (buildcraft-7.1.23.jar)
- UCHIJAA CaveControl{v26a} [CaveControl] (CaveControl+1.7.10+V26a.jar)
- UCHIJAA ChromatiCraft{v26b} [ChromatiCraft] (ChromatiCraft+1.7.10+V26b.jar)
- UCHIJAA controlling{1.0.0} [Controlling] (Controlling-1.7.10-1.0.0.jar)
- UCHIJAA CritterPet{v26a} [Critter Pet] (CritterPet+1.7.10+V26a.jar)
- UCHIJAA RotaryCraft{v26b} [RotaryCraft] (RotaryCraft+1.7.10+V26b.jar)
- UCHIJAA ElectriCraft{v26a} [ElectriCraft] (ElectriCraft+1.7.10+V26a.jar)
- UCHIJAA endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta.jar)
- UCHIJAA EnderIO{1.7.10-2.3.0.429_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.429_beta.jar)
- UCHIJAA eternalfrost{2.0b4} [Eternal Frost] (eternalfrost-2.0b6_MC1710.jar)
- UCHIJAA ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
- UCHIJAA ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
- UCHIJAA ExpandedRedstone{v26a} [Expanded Redstone] (ExpandedRedstone+1.7.10+V26a.jar)
- UCHIJAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
- UCHIJAA GeoStrata{v26a} [GeoStrata] (GeoStrata+1.7.10+V26a.jar)
- UCHIJAA globbypotato_rockhounding{4.14} [Rockhounding Mod] (globbypotato_rockhounding_1.7.10-4.14.jar)
- UCHIJAA hexcraft{0.13.1} [HEXCraft] (HEXCraft-1.7.10-0.13.1.jar)
- UCHIJAA voltzengine{1.11.0.491} [Voltz Engine] (VoltzEngine-1.7.10-1.11.0b491.jar)
- UCHIJAA icbmclassic{2.16.4.3} [ICBM-Classic] (ICBM-classic-1.7.10-2.16.4b3.jar)
- UCHIJAA ironbackpacks{1.7.10-1.2.20} [Iron Backpacks] (IronBackpacks-1.7.10-1.2.20.jar)
- UCHIJAA journeymap{5.1.4p2} [JourneyMap] (journeymap-1.7.10-5.1.4p2-unlimited.jar)
- UCHIJAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's+HarvestCraft+1.7.10Lb.jar)
- UCHIJAA ProjectE{1.7.10-PE1.10.1} [ProjectE] (ProjectE-1.7.10-PE1.10.1.jar)
- UCHIJAA ProjRed|Transportation{4.7.0pre12.95} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
- UCHIJAA ProjRed|Exploration{4.7.0pre12.95} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre12.95-World.jar)
- UCHIJAA ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre12.95-Compat.jar)
- UCHIJAA ProjRed|Fabrication{4.7.0pre12.95} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre12.95-Fabrication.jar)
- UCHIJAA ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre12.95-Lighting.jar)
- UCHIJAA ProjRed|Expansion{4.7.0pre12.95} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
- UCHIJAA RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar)
- UCHIJAA ReactorCraft{v26b} [ReactorCraft] (ReactorCraft+1.7.10+V26b.jar)
- UCHIJAA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
- UCHIJAA ForgeMicroblock{1.2.0.347} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar)
- UCHIJAA McMultipart{1.2.0.347} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar)
- UCHIJAA gregapi_post{GT6U-MC1710} [Greg-API-Post] (gregtech_1.7.10-6.14.03.jar)
- UCHIJAA gregtech{GT6U-MC1710} [GregTech 6 Unofficial] (gregtech_1.7.10-6.14.03.jar)
- UCHIJAA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
- UCHIJAA legendgear{2.b.2.1} [LegendGear 2] (legendgear-1.7.10-2.b.2.1.jar)
- UCHIJAA LootTweaks{v26a} [LootTweaks] (LootTweaks+1.7.10+V26a.jar)
- UCHIJAA MetallurgyCore{4.0.5} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.5.30.jar)
- UCHIJAA Metallurgy{4.0.9} [Metallurgy 4] (Metallurgy-1.7.10-4.0.9.148.jar)
- UCHIJAA MeteorCraft{v26a} [MeteorCraft] (MeteorCraft+1.7.10+V26a.jar)
- UCHIJAA MouseTweaks{2.4.4} [Mouse Tweaks] (MouseTweaks-2.4.4-mc1.7.10.jar)
- UCHIJAA Neat{GRADLE:VERSION-GRADLE:BUILD} [Neat] (Neat+1.0-1.jar)
- UCHIJAA notenoughIDs{1.4.3.5} [NotEnoughIDs] (NotEnoughIDs-1.4.3.5.jar)
- UCHIJAA oreexcavation{1.1.134} [OreExcavation] (OreExcavation-1.1.134.jar)
- UCHIJAA OreSpawn{1.7.10.20.3} [OreSpawn] (orespawn-1.7.10-20.3.zip)
- UCHIJAA qwertech{1.0.0-a.50} [QwerTech] (qwertech-1.0.0-a.50.jar)
- UCHIJAA cg{0.150.R} [Simple Grinder] (SimpleGrinder-0.150.R.jar)
- UCHIJAA snad{1.7.10-1.6.01.31a} [Snad] (Snad-1.7.10-1.6.01.31a.jar)
- UCHIJAA dna948{3.1} [The Last Sword You Will Ever Need Mod] (The_Last_Sword_You_Will_Ever_Need_Mod-1.7.10-3.4.jar)
- UCHIJAA TreeClimbing{v@MAJOR_VERSION@@MINOR_VERSION@} [TreeClimbing] (TreeClimbing+1.7.10+V26a.jar)
- UCHIJAA UsefulTNT{v26a} [Useful TNT] (UsefulTNT+1.7.10+V26a.jar)
- UCHIJAA vefluids{0.1.1.25} [VoltzEngine Fluids module] (VE-FluidHandling-1.7.10-0.1.1b25.jar)
- UCHIJAA voltzenginemodcompat{1.11.0.491} [Voltz Engine Mod Compatibility Loader] (VoltzEngine-1.7.10-1.11.0b491.jar)
- UCHIJAA voltzenginemodflag{1.11.0.491} [VoltzEngine mod protection, flag, and region system] (VoltzEngine-1.7.10-1.11.0b491.jar)
- UCHIJAA wanionlib{1.7.10-1.8} [WanionLib] (WanionLib-1.7.10-1.8.jar)
- UCHIJAA ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
- UCHIJAA MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
- UCHIJAA RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar)
- UCHIJAA UniDict{1.7.10-2.9.2} [UniDict] (UniDict-1.7.10-2.9.2.jar)
- GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
- EnderIO: Found the following problem(s) with your installation:
- * Optifine is installed. This is NOT supported.
- * The RF API that is being used (1.7.10R1.0.2 from <unknown>) differes from that that is reported as being loaded (1.7.10R1.0.13 from EnderIO-1.7.10-2.3.0.429_beta.jar).
- It is a supported version, but that difference may lead to problems.
- * An unknown AE2 API is installed (@aeversion@ from DragonAPI+1.7.10+V26b.jar).
- Ender IO was build against API version rv2 and may or may not work with a newer version.
- This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
- Profiler Position: N/A (disabled)
- Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
- Player Count: 0 / 8; []
- Type: Integrated Server (map_client.txt)
- Is Modded: Definitely; Client brand changed to 'fml,forge'
- OptiFine Version: OptiFine_1.7.10_HD_U_E7
- Render Distance Chunks: 8
- Mipmaps: 2
- Anisotropic Filtering: 1
- Antialiasing: 0
- Multitexture: false
- Shaders: null
- OpenGlVersion: 4.6.0 NVIDIA 460.89
- OpenGlRenderer: GeForce RTX 2070 SUPER/PCIe/SSE2
- OpenGlVendor: NVIDIA Corporation
- CpuCount: 16
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement