---- Minecraft Crash Report ----
Time: 2024-07-06 11:36:41
Description: Unexpected error
java.lang.UnsatisfiedLinkError: 'void org.sqlite.core.NativeDB._open_utf8(byte[], int)'
at org.sqlite.core.NativeDB._open_utf8(Native Method)
at org.sqlite.core.NativeDB._open(NativeDB.java:79)
at org.sqlite.core.DB.open(DB.java:216)
at org.sqlite.SQLiteConnection.open(SQLiteConnection.java:287)
at org.sqlite.SQLiteConnection.<init>(SQLiteConnection.java:67)
at org.sqlite.jdbc3.JDBC3Connection.<init>(JDBC3Connection.java:28)
at org.sqlite.jdbc4.JDBC4Connection.<init>(JDBC4Connection.java:19)
at org.sqlite.JDBC.createConnection(JDBC.java:104)
at org.sqlite.JDBC.connect(JDBC.java:77)
at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:681)
at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:252)
at com.seibel.distanthorizons.core.sql.repo.AbstractDhRepo.lambda$new$0(AbstractDhRepo.java:152)
at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708)
at com.seibel.distanthorizons.core.sql.repo.AbstractDhRepo.<init>(AbstractDhRepo.java:148)
at com.seibel.distanthorizons.core.sql.repo.FullDataSourceV2Repo.<init>(FullDataSourceV2Repo.java:51)
at com.seibel.distanthorizons.core.file.fullDatafile.FullDataSourceProviderV2.createRepo(FullDataSourceProviderV2.java:145)
at com.seibel.distanthorizons.core.file.fullDatafile.FullDataSourceProviderV2.createRepo(FullDataSourceProviderV2.java:58)
at com.seibel.distanthorizons.core.file.AbstractDataSourceHandler.<init>(AbstractDataSourceHandler.java:83)
at com.seibel.distanthorizons.core.file.fullDatafile.FullDataSourceProviderV2.<init>(FullDataSourceProviderV2.java:119)
at com.seibel.distanthorizons.core.file.fullDatafile.RemoteFullDataSourceProvider.<init>(RemoteFullDataSourceProvider.java:31)
at com.seibel.distanthorizons.core.level.DhClientLevel.<init>(DhClientLevel.java:62)
at com.seibel.distanthorizons.core.level.DhClientLevel.<init>(DhClientLevel.java:57)
at com.seibel.distanthorizons.core.world.DhClientWorld.lambda$getOrLoadLevel$0(DhClientWorld.java:131)
at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708)
at com.seibel.distanthorizons.core.world.DhClientWorld.getOrLoadLevel(DhClientWorld.java:122)
at com.seibel.distanthorizons.core.world.DhClientWorld.getOrLoadLevel(DhClientWorld.java:45)
at com.seibel.distanthorizons.core.world.IDhClientWorld.getOrLoadClientLevel(IDhClientWorld.java:31)
at com.seibel.distanthorizons.core.util.RenderUtil.shouldLodsRender(RenderUtil.java:276)
at com.seibel.distanthorizons.core.api.internal.ClientApi.renderLodLayer(ClientApi.java:522)
at com.seibel.distanthorizons.core.api.internal.ClientApi.renderDeferredLods(ClientApi.java:471)
at net.minecraft.client.render.WorldRenderer.handler$ckh000$distanthorizons$renderChunkLayer(WorldRenderer.java:8030)
at net.minecraft.class_761.method_3251(class_761.java)
at net.minecraft.client.render.WorldRenderer.render(WorldRenderer.java:1497)
at net.minecraft.client.render.GameRenderer.renderWorld(GameRenderer.java:1110)
at net.minecraft.client.render.GameRenderer.render(GameRenderer.java:880)
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1219)
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:802)
at net.minecraft.client.main.Main.main(Main.java:250)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
at org.sqlite.core.NativeDB._open_utf8(Native Method)
at org.sqlite.core.NativeDB._open(NativeDB.java:79)
at org.sqlite.core.DB.open(DB.java:216)
at org.sqlite.SQLiteConnection.open(SQLiteConnection.java:287)
at org.sqlite.SQLiteConnection.<init>(SQLiteConnection.java:67)
at org.sqlite.jdbc3.JDBC3Connection.<init>(JDBC3Connection.java:28)
at org.sqlite.jdbc4.JDBC4Connection.<init>(JDBC4Connection.java:19)
at org.sqlite.JDBC.createConnection(JDBC.java:104)
at org.sqlite.JDBC.connect(JDBC.java:77)
at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:681)
at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:252)
at com.seibel.distanthorizons.core.sql.repo.AbstractDhRepo.lambda$new$0(AbstractDhRepo.java:152)
at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708)
at com.seibel.distanthorizons.core.sql.repo.AbstractDhRepo.<init>(AbstractDhRepo.java:148)
at com.seibel.distanthorizons.core.sql.repo.FullDataSourceV2Repo.<init>(FullDataSourceV2Repo.java:51)
at com.seibel.distanthorizons.core.file.fullDatafile.FullDataSourceProviderV2.createRepo(FullDataSourceProviderV2.java:145)
at com.seibel.distanthorizons.core.file.fullDatafile.FullDataSourceProviderV2.createRepo(FullDataSourceProviderV2.java:58)
at com.seibel.distanthorizons.core.file.AbstractDataSourceHandler.<init>(AbstractDataSourceHandler.java:83)
at com.seibel.distanthorizons.core.file.fullDatafile.FullDataSourceProviderV2.<init>(FullDataSourceProviderV2.java:119)
at com.seibel.distanthorizons.core.file.fullDatafile.RemoteFullDataSourceProvider.<init>(RemoteFullDataSourceProvider.java:31)
at com.seibel.distanthorizons.core.level.DhClientLevel.<init>(DhClientLevel.java:62)
at com.seibel.distanthorizons.core.level.DhClientLevel.<init>(DhClientLevel.java:57)
at com.seibel.distanthorizons.core.world.DhClientWorld.lambda$getOrLoadLevel$0(DhClientWorld.java:131)
at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708)
at com.seibel.distanthorizons.core.world.DhClientWorld.getOrLoadLevel(DhClientWorld.java:122)
at com.seibel.distanthorizons.core.world.DhClientWorld.getOrLoadLevel(DhClientWorld.java:45)
at com.seibel.distanthorizons.core.world.IDhClientWorld.getOrLoadClientLevel(IDhClientWorld.java:31)
at com.seibel.distanthorizons.core.util.RenderUtil.shouldLodsRender(RenderUtil.java:276)
at com.seibel.distanthorizons.core.api.internal.ClientApi.renderLodLayer(ClientApi.java:522)
at com.seibel.distanthorizons.core.api.internal.ClientApi.renderDeferredLods(ClientApi.java:471)
at net.minecraft.client.render.WorldRenderer.handler$ckh000$distanthorizons$renderChunkLayer(WorldRenderer.java:8030)
at net.minecraft.class_761.method_3251(class_761.java)
at net.minecraft.client.render.WorldRenderer.render(WorldRenderer.java:1497)
at net.minecraft.client.render.GameRenderer.renderWorld(GameRenderer.java:1110)
All players: 1 total; [class_746['aisdog04'/6113, l='ClientLevel', x=8.50, y=65.00, z=8.50]]
Level dimension: minecraft:overworld
Level spawn location: World: (8,64,8), Section: (at 8,0,8 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: 0 game time, 0 day time
Server type: Non-integrated multiplayer server
at net.minecraft.client.world.ClientWorld.addDetailsToCrashReport(ClientWorld.java:458)
at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2406)
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:826)
at net.minecraft.client.main.Main.main(Main.java:250)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Packs: vanilla, fabric, Moonlight Mods Dynamic Assets, convenientdecor:hydrated_farmland
Minecraft Version: 1.20.1
Minecraft Version ID: 1.20.1
Operating System: Windows 10 (amd64) version 10.0
Java Version: 17.0.8, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 1885221832 bytes (1797 MiB) / 8388608000 bytes (8000 MiB) up to 8388608000 bytes (8000 MiB)
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz
Identifier: Intel64 Family 6 Model 158 Stepping 10
Microarchitecture: Coffee Lake
Number of physical packages: 1
Number of physical CPUs: 6
Number of logical CPUs: 6
Graphics card #0 name: NVIDIA GeForce GTX 1060 3GB
Graphics card #0 vendor: NVIDIA (0x10de)
Graphics card #0 VRAM (MB): 3072.00
Graphics card #0 deviceId: 0x1c02
Graphics card #0 versionInfo: DriverVersion=32.0.15.5612
Memory slot #0 capacity (MB): 8192.00
Memory slot #0 clockSpeed (GHz): 2.67
Memory slot #0 type: DDR4
Memory slot #1 capacity (MB): 8192.00
Memory slot #1 clockSpeed (GHz): 2.67
Memory slot #1 type: DDR4
Virtual memory max (MB): 27410.71
Virtual memory used (MB): 24517.68
Swap memory total (MB): 11107.86
Swap memory used (MB): 720.90
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8000m -Xms256m
additionallanterns: Additional Lanterns 1.1.1a
adorabuild_structures: AdoraBuild: Structures 2.7.0
adventurez: AdventureZ 1.4.20
ae2: Applied Energistics 2 15.2.8
team_reborn_energy: Energy 3.0.0
ae2wtlib: AE2WTLib 15.2.1-fabric
all_the_fan_made_discs: All The Fan Made Discs 0.5.6
ambientsounds: AmbientSounds 6.0.3
amendments: Amendments 1.20-1.2.8
mixinextras: MixinExtras 0.3.6
animal_feeding_trough: Animal Feeding Trough 1.1.0+1.20.1
another_furniture: Another Furniture 1.20.1-3.0.1
appleskin: AppleSkin 2.5.1+mc1.20
architectury: Architectury 9.2.14
armorstatues: Armor Statues 8.0.6
puzzlesapi: Puzzles Api 8.1.4
attributefix: AttributeFix 21.0.4
autohud: Auto HUD 6.3.5+1.20.1
yaclx: YetAnotherConfigLibExtensions 1.6+1.20
automobility: Automobility 0.4.2+1.20.1-fabric
jsonem: JsonEM 0.2.1+1.20
azurelib: AzureLib 2.0.29
badpackets: Bad Packets 0.4.3
bakery: [Let's Do] Bakery **.**.**.**
wunderlib: WunderLib 1.1.5
beachparty: [Let's Do] Beachparty 1.1.5
beautify: Beautify 1.2.0+1.20.1
betterarcheology: Better Archeology 1.1.9-1.20.1
betterdeserttemples: YUNG's Better Desert Temples 1.20-Fabric-3.0.3
org_reflections_reflections: reflections 0.10.2
betterdungeons: YUNG's Better Dungeons 1.20-Fabric-4.0.4
betterend: Better End 4.0.11
betterendisland: YUNG's Better End Island 1.20-Fabric-2.0.6
betterfortresses: YUNG's Better Nether Fortresses 1.20-Fabric-2.0.6
betterjungletemples: YUNG's Better Jungle Temples 1.20-Fabric-2.0.5
betterladdersmod: Better Ladders **.**.**.**.20.1
bettermineshafts: YUNG's Better Mineshafts 1.20-Fabric-4.0.4
betternether: Better Nether 9.0.10
betteroceanmonuments: YUNG's Better Ocean Monuments 1.20-Fabric-3.0.4
betterstrongholds: YUNG's Better Strongholds 1.20-Fabric-4.0.3
bettertridents: Better Tridents 8.0.1
betterwitchhuts: YUNG's Better Witch Huts 1.20-Fabric-3.0.3
blur: Blur (Fabric) 3.1.0
boatiview: Boat Item View Fabric 0.0.5
bookshelf: Bookshelf 20.2.13
bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.7.5-1.20.1
maelstrom_library: Maelstrom Library 1.6.1-1.20
multipart_entities: MultipartEntities 1.5-1.20
bountiful: Bountiful 6.0.3+1.20.1
brewery: [Let's Do] Brewery 1.1.9
bushierflowers: Bushier Flowers 0.0.3-1.20.1
cakedelight: Cake Delight 1.20.1-v3.0.2
cameraoverhaul: Camera Overhaul 1.4.1-fabric-universal
cardinal-components: Cardinal Components API 5.2.2
cardinal-components-base: Cardinal Components API (base) 5.2.2
cardinal-components-block: Cardinal Components API (blocks) 5.2.2
cardinal-components-chunk: Cardinal Components API (chunks) 5.2.2
cardinal-components-entity: Cardinal Components API (entities) 5.2.2
cardinal-components-item: Cardinal Components API (items) 5.2.2
cardinal-components-level: Cardinal Components API (world saves) 5.2.2
cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.2.2
cardinal-components-world: Cardinal Components API (worlds) 5.2.2
carryon: Carry On **.**.**.**
casualness_delight: Casualness Delight Fabric 1.20.1-0.4-FDR
cavedust: Cave Dust 3.0.0
kirin: Kirin UI 1.15.6+1.20.1
charmofundying: Charm of Undying 6.5.0+1.20.1
spectrelib: SpectreLib 0.13.15+1.20.1
chat_heads: Chat Heads 0.12.6
cloth-config: Cloth Config v11 11.1.118
cloth-basic-math: cloth-basic-math 0.6.1
clumps: Clumps **.**.**.**
clutter: Clutter 1.20-0.5.9
continuity: Continuity 3.0.0-beta.5+1.20.1
convenientdecor: Convenient Decor 0.4.1
omega-config: OmegaConfig 1.4.0+1.20.1
coroutil: CoroUtil 1.20.1-1.3.7
cosmetica: Cosmetica 1.2.9
com_github_cosmetica-cc_cosmeticadotjava: CosmeticaDotJava 1.11.2
cratedelight: Crate Delight 2024.6.21-1.20-fabric
create: Create 0.5.1-f-build.1417+mc1.20.1
com_electronwill_night-config_core: core 3.6.6
com_electronwill_night-config_toml: toml 3.6.6
com_google_code_findbugs_jsr305: jsr305 3.0.2
flywheel: Flywheel 0.6.10-2
dripstone_fluid_lib: Dripstone Fluid Lib 3.0.2
porting_lib_brewing: Porting Lib Brewing 2.3.2+1.20.1
porting_lib_models: Porting Lib Models 2.3.2+1.20.1
porting_lib_obj_loader: Porting Lib Obj Loader 2.3.2+1.20.1
porting_lib_model_loader: Porting Lib Model Loader 2.3.2+1.20.1
porting_lib_tags: Porting Lib Tags 3.0
reach-entity-attributes: Reach Entity Attributes 2.4.0
registrate-fabric: Registrate for Fabric 1.3.62-MC1.20.1
porting_lib_data: Porting Lib Data 2.1.1090+1.20
porting_lib_model_generators: Porting Lib Model Generators 2.1.1090+1.20
porting_lib_gametest: Porting Lib GameTest 2.1.1090+1.20
porting_lib_model_materials: Porting Lib Model Materials 2.1.1090+1.20
createdeco: Create Deco 2.0.2-1.20.1-fabric
creativecore: CreativeCore 2.11.30
net_minecraftforge_eventbus: eventbus 6.0.3
ctov: ChoiceTheorem's Overhauled Village 3.4.4
culturaldelights: Cultural Delights Fabric 1.0.4+1.20.1
terraform-wood-api-v1: Terraform Wood API (v1) 7.0.1
dark-loading-screen: Dark Loading Screen 1.6.14
decorative_blocks: Decorative Blocks 4.1.3
distanthorizons: Distant Horizons 2.1.2-a
doapi: [Let's Do] API 1.2.15
dummmmmmy: MmmMmmMmmMmm 1.20-1.8.17b
dynamic_fps: Dynamic FPS 3.6.0
net_lostluma_battery: battery 1.0.1
easyanvils: Easy Anvils 8.0.2
eatinganimationid: Eating Animation 1.20+1.9.61
edgelesschatscreen: Edgeless Chat Screen 1.1.2
emi: EMI 1.1.10+1.20.1+fabric
emitrades: EMI Trades 1.2.1+mc1.20.1
org_quiltmc_parsers_json: json 0.2.1
enchanted-vertical-slabs: Enchanted Vertical Slabs 1.9.1
enchdesc: EnchantmentDescriptions 17.0.16
endermanoverhaul: Enderman Overhaul 1.0.4
ends_delight: End's Delight 2.0
porting_lib_config: Porting Lib Config 2.3.4+1.20.1
porting_lib_core: Porting Lib Core 2.3.4+1.20.1
entity_model_features: Entity Model Features 2.1.3
entity_texture_features: Entity Texture Features 6.1.3
org_apache_httpcomponents_httpmime: httpmime 4.5.10
entityculling: EntityCulling 1.6.6
essential_commands: Essential Commands 0.35.3-mc1.20.1
ec-core: Essential Commands Core 1.3.0-mc1.20.1
fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT
org_yaml_snakeyaml: snakeyaml 2.0
placeholder-api: Placeholder API 2.1.1+1.20
playerabilitylib: Pal 1.8.0
exlinefurniture: Exline's Furniture 2.6.3
expandeddelight: Expanded Delight 0.3.1
explosiveenhancement: Explosive Enhancement 1.2.2-1.20.x
fabric-api: Fabric API 0.92.2+1.20.1
fabric-api-base: Fabric API Base 0.4.31+1802ada577
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.36+1802ada577
fabric-biome-api-v1: Fabric Biome API (v1) 13.0.13+1802ada577
fabric-block-api-v1: Fabric Block API (v1) 1.0.11+1802ada577
fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.1+1802ada577
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.41+1802ada577
fabric-client-tags-api-v1: Fabric Client Tags 1.1.2+1802ada577
fabric-command-api-v1: Fabric Command API (v1) 1.2.34+f71b366f77
fabric-command-api-v2: Fabric Command API (v2) 2.2.13+1802ada577
fabric-commands-v0: Fabric Commands (v0) 0.2.51+df3654b377
fabric-containers-v0: Fabric Containers (v0) 0.1.64+df3654b377
fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.11+1802ada577
fabric-convention-tags-v1: Fabric Convention Tags 1.5.5+1802ada577
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.19+1802ada577
fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.0.0+de0fd6d177
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.4+1802ada577
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.54+1802ada577
fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.0+1c78457f77
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.2+1802ada577
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.63+df3654b377
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.40+1802ada577
fabric-item-api-v1: Fabric Item API (v1) 2.1.28+1802ada577
fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.12+1802ada577
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.37+1802ada577
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.35+df3654b377
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.22+1802ada577
fabric-loot-api-v2: Fabric Loot API (v2) 1.2.1+1802ada577
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.45+9e7660c677
fabric-message-api-v1: Fabric Message API (v1) 5.1.9+1802ada577
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.50+1802ada577
fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.3+1802ada577
fabric-models-v0: Fabric Models (v0) 0.4.2+9386d8a777
fabric-networking-api-v1: Fabric Networking API (v1) 1.3.11+1802ada577
fabric-networking-v0: Fabric Networking (v0) 0.3.51+df3654b377
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.3+1802ada577
fabric-particles-v1: Fabric Particles (v1) 1.1.2+1802ada577
fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.21+1802ada577
fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.3+1802ada577
fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.1+1802ada577
fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.2+85287f9f77
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.46+df3654b377
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.37+92a0d36777
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.28+1802ada577
fabric-rendering-v0: Fabric Rendering (v0) 1.1.49+df3654b377
fabric-rendering-v1: Fabric Rendering (v1) 3.0.8+1802ada577
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.8+1802ada577
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.10+1802ada577
fabric-screen-api-v1: Fabric Screen API (v1) 2.0.8+1802ada577
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.30+1802ada577
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.13+1802ada577
fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.5+8dd72ea377
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.1+1802ada577
fabric-language-kotlin: Fabric Language Kotlin 1.11.0+kotlin.2.0.0
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.0.0
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.0.0
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.0.0
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.0.0
org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.24.0
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.8.1
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.8.1
org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.0
org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.6.3
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.6.3
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.6.3
fabricloader: Fabric Loader 0.15.11
fallingleaves: Falling Leaves 1.15.6
farmersdelight: Farmer's Delight 1.20.1-2.1.1+refabricated
porting_lib_accessors: Porting Lib Accessors 2.3.4+1.20.1
porting_lib_base: Porting Lib Base 2.3.4+1.20.1
porting_lib_entity: Porting Lib Entity 2.3.4+1.20.1
porting_lib_fluids: Porting Lib Fluids 2.3.4+1.20.1
porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.3.4+1.20.1
porting_lib_transfer: Porting Lib Transfer 2.3.4+1.20.1
porting_lib_utility: Porting Lib Utility 2.3.4+1.20.1
porting_lib_client_events: Porting Lib Client Events 2.3.4+1.20.1
porting_lib_extensions: Porting Lib Extensions 2.3.4+1.20.1
porting_lib_attributes: Porting Lib Attributes 2.3.4+1.20.1
porting_lib_common: Porting Lib Common 2.3.4+1.20.1
porting_lib_lazy_registration: Porting Lib Lazy Register 2.3.4+1.20.1
porting_lib_loot: Porting Lib Loot 2.3.4+1.20.1
porting_lib_networking: Porting Lib Networking 2.3.4+1.20.1
porting_lib_recipe_book_categories: Porting Lib Recipe Book Categories 2.3.4+1.20.1
porting_lib_registries: Porting Lib Registries 2.3.4+1.20.1
porting_lib_tool_actions: Porting Lib Tool Actions 2.3.4+1.20.1
farmersknives: Farmer's Knives 3.2
festive_delight: Festive Delight 1.0.0
firstperson: FirstPerson 2.4.3
fishofthieves: Fish of Thieves 3.0.5
forgeconfigapiport: Forge Config API Port 8.0.0
geckolib: GeckoLib 4 4.4.7
com_eliotlash_mclib_mclib: mclib 20
genshinstrument: Genshin Instruments 3.4.1
handcrafted: Handcrafted 3.0.6
hearth_and_home: Hearth & Home 1.20.1-2.0.3
immersive_armors: Immersive Armors 1.6.1+1.20.1
immersive_paintings: Immersive Paintings 0.6.7+1.20.1
indium: Indium 1.0.34+mc1.20.1
inventorymanagement: Inventory Management 1.3.1
inventoryprofilesnext: Inventory Profiles Next 1.10.10
iris: Iris 1.7.2+mc1.20.1
io_github_douira_glsl-transformer: glsl-transformer 2.0.1
org_anarres_jcpp: jcpp 1.4.14
org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
jamlib: JamLib 0.6.1+1.20.x
java: OpenJDK 64-Bit Server VM 17
jeed: Just Enough Effects Descriptions 1.20-2.2.1
jei: Just Enough Items **.**.**.**
jeresources: Just Enough Resources **.**.**.**
jsblock: Joban Client Mod 2.0.0-beta-2+1.20.1
justenoughbreeding: Just Enough Breeding 1.2.1
justoutdoorstuffs: Just Outdoor Stuffs 1.0.2
justzoom: Just Zoom 2.0.0
kambrik: Kambrik 6.1.1+1.20.1
keepsomeinventory: Keep Some Inventory 1.3.3
lambdynlights: LambDynamicLights 2.3.2+1.20.1
pride: Pride Lib 1.2.0+1.19.4
spruceui: SpruceUI 5.0.0+1.20
lavender: Lavender 0.1.9+1.20
lavender-md: lavender-md 0.1.1+1.20
lavender-md-owo-ui: lavender-md-owo-ui 0.1.1+1.20
leahs-immersive-thunder: Immersive Thunder 1.20.1+1.2.2
leawind_third_person: Leawind's Third Person 2.0.8-beta.5
lithostitched: Lithostitched 1.1.6
livingthings: Living Things 1.20.1-2.0.2
londonunderground: MTR London Underground Addon 2.2.0
mavapi: More Axolotl Variants API 1.1.4
mcdw: MC Dungeons Weapons 9.0.4
mcwbridges: Macaw's Bridges 3.0.0
mcwdoors: Macaw's Doors 1.1.1
mcwfences: Macaw's Fences and Walls 1.1.2
mcwfurnitures: Macaw's Furniture 3.2.2
mcwholidays: Macaw's Holidays 1.1.0
mcwlights: Macaw's Lights and Lamps 1.1.1
mcwpaintings: Macaw's Paintings 1.0.5
mcwpaths: Macaw's Paths and Pavings 1.0.5
mcwroofs: Macaw's Roofs 2.3.0
mcwtrpdoors: Macaw's Trapdoors 1.1.3
mcwwindows: Macaw's Windows 2.2.1
meadow: [Let's Do] Meadow 1.3.18
mixinsquared: MixinSquared 0.1.2-beta.5
memoryleakfix: Memory Leak Fix 1.1.5
midnightlib: MidnightLib 1.4.1
minecraft: Minecraft 1.20.1
mobcatalog: Mob Catalog 1.0.8+1.20.1
moonlight: Moonlight 1.20-2.12.6
more_slabs_stairs_and_walls: More Slabs Stairs & Walls 4.0.0
morechathistory: More Chat History 1.3.0
moredelight: More Delight 1.2.2-1.20.1-fabric
moremobvariants: More Mob Variants **.**.**.**
mousetweaks: Mouse Tweaks 2.26
mr_dungeons_andtaverns: Dungeons and Taverns 3.0.3.f
mr_dungeons_andtavernsstrongholdrework: Dungeons and Taverns Stronghold Rework 1
mr_edf_remastered: Ender Dragon Fight Remastered 4.3
mr_smurf_catinminecraft: Smurf Cat In Minecraft 0.1.0-beta
mr_true_ending: True Ending: Ender Dragon Overhaul 1-v1.1.0c
msd: MTR Station Decoration Addon 1.3.7
mtr: Minecraft Transit Railway 4.0.0-beta-8
mvs: Moog's Voyager Structures 4.1.2-1.20-fabric
mythicmobs: Mythic Mobs 1.20.1-fabric-1.4.5
naturalist: Naturalist 4.0.3
naturescompass: Nature's Compass 1.20.1-2.2.3-fabric
netherportalfix: NetherPortalFix 13.0.1
nightlights: Night Lights 1.1
noisium: Noisium 2.0.3+mc1.20-1.20.1
notenoughanimations: NotEnoughAnimations 1.7.4
nyfsspiders: Nyf's Spiders 2.1.1
obscure_api: Obscure API 16
oceansdelight: Ocean's Delight fdrf-fabric-1.0.2-1.20
openpartiesandclaims: Open Parties and Claims 0.22.0
overflowingbars: Overflowing Bars 8.0.0
blue_endless_jankson: jankson 1.2.2
patchouli: Patchouli 1.20.1-84-FABRIC
pehkui: Pehkui 3.8.3+1.14.4-1.21
kanos_config: Kanos Config 0.4.1+1.14.4-1.19.4
player-animator: Player Animator 1.0.2-rc1+1.20
plushies: Plushie Mod 1.4.0
presencefootsteps: Presence Footsteps 1.9.4+1.20.1
puzzleslib: Puzzles Lib 8.1.21
puzzlesaccessapi: Puzzles Access Api 8.0.7
qualitysounds: Quality Sounds 1.0.0-1.20.1
resourcefulconfig: Resourcefulconfig 2.1.2
resourcefullib: Resourceful Lib 2.1.25
com_teamresourceful_bytecodecs: bytecodecs 1.0.2
com_teamresourceful_yabn: yabn 1.0.3
ribbits: Ribbits 1.20.1-Fabric-3.0.0
rightclickharvest: Right Click Harvest 3.2.3+1.19.x-1.20.1-fabric
russianmetro: MTR Russian Metro Addon 4.0.0-2.0.0-beta-2
seamless_loading_screen: Seamless Loading Screen 2.0.3+1.20.1
seasonhud: SeasonHUD 1.8.9
seasons: Fabric Seasons 2.3+1.20
seasonsdelightcompat: Fabric Seasons: Delight Compat 1.0-1.3.9
seasonsextras: Fabric Seasons: Extras 1.2-BETA+1.20
seasonsterralithcompat: Fabric Seasons: Terralith Compat 1.0-2.3.7
seriousplayeranimations: Serious Player Animations 1.1.1
shulkerboxtooltip: Shulker Box Tooltip 4.0.4+1.20.1
skinlayers3d: 3d-Skin-Layers 1.6.6
smarterfarmers: Smarter Farmers 1.20-1.8.2
sodium: Sodium 0.5.11+mc1.20.1
sodium-extra: Sodium Extra 0.5.4+mc1.20.1-build.115
caffeineconfig: CaffeineConfig 1.3.0+1.17
crowdin-translate: CrowdinTranslate 1.4+1.19.3
soulsweapons: Marium's Soulslike Weaponry 1.1.3-1.20-fabric
spawn: Spawn 1.0.3-fabric
spawnanimations: Spawn Animations 1.9.4+mod
spyglass_astronomy: Spyglass Astronomy **.**.**.**-mc1.20.1
statement: Statement 4.2.9+1.14.4-1.20.4
statement_vanilla_compatibility: Statement Vanilla Compatibility Module 1.0.1+1.16.5-1.17
stoneworks: Stoneworks 8.0.0
storagedelight: Storage Delight 1.1.1-1.20.1-fabric
supermartijn642corelib: SuperMartijn642's Core Lib 1.1.17
supplementaries: Supplementaries 1.20-2.8.17
talkbubbles: Talk Bubbles 1.0.8
terralith: Terralith 2.5.1
the_bumblezone: The Bumblezone - Fabric 7.4.10+1.20.1-fabric
noindium: No Indium? 1.1.0+1.20
things: Things 0.3.3+1.20
toolstats: ToolStats 16.0.8
trashcans: Trash Cans 1.0.18
travelersbackpack: Traveler's Backpack fabric-1.20.1-9.1.15
travelerstitles: Traveler's Titles 1.20-Fabric-4.0.2
treechop: HT's TreeChop 0.19.0
ubesdelight: Ube's Delight 1.20.1-0.1.5.4
ultris_mr: Ultris: Boss Expansion 5.6.9c
vinery: [Let's Do] Vinery 1.4.26
visuality: Visuality 0.7.1+1.20
visualworkbench: Visual Workbench 8.0.0
voicechat: Simple Voice Chat 1.20.1-2.5.18
wakes: Wakes 0.2.4+1.20.1
com_github_jdiemke_delaunay-triangulator_delaunaytriangulator: DelaunayTriangulator 1.0.0
walllanterns: Lanterns Belong on Walls 1.6.1+1.20.1
watut: What Are They Up To 1.20.1-1.1.1
waveycapes: WaveyCapes 1.4.8
waystones: Waystones 14.1.4
weaponmaster: YDM's Weapon Master 3.0.5
wetlands: Beneath the Wetlands 1.2
wildlife: Wildlife 1.19.2-2.2
winterly: Winterly 0.9.3+1.20
xaeroworldmap: Xaero's World Map 1.38.8
yet_another_config_lib_v3: YetAnotherConfigLib 3.5.0+1.20.1-fabric
com_twelvemonkeys_common_common-image: common-image 3.10.0
com_twelvemonkeys_common_common-io: common-io 3.10.0
com_twelvemonkeys_common_common-lang: common-lang 3.10.0
com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0
com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0
com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0
org_quiltmc_parsers_gson: gson 0.2.1
yungsapi: YUNG's API 1.20-Fabric-4.0.5
org_javassist_javassist: javassist 3.29.2-GA
yungsbridges: YUNG's Bridges 1.20-Fabric-4.0.3
yungsextras: YUNG's Extras 1.20-Fabric-4.0.3
Flywheel Backend: GL33 Instanced Arrays
Launched Version: fabric-loader-0.15.11-1.20.1
Backend library: LWJGL version 3.3.1 SNAPSHOT
Backend API: NVIDIA GeForce GTX 1060 3GB/PCIe/SSE2 GL version 3.2.0 NVIDIA 556.12, NVIDIA Corporation
GL Caps: Using framebuffer using OpenGL 3.2
Is Modded: Definitely; Client brand changed to 'fabric'
Type: Client (map_client.txt)
CPU: 6x Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz