AllTheMods / ATM-7

This is the official repository and issue-tracker for All The Mods 7 1.18
https://www.curseforge.com/minecraft/modpacks/all-the-mods-7
86 stars 49 forks source link

ATM7 0.2.38 ATM Mining Dimension Crashes (Dimension Unusable) #457

Closed VengefulZephyr closed 2 years ago

VengefulZephyr commented 2 years ago

The ATM Mining Dimension crashes every few minutes (or less without Optifine). No matter what, if I spend more than a couple minutes in that dimension, I will crash. Without Optifine it happens even faster. Furthermore, these crashes are happening on tick lag spikes that occur quite often in the mining dimension as well. The tick lag spikes get worse and worse in said dimension until a severe enough one seems to cause a crash. This does NOT happen in the overworld or nether. Only the Mining Dimension. Here is the crash report that I seem to get every time:

---- Minecraft Crash Report ---- // Don't be sad, have a hug! <3

Time: 2/9/22, 11:02 AM Description: Unexpected error

java.util.ConcurrentModificationException: null at java.util.HashMap$EntrySpliterator.forEachRemaining(HashMap.java:1855) ~[?:?] {} at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] {} at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] {} at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[?:?] {} at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?] {} at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[?:?] {} at de.melanx.utilitix.content.BetterMending.pullXPClient(BetterMending.java:87) ~[UtilitiX-1.18.1-0.3.9.jar%23290!/:1.18.1-0.3.9] {re:classloading} at net.minecraftforge.eventbus.ASMEventHandler_792_BetterMending_pullXPClient_ClientTickEvent.invoke(.dynamic) ~[?:?] {} at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-5.0.3.jar%232!/:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-5.0.3.jar%232!/:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-5.0.3.jar%232!/:?] {} at net.minecraftforge.event.ForgeEventFactory.onPostClientTick(ForgeEventFactory.java:876) ~[forge-1.18.1-39.0.66-universal.jar%23304!/:?] {re:mixin,re:classloading} at net.minecraft.client.Minecraft.m91398(Minecraft.java:1733) ~[client-1.18.1-20211210.034407-srg.jar%23300!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:ae2.mixins.json:PickColorMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:APP:terrablender_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m91383(Minecraft.java:1015) ~[client-1.18.1-20211210.034407-srg.jar%23300!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:ae2.mixins.json:PickColorMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:APP:terrablender_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m91374(Minecraft.java:660) ~[client-1.18.1-20211210.034407-srg.jar%23300!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:ae2.mixins.json:PickColorMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:APP:terrablender_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:205) ~[client-1.18.1-20211210.034407-srg.jar%23300!/:?] {re:classloading,pl:runtimedistcleaner:A} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {} at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:45) ~[fmlloader-1.18.1-39.0.66.jar%2323!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.0.jar%235!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.0.jar%235!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.0.jar%235!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.0.jar%235!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.0.jar%235!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.0.jar%235!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.0.jar%235!/:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {}

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head -- Thread: Render thread Stacktrace: at java.util.HashMap$EntrySpliterator.forEachRemaining(HashMap.java:1855) ~[?:?] {} at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] {} at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] {} at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[?:?] {} at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?] {} at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[?:?] {} at de.melanx.utilitix.content.BetterMending.pullXPClient(BetterMending.java:87) ~[UtilitiX-1.18.1-0.3.9.jar%23290!/:1.18.1-0.3.9] {re:classloading} at net.minecraftforge.eventbus.ASMEventHandler_792_BetterMending_pullXPClient_ClientTickEvent.invoke(.dynamic) ~[?:?] {} at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-5.0.3.jar%232!/:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-5.0.3.jar%232!/:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-5.0.3.jar%232!/:?] {} at net.minecraftforge.event.ForgeEventFactory.onPostClientTick(ForgeEventFactory.java:876) ~[forge-1.18.1-39.0.66-universal.jar%23304!/:?] {re:mixin,re:classloading} -- Affected level -- Details: All players: 1 total; [LocalPlayer['ImmortalZephyr'/722, l='ClientLevel', x=54.67, y=-58.00, z=198.11]] Chunk stats: 5041, 1435 Level dimension: allthemodium:mining Level spawn location: World: (0,74,0), Section: (at 0,10,0 in 0,4,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511) Level time: 2221696 game time, 582282 day time Server brand: forge Server type: Integrated singleplayer server Stacktrace: at net.minecraft.client.multiplayer.ClientLevel.m6026(ClientLevel.java:517) ~[client-1.18.1-20211210.034407-srg.jar%23300!/:?] {re:mixin,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,pl:mixin:APP:architectury.mixins.json:MixinClientLevel,pl:mixin:APP:blue_skies.mixins.json:ClientLevelMixin,pl:mixin:APP:enhancedcelestials.mixins.json:client.MixinClientWorld,pl:mixin:APP:entityculling.mixins.json:ClientWorldMixin,pl:mixin:APP:terrablender.mixins.json:client.MixinClientLevel,pl:mixin:APP:create.mixins.json:DestroyProgressMixin,pl:mixin:A} at net.minecraft.client.Minecraft.m91354(Minecraft.java:2248) ~[client-1.18.1-20211210.034407-srg.jar%23300!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:ae2.mixins.json:PickColorMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:APP:terrablender_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m91374(Minecraft.java:682) ~[client-1.18.1-20211210.034407-srg.jar%23300!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:ae2.mixins.json:PickColorMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:APP:terrablender_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:205) ~[client-1.18.1-20211210.034407-srg.jar%23300!/:?] {re:classloading,pl:runtimedistcleaner:A} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {} at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:45) ~[fmlloader-1.18.1-39.0.66.jar%2323!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.0.jar%235!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.0.jar%235!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.0.jar%235!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.0.jar%235!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.0.jar%235!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.0.jar%235!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.0.jar%235!/:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {}

-- Last reload -- Details: Reload number: 1 Reload reason: initial Finished: Yes Packs: Default, Mod Resources, resources, KubeJS Resource Pack [assets]

-- System Details -- Details: Minecraft Version: 1.18.1 Minecraft Version ID: 1.18.1 Operating System: Windows 10 (amd64) version 10.0 Java Version: 17.0.1, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 7210725640 bytes (6876 MiB) / 15569256448 bytes (14848 MiB) up to 17179869184 bytes (16384 MiB) CPUs: 24 Processor Vendor: AuthenticAMD Processor Name: AMD Ryzen 9 5900X 12-Core Processor
Identifier: AuthenticAMD Family 25 Model 33 Stepping 0 Microarchitecture: Zen 3 Frequency (GHz): 4.73 Number of physical packages: 1 Number of physical CPUs: 12 Number of logical CPUs: 24 Graphics card #0 name: NVIDIA GeForce RTX 3070 Graphics card #0 vendor: NVIDIA (0x10de) Graphics card #0 VRAM (MB): 4095.00 Graphics card #0 deviceId: 0x2484 Graphics card #0 versionInfo: DriverVersion=30.0.15.1165 Memory slot #0 capacity (MB): 16384.00 Memory slot #0 clockSpeed (GHz): 3.60 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 16384.00 Memory slot #1 clockSpeed (GHz): 3.60 Memory slot #1 type: DDR4 Virtual memory max (MB): 37541.59 Virtual memory used (MB): 29618.46 Swap memory total (MB): 4864.00 Swap memory used (MB): 51.94 JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx16384m -Xms256m Launched Version: forge-39.0.66 Backend library: LWJGL version 3.2.2 SNAPSHOT Backend API: NVIDIA GeForce RTX 3070/PCIe/SSE2 GL version 4.6.0 NVIDIA 511.65, NVIDIA Corporation Window size: 2560x1440 GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge' Type: Integrated Server (map_client.txt) Graphics mode: fancy Resource Packs: vanilla, mod_resources, packmenu (incompatible) Current Language: English (US) CPU: 24x AMD Ryzen 9 5900X 12-Core Processor Server Running: true Player Count: 1 / 8; [ServerPlayer['ImmortalZephyr'/722, l='ServerLevel[Test World]', x=54.67, y=-58.00, z=198.12]] Data Packs: vanilla, mod:supermartijn642configlib, mod:quarryplus, mod:simplemagnets, mod:integratedterminals, mod:mcwwindows, mod:windowlogging (incompatible), mod:modnametooltip (incompatible), mod:ironjetpacks, mod:ctm (incompatible), mod:rangedpumps, mod:wstweaks (incompatible), mod:shrink (incompatible), mod:apotheosis (incompatible), mod:clickadv (incompatible), mod:balm (incompatible), mod:waterstrainer, mod:jeresources, mod:cloth_config (incompatible), mod:shetiphiancore, mod:supplementaries (incompatible), mod:refinedstorage, mod:structure_gel, mod:packmenu (incompatible), mod:alltheores (incompatible), mod:cleancut (incompatible), mod:torchmaster (incompatible), mod:repurposed_structures, mod:biomesoplenty, mod:ironfurnaces, mod:mcwtrpdoors, mod:silentgear (incompatible), mod:supermartijn642corelib, mod:spark (incompatible), mod:curios, mod:corail_woodcutter, mod:angelring (incompatible), mod:tombstone, mod:extrastorage (incompatible), mod:naturesaura (incompatible), mod:constructionwand, mod:mcwroofs, mod:cfm, mod:toms_storage, mod:fastleafdecay, mod:geckolib3 (incompatible), mod:mcwlights, mod:kiwi, mod:clienttweaks, mod:nomowanderer (incompatible), mod:jei, mod:tesseract, mod:caelus, mod:allthecompressed, mod:naturescompass (incompatible), mod:libx, mod:compactmachines, mod:phosphophyllite, mod:curioofundying, mod:farmingforblockheads, mod:clickmachine (incompatible), mod:catalogue (incompatible), mod:extradisks, mod:ironchest, mod:integratedcrafting, mod:dungeons_arise, mod:logprot (incompatible), mod:theoneprobe (incompatible), mod:ae2, mod:aeinfinitybooster, mod:terrablender, mod:mousetweaks, mod:immersiveengineering, mod:blockydoors (incompatible), mod:syp, mod:allthemodium (incompatible), mod:ding, mod:domum_ornamentum (incompatible), mod:pipez, mod:flywheel, mod:integrateddynamics, mod:itemcollectors, mod:croptopia, mod:bhc (incompatible), mod:polymorph, mod:justenoughprofessions, mod:securitycraft, mod:structurize, mod:norecipeadvancements, mod:fastfurnace (incompatible), mod:lootr, mod:connectedglass, mod:occultism, mod:puzzleslib, mod:allthetweaks, mod:extremesoundmuffler, mod:cosmeticarmorreworked (incompatible), mod:xpbook, mod:defaultoptions, mod:hexerei, mod:cyclopscore, mod:blue_skies (incompatible), mod:no_null_processors, mod:netherportalfix, mod:advancedperipherals (incompatible), mod:tinyredstone (incompatible), mod:curiousshulkerboxes, mod:utilitix, mod:rsgauges (incompatible), mod:glassential (incompatible), mod:terraforged, mod:cookingforblockheads, mod:controlling (incompatible), mod:placebo (incompatible), mod:citadel, mod:alexsmobs (incompatible), mod:potionsmaster (incompatible), mod:feature_nbt_deadlock_be_gone, mod:sophisticatedbackpacks (incompatible), mod:patinapipeworks, mod:buildinggadgets (incompatible), mod:framedblocks, mod:forge, mod:passthroughsigns (incompatible), mod:appleskin, mod:aquaculture (incompatible), mod:mcwdoors, mod:lightingwand, mod:jeed (incompatible), mod:fpsreducer, mod:beyond_earth (incompatible), mod:absentbydesign (incompatible), mod:mob_grinding_utils, mod:chipped, mod:out_of_sight (incompatible), mod:mcwbridges, mod:hostilenetworks (incompatible), mod:entangled, mod:endertanks, mod:commoncapabilities, mod:crashutilities (incompatible), mod:mcwfences, mod:wirelesschargers, mod:simplylight (incompatible), mod:patchouli, mod:ars_nouveau (incompatible), mod:blockui, mod:multipiston (incompatible), mod:collective, mod:oreexcavation, mod:villagertools (incompatible), mod:integratedtunnels, mod:mysticalcustomization, mod:elevatorid, mod:architectury (incompatible), mod:ftblibrary, mod:ftbteams (incompatible), mod:curiouselytra, mod:computercraft (incompatible), mod:aiimprovements, mod:productivebees, mod:lightoverlay (incompatible), mod:trashcans, mod:inventoryessentials, mod:voidtotem, mod:tradingpost, mod:betteradvancements, mod:inventorysorter (incompatible), mod:rhino, mod:biggerreactors, mod:rootsclassic, mod:cucumber, mod:trashslot, mod:jmi, mod:additionallanterns, mod:platforms, mod:tinygates (incompatible), mod:reap, mod:create, mod:waystones, mod:mcwpaintings, mod:fastsuite (incompatible), mod:clumps (incompatible), mod:journeymap, mod:comforts, mod:artifacts, mod:configured (incompatible), mod:dimstorage (incompatible), mod:myserveriscompatible (incompatible), mod:dungeoncrawl, mod:charginggadgets (incompatible), mod:lazydfu (incompatible), mod:mcjtylib (incompatible), mod:rftoolsbase (incompatible), mod:xnet (incompatible), mod:rftoolspower (incompatible), mod:rftoolsbuilder (incompatible), mod:rftoolsstorage (incompatible), mod:rftoolscontrol (incompatible), mod:explorerscompass (incompatible), mod:mahoutsukai, mod:farsight_view (incompatible), mod:toastcontrol (incompatible), mod:mininggadgets (incompatible), mod:ftbchunks (incompatible), mod:kubejs, mod:kubejs_create (incompatible), mod:kubejs_immersive_engineering, mod:selene (incompatible), mod:mysticalagriculture, mod:mysticalagradditions, mod:craftingtweaks, mod:rftoolsutility (incompatible), mod:silentlib, mod:iceberg, mod:legendarytooltips, mod:fastbench (incompatible), mod:beyond_earth_giselle_addon (incompatible), mod:storagedrawers (incompatible), mod:enderchests, mod:quartz, mod:minecolonies (incompatible), mod:pylons, mod:creeperoverhaul, mod:ferritecore (incompatible), mod:engineersdecor (incompatible), mod:solcarrot (incompatible), mod:moredragoneggs, mod:modularrouters (incompatible), mod:enhancedcelestials (incompatible), mod:betterf3, mod:refinedstorageaddons, mod:expandability (incompatible), mod:flickerfix, mod:createaddition (incompatible), mod:darkpaintings, mod:mantle (incompatible), mod:entityculling (incompatible), mod:rsinfinitybooster (incompatible), mod:farmersdelight, mod:libnonymous, mod:energymeter, mod:observable (incompatible), mod:darkmodeeverywhere, mod:bonsaitrees3, mod:tconstruct (incompatible), mod:enchdesc OptiFine Version: OptiFine_1.18.1_HD_U_H5_pre5 OptiFine Build: 20220208-201221 Render Distance Chunks: 16 Mipmaps: 1 Anisotropic Filtering: 1 Antialiasing: 0 Multitexture: false Shaders: null OpenGlVersion: 4.6.0 NVIDIA 511.65 OpenGlRenderer: NVIDIA GeForce RTX 3070/PCIe/SSE2 OpenGlVendor: NVIDIA Corporation CpuCount: 24 ModLauncher: 9.1.0+9.1.0+main.6690ee51 ModLauncher launch target: forgeclient ModLauncher naming: srg ModLauncher services: mixin PLUGINSERVICE eventbus PLUGINSERVICE object_holder_definalize PLUGINSERVICE runtime_enum_extender PLUGINSERVICE capability_token_subclass PLUGINSERVICE accesstransformer PLUGINSERVICE runtimedistcleaner PLUGINSERVICE mixin TRANSFORMATIONSERVICE OptiFine TRANSFORMATIONSERVICE fml TRANSFORMATIONSERVICE FML Language Providers: minecraft@1.0 kotori_scala@2.13.8-build-2 kotlinforforge@3.1.0 javafml@null Mod List: supermartijn642configlib-1.0.9-mc1.18.jar |SuperMartijn642's Config Lib |supermartijn642configlib |1.0.9 |DONE |Manifest: NOSIGNATURE AdditionalEnchantedMiner-1.18.1-18.7.jar |QuarryPlus |quarryplus |18.7 |DONE |Manifest: 1a:13:52:63:6f:dc:0c:ad:7f:8a:64:ac:46:58:8a:0c:90:ea:2c:5d:11:ac:4c:d4:62:85:c7:d1:00:fa:9c:76 simplemagnets-1.1.5-mc1.18.jar |Simple Magnets |simplemagnets |1.1.5 |DONE |Manifest: NOSIGNATURE IntegratedTerminals-1.18.1-1.2.14.jar |IntegratedTerminals |integratedterminals |1.2.14 |DONE |Manifest: NOSIGNATURE mcw-windows-2.0.2-mc1.18.1.jar |Macaw's Windows |mcwwindows |2.0.2 |DONE |Manifest: NOSIGNATURE windowlogging-mc1.18.1_v0.0.8.jar |Windowlogging |windowlogging |0.0.8 |DONE |Manifest: NOSIGNATURE modnametooltip-1.18.1-1.18.0.jar |Mod Name Tooltip |modnametooltip |1.18.0 |DONE |Manifest: NOSIGNATURE IronJetpacks-1.18.1-5.0.2.jar |Iron Jetpacks |ironjetpacks |5.0.2 |DONE |Manifest: NOSIGNATURE CTM-1.18-1.1.3+1.jar |ConnectedTexturesMod |ctm |1.18-1.1.3+1 |DONE |Manifest: NOSIGNATURE rangedpumps-0.9.0.jar |Ranged Pumps |rangedpumps |0.9.0 |DONE |Manifest: NOSIGNATURE WitherSkeletonTweaks-1.18.1-7.1.0.jar |Wither Skeleton Tweaks |wstweaks |7.1.0 |DONE |Manifest: NOSIGNATURE Shrink-1.18.1-1.3.0.jar |Shrink |shrink |1.3.0 |DONE |Manifest: NOSIGNATURE Apotheosis-1.18.1-5.3.2.jar |Apotheosis |apotheosis |5.3.2 |DONE |Manifest: NOSIGNATURE clickadv-1.18.1-2.2.jar |clickadv mod |clickadv |1.18.1-2.2 |DONE |Manifest: NOSIGNATURE balm-2.4.2+0.jar |Balm |balm |2.4.2+0 |DONE |Manifest: NOSIGNATURE WaterStrainer-1.18-12.1.0.jar |Water Strainer |waterstrainer |1.18-12.1.0 |DONE |Manifest: NOSIGNATURE JustEnoughResources-1.18.1-0.13.1.150.jar |Just Enough Resources |jeresources |0.13.1.150 |DONE |Manifest: NOSIGNATURE cloth-config-6.2.57-forge.jar |Cloth Config v4 API |cloth_config |6.2.57 |DONE |Manifest: NOSIGNATURE shetiphiancore-1.18-3.10.2.jar |ShetiPhian-Core |shetiphiancore |3.10.2 |DONE |Manifest: NOSIGNATURE supplementaries-1.18.1-1.1.11.jar |Supplementaries |supplementaries |1.1.11 |DONE |Manifest: NOSIGNATURE structure_gel-1.18.1-2.1.3.jar |Structure Gel API |structure_gel |2.1.3 |DONE |Manifest: NOSIGNATURE PackMenu-1.18.1-4.0.1.jar |PackMenu |packmenu |4.0.1 |DONE |Manifest: NOSIGNATURE alltheores-1.8.1-1.18.1-39.0.0.jar |AllTheOres |alltheores |1.8.1-1.18.1-39.0.0 |DONE |Manifest: NOSIGNATURE cleancut-mc1.18-3.0-forge.jar |Clean Cut |cleancut |3.0 |DONE |Manifest: NOSIGNATURE torchmaster-18.0.3-beta.jar |Torchmaster |torchmaster |18.0.3-beta |DONE |Manifest: NOSIGNATURE repurposed_structures_forge-4.2.9+1.18.1.jar |Repurposed Structures |repurposed_structures |4.2.9+1.18.1 |DONE |Manifest: NOSIGNATURE BiomesOPlenty-1.18.1-15.0.0.105-universal.jar |Biomes O' Plenty |biomesoplenty |1.18.1-15.0.0.105 |DONE |Manifest: NOSIGNATURE ironfurnaces-1.18.1-3.1.4.jar |Iron Furnaces |ironfurnaces |3.1.4 |DONE |Manifest: NOSIGNATURE mcw-trapdoors-1.0.4-mc1.18.1.jar |Macaw's Trapdoors |mcwtrpdoors |1.0.4 |DONE |Manifest: NOSIGNATURE silent-gear-1.18.1-2.8.8.jar |Silent Gear |silentgear |2.8.8 |DONE |Manifest: NOSIGNATURE supermartijn642corelib-1.0.16a-mc1.18.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.0.16a |DONE |Manifest: NOSIGNATURE spark-forge.jar |spark |spark |1.7.2 |DONE |Manifest: NOSIGNATURE curios-forge-1.18.1-5.0.6.0.jar |Curios API |curios |1.18.1-5.0.6.0 |DONE |Manifest: NOSIGNATURE corail_woodcutter-1.18-2.2.1.jar |Corail Woodcutter |corail_woodcutter |2.2.1 |DONE |Manifest: NOSIGNATURE angelring-1.18.1-2.0.0.alpha.2.jar |Angel Ring |angelring |2.0.0.alpha.1 |DONE |Manifest: NOSIGNATURE tombstone-7.4.0-1.18.jar |Corail Tombstone |tombstone |7.4.0 |DONE |Manifest: NOSIGNATURE NaturesAura-35.4.jar |Nature's Aura |naturesaura |35.4 |DONE |Manifest: NOSIGNATURE constructionwand-1.18.1-2.6.jar |Construction Wand |constructionwand |1.18.1-2.6 |DONE |Manifest: NOSIGNATURE mcw-roofs-2.1.0-mc1.18.1.jar |Macaw's Roofs |mcwroofs |2.1.0 |DONE |Manifest: NOSIGNATURE furniture-7.0.0-pre28-1.18.1.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre28 |DONE |Manifest: NOSIGNATURE toms_storage-1.18-1.2.23.jar |Tom's Simple Storage Mod |toms_storage |1.2.23 |DONE |Manifest: NOSIGNATURE FastLeafDecay-27.2.jar |FastLeafDecay |fastleafdecay |27.2 |DONE |Manifest: NOSIGNATURE geckolib-1.18-forge-3.0.11.jar |GeckoLib |geckolib3 |3.0.11 |DONE |Manifest: NOSIGNATURE DarkPaintings-Forge-1.18.1-9.0.3.jar |DarkPaintings |darkpaintings |9.0.3 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5 mcw-lights-1.0.2-mc1.18.1.jar |Macaw's Lights and Lamps |mcwlights |1.0.2 |DONE |Manifest: NOSIGNATURE Kiwi-1.18-forge-5.2.5.jar |Kiwi |kiwi |5.2.5 |DONE |Manifest: NOSIGNATURE clienttweaks-forge-1.18-7.0.0.jar |Client Tweaks |clienttweaks |7.0.0 |DONE |Manifest: NOSIGNATURE nomowanderer-1.18.1_1.0.jar |NoMoWanderer |nomowanderer |1.18.1_1.0 |DONE |Manifest: NOSIGNATURE jei-1.18.1-9.2.3.85.jar |Just Enough Items |jei |9.2.3.85 |DONE |Manifest: NOSIGNATURE tesseract-1.0.25-mc1.18.jar |Tesseract |tesseract |1.0.25 |DONE |Manifest: NOSIGNATURE caelus-forge-1.18-3.0.0.1.jar |Caelus API |caelus |1.18-3.0.0.1 |DONE |Manifest: NOSIGNATURE AllTheCompressed-1.0.2-1.18.1-39.0.59.jar |AllTheCompressed |allthecompressed |1.0.2-1.18.1-39.0.59|DONE |Manifest: NOSIGNATURE NaturesCompass-1.18.1-1.9.4-forge.jar |Nature's Compass |naturescompass |1.18.1-1.9.4-forge |DONE |Manifest: NOSIGNATURE LibX-1.18.1-3.1.11.jar |LibX |libx |1.18.1-3.1.11 |DONE |Manifest: NOSIGNATURE compactmachines-4.0.0-beta.4.jar |Compact Machines 4 |compactmachines |4.0.0-beta.4 |DONE |Manifest: NOSIGNATURE phosphophyllite-1.18.1-0.6.0-beta.0.1.jar |Phosphophyllite |phosphophyllite |0.6.0-beta.0.1 |DONE |Manifest: NOSIGNATURE curioofundying-forge-1.18-5.3.0.0.jar |Curio of Undying |curioofundying |1.18-5.3.0.0 |DONE |Manifest: NOSIGNATURE farmingforblockheads-forge-1.18.1-9.0.3.jar |Farming for Blockheads |farmingforblockheads |9.0.3 |DONE |Manifest: NOSIGNATURE ClickMachine-1.18.1-6.0.2.jar |Click Machine |clickmachine |6.0.2 |DONE |Manifest: NOSIGNATURE catalogue-1.6.0-1.18.1.jar |Catalogue |catalogue |1.6.0 |DONE |Manifest: NOSIGNATURE ExtraDisks-1.18.1-2.0.2.jar |Extra Disks |extradisks |1.18.1-2.0.2 |DONE |Manifest: NOSIGNATURE ironchest-1.18-13.0.7.jar |Iron Chests |ironchest |1.18-13.0.7 |DONE |Manifest: NOSIGNATURE IntegratedCrafting-1.18.1-1.0.21.jar |IntegratedCrafting |integratedcrafting |1.0.21 |DONE |Manifest: NOSIGNATURE DungeonsArise-1.18.1-2.1.49d-beta.jar |When Dungeons Arise |dungeons_arise |2.1.49d-1.18.1 |DONE |Manifest: NOSIGNATURE client-1.18.1-20211210.034407-srg.jar |Minecraft |minecraft |1.18.1 |DONE |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f logprot-1.18-1.4.jar |Logprot |logprot |1.4 |DONE |Manifest: NOSIGNATURE theoneprobe-1.18-5.0.3.jar |The One Probe |theoneprobe |1.18-5.0.3 |DONE |Manifest: NOSIGNATURE appliedenergistics2-10.1.0-beta.1.jar |Applied Energistics 2 |ae2 |10.1.0-beta.1 |DONE |Manifest: NOSIGNATURE AEInfinityBooster-1.18.1-1.0.0+3.jar |AEInfinityBooster |aeinfinitybooster |1.18.1-1.0.0+3 |DONE |Manifest: NOSIGNATURE TerraBlender-forge-1.18.1-1.1.0.73.jar |TerraBlender |terrablender |1.18.1-1.1.0.73 |DONE |Manifest: NOSIGNATURE MouseTweaks-forge-mc1.18-2.21.jar |Mouse Tweaks |mousetweaks |2.21 |DONE |Manifest: NOSIGNATURE ImmersiveEngineering-1.18.1-7.1.0-145.jar |Immersive Engineering |immersiveengineering |1.18.1-7.1.0-145 |DONE |Manifest: 44:39:94:cf:1d:8c:be:3c:7f:a9:ee:f4:1e:63:a5:ac:61:f9:c2:87:d5:5b:d9:d6:8c:b5:3e:96:5d:8e:3f:b7 blockydoors-1.18-1.0.0.jar |blockydoors |blockydoors |1.18-1.0.0 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed SaveYourPets-1.18-1.0.0.7.jar |Save Your Pets |syp |1.0.0.7 |DONE |Manifest: NOSIGNATURE allthemodium-1.7.0rc6-1.18.1-39.0.10.jar |Allthemodium |allthemodium |1.7.0rc6-1.18.1-39.0|DONE |Manifest: NOSIGNATURE Ding-1.18-1.3.0.jar |Ding |ding |1.3.0 |DONE |Manifest: NOSIGNATURE domum_ornamentum-1.18.1-1.0.39-ALPHA-universal.jar|Domum Ornamentum |domum_ornamentum |1.18.1-1.0.39-ALPHA |DONE |Manifest: NOSIGNATURE pipez-1.18.1-1.0.1.jar |Pipez |pipez |1.18.1-1.0.1 |DONE |Manifest: NOSIGNATURE flywheel-forge-1.18-0.6.0.jar |Flywheel |flywheel |1.18-0.6.0 |DONE |Manifest: NOSIGNATURE Mantle-1.18.1-1.8.31.jar |Mantle |mantle |1.8.31 |DONE |Manifest: NOSIGNATURE IntegratedDynamics-1.18.1-1.10.9.jar |IntegratedDynamics |integrateddynamics |1.10.9 |DONE |Manifest: NOSIGNATURE itemcollectors-1.1.4-mc1.18.jar |Item Collectors |itemcollectors |1.1.4 |DONE |Manifest: NOSIGNATURE Croptopia-1.18-FORGE-1.8.0.jar |Croptopia |croptopia |1.8.0 |DONE |Manifest: NOSIGNATURE baubley-heart-canisters-1.18-1.0.0.jar |Baubley Heart Canisters |bhc |1.18-1.0.0 |DONE |Manifest: NOSIGNATURE polymorph-forge-1.18.1-0.37.jar |Polymorph |polymorph |1.18.1-0.37 |DONE |Manifest: NOSIGNATURE JustEnoughProfessions-1.18-1.2.2.jar |Just Enough Professions (JEP) |justenoughprofessions |1.2.2 |DONE |Manifest: NOSIGNATURE [1.18.1] SecurityCraft v1.9.0.2-beta1.jar |SecurityCraft |securitycraft |1.9.0.2-beta1 |DONE |Manifest: NOSIGNATURE entityculling-forge-mc1.18-1.4.0.jar |EntityCulling |entityculling |1.4.0 |DONE |Manifest: NOSIGNATURE structurize-1.18.1-1.0.342-RELEASE.jar |Structurize |structurize |1.18.1-1.0.342-RELEA|DONE |Manifest: NOSIGNATURE norecipeadvancements-2.0.0.jar |No Recipe Advancements |norecipeadvancements |2.0.0 |DONE |Manifest: NOSIGNATURE FastFurnace-1.18.1-6.0.2.jar |FastFurnace |fastfurnace |6.0.2 |DONE |Manifest: NOSIGNATURE lootr-1.18-0.1.14.48.jar |Lootr |lootr |0.1.14.48 |DONE |Manifest: NOSIGNATURE connectedglass-1.1.1-mc1.18.jar |Connected Glass |connectedglass |1.1.1 |DONE |Manifest: NOSIGNATURE occultism-1.18.1-1.26.2.jar |Occultism |occultism |1.18.1-1.26.2 |DONE |Manifest: NOSIGNATURE PuzzlesLib-v3.1.3-1.18.1-Forge.jar |Puzzles Lib |puzzleslib |3.1.3 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a allthetweaks-1.8.3-1.18.1-39.0.0.jar |All The Tweaks |allthetweaks |1.8.3-1.18.1-39.0.0 |DONE |Manifest: NOSIGNATURE extremesoundmuffler-3.23_forge-1.18.1.jar |Extreme Sound Muffler |extremesoundmuffler |3.23_forge-1.18.1 |DONE |Manifest: NOSIGNATURE CosmeticArmorReworked-1.18.1-v1a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.18.1-v1a |DONE |Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53 xptome-1.18-2.1.3.jar |XP Tome |xpbook |2.1.3 |DONE |Manifest: NOSIGNATURE defaultoptions-forge-1.18.1-14.1.0.jar |Default Options |defaultoptions |14.1.0 |DONE |Manifest: NOSIGNATURE hexerei-0.1.14.jar |Hexerei |hexerei |0.1.14 |DONE |Manifest: NOSIGNATURE CyclopsCore-1.18.1-1.13.0.jar |Cyclops Core |cyclopscore |1.13.0 |DONE |Manifest: NOSIGNATURE blue_skies-1.18.1-1.3.3.jar |Blue Skies |blue_skies |1.3.3 |DONE |Manifest: NOSIGNATURE no_null_processors_forge-2.0.2+1.18.1.jar |No Null Processors |no_null_processors |2.0.2+1.18.1 |DONE |Manifest: NOSIGNATURE netherportalfix-forge-1.18-9.0.0.jar |NetherPortalFix |netherportalfix |9.0.0 |DONE |Manifest: NOSIGNATURE advancedperipherals-1.18.1-0.7.9r.jar |Advanced Peripherals |advancedperipherals |0.7.9r |DONE |Manifest: NOSIGNATURE tinyredstone-1.18-3.1.1.jar |Tiny Redstone |tinyredstone |1.18-3.1.1 |DONE |Manifest: NOSIGNATURE curiousshulkerboxes-forge-1.18.1-4.2.0.0.jar |Curious Shulker Boxes |curiousshulkerboxes |1.18.1-4.2.0.0 |DONE |Manifest: NOSIGNATURE UtilitiX-1.18.1-0.3.9.jar |UtilitiX |utilitix |1.18.1-0.3.9 |DONE |Manifest: NOSIGNATURE rsgauges-1.18.1-1.2.13.jar |Gauges and Switches |rsgauges |1.2.13 |DONE |Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b glassential-forge-1.18-1.2.1.jar |Glassential |glassential |1.18-1.2.1 |DONE |Manifest: NOSIGNATURE TerraForged-1.18.1-0.3.0-alpha-2.jar |TerraForged |terraforged |0.3.0 |DONE |Manifest: NOSIGNATURE cookingforblockheads-forge-1.18.1-11.1.0.jar |CookingForBlockheads |cookingforblockheads |11.1.0 |DONE |Manifest: NOSIGNATURE Controlling-forge-1.18.1-9.0+14.jar |Controlling |controlling |9.0+14 |DONE |Manifest: NOSIGNATURE Placebo-1.18.1-6.1.0.jar |Placebo |placebo |6.1.0 |DONE |Manifest: NOSIGNATURE citadel-1.10.8-1.18.jar |Citadel |citadel |1.10.8 |DONE |Manifest: NOSIGNATURE alexsmobs-1.16.0.jar |Alex's Mobs |alexsmobs |1.16.0 |DONE |Manifest: NOSIGNATURE potionsmaster-0.5.2-1.18.1-39.0.19.jar |Potions Master |potionsmaster |0.5.2-1.18.1-39.0.19|DONE |Manifest: NOSIGNATURE feature_nbt_deadlock_be_gone_forge-1.0.0+1.18.1.ja|Feature NBT Deadlock Be Gone |feature_nbt_deadlock_be_gone |1.0.0+1.18.1 |DONE |Manifest: NOSIGNATURE sophisticatedbackpacks-1.18.1-3.15.9.533.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.18.1-3.15.9.533 |DONE |Manifest: NOSIGNATURE PatinaPipeworks-1.18.1-1.0.6-universal.jar |Patina Pipeworks |patinapipeworks |1.0.6 |DONE |Manifest: NOSIGNATURE buildinggadgets-3.12.0-build.4+mc1.18.1.jar |Building Gadgets |buildinggadgets |3.9.0 |DONE |Manifest: NOSIGNATURE FramedBlocks-4.2.0.jar |FramedBlocks |framedblocks |4.2.0 |DONE |Manifest: NOSIGNATURE forge-1.18.1-39.0.66-universal.jar |Forge |forge |39.0.66 |DONE |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90 PassthroughSigns-1.18-2.5.0.jar |Passthrough Signs |passthroughsigns |1.18-2.5.0 |DONE |Manifest: NOSIGNATURE appleskin-forge-mc1.18-2.3.0.jar |AppleSkin |appleskin |2.3.0+mc1.18 |DONE |Manifest: NOSIGNATURE Aquaculture-1.18.1-2.3.2.jar |Aquaculture 2 |aquaculture |1.18.1-2.3.2 |DONE |Manifest: NOSIGNATURE mcw-doors-1.0.5-mc1.18.1.jar |Macaw's Doors |mcwdoors |1.0.5 |DONE |Manifest: NOSIGNATURE LightingWand-1.18-forge-3.0.0.jar |Lighting Wand |lightingwand |3.0.0 |DONE |Manifest: NOSIGNATURE jeed-1.18-1.6.jar |Just Enough Effect Description|jeed |1.18-1.6 |DONE |Manifest: NOSIGNATURE FpsReducer-forge-1.25-mc1.18.jar |FPS Reducer |fpsreducer |1.25-mc1.18 |DONE |Manifest: NOSIGNATURE Beyond-Earth-1.18.1-6.0d.jar |Beyond Earth |beyond_earth |6.0c |DONE |Manifest: NOSIGNATURE absentbydesign-1.18-1.6.0.jar |Absent By Design Mod |absentbydesign |1.18-1.6.0 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed mob_grinding_utils-1.18.1-0.4.33.jar |Mob Grinding Utils |mob_grinding_utils |1.18.1-0.4.33 |DONE |Manifest: NOSIGNATURE RSInfinityBooster-1.18.1-2.0+14.jar |RSInfinityBooster |rsinfinitybooster |1.18.1-2.0+14 |DONE |Manifest: NOSIGNATURE refinedstorage-1.10.0.jar |Refined Storage |refinedstorage |1.10.0 |DONE |Manifest: NOSIGNATURE ExtraStorage-1.18.1-2.0.1.jar |Extra Storage |extrastorage |2.0.1 |DONE |Manifest: NOSIGNATURE chipped-1.18.1-1.2.1-forge.jar |Chipped |chipped |1.18.1-1.2.1-forge |DONE |Manifest: NOSIGNATURE out_of_sight-1.18.1-1.0.1.jar |Out of Sight |out_of_sight |1.18.1-1.0.1 |DONE |Manifest: NOSIGNATURE mcw-bridges-2.0.1-mc1.18.1.jar |Macaw's Bridges |mcwbridges |2.0.1 |DONE |Manifest: NOSIGNATURE FarmersDelight-1.18.1-1.0.3.jar |Farmer's Delight |farmersdelight |1.18.1-1.0.3 |DONE |Manifest: NOSIGNATURE HostileNeuralNetworks-1.18.1-3.0.8.jar |Hostile Neural Networks |hostilenetworks |3.0.8 |DONE |Manifest: NOSIGNATURE entangled-1.3.10-mc1.18.jar |Entangled |entangled |1.3.10 |DONE |Manifest: NOSIGNATURE endertanks-1.18-1.11.1.jar |EnderTanks |endertanks |1.11.1 |DONE |Manifest: NOSIGNATURE CommonCapabilities-1.18.1-2.8.2.jar |CommonCapabilities |commoncapabilities |2.8.2 |DONE |Manifest: NOSIGNATURE crashutilities-4.0.jar |Crash Utilities |crashutilities |4.0 |DONE |Manifest: NOSIGNATURE mcw-fences-1.0.2-mc1.18.1.jar |Macaw's Fences and Walls |mcwfences |1.0.2 |DONE |Manifest: NOSIGNATURE wirelesschargers-1.0.4-mc1.18.jar |wirelesschargers |wirelesschargers |1.0.4 |DONE |Manifest: NOSIGNATURE simplylight-1.18.1-1.4.0-build.26.jar |Simply Light |simplylight |1.18.1-1.4.0-build.2|DONE |Manifest: NOSIGNATURE Patchouli-1.18.1-65.jar |Patchouli |patchouli |1.18.1-65 |DONE |Manifest: NOSIGNATURE ars_nouveau-1.18.1-2.2.2.jar |Ars Nouveau |ars_nouveau |2.2.2 |DONE |Manifest: NOSIGNATURE blockui-1.18.1-0.0.43-ALPHA.jar |UI Library Mod |blockui |1.18.1-0.0.43-ALPHA |DONE |Manifest: NOSIGNATURE multi-piston-1.18-1.2.2-ALPHA.jar |Multi-Piston |multipiston |1.18-1.2.2-ALPHA |DONE |Manifest: NOSIGNATURE collective-1.18.1-4.0.jar |Collective |collective |4.0 |DONE |Manifest: NOSIGNATURE OreExcavation-1.10.160.jar |OreExcavation |oreexcavation |1.10.160 |DONE |Manifest: NOSIGNATURE villagertools-1.18-1.0.2.jar |villagertools |villagertools |1.18-1.0.2 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed IntegratedTunnels-1.18.1-1.8.11.jar |IntegratedTunnels |integratedtunnels |1.8.11 |DONE |Manifest: NOSIGNATURE MysticalCustomization-1.18.1-3.0.0.jar |Mystical Customization |mysticalcustomization |3.0.0 |DONE |Manifest: NOSIGNATURE libnonymous-2.0.1.jar |libnonymous |libnonymous |2.0.1 |DONE |Manifest: NOSIGNATURE elevatorid-1.18-1.8.3.jar |Elevator Mod |elevatorid |1.18-1.8.3 |DONE |Manifest: NOSIGNATURE architectury-3.6.17.jar |Architectury |architectury |3.6.17 |DONE |Manifest: NOSIGNATURE ftb-library-forge-1801.3.5-build.109.jar |FTB Library |ftblibrary |1801.3.5-build.109 |DONE |Manifest: NOSIGNATURE ftb-teams-forge-1801.2.4-build.46.jar |FTB Teams |ftbteams |1801.2.4-build.46 |DONE |Manifest: NOSIGNATURE curiouselytra-forge-1.18.1-5.0.1.0.jar |Curious Elytra |curiouselytra |1.18.1-5.0.1.0 |DONE |Manifest: NOSIGNATURE cc-tweaked-1.18.1-1.100.2.jar |CC: Tweaked |computercraft |1.100.2 |DONE |Manifest: NOSIGNATURE energymeter-1.18.1-3.1.1.jar |Energy Meter |energymeter |3.1.1 |DONE |Manifest: NOSIGNATURE AI-Improvements-1.18-0.4.0.jar |AI-Improvements |aiimprovements |0.4.0 |DONE |Manifest: NOSIGNATURE productivebees-1.18.1-0.8.0.6.jar |Productive Bees |productivebees |1.18.1-0.8.0.6 |DONE |Manifest: NOSIGNATURE light-overlay-6.0.4-forge.jar |Light Overlay |lightoverlay |6.0.4 |DONE |Manifest: NOSIGNATURE trashcans-1.0.12-mc1.18.jar |Trash Cans |trashcans |1.0.12 |DONE |Manifest: NOSIGNATURE inventoryessentials-forge-1.18-4.0.0.jar |Inventory Essentials |inventoryessentials |4.0.0 |DONE |Manifest: NOSIGNATURE observable-1.2.3-forge.jar |Observable |observable |1.2.3 |DONE |Manifest: NOSIGNATURE voidtotem-forge-1.18.1-1.1.1.jar |Void Totem |voidtotem |1.18.1-1.1.1 |DONE |Manifest: NOSIGNATURE TradingPost-v3.1.2-1.18.1-Forge.jar |Trading Post |tradingpost |3.1.2 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a DarkModeEverywhere-1.18.1-1.0.1.jar |DarkModeEverywhere |darkmodeeverywhere |1.18.1-1.0.1 |DONE |Manifest: NOSIGNATURE BetterAdvancements-1.18.1-0.1.2.122.jar |Better Advancements |betteradvancements |0.1.2.122 |DONE |Manifest: NOSIGNATURE inventorysorter-1.18-19.0.0.jar |Simple Inventory Sorter |inventorysorter |19.0.0 |DONE |Manifest: NOSIGNATURE rhino-forge-1801.1.8-build.99.jar |Rhino |rhino |1801.1.8-build.99 |DONE |Manifest: NOSIGNATURE biggerreactors-1.18.1-0.6.0-beta.0.2.jar |Bigger Reactors |biggerreactors |0.6.0-beta.0.2 |DONE |Manifest: NOSIGNATURE RootsClassic-1.18.1-1.1.19.jar |Roots Classic |rootsclassic |1.18.1-1.1.19 |DONE |Manifest: NOSIGNATURE Cucumber-1.18.1-5.0.3.jar |Cucumber Library |cucumber |5.0.3 |DONE |Manifest: NOSIGNATURE trashslot-forge-1.18-11.0.1.jar |TrashSlot |trashslot |11.0.1 |DONE |Manifest: NOSIGNATURE jmi-1.18.1-0.8-44.jar |JourneyMap Integration |jmi |1.18.1-0.8-44 |DONE |Manifest: NOSIGNATURE additionallanterns-1.0.0-mc1.18.jar |Additional Lanterns |additionallanterns |1.0.0 |DONE |Manifest: NOSIGNATURE platforms-1.18-1.9.1.jar |Platforms |platforms |1.9.1 |DONE |Manifest: NOSIGNATURE tinygates-2.0.0.jar |Tiny Gates |tinygates |2.0.0 |DONE |Manifest: NOSIGNATURE reap-1.18.1-1.0.1.jar |Reap Mod |reap |1.18.1-1.0.1 |DONE |Manifest: NOSIGNATURE create-mc1.18.1_v0.4d.jar |Create |create |0.4d |DONE |Manifest: NOSIGNATURE waystones-forge-1.18.1-9.0.3.jar |Waystones |waystones |9.0.3 |DONE |Manifest: NOSIGNATURE mcw-paintings-1.0.2-mc1.18.1.jar |Macaw's Paintings |mcwpaintings |1.0.2 |DONE |Manifest: NOSIGNATURE FastSuite-1.18.1-3.0.0.jar |Fast Suite |fastsuite |3.0.0 |DONE |Manifest: NOSIGNATURE Clumps-forge-1.18.1-8.0.0+5.jar |Clumps |clumps |8.0.0+5 |DONE |Manifest: NOSIGNATURE journeymap-1.18.1-5.8.0beta14.jar |Journeymap |journeymap |5.8.0beta14 |DONE |Manifest: NOSIGNATURE comforts-forge-1.18-5.0.0.1.jar |Comforts |comforts |1.18-5.0.0.1 |DONE |Manifest: NOSIGNATURE artifacts-1.18.1-4.0.2.jar |Artifacts |artifacts |1.18.1-4.0.2 |DONE |Manifest: NOSIGNATURE configured-1.5.3-1.18.1.jar |Configured |configured |1.5.3 |DONE |Manifest: NOSIGNATURE DimStorage-1.18.1-6.0.0.jar |DimStorage |dimstorage |6.0.0 |DONE |Manifest: NOSIGNATURE MyServerIsCompatible-1.18-1.0.jar |MyServerIsCompatible |myserveriscompatible |1.0 |DONE |Manifest: NOSIGNATURE DungeonCrawl-1.18.1-2.3.6.jar |Dungeon Crawl |dungeoncrawl |2.3.6 |DONE |Manifest: NOSIGNATURE charginggadgets-1.6.0.jar |Charging Gadgets |charginggadgets |1.6.0 |DONE |Manifest: NOSIGNATURE bonsaitrees3-3.0.3.jar |Bonsai Trees 3 |bonsaitrees3 |3.0.3 |DONE |Manifest: NOSIGNATURE lazydfu-1.0-1.18+.jar |LazyDFU |lazydfu |0.1.3 |DONE |Manifest: NOSIGNATURE mcjtylib-1.18-6.0.8.jar |McJtyLib |mcjtylib |1.18-6.0.8 |DONE |Manifest: NOSIGNATURE rftoolsbase-1.18-3.0.4.jar |RFToolsBase |rftoolsbase |1.18-3.0.4 |DONE |Manifest: NOSIGNATURE xnet-1.18-4.0.3.jar |XNet |xnet |1.18-4.0.3 |DONE |Manifest: NOSIGNATURE rftoolspower-1.18-4.0.3.jar |RFToolsPower |rftoolspower |1.18-4.0.3 |DONE |Manifest: NOSIGNATURE rftoolsbuilder-1.18-4.0.5.jar |RFToolsBuilder |rftoolsbuilder |1.18-4.0.5 |DONE |Manifest: NOSIGNATURE rftoolsstorage-1.18-3.0.5.jar |RFToolsStorage |rftoolsstorage |1.18-3.0.5 |DONE |Manifest: NOSIGNATURE rftoolscontrol-1.18-5.0.1.jar |RFToolsControl |rftoolscontrol |1.18-5.0.1 |DONE |Manifest: NOSIGNATURE ExplorersCompass-1.18.1-1.1.2-forge.jar |Explorer's Compass |explorerscompass |1.18.1-1.1.2-forge |DONE |Manifest: NOSIGNATURE mahoutsukai-1.18.1-v1.34.7.jar |Mahou Tsukai |mahoutsukai |1.18.1-v1.34.7 |DONE |Manifest: NOSIGNATURE farsight-1.18-1.6.jar |Farsight mod |farsight_view |1.18-1.6 |DONE |Manifest: NOSIGNATURE ToastControl-1.18.1-6.0.1.jar |Toast Control |toastcontrol |6.0.1 |DONE |Manifest: NOSIGNATURE mininggadgets-1.10.2.jar |Mining Gadgets |mininggadgets |1.10.2 |DONE |Manifest: NOSIGNATURE ftb-chunks-forge-1801.3.4-build.127.jar |FTB Chunks |ftbchunks |1801.3.4-build.127 |DONE |Manifest: NOSIGNATURE kubejs-forge-1801.4.2-build.298.jar |KubeJS |kubejs |1801.4.2-build.298 |DONE |Manifest: NOSIGNATURE kubejs-create-1801.2.0-build.14.jar |KubeJS Create |kubejs_create |1801.2.0-build.14 |DONE |Manifest: NOSIGNATURE kubejs-immersive-engineering-1801.2.0-build.31.jar|KubeJS Immersive Engineering |kubejs_immersive_engineering |1801.2.0-build.31 |DONE |Manifest: NOSIGNATURE selene-1.18-1.12.0.jar |Selene |selene |1.18-1.12.0 |DONE |Manifest: NOSIGNATURE MysticalAgriculture-1.18.1-5.0.2.jar |Mystical Agriculture |mysticalagriculture |5.0.2 |DONE |Manifest: NOSIGNATURE MysticalAgradditions-1.18.1-5.0.2.jar |Mystical Agradditions |mysticalagradditions |5.0.2 |DONE |Manifest: NOSIGNATURE craftingtweaks-forge-1.18.1-14.0.2.jar |CraftingTweaks |craftingtweaks |14.0.2 |DONE |Manifest: NOSIGNATURE TConstruct-1.18.1-3.4.0.34.jar |Tinkers' Construct |tconstruct |3.4.0.34 |DONE |Manifest: NOSIGNATURE rftoolsutility-1.18-4.0.7.jar |RFToolsUtility |rftoolsutility |1.18-4.0.7 |DONE |Manifest: NOSIGNATURE EnchantmentDescriptions-Forge-1.18.1-9.0.13.jar |EnchantmentDescriptions |enchdesc |9.0.13 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5 silent-lib-1.18-6.0.0.jar |Silent Lib |silentlib |6.0.0 |DONE |Manifest: NOSIGNATURE Iceberg-1.18.1-1.0.40.jar |Iceberg |iceberg |1.0.40 |DONE |Manifest: NOSIGNATURE LegendaryTooltips-1.18.1-1.2.2.jar |Legendary Tooltips |legendarytooltips |1.2.2} |DONE |Manifest: NOSIGNATURE FastWorkbench-1.18.1-6.0.1.jar |Fast Workbench |fastbench |6.0.1 |DONE |Manifest: NOSIGNATURE Beyond-Earth-Giselle-Addon-1.18.1-1.8.jar |Beyond Earth: Giselle Addon |beyond_earth_giselle_addon |1.8 |DONE |Manifest: NOSIGNATURE StorageDrawers-1.18.1-10.1.1.jar |Storage Drawers |storagedrawers |10.1.1 |DONE |Manifest: NOSIGNATURE enderchests-1.18-1.9.0.jar |EnderChests |enderchests |1.9.0 |DONE |Manifest: NOSIGNATURE quartz-1.18.1-0.0.0-beta.0.1.jar |Quartz |quartz |0.0.0-beta.0.1 |DONE |Manifest: NOSIGNATURE minecolonies-1.18.1-1.0.424-ALPHA.jar |MineColonies |minecolonies |1.18.1-1.0.424-ALPHA|DONE |Manifest: NOSIGNATURE pylons-2.0.7.jar |Pylons |pylons |2.0.7 |DONE |Manifest: NOSIGNATURE creeperoverhaul-1.18.1-0.3.0-forge.jar |Creeper Overhaul |creeperoverhaul |0.3.0 |DONE |Manifest: NOSIGNATURE ferritecore-4.1.1-forge.jar |Ferrite Core |ferritecore |4.1.1 |DONE |Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a engineersdecor-1.18.1-1.1.19-b3.jar |Engineer's Decor |engineersdecor |1.1.19-b3 |DONE |Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b SoL-Carrot-1.18.1-1.12.0.jar |Spice of Life: Carrot Edition |solcarrot |1.18.1-1.12.0 |DONE |Manifest: NOSIGNATURE moredragoneggs-3.1.jar |More Dragon Eggs |moredragoneggs |3.1 |DONE |Manifest: NOSIGNATURE modular-routers-1.18.1-9.0.2-85.jar |Modular Routers |modularrouters |9.0.2-85 |DONE |Manifest: NOSIGNATURE enhancedcelestials-2.0.9-1.18.jar |Enhanced Celestials |enhancedcelestials |2.0.9 |DONE |Manifest: NOSIGNATURE BetterF3-1.2.2-Forge-1.18.jar |BetterF3 |betterf3 |1.2.2 |DONE |Manifest: NOSIGNATURE refinedstorageaddons-0.8.1.jar |Refined Storage Addons |refinedstorageaddons |0.8.1 |DONE |Manifest: NOSIGNATURE expandability-5.0.0-forge.jar |ExpandAbility |expandability |5.0.0 |DONE |Manifest: NOSIGNATURE flickerfix-2.0.0.jar |FlickerFix |flickerfix |2.0.0 |DONE |Manifest: NOSIGNATURE createaddition-1.18.1-20220125a.jar |Create Crafts & Additions |createaddition |1.18.1-20220125a |DONE |Manifest: NOSIGNATURE Flywheel Backend: Off FramedBlocks BlockEntity Warning: Not applicable Crash Report UUID: 72aa53f8-6b11-4629-a8b5-8ffe1c094ae0 FML: 39.0 Forge: net.minecraftforge:39.0.66 Kiwi Modules: kiwi:contributors kiwi:data lightingwand:core

VengefulZephyr commented 2 years ago

Update: I had it happen one time in the overworld while vein mining lots of kelp, in the ocean. But just once. When you view this thread, could you provide an answer/link to the best version of java for ATM7? I can't seem to find an answer to that question anywhere.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.