Enviromine Config Physics

Z

ZDavePlays

Guest
I'm making a modpack and I'm adding Enviromine, one of Enviromine's feature is Physics, I would like to disable it but there is no option for it on the configs folder, I hope you can help me.

Here is how the config looks like:



# Configuration file

Config {
# [DISABLED][WIP] Temporarily overrides client configurations with the server's (NETWORK INTESIVE!)
B:"Client Config Override (SMP)"=true

# Override Profile. It Can be used for servers to force profiles on servers or modpack. This Overrides any world loaded up. Name is Case Sensitive!
B:"Override Profile"=true
S:profile=default
}


"Do not Edit" {
S:"Current Config Version"=1.0.0
}


Gases {
# Disables all gases and slowly deletes existing pockets
B:"Disable Gases"=true

# How many gases can be processed in a single pass per chunk (-1 = infinite)
I:"Gas Pass Limit"=-1

# How many ticks between gas updates. Gas fires are 1/4 of this.
I:"Gas Tick Rate"=32

# List of Blocks that will ignite flamable gasses. [default: [minecraft:flowing_lava], [minecraft:lava], [minecraft:torch], [minecraft:lit_furnace], [minecraft:fire], [enviromine:firegas], [enviromine:firetorch], [enviromine:burningcoal]]
S:"Ignite List" <
minecraft:flowing_lava
minecraft:lava
minecraft:torch
minecraft:lit_furnace
minecraft:fire
enviromine:firegas
enviromine:firetorch
enviromine:burningcoal
>

# Whether to render gases not normally visible
B:"Render normal gas"=false

# Normal gases will move extremely slowly and reduce TPS lag
B:"Slow Gases"=true

# Whether gases should spread like water (faster) or even out as much as possible (realistic)
B:"Water like spreading"=true
}


Physics {
# How long until individual chunk's physics starts after loading (DO NOT SET TOO LOW)
I:"Chunk Physics Delay"=1000

# This will change maximum number of blocks that can be updated with physics at a time. - 1 = Unlimited
I:"Consecutive Physics Update Cap"=128

# Setting Large Ice Cracking to true can cause Massive Lag
B:"Large Ice Cracking"=false

# The number of ticks between physics update passes (must be 6 or more)
I:"Physics Interval"=6

# 0 = No action, 1 = Limit to < 100 per 8x8 block area, 2 = Delete excessive entities & Dump physics (EMERGENCY ONLY)
I:"Physics entity fail safe level"=1

# How long after world start until the physics system kicks in (DO NOT SET TOO LOW)
I:"World Start Delay"=1000
}


Potions {
I:Dehydration=133
B:"Enable Frostbite"=true
B:"Enable Heat Stroke"=true
B:"Enable Hypothermia"=true
I:Frostbite=132
I:"Heat Stroke"=131
I:Hypothermia=130
I:Insanity=134
}


"World Generation" {
# Generates massive abandoned mineshafts (size doesn't cause lag) (This Overrides all Dimensions. Check Custom Dimension properties if you want to set it only for certain Dimensions.)
B:"Enable New Abandoned Mineshafts"=false

# Generates mineshafts in villages
B:"Enable Village MineShafts"=false
B:"Generate Gases"=false
}


general {
B:"Blindness instead of Nausea"=false
B:"Check For Updates"=true
B:"Finite Water"=false
B:"Keep statuses on death"=false

# Render 3d gear worn on player. Must reload game to take effect
B:"Render Gear"=true
}





I edited the config because it had some id conflicts and I disabled gas, everything else is the same.

And for some reason, it desided to put emojis on the middle of words
 
Z

ZDavePlays

Guest
I found how to fix it, I just needed to go in a world file and then it would generate a config file for that world, but now, when I join the world, it crashes my game with this crash report



---- Minecraft Crash Report ----
// I feel sad now :(

Time: 5/2/17 11:42 AM
Description: Exception getting block type in world

java.lang.ArithmeticException: / by zero
at evilcraft.world.gen.DarkTempleGenerator.appliesAt(DarkTempleGenerator.java:96)
at evilcraft.world.gen.DarkTempleGenerator.generate(DarkTempleGenerator.java:170)
at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:112)
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 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 net.minecraft.world.World.<init>(World.java:260)
at net.minecraft.world.WorldServer.<init>(WorldServer.java:97)
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:62)
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:92)
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 evilcraft.world.gen.DarkTempleGenerator.appliesAt(DarkTempleGenerator.java:96)
at evilcraft.world.gen.DarkTempleGenerator.generate(DarkTempleGenerator.java:170)
at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:112)
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: (41,64,-31), Chunk: (at 9,4,1 in 2,-2; contains blocks 32,0,-32 to 47,255,-17), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
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 net.minecraft.world.World.<init>(World.java:260)

-- Affected level --
Details:
Level name: Martialis Vita
All players: 0 total; []
Chunk stats: ServerChunkCache: 13 Drop: 0
Level seed: -4327473938536130005
Level generator: ID 01 - flat, ver 0. Features enabled: true
Level generator options: 2;7,50x172,30x12:1;2;village
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: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.world.WorldServer.<init>(WorldServer.java:97)
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:62)
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:92)
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_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 4076575296 bytes (3887 MB) / 5689049088 bytes (5425 MB) up to 5726797824 bytes (5461 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6G -Xms6G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 177 mods loaded, 169 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.jar)
UCHIJAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAA AM2-Preloader{0.0.3} [AMCore] (minecraft.jar)
UCHIJAA appliedenergistics2-core{rv3-beta-6} [Applied Energistics 2 Core] (minecraft.jar)
UCHIJAA Aroma1997Core{1.0.2.16} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.16.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 PlayerAPI{1.4} [Player API] (minecraft.jar)
UCHIJAA SmartCore{1.0.3} [Smart Core] (minecraft.jar)
UCHIJAA backpacks16840{3.1.3} [Backpacks!] (zz-backpacks 1.7.10 - 3.1.3.jar)
UCHIJAA OpenModsCore{0.10} [OpenModsCore] (minecraft.jar)
UCHIJAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAA BinniePatcher{1.8.2} [Binnie Patcher] (minecraft.jar)
UCHIJAA FastCraft{1.23} [FastCraft] (fastcraft-1.23.jar)
UCHIJAA ExtendedPotions{1.2} [Extended Potions] (ExtendedPotions-MC1.7.10-1.2.jar)
UCHIJAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UCHIJAA arsmagica2{1.4.0.009} [Ars Magica 2] (1.7.10_AM2-1.4.0.009.jar)
UCHIJAA bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
UCHIJAA ArmorStatusHUD{1.28} [ArmorStatusHUD] ([1.7.10]ArmorStatusHUD-client-1.28.jar)
UCHIJAA abyssalcraft{1.9.1.3} [AbyssalCraft] (AbyssalCraft-1.7.10-1.9.1.3-FINAL.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 AgriCraft{1.7.10-1.5.0} [AgriCraft] (AgriCraft-1.7.10-1.5.0.jar)
UCHIJAA antiidconflict{1.3.5} [Anti Id Conflict] (AntiIdConflict-LATEST-1.7.10.jar)
UCHIJAA AppleCore{1.3.9} [AppleCore] (AppleCore-mc1.7.10-1.3.9.jar)
UCHIJAA appliedenergistics2{rv3-beta-6} [Applied Energistics 2] (appliedenergistics2-rv3-beta-6.jar)
UCHIJAA Aroma1997CoreHelper{1.0.2.16} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.16.jar)
UCHIJAA AromaBackup{0.1.0.0} [AromaBackup] (AromaBackup-1.7.10-0.1.0.0.jar)
UCHIJAA AromaBackupRecovery{1.0} [AromaBackup Recovery] (AromaBackup-1.7.10-0.1.0.0.jar)
UCHIJAA babyanimals{1.7.10-2} [Baby Animals Model Swapper] (BabyAnimals-1.7.10-2.jar)
UCHIJAA iChunUtil{4.2.3} [iChunUtil] (iChunUtil-4.2.3.jar)
UCHIJAA BackTools{4.0.0} [BackTools] (BackTools-4.0.0.jar)
UCHIJAA BetterAchievements{0.1.0} [Better Achievements] (BetterAchievements-1.7.10-0.1.0.jar)
UCHIJAA BiblioCraft{1.11.5} [BiblioCraft] (BiblioCraft[v1.11.5][MC1.7.10].jar)
UCHIJAA IC2{2.2.827-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.827-experimental.jar)
UCHIJAA CoFHCore{1.7.10R3.1.4} [CoFH Core] (CoFHCore-[1.7.10]3.1.4-329.jar)
UCHIJAA Forestry{4.2.16.64} [Forestry for Minecraft] (forestry_1.7.10-4.2.16.64.jar)
UCHIJAA BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)
UCHIJAA BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
UCHIJAA ThermalFoundation{1.7.10R1.2.6} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.6-118.jar)
UCHIJAA ThermalExpansion{1.7.10R4.1.5} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.5-248.jar)
UCHIJAA BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
UCHIJAA BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14.jar)
UCHIJAA Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14.jar)
UCHIJAA ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14.jar)
UCHIJAA ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14.jar)
UCHIJAA Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14.jar)
UCHIJAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
UCHIJAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJAA Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)
UCHIJAA PotionIDHelper{1.0.4} [Potion ID Helper] (PotionIDHelper-1.0.4.jar)
UCHIJAA BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar)
UCHIJAA BuildCraft|Core{7.1.21} [BuildCraft] (buildcraft-7.1.21.jar)
UCHIJAA BuildCraft|Builders{7.1.21} [BC Builders] (buildcraft-7.1.21.jar)
UCHIJAA BuildCraft|Energy{7.1.21} [BC Energy] (buildcraft-7.1.21.jar)
UCHIJAA BuildCraft|Factory{7.1.21} [BC Factory] (buildcraft-7.1.21.jar)
UCHIJAA BuildCraft|Robotics{7.1.21} [BC Robotics] (buildcraft-7.1.21.jar)
UCHIJAA BuildCraft|Silicon{7.1.21} [BC Silicon] (buildcraft-7.1.21.jar)
UCHIJAA BuildCraft|Transport{7.1.21} [BC Transport] (buildcraft-7.1.21.jar)
UCHIJAA chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
UCHIJAA CarpentersBlocks{3.3.8.1} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8.1 - MC 1.7.10.jar)
UCHIJAA chancecubes{1.7.10-2.3.2.126} [Chance Cubes] (ChanceCubes-1.7.10-2.3.2.126.jar)
UCHIJAA ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCHIJAA CoroAI{v1.0} [CoroAI] (coroutil-1.7.10-1.1.6.jar)
UCHIJAA BuildMod{v1.0} [Build Mod] (coroutil-1.7.10-1.1.6.jar)
UCHIJAA CoroPets{v1.0} [CoroPets] (coroutil-1.7.10-1.1.6.jar)
UCHIJAA ExtendedRenderer{v1.0} [Extended Renderer] (coroutil-1.7.10-1.1.6.jar)
UCHIJAA ConfigMod{v1.0} [Extended Mod Config] (coroutil-1.7.10-1.1.6.jar)
UCHIJAA cosmeticarmorreworked{1.7.10-v6b} [CosmeticArmorReworked] (CosmeticArmorReworked-1.7.10-v6b.jar)
UCHIJAA CustomMainMenu{1.9.2} [Custom Main Menu] (CustomMainMenu-MC1.7.10-1.9.2.jar)
UCHIJAA CustomPets{1.0.5} [Custom Pets] (custompets-1.7.10-1.0.5-universal.jar)
UCHIJAA lootablebodies{1.3.7} [DrCyano's Lootable Bodies] (CyanosLootableBodies-1.7.10-backport_1.3.7.jar)
UCHIJAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.4.2_1.7.10.jar)
UCHIJAA props{2.4.2} [Decocraft] (Decocraft-2.4.2_1.7.10.jar)
UCHIJAA dldungeonsjdg{1.9.2} [Doomlike Dungeons] (DoomlikeDungeons-1.9.2-MC1.7.10.jar)
UCHIJAA DraconicEvolution{1.0.2h} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2h.jar)
UCHIJAA eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UCHIJAA endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta.jar)
UCHIJAA MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAA EnderIO{1.7.10-2.3.0.429_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.429_beta.jar)
UCHIJAA enviromine{1.3.124} [EnviroMine] (EnviroMine-1.3.124.jar)
UCHIJAA evilcraft{0.9.13} [EvilCraft] (EvilCraft-1.7.10-0.9.13.jar)
UCHIJAA exnihilo{1.38-53} [Ex Nihilo] (Ex-Nihilo-1.38-53.jar)
UCHIJAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCHIJAA ImmersiveEngineering{0.7.7} [Immersive Engineering] (ImmersiveEngineering-0.7.7.jar)
UCHIJAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCHIJAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCHIJAA exastris{MC1.7.10-1.16-36} [Ex Astris] (Ex-Astris-MC1.7.10-1.16-36.jar)
UCHIJAA excore{1.5.3} [EXCore] (Excore-1.5.3-1.7.10.jar)
UCHIJAA FoodExpansion{1.0} [Food Expansion] (FoodExpansion1.1.1-mc1.7.10.jar)
UCHIJAA llibrary{1.5.1} [LLibrary] (llibrary-1.5.1-1.7.10.jar)
UCHIJAA fossil{7.3.2} [Fossils and Archeology Revival] (fossilsarcheology-7.3.2.jar)
UCHIJAA foxlib{1.7.10-0.7.0} [FoxLib] (FoxLib-1.7.10-0.7.0.jar)
UCHIJAA hardcorewither{1.1.3} [Hardcore Wither] (Hardcore Wither-1.7.10-1.1.3-21-universal.jar)
UCHIJAA HardcoreQuesting{4.4.4} [Hardcore Questing Mode] (HQM-The Journey-4.4.4.jar)
UCHIJAA InventoryPets{1.4.9.4} [Inventory Pets] (inventorypets-1.7.10-1.4.9.4-universal.jar)
UCHIJAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCHIJAA IronChest{6.0.60.741} [Iron Chest] (ironchest-1.7.10-6.0.60.741-universal.jar)
UCHIJAA JABBA{1.2.2} [JABBA] (Jabba-1.2.2_1.7.10.jar)
UCHIJAA journeymap{5.1.4p2} [JourneyMap] (journeymap-1.7.10-5.1.4p2-unlimited.jar)
UCHIJAA lootbags{2.0.17} [Loot Bags] (LootBags-1.7.10-2.0.17.jar)
UCHIJAA LunatriusCore{1.1.2.21} [LunatriusCore] (LunatriusCore-1.7.10-1.1.2.21-universal.jar)
UCHIJAA magicalcrops{4.0.0_PUBLIC_BETA_3} [Magical Crops] (magicalcrops-4.0.0_PUBLIC_BETA_3.jar)
UCHIJAA MagicBees{2.4.3} [Magic Bees] (magicbees-1.7.10-2.4.3.jar)
UCHIJAA RadixCore{2.1.3} [RadixCore] (RadixCore-1.7.10-2.1.3-universal.jar)
UCHIJAA MCA{1.7.10-5.2.2} [Minecraft Comes Alive] (MCA-1.7.10-5.2.2-universal.jar)
UCHIJAA minechem{5.0.5.406} [Minechem] (Minechem-1.7.10-5.0.5.406.jar)
UCHIJAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAA MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAA MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10B.jar)
UCHIJAA MobDismemberment{4.0.0} [MobDismemberment] (MobDismemberment-4.0.0.jar)
UCHIJAA ModularForcefieldSystem{3.0-ALPHA-7} [Modular Forcefield System] (ModularForcefieldSystem-1.7.10-3.0-ALPHA-7.jar)
UCHIJAA numina{1.7.10} [Numina] (Numina-0.4.1.105.jar)
UCHIJAA powersuits{1.7.10-0.11.1.114} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.7.10-0.11.1.114.jar)
UCHIJAA Morpheus{1.7.10-1.6.21} [Morpheus] (Morpheus-1.7.10-1.6.21.jar)
UCHIJAA cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)
UCHIJAA NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAA NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAA NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAA NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAA NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAA NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAA NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAA Netherless{0.9.0} [Netherless] (Netherless-0.9.0.jar)
UCHIJAA netherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.7.10-1.1.0.jar)
UCHIJAA OpenMods{0.10} [OpenMods] (OpenModsLib-1.7.10-0.10.jar)
UCHIJAA OpenBlocks{1.6} [OpenBlocks] (OpenBlocks-1.7.10-1.6.jar)
UCHIJAA fodc{1.6.1} [Ore Dictionary Converter] (OreDictionaryConverter-1.6.1.jar)
UCHIJAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
UCHIJAA placeableitems{2.0.1} [Placeable Items Mod] (placeableitems-2.0.1.jar)
UCHIJAA PneumaticCraft{1.12.7-150} [PneumaticCraft] (PneumaticCraft-1.7.10-1.12.7-150-universal.jar)
UCHIJAA PortalGun{4.0.0-beta-6} [PortalGun] (PortalGun-4.0.0-beta-6.jar)
UCHIJAA ProjectE{1.7.10-PE1.10.1} [ProjectE] (ProjectE-1.7.10-PE1.10.1.jar)
UCHIJAA RealisticTorches{1.6.3} [Realistic Torches] (RealisticTorches-1.7.10-1.6.3.jar)
UCHIJAA reauth{3.4.1} [ReAuth] (ReAuth-1.7.10-3.4.1.jar)
UCHIJAA secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.406.jar)
UCHIJAA seeddrop{1.0.0-1.7} [SeedDrop] (SeedDrop-1.0.0-1.7.jar)
UCHIJAA SimpleAchievements{MC1.7.10-1.1.0-21} [Simple Achievements] (SimpleAchievements-MC1.7.10-1.1.0-21.jar)
UCHIJAA simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar)
UCHIJAA SmartMoving{15.6} [Smart Moving] (SmartMoving-1.7.10-15.6.jar)
UCHIJAA SmartRender{2.1} [Smart Render] (SmartRender-1.7.10-2.1.jar)
UCHIJAA SpecialAI{1.1.2} [Special AI] (SpecialAI-1.7.10-1.1.2.jar)
UCHIJAA SpecialMobs{3.2.2} [Special Mobs] (SpecialMobs-1.7.10-3.2.2.jar)
UCHIJAA SpiceOfLife{1.3.8} [The Spice of Life] (SpiceOfLife-mc1.7.10-1.3.8.jar)
UCHIJAA Stackie{1.6.0.36} [Stackie] (Stackie-1.7.10-1.6.0.36-universal.jar)
UCHIJAA StorageDrawers{1.7.10-1.10.8} [Storage Drawers] (StorageDrawers-1.7.10-1.10.8.jar)
UCHIJAA StorageDrawersForestry{1.7.10-1.1.2} [Storage Drawers: Forestry Pack] (StorageDrawers-Forestry-1.7.10-1.1.2.jar)
UCHIJAA StorageDrawersNatura{1.7.10-1.1.1} [Storage Drawers: Natura Pack] (StorageDrawers-Natura-1.7.10-1.1.1.jar)
UCHIJAA Sync{4.0.1} [Sync] (Sync-4.0.1.jar)
UCHIJAA Tails{1.7.10-1.4.1a} [Tails] (Tails-1.7.10-1.4.1a.jar)
UCHIJAA Talismans 2{1.1.6} [Talismans 2] (Talismans2-1.7.10-1.1.6.jar)
UCHIJAA thaumcraftneiplugin{@VERSION@} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
UCHIJAA ThermalDynamics{1.7.10R1.2.1} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.1-172.jar)
UCHIJAA Translocator{1.1.2.16} [Translocator] (Translocator-1.7.10-1.1.2.16-universal.jar)
UCHIJAA VillagersNose{1.3a} [Villager's Nose] (VillagersNose-1.7.10-1.3c.jar)
UCHIJAA WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
UCHIJAA wawla{1.3.1} [What Are We Looking At] (Wawla-1.0.5.120.jar)
UCHIJAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCHIJAA wolfarmor{1.3.0} [Wolf Armor and Storage] (wolfarmor-1.3.0.1.jar)
UCHIJAA IguanaTweaksTConstruct{1.7.10-2.1.6.163} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.6.jar)
UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:ACTIVATED],[player_damage_hook:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448
CoFHCore: -[1.7.10]3.1.4-329
ThermalFoundation: -[1.7.10]1.2.6-118
ThermalExpansion: -[1.7.10]4.1.5-248
MineFactoryReloaded: -[1.7.10]2.8.1-174
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
ThermalDynamics: -[1.7.10]1.2.1-172
Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
EnderIO: Found the following problem(s) with your installation:
* An unknown AE2 API is installed (rv3 from appliedenergistics2-rv3-beta-6.jar).
Ender IO was build against API version rv2 and may or may not work with a newer version.
* An unsupportted old RF API is installed (1.7.10R1.0.0 from Minechem-1.7.10-5.0.5.406.jar).
Ender IO needs at least 1.7.10R1.0.2 and will NOT work with older versions.
This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:OFF, BuildCraftCore:ON, BuildCraftTransport:ON, BuildCraftBuilder:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:OFF, FMP:OFF, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF, OpenComputers:OFF, PneumaticCraft:ON
Profiler Position: N/A (disabled)
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
 
Z

ZDavePlays

Guest
Turns out that it was evilcraft, I diabled the dark temples by putting that they appear 0 per chunk, that broke things up and I had to remove evilcraft.