Skip to content

Instantly share code, notes, and snippets.

@Myrious
Created January 29, 2023 02:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Myrious/13e16642c4afe9c0286691571bd136f0 to your computer and use it in GitHub Desktop.
Save Myrious/13e16642c4afe9c0286691571bd136f0 to your computer and use it in GitHub Desktop.
a minecraft crash error I got for an in-progress modpack
---- Minecraft Crash Report ----
// I'm sorry, Dave.
Time: 1/28/23 6:18 PM
Description: Unexpected error
java.lang.NoSuchFieldError: experimental
at net.minecraftforge.client.gui.ForgeIngameGui.handler$zeo000$render(ForgeIngameGui.java:912) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:magnesium.mixins.json:features.gui.MixinIngameGui,pl:mixin:A}
at net.minecraftforge.client.gui.ForgeIngameGui.func_238445_a_(ForgeIngameGui.java:223) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:magnesium.mixins.json:features.gui.MixinIngameGui,pl:mixin:A}
at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:472) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:977) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dynamiclightsreforged.mixins.json:MinecraftClientMixin,pl:mixin:APP:rubidium.mixins.json:features.gui.fast_fps_pie.MixinMinecraftClient,pl:mixin:APP:rubidium.mixins.json:features.options.MixinMinecraftClient,pl:mixin:APP:magnesium.mixins.json:features.gui.MixinMinecraftAccessor,pl:mixin:APP:konkrete.mixin.json:client.MixinMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dynamiclightsreforged.mixins.json:MinecraftClientMixin,pl:mixin:APP:rubidium.mixins.json:features.gui.fast_fps_pie.MixinMinecraftClient,pl:mixin:APP:rubidium.mixins.json:features.options.MixinMinecraftClient,pl:mixin:APP:magnesium.mixins.json:features.gui.MixinMinecraftAccessor,pl:mixin:APP:konkrete.mixin.json:client.MixinMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {re:computing_frames}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.5-36.2.34.jar:36.2] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$499/1349129074.call(Unknown Source) [forge-1.16.5-36.2.34.jar:36.2] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?] {re:classloading}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?] {re:classloading}
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at net.minecraftforge.client.gui.ForgeIngameGui.handler$zeo000$render(ForgeIngameGui.java:912) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:magnesium.mixins.json:features.gui.MixinIngameGui,pl:mixin:A}
at net.minecraftforge.client.gui.ForgeIngameGui.func_238445_a_(ForgeIngameGui.java:223) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:magnesium.mixins.json:features.gui.MixinIngameGui,pl:mixin:A}
-- Affected level --
Details:
All players: 1 total; [ClientPlayerEntity['MyriousCrafter'/1297, l='ClientLevel', x=141.50, y=67.00, z=183.50]]
Chunk stats: Client Chunk Cache: 1024, 529
Level dimension: minecraft:overworld
Level spawn location: World: (132,66,192), Chunk: (at 4,4,0 in 8,12; contains blocks 128,0,192 to 143,255,207), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 67 game time, 67 day time
Server brand: forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:447) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dynamiclightsreforged.mixins.json:ClientWorldMixin,pl:mixin:APP:blue_skies.mixins.json:ClientWorldMixin,pl:mixin:APP:rubidium.mixins.json:features.chunk_rendering.MixinClientWorld,pl:mixin:APP:mixins.oculus.vertexformat.json:block_rendering.MixinClientLevel,pl:mixin:APP:abnormals_core.mixins.json:client.ClientWorldMixin,pl:mixin:APP:endergetic.mixins.json:ClientWorldMixin,pl:mixin:APP:mixins.sndctrl.json:MixinClientWorld,pl:mixin:APP:enhancedcelestials.mixins.json:client.MixinClientWorld,pl:mixin:APP:create.mixins.json:BreakProgressMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2031) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dynamiclightsreforged.mixins.json:MinecraftClientMixin,pl:mixin:APP:rubidium.mixins.json:features.gui.fast_fps_pie.MixinMinecraftClient,pl:mixin:APP:rubidium.mixins.json:features.options.MixinMinecraftClient,pl:mixin:APP:magnesium.mixins.json:features.gui.MixinMinecraftAccessor,pl:mixin:APP:konkrete.mixin.json:client.MixinMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:628) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dynamiclightsreforged.mixins.json:MinecraftClientMixin,pl:mixin:APP:rubidium.mixins.json:features.gui.fast_fps_pie.MixinMinecraftClient,pl:mixin:APP:rubidium.mixins.json:features.options.MixinMinecraftClient,pl:mixin:APP:magnesium.mixins.json:features.gui.MixinMinecraftAccessor,pl:mixin:APP:konkrete.mixin.json:client.MixinMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {re:computing_frames}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.5-36.2.34.jar:36.2] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$499/1349129074.call(Unknown Source) [forge-1.16.5-36.2.34.jar:36.2] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?] {re:classloading}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?] {re:classloading}
-- System Details --
Details:
Minecraft Version: 1.16.5
Minecraft Version ID: 1.16.5
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1992183120 bytes (1899 MB) / 7053246464 bytes (6726 MB) up to 8649703424 bytes (8249 MB)
CPUs: 8
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx9280m -Xms256m
ModLauncher: 8.1.3+8.1.3+main-8.1.x.c94d18ec
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/mixin-0.8.4.jar mixin PLUGINSERVICE
/eventbus-4.0.0.jar eventbus PLUGINSERVICE
/forge-1.16.5-36.2.34.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.5-36.2.34.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/forge-1.16.5-36.2.34.jar capability_inject_definalize PLUGINSERVICE
/forge-1.16.5-36.2.34.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE
/forge-1.16.5-36.2.34.jar fml TRANSFORMATIONSERVICE
FML: 36.2
Forge: net.minecraftforge:36.2.34
FML Language Providers:
javafml@36.2
minecraft@1
Mod List:
dynamiclightsreforged-mc1.16.5_v1.0.1.jar |Dynamic Lights Reforged |dynamiclightsreforged |mc1.16.5_v1.0.1 |DONE |Manifest: NOSIGNATURE
BetterDungeons-1.16.4-1.2.1.jar |YUNG's Better Dungeons |betterdungeons |1.16.4-1.2.1 |DONE |Manifest: NOSIGNATURE
Instrumental-Mobs-1.16.5-1.3.3.jar |Instrumental Mobs |instrumentalmobs |1.3.3 |DONE |Manifest: NOSIGNATURE
immersivecooking-1.2.0.jar |Immersive Cooking |immersivecooking |1.2.0 |DONE |Manifest: NOSIGNATURE
blue_skies-1.16.5-1.1.3.jar |Blue Skies |blue_skies |1.1.3 |DONE |Manifest: NOSIGNATURE
DungeonsArtifactsV.0.1.3.jar |Dungeons & Artifacts |dungeonsartifacts |0.1.3 |DONE |Manifest: NOSIGNATURE
HealthOverlay-1.16.5-3.0.1.jar |Health Overlay |healthoverlay |3.0.1 |DONE |Manifest: NOSIGNATURE
ProjectE-1.16.5-PE1.0.2.jar |ProjectE |projecte |PE1.0.2 |DONE |Manifest: NOSIGNATURE
mcw-windows-2.1.1-mc1.16.5forge.jar |Macaw's Windows |mcwwindows |2.1.1 |DONE |Manifest: NOSIGNATURE
betternether_reforged-1.2.jar |Better Nether Reforged |betternether |1.2 |DONE |Manifest: NOSIGNATURE
rubidium-0.2.10.jar |Rubidium |rubidium |0.2.10 |DONE |Manifest: NOSIGNATURE
BetterCaves-Forge-1.16.4-1.1.2.jar |YUNG's Better Caves |bettercaves |1.16.4-1.1.2 |DONE |Manifest: NOSIGNATURE
Controlling-7.0.0.28.jar |Controlling |controlling |7.0.0.28 |DONE |Manifest: NOSIGNATURE
citadel-1.8.1-1.16.5.jar |Citadel |citadel |1.8.1 |DONE |Manifest: NOSIGNATURE
alexsmobs-1.12.1.jar |Alex's Mobs |alexsmobs |1.12.1 |DONE |Manifest: NOSIGNATURE
YungsApi-1.16.4-Forge-13.jar |YUNG's API |yungsapi |1.16.4-Forge-13 |DONE |Manifest: NOSIGNATURE
Bookshelf-Forge-1.16.5-10.4.33.jar |Bookshelf |bookshelf |10.4.33 |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
reliquary-1.16.5-1.3.5.1124.jar |Reliquary |xreliquary |1.16.5-1.3.5.1124 |DONE |Manifest: NOSIGNATURE
sophisticatedbackpacks-1.16.5-3.15.20.755.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.16.5-3.15.20.755 |DONE |Manifest: NOSIGNATURE
magnesium-1.5.jar |Magnesium |magnesium |1.5 |DONE |Manifest: NOSIGNATURE
DarkUtilities-1.16.5-8.0.14.jar |Dark Utilities |darkutils |8.0.14 |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-doors-1.0.7-mc1.16.5.jar |Macaw's Doors |mcwdoors |1.0.7 |DONE |Manifest: NOSIGNATURE
The-Hordes-1.16.5-1.1.5c.jar |The Hordes |hordes |1.1.5c |DONE |Manifest: NOSIGNATURE
Hwyla-forge-1.10.11-B78_1.16.2.jar |Waila |waila |1.10.11-B78_1.16.2 |DONE |Manifest: NOSIGNATURE
gunswithoutroses-1.16.5-1.0.9.jar |Guns Without Roses |gunswithoutroses |1.0.9 |DONE |Manifest: NOSIGNATURE
MagicalForest-1.16.5-1.1.0.0.jar |Magical Forest |magicalforest |1.16.5-1.1.0.0 |DONE |Manifest: NOSIGNATURE
twilightforest-1.16.5-4.0.870-universal.jar |The Twilight Forest |twilightforest |NONE |DONE |Manifest: NOSIGNATURE
supplementaries-1.16.5-0.18.4b.jar |Supplementaries |supplementaries |0.18.2 |DONE |Manifest: NOSIGNATURE
konkrete_forge_1.6.0_MC_1.16.2-1.16.5.jar |Konkrete |konkrete |1.6.0 |DONE |Manifest: NOSIGNATURE
betterendforge-1.16.5-1.6.3.jar |BetterEnd Forge |betterendforge |1.16.5-1.6.3 |DONE |Manifest: NOSIGNATURE
structure_gel-1.16.5-1.7.8.jar |Structure Gel API |structure_gel |1.7.8 |DONE |Manifest: NOSIGNATURE
corpse-1.16.5-1.0.6.jar |Corpse |corpse |1.16.5-1.0.6 |DONE |Manifest: NOSIGNATURE
castle_in_the_sky-1.16.5-0.2.6.jar |Castle in the sky |castle_in_the_sky |1.16.5 |DONE |Manifest: NOSIGNATURE
FarmersDelight-1.16.5-0.6.0.jar |Farmer's Delight |farmersdelight |1.16.5-0.6.0 |DONE |Manifest: NOSIGNATURE
repurposed_structures_forge-3.4.7+1.16.5.jar |Repurposed Structures |repurposed_structures |3.4.7+1.16.5 |DONE |Manifest: NOSIGNATURE
BiomesOPlenty-1.16.5-13.1.0.477-universal.jar |Biomes O' Plenty |biomesoplenty |1.16.5-13.1.0.477 |DONE |Manifest: NOSIGNATURE
illusionerscabin-1.0.1-1.16.5.jar |Illusioner's Cabin |illusioners_cabin |1.0.0 |DONE |Manifest: NOSIGNATURE
mcw-fences-1.0.7-mc1.16.5forge.jar |Macaw's Fences and Walls |mcwfences |1.0.7 |DONE |Manifest: NOSIGNATURE
supermartijn642corelib-1.1.1-forge-mc1.16.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.1.1 |DONE |Manifest: NOSIGNATURE
YungsBridges-Forge-1.16.4-1.0.1.jar |YUNG's Bridges |yungsbridges |1.16.4-1.0.1 |DONE |Manifest: NOSIGNATURE
Botania-1.16.5-420.3.jar |Botania |botania |1.16.5-420.3 |DONE |Manifest: NOSIGNATURE
lycanitesmobs-1.16.5-2.3.3.3.jar |Lycanites Mobs |lycanitesmobs |1.16.5-2.3.3.3 |DONE |Manifest: NOSIGNATURE
TheForbidden-1.0.2-ByShadowMech.jar |The Forbidden |theforbidden |1.0.1 |DONE |Manifest: NOSIGNATURE
L_Enders Cataclysm-0.48-1.16.5.jar |Cataclysm Mod |cataclysm |1.0 |DONE |Manifest: NOSIGNATURE
curios-forge-1.16.5-4.0.5.3.jar |Curios API |curios |1.16.5-4.0.5.3 |DONE |Manifest: NOSIGNATURE
Patchouli-1.16.4-53.3.jar |Patchouli |patchouli |1.16.4-53.3 |DONE |Manifest: NOSIGNATURE
oculus-1.4.5.jar |Oculus |oculus |1.4.5 |DONE |Manifest: NOSIGNATURE
lostcities-1.16-4.0.12-beta.jar |LostCities |lostcities |1.16-4.0.12-beta |DONE |Manifest: NOSIGNATURE
elevatorid-1.16.5-1.7.13.jar |Elevator Mod |elevatorid |1.16.5-1.7.13 |DONE |Manifest: NOSIGNATURE
BetterStrongholds-1.16.4-1.2.1.jar |YUNG's Better Strongholds |betterstrongholds |1.16.4-1.2.1 |DONE |Manifest: NOSIGNATURE
Runelic-1.16.5-7.0.3.jar |Runelic |runelic |7.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
Atlas-Lib-1.16.5-1.1.3c.jar |Atlas Lib |atlaslib |1.1.3c |DONE |Manifest: NOSIGNATURE
TheAbyss2 2.2.3-4 1.16.5.jar |TheAbyss |theabyss |2.2.3-4 |DONE |Manifest: NOSIGNATURE
dark_caverns-1.16.5-1.1.2.jar |Dark Caverns |dark_caverns |1.1.2 |DONE |Manifest: NOSIGNATURE
SpartanWeaponry-1.16.5-2.2.0-rc-2.jar |Spartan Weaponry |spartanweaponry |2.2.0 Release Candid|DONE |Manifest: NOSIGNATURE
mcw-roofs-2.2.2-mc1.16.5forge.jar |Macaw's Roofs |mcwroofs |2.2.2 |DONE |Manifest: NOSIGNATURE
cfm-7.0.0pre22-1.16.3.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre22 |DONE |Manifest: NOSIGNATURE
refinedcooking-1.0.2.jar |Refined Cooking |refinedcooking |1.0.2 |DONE |Manifest: NOSIGNATURE
CookingForBlockheads_1.16.5-9.3.4.jar |Cooking for Blockheads |cookingforblockheads |9.3.4 |DONE |Manifest: NOSIGNATURE
refinedstorage-1.9.18.jar |Refined Storage |refinedstorage |1.9.18 |DONE |Manifest: NOSIGNATURE
trashcans-1.0.16-forge-mc1.16.jar |Trash Cans |trashcans |1.0.16 |DONE |Manifest: NOSIGNATURE
The_Undergarden-1.16.5-0.5.5.jar |The Undergarden |undergarden |0.5.5 |DONE |Manifest: NOSIGNATURE
the_bumblezone_forge-3.2.1+1.16.5.jar |The Bumblezone |the_bumblezone |3.2.1+1.16.5 |DONE |Manifest: NOSIGNATURE
smallships-1.16.5-1.10.1.jar |Small Ships Mod |smallships |1.10.1 |DONE |Manifest: NOSIGNATURE
ExpandedCombat-1.16.3-1.0.3.3.jar |Expanded Combat |expandedcombat |1.16.3-1.0.3.3 |DONE |Manifest: NOSIGNATURE
CodeChickenLib-1.16.5-4.0.7.445-universal.jar |CodeChicken Lib |codechickenlib |4.0.7.445 |DONE |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
BetterMineshafts-Forge-1.16.4-2.0.4.jar |YUNG's Better Mineshafts |bettermineshafts |1.16.4-2.0.4 |DONE |Manifest: NOSIGNATURE
voidtotem-1.16.5-1.4.0.jar |Void Totem |voidtotem |1.16.5-1.4.0 |DONE |Manifest: NOSIGNATURE
DivineRPG-1.8.27.jar |DivineRPG |divinerpg |1.8.27 |DONE |Manifest: NOSIGNATURE
BetterAdvancements-1.16.5-0.1.1.115.jar |Better Advancements |betteradvancements |0.1.1.115 |DONE |Manifest: NOSIGNATURE
QuarkOddities-1.16.3.jar |Quark Oddities |quarkoddities |1.16.3 |DONE |Manifest: NOSIGNATURE
mowziesmobs-1.5.27.jar |Mowzie's Mobs |mowziesmobs |1.5.27 |DONE |Manifest: NOSIGNATURE
geckolib-forge-1.16.5-3.0.106.jar |GeckoLib |geckolib3 |3.0.106 |DONE |Manifest: NOSIGNATURE
AbyssalDepths-1.16.5-1.0.1.jar |Abyssal Depths |abyssaldepths |1.16.5-1.0.1 |DONE |Manifest: NOSIGNATURE
jei-1.16.5-7.7.1.153.jar |Just Enough Items |jei |7.7.1.153 |DONE |Manifest: NOSIGNATURE
The_Graveyard_2.1_(FORGE)_for_1.16.4-1.16.5.jar |The Graveyard (FORGE) |graveyard |2.1 |DONE |Manifest: NOSIGNATURE
enderlinginvaders-1.16.5-1.0.6.jar |Enderling Invaders |enderlinginvaders |1.0 |DONE |Manifest: NOSIGNATURE
the-conjurer-1.16.4-1.0.13.jar |The Conjurer |conjurer_illager |1.0.13 |DONE |Manifest: NOSIGNATURE
abnormals_core-1.16.5-3.3.1.jar |Abnormals Core |abnormals_core |3.3.1 |DONE |Manifest: NOSIGNATURE
buzzier_bees-1.16.5-3.0.3.jar |Buzzier Bees |buzzier_bees |3.0.3 |DONE |Manifest: NOSIGNATURE
Jellyfishing-1.6.13.jar |Jellyfishing |jellyfishing |1.6.11 |DONE |Manifest: NOSIGNATURE
obscure_api-10.jar |Obscure API |obscure_api |10 |DONE |Manifest: NOSIGNATURE
UNDEADv.1.7.b.release+Biome.jar |UNDEAD |undead |2.2.2 |DONE |Manifest: NOSIGNATURE
Waystones_1.16.5-7.6.4.jar |Waystones |waystones |7.6.4 |DONE |Manifest: NOSIGNATURE
Clumps-6.0.0.28.jar |Clumps |clumps |6.0.0.28 |DONE |Manifest: NOSIGNATURE
journeymap-1.16.5-5.8.5p6.jar |Journeymap |journeymap |5.8.5p6 |DONE |Manifest: NOSIGNATURE
Infernal Blaze Wand Mod-1.0.2-1.16.5.jar |Infernal Blaze Wand Mod |ibwm |1.0.2 |DONE |Manifest: NOSIGNATURE
appliedenergistics2-8.4.7.jar |Applied Energistics 2 |appliedenergistics2 |8.4.7 |DONE |Manifest: 95:58:cc:83:9d:a8:fa:4f:e9:f3:54:90:66:61:c8:ae:9c:08:88:11:52:52:df:2d:28:5f:05:d8:28:57:0f:98
NaturesCompass-1.16.5-1.9.1-forge.jar |Nature's Compass |naturescompass |1.16.5-1.9.1-forge |DONE |Manifest: NOSIGNATURE
Artifacts-1.16.5-2.10.5.jar |Artifacts |artifacts |1.16.5-2.10.5 |DONE |Manifest: NOSIGNATURE
curioofundying-forge-1.16.5-5.2.0.0.jar |Curio of Undying |curioofundying |1.16.5-5.2.0.0 |DONE |Manifest: NOSIGNATURE
specialmobs-1.16.5-1.0.2.jar |Special Mobs |specialmobs |1.16.5-1.0.2 |DONE |Manifest: NOSIGNATURE
outvoted-1.16.5-1.2.4.jar |Outvoted |outvoted |1.2.4 |DONE |Manifest: NOSIGNATURE
mahoutsukai-1.16.5-v1.34.38.jar |Mahou Tsukai |mahoutsukai |1.16.5-v1.34.38 |DONE |Manifest: NOSIGNATURE
iceandfire-2.1.11-1.16.5.jar |Ice and Fire |iceandfire |2.1.11-1.16.5 |DONE |Manifest: NOSIGNATURE
StevesUniverse-MCv1.16.5-v1.3.7.jar |StevesUniverse |stevesuniverse |1.3.7 |DONE |Manifest: NOSIGNATURE
ars_nouveau-1.16.5-1.25.10.jar |Ars Nouveau |ars_nouveau |1.25.10 |DONE |Manifest: NOSIGNATURE
forge-1.16.5-36.2.34-universal.jar |Forge |forge |36.2.34 |DONE |Manifest: 22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
Atum-1.16.5-2.2.12.jar |Atum 2 |atum |1.16.5-2.2.12 |DONE |Manifest: NOSIGNATURE
endergetic-1.16.5-3.0.2.jar |The Endergetic Expansion |endergetic |3.0.2 |DONE |Manifest: NOSIGNATURE
spartantwilight-1.16.5-2.3.2.jar |Spartan Weaponry: Twilight For|spartantwilight |1.16.5-2.3.2 |DONE |Manifest: NOSIGNATURE
BloodMagic-1.16.4-3.1.13-39.jar |Blood Magic |bloodmagic |1.16.4-3.1.13-39 |DONE |Manifest: NOSIGNATURE
BrandonsCore-1.16.5-3.0.15.248-universal.jar |Brandon's Core |brandonscore |3.0.15.248 |DONE |Manifest: 53:bb:a0:11:bd:61:e2:1a:e2:cb:fd:f8:4f:e4:cd:a5:cc:12:f4:43:f0:78:68:3b:e1:62:c6:78:3b:27:ff:fe
Draconic-Evolution-1.16.5-3.0.29.507-universal.jar|Draconic Evolution |draconicevolution |3.0.29.507 |DONE |Manifest: 53:bb:a0:11:bd:61:e2:1a:e2:cb:fd:f8:4f:e4:cd:a5:cc:12:f4:43:f0:78:68:3b:e1:62:c6:78:3b:27:ff:fe
DynamicSurroundings-1.16.5-4.0.5.0.jar |§3Dynamic Surroundings |dsurround |4.0.5.0 |DONE |Manifest: NOSIGNATURE
selene-1.16.5-1.9.0.jar |Selene |selene |1.16.5-1.0 |DONE |Manifest: NOSIGNATURE
DungeonsArise-1.16.5-2.1.49-beta.jar |When Dungeons Arise |dungeons_arise |2.1.49 |DONE |Manifest: NOSIGNATURE
forge-1.16.5-36.2.34-client.jar |Minecraft |minecraft |1.16.5 |DONE |Manifest: NOSIGNATURE
upgrade_aquatic-1.16.5-3.1.2.jar |Upgrade Aquatic |upgrade_aquatic |3.1.2 |DONE |Manifest: NOSIGNATURE
cofh_core-1.16.5-1.5.2.22.jar |CoFH Core |cofh_core |1.5.2.22 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
thermal_foundation-1.16.5-1.5.2.30.jar |Thermal Series |thermal |1.5.2.30 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
thermal_expansion-1.16.5-1.5.2.16.jar |Thermal Expansion |thermal_expansion |1.5.2.16 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
swingthroughgrass-1.16.4-1.5.3.jar |SwingThroughGrass |swingthroughgrass |1.16.4-1.5.3 |DONE |Manifest: NOSIGNATURE
MouseTweaks-2.14-mc1.16.2.jar |Mouse Tweaks |mousetweaks |2.14 |DONE |Manifest: NOSIGNATURE
ImmersiveEngineering-1.16.5-5.1.0-148.jar |Immersive Engineering |immersiveengineering |1.16.5-5.1.0-148 |DONE |Manifest: NOSIGNATURE
Alex's Delight 1.1.3 - Forge 1.16.5.jar |Alex's Delight |amfd |1.1.3 |DONE |Manifest: NOSIGNATURE
Iceberg-1.16.5-1.0.45.jar |Iceberg |iceberg |1.0.45 |DONE |Manifest: NOSIGNATURE
flywheel-1.16-0.2.5.jar |Flywheel |flywheel |1.16-0.2.5 |DONE |Manifest: NOSIGNATURE
create-mc1.16.5_v0.3.2g.jar |Create |create |v0.3.2g |DONE |Manifest: NOSIGNATURE
SpartanShields-1.16.5-2.1.2.jar |Spartan Shields |spartanshields |2.1.2 |DONE |Manifest: NOSIGNATURE
savageandravage-1.16.5-3.2.0.jar |Savage & Ravage |savageandravage |3.2.0 |DONE |Manifest: NOSIGNATURE
rats-7.2.0-1.16.5.jar |Rats |rats |7.2.0 |DONE |Manifest: NOSIGNATURE
Croptopia-1.16.5-FORGE-2.0.5.jar |Croptopia |croptopia |2.0.5 |DONE |Manifest: NOSIGNATURE
polymorph-forge-1.16.5-0.41.jar |Polymorph |polymorph |1.16.5-0.41 |DONE |Manifest: NOSIGNATURE
AutoRegLib-1.6-49.jar |AutoRegLib |autoreglib |1.6-49 |DONE |Manifest: NOSIGNATURE
Quark-r2.4-322.jar |Quark |quark |r2.4-322 |DONE |Manifest: NOSIGNATURE
charm-forge-1.16.5-2.3.2.jar |Charm |charm |2.3.2 |DONE |Manifest: NOSIGNATURE
swiaf-1.16.5-1.1.2.jar |Spartan Weaponry: Ice and Fire|swiaf |1.16.5-1.1.2 |DONE |Manifest: NOSIGNATURE
appleskin-forge-mc1.16.x-2.4.0.jar |AppleSkin |appleskin |2.4.0+mc1.16.4 |DONE |Manifest: NOSIGNATURE
ice_ice_baby-1.16.4-3.0.1.jar |Ice Ice Baby |ice_ice_baby |3.0.1 |DONE |Manifest: NOSIGNATURE
enhancedcelestials-2.0.9-1.16.5.jar |Enhanced Celestials |enhancedcelestials |2.0.9-1.16.5 |DONE |Manifest: NOSIGNATURE
justzoom_forge_1.0.1_MC_1.16.2-1.16.5.jar |Just Zoom |justzoom |1.0.1 |DONE |Manifest: NOSIGNATURE
byg-1.3.6.jar |Oh The Biomes You'll Go |byg |1.3.4 |DONE |Manifest: NOSIGNATURE
Aquaculture-1.16.5-2.1.23.jar |Aquaculture 2 |aquaculture |1.16.5-2.1.23 |DONE |Manifest: NOSIGNATURE
expandability-2.0.1-forge.jar |ExpandAbility |expandability |2.0.1 |DONE |Manifest: NOSIGNATURE
valhelsia_core-16.0.15.jar |Valhelsia Core |valhelsia_core |16.0.15 |DONE |Manifest: NOSIGNATURE
forbidden_arcanus-16.2.3.jar |Forbidden & Arcanus |forbidden_arcanus |16.2.3 |DONE |Manifest: NOSIGNATURE
expanded_combat-2.3.0-1.16.5.jar |Expanded Combat |expanded_combat |2.3.0 |DONE |Manifest: NOSIGNATURE
chiselsandbits-1.0.63.jar |Chisels & bits |chiselsandbits |1.0.63 |DONE |Manifest: NOSIGNATURE
aquamirae-5.2.API10.jar |Aquamirae |aquamirae |5.2.API10 |DONE |Manifest: NOSIGNATURE
xptome-1.16.5-v2.1.5.jar |XP Tome |xpbook |v2.1.5 |DONE |Manifest: NOSIGNATURE
farlanders-1.16.4-1.3.9.jar |The Farlanders |farlanders |1.3.9 |DONE |Manifest: NOSIGNATURE
Crash Report UUID: 4e60db97-ceb7-477c-a4c4-4715845a8df3
Patchouli open book context: n/a
Loaded Shaderpack: (off)
NEC status: No NEC detected
Launched Version: forge-36.2.34
Backend library: LWJGL version 3.2.2 build 10
Backend API: AMD Radeon(TM) RX Vega 10 Graphics GL version 4.6.13596 Compatibility Profile Context 20.10.44.05 27.20.11044.5003, ATI Technologies Inc.
GL Caps: Using framebuffer using OpenGL 3.0
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'forge'
Type: Client (map_client.txt)
Graphics mode: fancy
Resource Packs:
Current Language: English (US)
CPU: 8x AMD Ryzen 7 3700U with Radeon Vega Mobile Gfx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment