---- Minecraft Crash Report ----
=========================
SINYTRA CONNECTOR IS PRESENT!
Please verify issues are not caused by Connector before reporting them to mod authors.
=========================
Please make sure this issue is not caused by Sable before reporting it to other mod authors.
If you cannot reproduce it without Sable, file a report on the issue tracker
Time: 2026-08-07 13:50:39
Description: Exception ticking world
java.lang.NullPointerException: Cannot invoke "net.minecraft.world.level.chunk.DataLayer.get(int, int, int)" because "$$2" is null
at net.minecraft.world.level.lighting.LayerLightSectionStorage.getStoredLevel:L102
at net.minecraft.world.level.lighting.LightEngine.propagateIncreases:L169
at net.minecraft.world.level.lighting.LightEngine.runLightUpdates:L157
at net.minecraft.world.level.lighting.LevelLightEngine.runLightUpdates:L56
at dev.ryanhcode.sable.sublevel.plot.ServerLevelPlot.addChunkHolder:L251
at dev.ryanhcode.sable.sublevel.plot.LevelPlot.newChunk:L154
at dev.ryanhcode.sable.sublevel.plot.ServerLevelPlot.newNonLitChunk:L329
at dev.ryanhcode.sable.sublevel.plot.ServerLevelPlot.load:L456
at dev.ryanhcode.sable.sublevel.storage.serialization.SubLevelSerializer.fullyLoad:L164
at dev.ryanhcode.sable.sublevel.storage.holding.SubLevelHoldingChunkMap.loadHoldingSubLevel:L555
at dev.ryanhcode.sable.sublevel.storage.holding.SubLevelHoldingChunkMap.processChanges:L549
at dev.ryanhcode.sable.api.sublevel.ServerSubLevelContainer.tick:L91
at net.minecraft.server.level.ServerLevel.handler$hmb000$sable$tickPlotContainer:L14023
at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.level.ServerLevel.tick(ServerLevel.java) ~[client-1.21.1-20240808.144430-srg.jar%23317!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:veil.network.mixins.json:NetworkServerLevelMixin from mod veil,pl:mixin:APP:voxyworldgenv2.mixins.json:BlockUpdateMixin from mod voxyworldgenv2,pl:mixin:APP:ssrd.mixins.json:ServerLevelMixin from mod ssrd,pl:mixin:APP:glitchcore.mixins.json:MixinServerLevel from mod glitchcore,pl:mixin:APP:sereneseasons.mixins.json:MixinServerLevel from mod sereneseasons,pl:mixin:APP:eclipticseasons.mixins.json:common.level.MixinServerLevel from mod eclipticseasons,pl:mixin:APP:polymorph.mixins.json:MixinServerLevel from mod polymorph,pl:mixin:APP:lithium.mixins.json:alloc.chunk_random.ServerLevelMixin from mod lithium,pl:mixin:APP:lithium.mixins.json:entity.inactive_navigations.ServerLevelMixin from mod lithium,pl:mixin:APP:lithium.mixins.json:minimal_nonvanilla.spawning.ServerLevelAccessor from mod lithium,pl:mixin:APP:lithium.mixins.json:util.accessors.ServerLevelAccessor from mod lithium,pl:mixin:APP:lithium.mixins.json:util.entity_movement_tracking.ServerLevelAccessor from mod lithium,pl:mixin:APP:lithium.mixins.json:world.block_entity_ticking.sleeping.ServerLevelMixin from mod lithium,pl:mixin:APP:fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin from mod fabric_api_lookup_api_v1,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:create.mixins.json:accessor.ServerLevelAccessor from mod create,pl:mixin:APP:sable.mixins.json:block_decal_render.ServerLevelMixin from mod sable,pl:mixin:APP:sable.mixins.json:entity.entity_aabb_lookup.LevelsMixin from mod sable,pl:mixin:APP:sable.mixins.json:entity.entity_kicking.ServerLevelMixin from mod sable,pl:mixin:APP:sable.mixins.json:entity.server_entities_tick.ServerLevelMixin from mod sable,pl:mixin:APP:sable.mixins.json:explosion.ServerLevelMixin from mod sable,pl:mixin:APP:sable.mixins.json:particle.ServerLevelMixin from mod sable,pl:mixin:APP:sable.mixins.json:physics.ServerLevelMixin from mod sable,pl:mixin:APP:sable.mixins.json:plot.LevelsMixin from mod sable,pl:mixin:APP:sable.mixins.json:plot.ServerLevelMixin from mod sable,pl:mixin:APP:sable.mixins.json:water_occlusion.LevelsMixin from mod sable,pl:mixin:APP:collective_neoforge.mixins.json:ServerLevelMixin from mod collective,pl:mixin:APP:c2me-opts-scheduling.mixins.json:mid_tick_chunk_tasks.MixinServerWorld from mod c2me_opts_scheduling,pl:mixin:APP:c2me-opts-scheduling.mixins.json:shutdown.MixinServerWorld from mod c2me_opts_scheduling,pl:mixin:A,pl:connector_pre_launch:A}
at net.minecraft.server.MinecraftServer.tickChildren:L1037
at net.minecraft.server.MinecraftServer.tickServer:L917
at net.minecraft.client.server.IntegratedServer.tickServer:L110
at net.minecraft.server.MinecraftServer.runServer:L707
at net.minecraft.server.MinecraftServer.lambda$spin$2:L267
at java.lang.Thread.run:L1474
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
at net.minecraft.world.level.lighting.LayerLightSectionStorage.getStoredLevel:L102
at net.minecraft.world.level.lighting.LightEngine.propagateIncreases:L169
at net.minecraft.world.level.lighting.LightEngine.runLightUpdates:L157
at net.minecraft.world.level.lighting.LevelLightEngine.runLightUpdates:L56
at dev.ryanhcode.sable.sublevel.plot.ServerLevelPlot.addChunkHolder:L251
at dev.ryanhcode.sable.sublevel.plot.LevelPlot.newChunk:L154
at dev.ryanhcode.sable.sublevel.plot.ServerLevelPlot.newNonLitChunk:L329
at dev.ryanhcode.sable.sublevel.plot.ServerLevelPlot.load:L456
at dev.ryanhcode.sable.sublevel.storage.serialization.SubLevelSerializer.fullyLoad:L164
at dev.ryanhcode.sable.sublevel.storage.holding.SubLevelHoldingChunkMap.loadHoldingSubLevel:L555
at dev.ryanhcode.sable.sublevel.storage.holding.SubLevelHoldingChunkMap.processChanges:L549
at dev.ryanhcode.sable.api.sublevel.ServerSubLevelContainer.tick:L91
at net.minecraft.server.level.ServerLevel.handler$hmb000$sable$tickPlotContainer:L14023
Level dimension: minecraft:overworld
Level spawn location: World: (0,-60,0), Section: (at 0,4,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: 51844 game time, 6000 day time
Level game mode: Game mode: creative (ID 1). Hardcore: false. Commands: true
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Known server brands: neoforge
Level storage version: 0x04ABD - Anvil
at net.minecraft.server.level.ServerLevel.fillReportDetails:L1721
at net.minecraft.server.MinecraftServer.tickChildren:L1040
at net.minecraft.server.MinecraftServer.tickServer:L917
at net.minecraft.client.server.IntegratedServer.tickServer:L110
at net.minecraft.server.MinecraftServer.runServer:L707
at net.minecraft.server.MinecraftServer.lambda$spin$2:L267
at java.lang.Thread.run:L1474
Description: This section contains information related to dynamic lighting, this may not be related to your crash.
Spatial Hash Occupancy: 0 / 1024
Minecraft Version: 1.21.1
Minecraft Version ID: 1.21.1
Operating System: Windows 11 (amd64) version 10.0
Java Version: 25.0.4, Azul Systems, Inc.
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Azul Systems, Inc.
Memory: 3891568400 bytes (3711 MiB) / 6023020544 bytes (5744 MiB) up to 17179869184 bytes (16384 MiB)
Processor Vendor: GenuineIntel
Processor Name: 13th Gen Intel(R) Core(TM) i9-13900HX
Identifier: Intel64 Family 6 Model 183 Stepping 1
Microarchitecture: Raptor Lake
Number of physical packages: 1
Number of physical CPUs: 24
Number of logical CPUs: 32
Graphics card #0 name: NVIDIA GeForce RTX 4080 Laptop GPU
Graphics card #0 vendor: NVIDIA
Graphics card #0 VRAM (MiB): 12282.00
Graphics card #0 deviceId: VideoController1
Graphics card #0 versionInfo: 32.0.16.1074
Memory slot #0 capacity (MiB): 16384.00
Memory slot #0 clockSpeed (GHz): 5.60
Memory slot #0 type: Unknown
Memory slot #1 capacity (MiB): 16384.00
Memory slot #1 clockSpeed (GHz): 5.60
Memory slot #1 type: Unknown
Virtual memory max (MiB): 34623.87
Virtual memory used (MiB): 20275.18
Swap memory total (MiB): 2048.00
Swap memory used (MiB): 77.88
Space in storage for jna.tmpdir (MiB): <path not set>
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): <path not set>
Space in storage for io.netty.native.workdir (MiB): <path not set>
Space in storage for java.io.tmpdir (MiB): available: 396442.06, total: 974485.00
Space in storage for workdir (MiB): available: 396442.06, total: 974485.00
JVM Flags: 21 total; -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=40 -XX:G1MaxNewSizePercent=50 -XX:G1HeapRegionSize=16M -XX:G1ReservePercent=15 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=20 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms128m -Xmx16384m
Yumi MC Core: 1.0.0-beta.1+1.21.1
aero_cam_sync: Aeronautics Camera Sync v1.3.6
aerocopycats: aero_copycats v1.1.0
aeronautics: Create Aeronautics v1.3.0
aeronautics_bundled: Create Aeronautics v1.3.0
ambientsounds: AmbientSounds v6.3.8
architectury: Architectury v13.0.11
armor_3d: 3D Armor v0∙9∙4∙2
bellsandwhistles: Create: Bells & Whistles v0.4.7-1.21.1
betteradvancements: Better Advancements v0∙4∙3∙21
betterarcheology: Better Archeology v1.21.1-1.3.8
betterbiomereblend: Better Biome Reblend v1.5.2
betterblockentities: BBE v1.3.4-beta.3+mc1.21.1
betterf3: BetterF3 v11.0.3
bettergrass: BetterGrassify v1.7.0+neoforge.1.21.1
bigwater: Big Water v1.2.0-neoforge+mc1.21.1
c2me: Concurrent Chunk Management Engine v0.4.0-alpha.0.116+1.21.1
c2me_base: Concurrent Chunk Management Engine (Base) v0.4.0-alpha.0.116+1.21.1
c2me_client_uncapvd: Concurrent Chunk Management Engine (Client/Uncap View Distance) v0.4.0-alpha.0.116+1.21.1
c2me_fixes_chunkio_threading_issues: Concurrent Chunk Management Engine (Fixes/Chunk IO/Threading Issues) v0.4.0-alpha.0.116+1.21.1
c2me_fixes_general_threading_issues: Concurrent Chunk Management Engine (Fixes/General/Threading Issues) v0.4.0-alpha.0.116+1.21.1
c2me_fixes_worldgen_threading_issues: Concurrent Chunk Management Engine (Fixes/WorldGen/Threading Issues) v0.4.0-alpha.0.116+1.21.1
c2me_fixes_worldgen_vanilla_bugs: Concurrent Chunk Management Engine (Fixes/WorldGen/Vanilla Bugs) v0.4.0-alpha.0.116+1.21.1
c2me_notickvd: Concurrent Chunk Management Engine (No Tick View Distance) v0.4.0-alpha.0.116+1.21.1
c2me_opts_allocs: Concurrent Chunk Management Engine (Optimizations/Memory Allocations) v0.4.0-alpha.0.116+1.21.1
c2me_opts_chunkio: Concurrent Chunk Management Engine (Optimizations/Chunk IO) v0.4.0-alpha.0.116+1.21.1
c2me_opts_dfc: Concurrent Chunk Management Engine (Optimizations/Density Function Compiler) v0.4.0-alpha.0.116+1.21.1
c2me_opts_math: Concurrent Chunk Management Engine (Optimizations/Math) v0.4.0-alpha.0.116+1.21.1
c2me_opts_natives_math: Concurrent Chunk Management Engine (Optimizations/Natives Math) v0.4.0-alpha.0.116+1.21.1
c2me_opts_scheduling: Concurrent Chunk Management Engine (Optimizations/Scheduling) v0.4.0-alpha.0.116+1.21.1
c2me_opts_worldgen_general: Concurrent Chunk Management Engine (Optimizations/General WorldGen) v0.4.0-alpha.0.116+1.21.1
c2me_opts_worldgen_vanilla: Concurrent Chunk Management Engine (Optimizations/Vanilla WorldGen) v0.4.0-alpha.0.116+1.21.1
c2me_rewrites_chunk_system: Concurrent Chunk Management Engine (Rewrites/Chunk System) v0.4.0-alpha.0.116+1.21.1
c2me_rewrites_chunkio: Concurrent Chunk Management Engine (Rewrites/Chunk IO) v0.4.0-alpha.0.116+1.21.1
c2me_server_utils: Concurrent Chunk Management Engine (Server Utils) v0.4.0-alpha.0.116+1.21.1
c2me_threading_lighting: Concurrent Chunk Management Engine (Threading/Lighting) v0.4.0-alpha.0.116+1.21.1
cloth_config: Cloth Config v15 API v15.0.140
codecui: CodecUI v1.21.1-1.4.1
collective: Collective v8.39
conditional_mixin: conditional mixin v0.6.4
connector: Sinytra Connector v2.0.0-beta.16+1.21.1
continuity: Continuity v3.0.0+1.21.neoforge
contraptionlights: Contraption Lights v1.3.1
contraptionlightsfixes: Contraption Lights Fixes v1.4.1
controlling: Controlling v19.0.5
coolrain: Cool Rain v1.0.1
copycats: Create: Copycats+ v3.0.4+mc.1.21.1-neoforge
crash_assistant: Crash Assistant v1.11.11
craterlib: CraterLib v3.1.2
create_bb: Create: Blocks & Bogies v1.0.7
create_connected: Create: Connected v1.3.2-mc1.21.1
create_train_perspective: Create: Train Perspective v1.1.1
createaddonorganizer: Create: Addon Organizer v1.5
createbetterfps: CreateBetterFps v1.1.4
createdeco: Create Deco v2.1.3
createthreadedtrains: Create: Threaded Trains v1.0.0
creativecore: CreativeCore v2.13.41
darkwindowbar: Dark Window Bar v1.0.0
dndecor: Design n' Decor v2.2b
dynamic_fps: Dynamic FPS v3.11.4
eclipticseasons: Ecliptic Seasons v0.14.4
eclipticseasons_voxycompact: Ecliptic Seasons : Voxy Compact v0.2.14-alpha-patch2-1
effortlessbuilding: Effortless Building v4.2
entity_model_features: Entity Model Features v3.2.4
entity_sound_features: Entity Sound Features v0.8.1
entity_texture_features: Entity Texture Features v7.1
entityculling: EntityCulling v1.10.5
escalated: Create: Escalated v1.3.1
explosiveenhancement: Explosive Enhancement v1.1.2
fabric_api: Forgified Fabric API v0.116.15+2.3.1+1.21.1
fabric_api_base: Forgified Fabric API Base v0.4.42+d1308ded19
fabric_api_lookup_api_v1: Forgified Fabric API Lookup API (v1) v1.6.72+6244b11119
fabric_biome_api_v1: Forgified Fabric Biome API (v1) v13.0.31+1e62d33c19
fabric_block_api_v1: Forgified Fabric Block API (v1) v1.1.0+b0c22bb819
fabric_block_view_api_v2: Forgified Fabric BlockView API (v2) v1.0.10+9afaaf8c19
fabric_blockrenderlayer_v1: Forgified Fabric BlockRenderLayer Registration (v1) v1.1.52+c290471319
fabric_client_tags_api_v1: Forgified Fabric Client Tags v1.2.0+5adff2d719
fabric_command_api_v2: Forgified Fabric Command API (v2) v2.2.28+36d727be19
fabric_content_registries_v0: Forgified Fabric Content Registries (v0) v8.0.19+5e0d320019
fabric_convention_tags_v1: Forgified Fabric Convention Tags v2.1.7+7f945d5b19
fabric_convention_tags_v2: Forgified Fabric Convention Tags (v2) v2.12.0+75d3639619
fabric_data_attachment_api_v1: Forgified Fabric Data Attachment API (v1) v1.4.7+26d408aa19
fabric_data_generation_api_v1: Forgified Fabric Data Generation API (v1) v20.3.0+3e2bcb4b19
fabric_entity_events_v1: Forgified Fabric Entity Events (v1) v1.8.0+e46a02ca19
fabric_events_interaction_v0: Forgified Fabric Events Interaction (v0) v0.7.14+7e3d421f19
fabric_game_rule_api_v1: Forgified Fabric Game Rule API (v1) v1.0.53+36d727be19
fabric_gametest_api_v1: Forgified Fabric Game Test API (v1) v2.0.5+29f188ce19
fabric_item_api_v1: Forgified Fabric Item API (v1) v11.3.0+766f218719
fabric_item_group_api_v1: Forgified Fabric Item Group API (v1) v4.1.7+e324903319
fabric_key_binding_api_v1: Forgified Fabric Key Binding API (v1) v1.0.47+62cc7ce119
fabric_lifecycle_events_v1: Forgified Fabric Lifecycle Events (v1) v2.6.0+e40d8add19
fabric_loot_api_v2: Forgified Fabric Loot API (v2) v3.0.15+a3ee712d19
fabric_loot_api_v3: Forgified Fabric Loot API (v3) v1.0.3+333dfad919
fabric_message_api_v1: Forgified Fabric Message API (v1) v6.0.14+6a754fce19
fabric_model_loading_api_v1: Forgified Fabric Model Loading API (v1) v2.1.0+6e8f52c719
fabric_networking_api_v1: Forgified Fabric Networking API (v1) v4.3.1+7e3d421f19
fabric_object_builder_api_v1: Forgified Fabric Object Builder API (v1) v15.2.1+cc242efd19
fabric_particles_v1: Forgified Fabric Particles (v1) v4.0.2+824f924c19
fabric_recipe_api_v1: Forgified Fabric Recipe API (v1) v5.0.16+59440bcc19
fabric_registry_sync_v0: Forgified Fabric Registry Sync (v0) v5.3.2+f9aace1619
fabric_renderer_api_v1: Forgified Fabric Renderer API (v1) v3.4.1+9125b6dc19
fabric_renderer_indigo: Forgified Fabric Renderer - Indigo v1.7.1+9125b6dc19
fabric_rendering_data_attachment_v1: Forgified Fabric Rendering Data Attachment (v1) v0.3.48+73761d2e19
fabric_rendering_fluids_v1: Forgified Fabric Rendering Fluids (v1) v3.1.6+a51883b219
fabric_rendering_v1: Forgified Fabric Rendering (v1) v5.1.0+1a09bd5a19
fabric_resource_conditions_api_v1: Forgified Fabric Resource Conditions API (v1) v4.3.0+5bdd099819
fabric_resource_loader_v0: Forgified Fabric Resource Loader (v0) v1.3.1+4ea8954419
fabric_screen_api_v1: Forgified Fabric Screen API (v1) v2.0.26+b4953c7419
fabric_screen_handler_api_v1: Forgified Fabric Screen Handler API (v1) v1.3.91+8dbc56dd19
fabric_sound_api_v1: Forgified Fabric Sound API (v1) v1.0.23+10b84f8419
fabric_tag_api_v1: Forgified Fabric Tag API (v1) v1.3.0+3e2bcb4b19
fabric_transfer_api_v1: Forgified Fabric Transfer API (v1) v5.4.4+6244b11119
fabric_transitive_access_wideners_v1: Forgified Fabric Transitive Access Wideners (v1) v6.2.0+6c854b6f19
fallingleaves: Fallingleaves v2.5.1
fancytabsections: Fancy Tab Sections v6.0-NEOFORGE-1.21.1
fastquit: Fastquit v3.0.1+1.21neoforge
ferritecore: Ferrite Core v7.0.3
flywheel: Flywheel v1.0.6
forgified_fabric_api: Forgified Fabric API (dummy) v0.116.15+2.3.1+1.21.1
fpsreducer: FPS Reducer v1.21-2.10
fzzy_config: Fzzy Config v0.7.6+1.21+neoforge
gaboulibs: gaboulibs v1.8.1
glitchcore: GlitchCore v2∙1∙0∙2
immediatelyfast: ImmediatelyFast v1.6.11+1.21.1
immersiveoverlays: Immersive Overlays v1.7.3+1.21.1
interiors: Create: Interiors v0.6.1
iris: Iris v1.8.14-beta.1+mc1.21.1
irisflw: Iris Flywheel Compat v2.4.0
irisveil: Iris Veil Compat v0.3.0
ixeris: Ixeris v4.6.2+1.21.1-neoforge
jade: Jade v15.10.6+neoforge
jadeaddons: Jade Addons v6.1.0+neoforge
jei: Just Enough Items v19∙43∙0∙393
jeioptimizer: JEIOptimizer v1.1.0-19.42
justzoom: Just Zoom v2.1.0
keybindatlas: Keybind Atlas v1.4.0
konkrete: Konkrete v1.9.9
kotlinforforge: Kotlin For Forge v5.12.0
krypton_fnp: Krypton FNP v0∙2∙28∙1-1.21.1
lambdynlights: LambDynamicLights v4.8.10+1.21.1
lambdynlights_api: LambDynamicLights (API) v4.8.10+1.21.1
lambdynlights_runtime: LambDynamicLights (Runtime) v4.8.10+1.21.1
lithium: Lithium v0.15.4+mc1.21.1
mace3d: Awesome 3D Mace v1.1.0
mc2_interactivefoliage: MC2 - Interactive Foliage v1.1.1
midnightlib: MidnightLib v1.9.2
minecraft: Minecraft v1.21.1
mod_menu: Better ModList v21.1.0
modernfix: ModernFix v5.27.20+mc1.21.1
moreculling: More Culling v1.0.9
moremousetweaks: MoreMouseTweaks v1.1.1+1.21.1
mousetweaks: Mouse Tweaks v2.26.1
neo_language_reload: Neo Language Reload v1.0.0
neoforge: NeoForge v21.1.248
nochatreports: No Chat Reports v1.21.1-v2.9.1
offroad: Create Offroad v1.3.0
particle_core: Particle Core v0.3.3+1.21+neoforge
particlerain: Particle Rain v4.0.0-beta.10
particular: Particular Reforged v1.5.5
pipeorgans: Create: Sound of Steam v0.8.2+1.21.1
placeable_food: 3D Placeable food v2.4.0
placeholder_api: Placeholder API Neoforge v2.4.1+1.21
polymorph: Polymorph v1.1.0+1.21.1
polytone: Polytone v1.21-3.11.1
ponder: Ponder v1.0.82+mc1.21.1
presencefootsteps: Presence Footsteps (NeoForge) v1.21.1-1.12.0-beta.1
pride: Pride Lib v1.2.4+1.21.1
puzzleslib: Puzzles Lib v21.1.52
railways: Create: Steam 'n' Rails 1.21.1 v0.3.0-beta.2+neoforge-mc1.21.1
reeses_sodium_options: Reese's Sodium Options v2.2.3+mc1.21.1
resourcefulconfig: Resourcefulconfig v3.0.11
resourcify: Resourcify v1.8.5
rrls: Remove Reloading Screen v5.0.11+mc1.21.1-forge
sablecompanion: Sable Companion v1.6.0
sablejade: Jade Sable Compat v1.2.1
sablephysicscompat: Sable: Physics Compat v1.3.0
scribble: Scribble v1.5.1
searchables: Searchables v1.0.2
sereneseasons: Serene Seasons v10∙1∙0∙3
shulkerboxtooltip: ShulkerBoxTooltip v5.1.9+1.21.1
simulated: Create Simulated v1.3.0
simulatedcoasters: Create: Coasters Simulated v0.1.4
skinlayers3d: 3d-Skin-Layers v1.11.2
smart_bounds: Create: Smart Bounds v1.0.0
sodium: Sodium v0.8.13-beta.2+mc1.21.1
sodium_extra: Sodium Extra v0.9.3+mc1.21.1
sound_physics_perfected: Sound Physics Perfected v1.17.5
sounds: Sounds v2.4.22+lts
spruceui: SpruceUI v6.2.5+1.21.1
sspb: Sodium Shadowy Path Blocks v4.1.0
ssrd: Separate Sable Render Distance v1.8.5
streamsreflowing: StreamsReflowing v2.11.0
subtle_effects: Subtle Effects v1.14.3
terrain_slabs: Terrain Slabs v3.1.2
transition: TRansition v1.0.21
visuality: Visuality: Reforged v3.0.0
voxy_server_lod: Voxy Auto LOD v1.0.0
voxyworldgenv2: Voxy World Gen V2 v2.4.2
wdutils: wd's Utils v1.2-NEOFORGE-1.21.1
yet_another_config_lib_v3: YetAnotherConfigLib v3.8.2+1.21.1-neoforge
yumi_mc_core: Yumi Minecraft Libraries: Foundation v1.0.0-beta.1+1.21.1
zfastnoise: Fast Noise Mod v1.0.13+1.21.1+neoforge
Active Data Packs: create:dynamic_data, eclipticseasons/Vanilla Biome Climate Settings (incompatible), eclipticseasons/Regional Snow Time, eclipticseasons/Rain Together (incompatible), vanilla, mod_data, mod/sodium, mod/c2me_fixes_worldgen_threading_issues, mod/createthreadedtrains (incompatible), mod/sodium_extra, mod/createdeco (incompatible), mod/fabric_rendering_fluids_v1, mod/subtle_effects, mod/aeronautics_bundled, mod/c2me_fixes_general_threading_issues, mod/fabric_convention_tags_v1, mod/neoforge, mod/modernfix (incompatible), mod/fabric_block_view_api_v2, mod/fabric_command_api_v2, mod/fabric_convention_tags_v2, mod/waves (incompatible), mod/krypton_fnp (incompatible), mod/iris, mod/veil (incompatible), mod/c2me, mod/fabric_screen_api_v1, mod/keybindatlas (incompatible), mod/createbetterfps (incompatible), mod/c2me_base, mod/cloth_config (incompatible), mod/crash_assistant (incompatible), mod/fabric_game_rule_api_v1, mod/resourcefulconfig, mod/reeses_sodium_options, mod/c2me_opts_dfc, mod/searchables (incompatible), mod/sspb, mod/fabric_entity_events_v1, mod/voxyworldgenv2, mod/conditional_mixin (incompatible), mod/transition (incompatible), mod/dynamic_fps (incompatible), mod/fabric_rendering_data_attachment_v1, mod/jadeaddons (incompatible), mod/darkwindowbar (incompatible), mod/aerocopycats, mod/fabric_client_tags_api_v1, mod/bellsandwhistles (incompatible), mod/c2me_threading_lighting, mod/eclipticseasons_voxycompact, mod/fabric_model_loading_api_v1, mod/jei (incompatible), mod/aeronautics (incompatible), mod/fabric_screen_handler_api_v1, mod/fabric_rendering_v1, mod/fabric_renderer_indigo, mod/fallingleaves (incompatible), mod/sound_physics_perfected (incompatible), mod/ssrd, mod/glitchcore (incompatible), mod/sereneseasons, mod/craterlib (incompatible), mod/midnightlib, mod/c2me_rewrites_chunk_system, mod/moreculling, mod/fabric_particles_v1, mod/c2me_opts_worldgen_vanilla, mod/c2me_opts_scheduling, mod/offroad (incompatible), mod/polytone (incompatible), mod/create_train_perspective (incompatible), mod/wdutils (incompatible), mod/armor_3d, mod/fabric_api_base, mod/mousetweaks (incompatible), mod/immersiveoverlays (incompatible), mod/nochatreports, mod/fabric_block_api_v1, mod/eclipticseasons, mod/fabric_resource_conditions_api_v1, mod/kotlinforforge (incompatible), mod/sablecompanion, mod/flywheel (incompatible), mod/ponder (incompatible), mod/neo_language_reload, mod/fabric_item_group_api_v1, mod/polymorph (incompatible), mod/c2me_notickvd, mod/entityculling (incompatible), mod/yumi_mc_core, mod/fabric_registry_sync_v0, mod/immediatelyfast (incompatible), mod/continuity, mod/lambdynlights_api, mod/fabric_recipe_api_v1, mod/fabric_object_builder_api_v1, mod/visuality, mod/puzzleslib (incompatible), mod/fabric_sound_api_v1, mod/fabric_message_api_v1, mod/explosiveenhancement (incompatible), mod/simulatedcoasters, mod/fancytabsections, mod/fabric_renderer_api_v1, mod/bigwater, mod/bettergrass, mod/codecui, mod/fabric_item_api_v1, mod/streamsreflowing (incompatible), mod/placeholder_api, mod/c2me_opts_natives_math, mod/controlling (incompatible), mod/betterbiomereblend (incompatible), mod/fabric_data_attachment_api_v1, mod/lambdynlights, mod/coolrain, mod/simulated (incompatible), mod/c2me_opts_math, mod/mc2_interactivefoliage, mod/railways (incompatible), mod/fpsreducer, mod/zfastnoise, mod/lithium, mod/connector, mod/mod_menu, mod/fzzy_config, mod/particle_core, mod/fabric_api,forgified_fabric_api, mod/c2me_fixes_worldgen_vanilla_bugs, mod/pride, mod/fabric_content_registries_v0, mod/konkrete (incompatible), mod/create_connected (incompatible), mod/irisveil, mod/entity_model_features (incompatible), mod/entity_texture_features (incompatible), mod/ambientsounds (incompatible), mod/fabric_api_lookup_api_v1, mod/c2me_fixes_chunkio_threading_issues, mod/c2me_client_uncapvd, mod/chunky (incompatible), mod/voxy, mod/voxy_server_lod (incompatible), mod/moremousetweaks (incompatible), mod/collective, mod/fastquit (incompatible), mod/sablephysicscompat, mod/architectury (incompatible), mod/terrain_slabs (incompatible), mod/gaboulibs, mod/lambdynlights_runtime, mod/fabric_loot_api_v2, mod/fabric_loot_api_v3, mod/scribble (incompatible), mod/mru (incompatible), mod/fabric_networking_api_v1, mod/c2me_rewrites_chunkio, mod/betterblockentities, mod/shulkerboxtooltip (incompatible), mod/c2me_opts_allocs, mod/fabric_lifecycle_events_v1, mod/effortlessbuilding (incompatible), mod/fabric_key_binding_api_v1, mod/betteradvancements (incompatible), mod/fabric_transfer_api_v1, mod/mace3d (incompatible), mod/irisflw, mod/copycats (incompatible), mod/particlerain (incompatible), mod/fabric_resource_loader_v0, mod/trender (incompatible), mod/create (incompatible), mod/dndecor (incompatible), mod/smart_bounds, mod/pipeorgans, mod/interiors (incompatible), mod/createaddonorganizer, mod/entity_sound_features (incompatible), mod/escalated (incompatible), mod/sway, mod/particular (incompatible), mod/sable, mod/contraptionlightsfixes, mod/aero_cam_sync, mod/resourcify (incompatible), mod/jeioptimizer, mod/ixeris, mod/skinlayers3d (incompatible), mod/contraptionlights, mod/fabric_transitive_access_wideners_v1, mod/tellus, mod/fabric_blockrenderlayer_v1, mod/jade (incompatible), mod/sablejade, mod/create_bb (incompatible), mod/creativecore (incompatible), mod/c2me_server_utils, mod/sounds (incompatible), mod/fabric_gametest_api_v1, mod/spruceui, mod/betterarcheology, mod/fabric_biome_api_v1, mod/c2me_opts_worldgen_general, mod/c2me_opts_chunkio, mod/ferritecore (incompatible), mod/yet_another_config_lib_v3 (incompatible), mod/justzoom (incompatible), mod/betterf3 (incompatible), mod/rrls, mod/placeable_food, mod/fabric_tag_api_v1, mod/fabric_data_generation_api_v1, mod/fabric_events_interaction_v0, mod/presencefootsteps (incompatible), fabric, railways:phantom_track_override
Available Data Packs: bundle, trade_rebalance, vanilla, fabric, mod/aero_cam_sync, mod/aerocopycats, mod/aeronautics (incompatible), mod/aeronautics_bundled, mod/ambientsounds (incompatible), mod/architectury (incompatible), mod/armor_3d, mod/bellsandwhistles (incompatible), mod/betteradvancements (incompatible), mod/betterarcheology, mod/betterbiomereblend (incompatible), mod/betterblockentities, mod/betterf3 (incompatible), mod/bettergrass, mod/bigwater, mod/c2me, mod/c2me_base, mod/c2me_client_uncapvd, mod/c2me_fixes_chunkio_threading_issues, mod/c2me_fixes_general_threading_issues, mod/c2me_fixes_worldgen_threading_issues, mod/c2me_fixes_worldgen_vanilla_bugs, mod/c2me_notickvd, mod/c2me_opts_allocs, mod/c2me_opts_chunkio, mod/c2me_opts_dfc, mod/c2me_opts_math, mod/c2me_opts_natives_math, mod/c2me_opts_scheduling, mod/c2me_opts_worldgen_general, mod/c2me_opts_worldgen_vanilla, mod/c2me_rewrites_chunk_system, mod/c2me_rewrites_chunkio, mod/c2me_server_utils, mod/c2me_threading_lighting, mod/chunky (incompatible), mod/cloth_config (incompatible), mod/codecui, mod/collective, mod/conditional_mixin (incompatible), mod/connector, mod/continuity, mod/contraptionlights, mod/contraptionlightsfixes, mod/controlling (incompatible), mod/coolrain, mod/copycats (incompatible), mod/crash_assistant (incompatible), mod/craterlib (incompatible), mod/create (incompatible), mod/create_bb (incompatible), mod/create_connected (incompatible), mod/create_train_perspective (incompatible), mod/createaddonorganizer, mod/createbetterfps (incompatible), mod/createdeco (incompatible), mod/createthreadedtrains (incompatible), mod/creativecore (incompatible), mod/darkwindowbar (incompatible), mod/dndecor (incompatible), mod/dynamic_fps (incompatible), mod/eclipticseasons, mod/eclipticseasons_voxycompact, mod/effortlessbuilding (incompatible), mod/entity_model_features (incompatible), mod/entity_sound_features (incompatible), mod/entity_texture_features (incompatible), mod/entityculling (incompatible), mod/escalated (incompatible), mod/explosiveenhancement (incompatible), mod/fabric_api,forgified_fabric_api, mod/fabric_api_base, mod/fabric_api_lookup_api_v1, mod/fabric_biome_api_v1, mod/fabric_block_api_v1, mod/fabric_block_view_api_v2, mod/fabric_blockrenderlayer_v1, mod/fabric_client_tags_api_v1, mod/fabric_command_api_v2, mod/fabric_content_registries_v0, mod/fabric_convention_tags_v1, mod/fabric_convention_tags_v2, mod/fabric_data_attachment_api_v1, mod/fabric_data_generation_api_v1, mod/fabric_entity_events_v1, mod/fabric_events_interaction_v0, mod/fabric_game_rule_api_v1, mod/fabric_gametest_api_v1, mod/fabric_item_api_v1, mod/fabric_item_group_api_v1, mod/fabric_key_binding_api_v1, mod/fabric_lifecycle_events_v1, mod/fabric_loot_api_v2, mod/fabric_loot_api_v3, mod/fabric_message_api_v1, mod/fabric_model_loading_api_v1, mod/fabric_networking_api_v1, mod/fabric_object_builder_api_v1, mod/fabric_particles_v1, mod/fabric_recipe_api_v1, mod/fabric_registry_sync_v0, mod/fabric_renderer_api_v1, mod/fabric_renderer_indigo, mod/fabric_rendering_data_attachment_v1, mod/fabric_rendering_fluids_v1, mod/fabric_rendering_v1, mod/fabric_resource_conditions_api_v1, mod/fabric_resource_loader_v0, mod/fabric_screen_api_v1, mod/fabric_screen_handler_api_v1, mod/fabric_sound_api_v1, mod/fabric_tag_api_v1, mod/fabric_transfer_api_v1, mod/fabric_transitive_access_wideners_v1, mod/fallingleaves (incompatible), mod/fancytabsections, mod/fastquit (incompatible), mod/ferritecore (incompatible), mod/flywheel (incompatible), mod/fpsreducer, mod/fzzy_config, mod/gaboulibs, mod/glitchcore (incompatible), mod/immediatelyfast (incompatible), mod/immersiveoverlays (incompatible), mod/interiors (incompatible), mod/iris, mod/irisflw, mod/irisveil, mod/ixeris, mod/jade (incompatible), mod/jadeaddons (incompatible), mod/jei (incompatible), mod/jeioptimizer, mod/justzoom (incompatible), mod/keybindatlas (incompatible), mod/konkrete (incompatible), mod/kotlinforforge (incompatible), mod/krypton_fnp (incompatible), mod/lambdynlights, mod/lambdynlights_api, mod/lambdynlights_runtime, mod/lithium, mod/mace3d (incompatible), mod/mc2_interactivefoliage, mod/midnightlib, mod/mod_menu, mod/modernfix (incompatible), mod/moreculling, mod/moremousetweaks (incompatible), mod/mousetweaks (incompatible), mod/mru (incompatible), mod/neo_language_reload, mod/neoforge, mod/nochatreports, mod/offroad (incompatible), mod/particle_core, mod/particlerain (incompatible), mod/particular (incompatible), mod/pipeorgans, mod/placeable_food, mod/placeholder_api, mod/polymorph (incompatible), mod/polytone (incompatible), mod/ponder (incompatible), mod/presencefootsteps (incompatible), mod/pride, mod/puzzleslib (incompatible), mod/railways (incompatible), mod/reeses_sodium_options, mod/resourcefulconfig, mod/resourcify (incompatible), mod/rrls, mod/sable, mod/sablecompanion, mod/sablejade, mod/sablephysicscompat, mod/scribble (incompatible), mod/searchables (incompatible), mod/sereneseasons, mod/shulkerboxtooltip (incompatible), mod/simulated (incompatible), mod/simulatedcoasters, mod/skinlayers3d (incompatible), mod/smart_bounds, mod/sodium, mod/sodium_extra, mod/sound_physics_perfected (incompatible), mod/sounds (incompatible), mod/spruceui, mod/sspb, mod/ssrd, mod/streamsreflowing (incompatible), mod/subtle_effects, mod/sway, mod/tellus, mod/terrain_slabs (incompatible), mod/transition (incompatible), mod/trender (incompatible), mod/veil (incompatible), mod/visuality, mod/voxy, mod/voxy_server_lod (incompatible), mod/voxyworldgenv2, mod/waves (incompatible), mod/wdutils (incompatible), mod/yet_another_config_lib_v3 (incompatible), mod/yumi_mc_core, mod/zfastnoise, mod_data, eclipticseasons/Rain Together (incompatible), eclipticseasons/Regional Snow Time, eclipticseasons/Vanilla Biome Climate Settings (incompatible), railways:phantom_track_override, create:dynamic_data
Enabled Feature Flags: minecraft:vanilla
World Seed: -1536324413747031959
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'neoforge'; Server brand changed to 'neoforge'
Sinytra Connector: 2.0.0-beta.16+1.21.1
SINYTRA CONNECTOR IS PRESENT!
Please verify issues are not caused by Connector before reporting them to mod authors. If you're unsure, file a report on Connector's issue tracker.
| ================================================== | ============================== | ============================== | ==================== |
| continuity-3.0.0+1.21.neoforge_mapped_moj_1.21.1.j | Continuity | continuity | 3.0.0_1.21.neoforge |
ModLauncher: 11.0.5+main.901c6ea8
ModLauncher launch target: forgeclient
sponge-mixin-0.15.2+mixin.0.8.7.jar mixin PLUGINSERVICE
loader-4.0.43.jar slf4jfixer PLUGINSERVICE
loader-4.0.43.jar runtime_enum_extender PLUGINSERVICE
at-modlauncher-10.0.1.jar accesstransformer PLUGINSERVICE
loader-4.0.43.jar runtimedistcleaner PLUGINSERVICE
modlauncher-11.0.5.jar mixin TRANSFORMATIONSERVICE
modlauncher-11.0.5.jar fml TRANSFORMATIONSERVICE
modlauncher-11.0.5.jar crash_assistant TRANSFORMATIONSERVICE
modlauncher-11.0.5.jar connector_loader TRANSFORMATIONSERVICE
3d-armor-0∙9∙4∙2-mod.jar |3D Armor |armor_3d |0∙9∙4∙2 |Manifest: NOSIGNATURE
3d_placeable_food-2.4.0-neoforge-1.21.1.jar |3D Placeable food |placeable_food |2.4.0 |Manifest: NOSIGNATURE
skinlayers3d-neoforge-1.11.2-mc1.21.1.jar |3d-Skin-Layers |skinlayers3d |1.11.2 |Manifest: NOSIGNATURE
aerocopycats-1.1.1.jar |aero_copycats |aerocopycats |1.1.0 |Manifest: NOSIGNATURE
aero_cam_sync-1.3.6.jar |Aeronautics Camera Sync |aero_cam_sync |1.3.6 |Manifest: NOSIGNATURE
AmbientSounds_NEOFORGE_v6.3.8_mc1.21.1.jar |AmbientSounds |ambientsounds |6.3.8 |Manifest: NOSIGNATURE
architectury-13.0.11-neoforge.jar |Architectury |architectury |13.0.11 |Manifest: NOSIGNATURE
mace3d-neoforge-1.21.X-1.1.0.jar |Awesome 3D Mace |mace3d |1.1.0 |Manifest: NOSIGNATURE
bbe-neoforge-1.3.4-beta.3+mc1.21.1.jar |BBE |betterblockentities |1.3.4-beta.3+mc1.21.|Manifest: NOSIGNATURE
BetterAdvancements-NeoForge-1.21.1-0∙4∙3∙21.jar |Better Advancements |betteradvancements |0∙4∙3∙21 |Manifest: NOSIGNATURE
betterarcheology-neoforge-1.21.1-1.3.8.jar |Better Archeology |betterarcheology |1.21.1-1.3.8 |Manifest: NOSIGNATURE
betterbiomeblend-1.5.2.jar |Better Biome Reblend |betterbiomereblend |1.5.2 |Manifest: NOSIGNATURE
better_modlist-21.1.0.jar |Better ModList |mod_menu |21.1.0 |Manifest: NOSIGNATURE
BetterF3-11.0.3-NeoForge-1.21.1.jar |BetterF3 |betterf3 |11.0.3 |Manifest: NOSIGNATURE
BetterGrassify-1.7.0+neoforge.1.21.1.jar |BetterGrassify |bettergrass |1.7.0+neoforge.1.21.|Manifest: NOSIGNATURE
bigwater-1.2.0-neoforge+mc1.21.1.jar |Big Water |bigwater |1.2.0-neoforge+mc1.2|Manifest: NOSIGNATURE
Chunky-NeoForge-1.4.23.jar |Chunky |chunky |1.4.23 |Manifest: NOSIGNATURE
cloth-config-15.0.140-neoforge.jar |Cloth Config v15 API |cloth_config |15.0.140 |Manifest: NOSIGNATURE
codecui-neoforge-1.21.1-1.4.1.jar |CodecUI |codecui |1.21.1-1.4.1 |Manifest: NOSIGNATURE
collective-1.21.1-8.39.jar |Collective |collective |8.39 |Manifest: NOSIGNATURE
c2me-neoforge-mc1.21.1-0.4.0-alpha.0.116.jar |Concurrent Chunk Management En|c2me |0.4.0-alpha.0.116+1.|Manifest: NOSIGNATURE
c2me-neoforge-base-mc1.21.1-0.4.0-alpha.0.116-all.|Concurrent Chunk Management En|c2me_base |0.4.0-alpha.0.116+1.|Manifest: NOSIGNATURE
c2me-neoforge-client-uncapvd-mc1.21.1-0.4.0-alpha.|Concurrent Chunk Management En|c2me_client_uncapvd |0.4.0-alpha.0.116+1.|Manifest: NOSIGNATURE
c2me-neoforge-fixes-chunkio-threading-issues-mc1.2|Concurrent Chunk Management En|c2me_fixes_chunkio_threading_i|0.4.0-alpha.0.116+1.|Manifest: NOSIGNATURE
c2me-neoforge-fixes-general-threading-issues-mc1.2|Concurrent Chunk Management En|c2me_fixes_general_threading_i|0.4.0-alpha.0.116+1.|Manifest: NOSIGNATURE
c2me-neoforge-fixes-worldgen-threading-issues-mc1.|Concurrent Chunk Management En|c2me_fixes_worldgen_threading_|0.4.0-alpha.0.116+1.|Manifest: NOSIGNATURE
c2me-neoforge-fixes-worldgen-vanilla-bugs-mc1.21.1|Concurrent Chunk Management En|c2me_fixes_worldgen_vanilla_bu|0.4.0-alpha.0.116+1.|Manifest: NOSIGNATURE
c2me-neoforge-notickvd-mc1.21.1-0.4.0-alpha.0.116.|Concurrent Chunk Management En|c2me_notickvd |0.4.0-alpha.0.116+1.|Manifest: NOSIGNATURE
c2me-neoforge-opts-chunkio-mc1.21.1-0.4.0-alpha.0.|Concurrent Chunk Management En|c2me_opts_chunkio |0.4.0-alpha.0.116+1.|Manifest: NOSIGNATURE
c2me-neoforge-opts-dfc-mc1.21.1-0.4.0-alpha.0.116.|Concurrent Chunk Management En|c2me_opts_dfc |0.4.0-alpha.0.116+1.|Manifest: NOSIGNATURE
c2me-neoforge-opts-worldgen-general-mc1.21.1-0.4.0|Concurrent Chunk Management En|c2me_opts_worldgen_general |0.4.0-alpha.0.116+1.|Manifest: NOSIGNATURE
c2me-neoforge-opts-math-mc1.21.1-0.4.0-alpha.0.116|Concurrent Chunk Management En|c2me_opts_math |0.4.0-alpha.0.116+1.|Manifest: NOSIGNATURE
c2me-neoforge-opts-allocs-mc1.21.1-0.4.0-alpha.0.1|Concurrent Chunk Management En|c2me_opts_allocs |0.4.0-alpha.0.116+1.|Manifest: NOSIGNATURE
c2me-neoforge-opts-natives-math-mc1.21.1-0.4.0-alp|Concurrent Chunk Management En|c2me_opts_natives_math |0.4.0-alpha.0.116+1.|Manifest: NOSIGNATURE
c2me-neoforge-opts-scheduling-mc1.21.1-0.4.0-alpha|Concurrent Chunk Management En|c2me_opts_scheduling |0.4.0-alpha.0.116+1.|Manifest: NOSIGNATURE
c2me-neoforge-opts-worldgen-vanilla-mc1.21.1-0.4.0|Concurrent Chunk Management En|c2me_opts_worldgen_vanilla |0.4.0-alpha.0.116+1.|Manifest: NOSIGNATURE
c2me-neoforge-rewrites-chunkio-mc1.21.1-0.4.0-alph|Concurrent Chunk Management En|c2me_rewrites_chunkio |0.4.0-alpha.0.116+1.|Manifest: NOSIGNATURE
c2me-neoforge-rewrites-chunk-system-mc1.21.1-0.4.0|Concurrent Chunk Management En|c2me_rewrites_chunk_system |0.4.0-alpha.0.116+1.|Manifest: NOSIGNATURE
c2me-neoforge-server-utils-mc1.21.1-0.4.0-alpha.0.|Concurrent Chunk Management En|c2me_server_utils |0.4.0-alpha.0.116+1.|Manifest: NOSIGNATURE
c2me-neoforge-threading-lighting-mc1.21.1-0.4.0-al|Concurrent Chunk Management En|c2me_threading_lighting |0.4.0-alpha.0.116+1.|Manifest: NOSIGNATURE
conditional-mixin-neoforge-0.6.4.jar |conditional mixin |conditional_mixin |0.6.4 |Manifest: NOSIGNATURE
continuity-3.0.0+1.21.neoforge_mapped_moj_1.21.1.j|Continuity |continuity |3.0.0_1.21.neoforge |Manifest: NOSIGNATURE
contraption-lights-neoforge-1.21.1-1.3.1.jar |Contraption Lights |contraptionlights |1.3.1 |Manifest: NOSIGNATURE
contraptionlights-fixes-neoforge-1.21.1-1.4.1.jar |Contraption Lights Fixes |contraptionlightsfixes |1.4.1 |Manifest: NOSIGNATURE
Controlling-neoforge-1.21.1-19.0.5.jar |Controlling |controlling |19.0.5 |Manifest: NOSIGNATURE
coolrain-1.21.1-NeoForge-1.0.1.jar |Cool Rain |coolrain |1.0.1 |Manifest: NOSIGNATURE
crash_assistant-neoforge.jar |Crash Assistant |crash_assistant |1.11.11 |Manifest: NOSIGNATURE
CraterLib-Neoforge-1.21-3.1.2.jar |CraterLib |craterlib |3.1.2 |Manifest: NOSIGNATURE
create-1.21.1-6.0.10.jar |Create |create |6.0.10 |Manifest: NOSIGNATURE
create-aeronautics-bundled-1.21.1-1.3.0.jar |Create Aeronautics |aeronautics_bundled |1.3.0 |Manifest: NOSIGNATURE
dev.eriksonn.aeronautics.aeronautics-neoforge-1.21|Create Aeronautics |aeronautics |1.3.0 |Manifest: NOSIGNATURE
createdeco-2.1.3.jar |Create Deco |createdeco |2.1.3 |Manifest: NOSIGNATURE
dev.ryanhcode.offroad.offroad-neoforge-1.21.1-1.3.|Create Offroad |offroad |1.3.0 |Manifest: NOSIGNATURE
dev.simulated_team.simulated.simulated-neoforge-1.|Create Simulated |simulated |1.3.0 |Manifest: NOSIGNATURE
createaddonorganizer-1.5__1.21.1.jar |Create: Addon Organizer |createaddonorganizer |1.5 |Manifest: NOSIGNATURE
bellsandwhistles-0.4.7-1.21.1.jar |Create: Bells & Whistles |bellsandwhistles |0.4.7-1.21.1 |Manifest: NOSIGNATURE
create_bb-1.0.7-1.21.1-Neoforge.jar |Create: Blocks & Bogies |create_bb |1.0.7 |Manifest: NOSIGNATURE
simulatedcoasters-0.1.4.jar |Create: Coasters Simulated |simulatedcoasters |0.1.4 |Manifest: NOSIGNATURE
create_connected-1.3.2-mc1.21.1.jar |Create: Connected |create_connected |1.3.2-mc1.21.1 |Manifest: NOSIGNATURE
copycats-3.0.4+mc.1.21.1-neoforge.jar |Create: Copycats+ |copycats |3.0.4+mc.1.21.1-neof|Manifest: NOSIGNATURE
escalated-1.3.1-mc.1.21.1.jar |Create: Escalated |escalated |1.3.1 |Manifest: NOSIGNATURE
interiors-1.21.1-neoforge-0.6.1.jar |Create: Interiors |interiors |0.6.1 |Manifest: NOSIGNATURE
smart_bounds-1.0.0.jar |Create: Smart Bounds |smart_bounds |1.0.0 |Manifest: NOSIGNATURE
pipeorgans-0.8.2+1.21.1.jar |Create: Sound of Steam |pipeorgans |0.8.2+1.21.1 |Manifest: NOSIGNATURE
railways-0.3.0-beta.2+neoforge-mc1.21.1.jar |Create: Steam 'n' Rails 1.21.1|railways |0.3.0-beta.2+neoforg|Manifest: NOSIGNATURE
createthreadedtrains-neoforge-1.21.1-1.0.0.jar |Create: Threaded Trains |createthreadedtrains |1.0.0 |Manifest: NOSIGNATURE
create_train_perspective-1.1.1.jar |Create: Train Perspective |create_train_perspective |1.1.1 |Manifest: NOSIGNATURE
createbetterfps-1.21.1-1.1.4.jar |CreateBetterFps |createbetterfps |1.1.4 |Manifest: NOSIGNATURE
CreativeCore_NEOFORGE_v2.13.41_mc1.21.1.jar |CreativeCore |creativecore |2.13.41 |Manifest: NOSIGNATURE
darkwindowbar-neoforge-1.0.0-1.21.1.jar |Dark Window Bar |darkwindowbar |1.0.0 |Manifest: NOSIGNATURE
Design-n-Decor-1.21.1-2.2b.jar |Design n' Decor |dndecor |2.2b |Manifest: NOSIGNATURE
dynamic-fps-3.11.4+minecraft-1.21.0-neoforge.jar |Dynamic FPS |dynamic_fps |3.11.4 |Manifest: NOSIGNATURE
EclipticSeasons-1.21.1-neoforge-0.14.4.jar |Ecliptic Seasons |eclipticseasons |0.14.4 |Manifest: NOSIGNATURE
EclipticSeasons-VoxyCompact-1.21.1-neoforge-0.2.14|Ecliptic Seasons : Voxy Compac|eclipticseasons_voxycompact |0.2.14-alpha-patch2-|Manifest: NOSIGNATURE
effortlessbuilding-4.2+1.21.1.jar |Effortless Building |effortlessbuilding |4.2 |Manifest: NOSIGNATURE
entity_model_features-3.2.4-1.21-neoforge.jar |Entity Model Features |entity_model_features |3.2.4 |Manifest: NOSIGNATURE
entity_sound_features-0.8.1-1.21-neoforge.jar |Entity Sound Features |entity_sound_features |0.8.1 |Manifest: NOSIGNATURE
entity_texture_features_1.21-neoforge-7.1.jar |Entity Texture Features |entity_texture_features |7.1 |Manifest: NOSIGNATURE
entityculling-neoforge-1.10.5-mc1.21.1.jar |EntityCulling |entityculling |1.10.5 |Manifest: NOSIGNATURE
explosiveenhancement-neoforge-1.21.1-1.1.2.jar |Explosive Enhancement |explosiveenhancement |1.1.2 |Manifest: NOSIGNATURE
fallingleaves-1.21.1-2.5.1.jar |Fallingleaves |fallingleaves |2.5.1 |Manifest: NOSIGNATURE
K0NYarUG-6.0-NEOFORGE-1.21.1.jar |Fancy Tab Sections |fancytabsections |6.0-NEOFORGE-1.21.1 |Manifest: NOSIGNATURE
zfastnoise-1.0.13+1.21.1+neoforge.jar |Fast Noise Mod |zfastnoise |1.0.13+1.21.1+neofor|Manifest: NOSIGNATURE
Fastquit-3.0.1+1.21.1neoforge.jar |Fastquit |fastquit |3.0.1+1.21neoforge |Manifest: NOSIGNATURE
ferritecore-7.0.3-neoforge.jar |Ferrite Core |ferritecore |7.0.3 |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
neoforge.jar |Flywheel |flywheel |1.0.6 |Manifest: NOSIGNATURE
forgified-fabric-api-0.116.15+2.3.1+1.21.1.jar |Forgified Fabric API |fabric_api |0.116.15+2.3.1+1.21.|Manifest: NOSIGNATURE
fabric-api-base-0.4.42+d1308ded19.jar |Forgified Fabric API Base |fabric_api_base |0.4.42+d1308ded19 |Manifest: NOSIGNATURE
fabric-api-lookup-api-v1-1.6.72+6244b11119.jar |Forgified Fabric API Lookup AP|fabric_api_lookup_api_v1 |1.6.72+6244b11119 |Manifest: NOSIGNATURE
fabric-biome-api-v1-13.0.31+1e62d33c19.jar |Forgified Fabric Biome API (v1|fabric_biome_api_v1 |13.0.31+1e62d33c19 |Manifest: NOSIGNATURE
fabric-block-api-v1-1.1.0+b0c22bb819.jar |Forgified Fabric Block API (v1|fabric_block_api_v1 |1.1.0+b0c22bb819 |Manifest: NOSIGNATURE
fabric-blockrenderlayer-v1-1.1.52+c290471319.jar |Forgified Fabric BlockRenderLa|fabric_blockrenderlayer_v1 |1.1.52+c290471319 |Manifest: NOSIGNATURE
fabric-block-view-api-v2-1.0.10+9afaaf8c19.jar |Forgified Fabric BlockView API|fabric_block_view_api_v2 |1.0.10+9afaaf8c19 |Manifest: NOSIGNATURE
fabric-client-tags-api-v1-1.2.0+5adff2d719.jar |Forgified Fabric Client Tags |fabric_client_tags_api_v1 |1.2.0+5adff2d719 |Manifest: NOSIGNATURE
fabric-command-api-v2-2.2.28+36d727be19.jar |Forgified Fabric Command API (|fabric_command_api_v2 |2.2.28+36d727be19 |Manifest: NOSIGNATURE
fabric-content-registries-v0-8.0.19+5e0d320019.jar|Forgified Fabric Content Regis|fabric_content_registries_v0 |8.0.19+5e0d320019 |Manifest: NOSIGNATURE
fabric-convention-tags-v1-2.1.7+7f945d5b19.jar |Forgified Fabric Convention Ta|fabric_convention_tags_v1 |2.1.7+7f945d5b19 |Manifest: NOSIGNATURE
fabric-convention-tags-v2-2.12.0+75d3639619.jar |Forgified Fabric Convention Ta|fabric_convention_tags_v2 |2.12.0+75d3639619 |Manifest: NOSIGNATURE
fabric-data-attachment-api-v1-1.4.7+26d408aa19.jar|Forgified Fabric Data Attachme|fabric_data_attachment_api_v1 |1.4.7+26d408aa19 |Manifest: NOSIGNATURE
fabric-data-generation-api-v1-20.3.0+3e2bcb4b19.ja|Forgified Fabric Data Generati|fabric_data_generation_api_v1 |20.3.0+3e2bcb4b19 |Manifest: NOSIGNATURE
fabric-entity-events-v1-1.8.0+e46a02ca19.jar |Forgified Fabric Entity Events|fabric_entity_events_v1 |1.8.0+e46a02ca19 |Manifest: NOSIGNATURE
fabric-events-interaction-v0-0.7.14+7e3d421f19.jar|Forgified Fabric Events Intera|fabric_events_interaction_v0 |0.7.14+7e3d421f19 |Manifest: NOSIGNATURE
fabric-game-rule-api-v1-1.0.53+36d727be19.jar |Forgified Fabric Game Rule API|fabric_game_rule_api_v1 |1.0.53+36d727be19 |Manifest: NOSIGNATURE
fabric-gametest-api-v1-2.0.5+29f188ce19.jar |Forgified Fabric Game Test API|fabric_gametest_api_v1 |2.0.5+29f188ce19 |Manifest: NOSIGNATURE
fabric-item-api-v1-11.3.0+766f218719.jar |Forgified Fabric Item API (v1)|fabric_item_api_v1 |11.3.0+766f218719 |Manifest: NOSIGNATURE
fabric-item-group-api-v1-4.1.7+e324903319.jar |Forgified Fabric Item Group AP|fabric_item_group_api_v1 |4.1.7+e324903319 |Manifest: NOSIGNATURE
fabric-key-binding-api-v1-1.0.47+62cc7ce119.jar |Forgified Fabric Key Binding A|fabric_key_binding_api_v1 |1.0.47+62cc7ce119 |Manifest: NOSIGNATURE
fabric-lifecycle-events-v1-2.6.0+e40d8add19.jar |Forgified Fabric Lifecycle Eve|fabric_lifecycle_events_v1 |2.6.0+e40d8add19 |Manifest: NOSIGNATURE
fabric-loot-api-v2-3.0.15+a3ee712d19.jar |Forgified Fabric Loot API (v2)|fabric_loot_api_v2 |3.0.15+a3ee712d19 |Manifest: NOSIGNATURE
fabric-loot-api-v3-1.0.3+333dfad919.jar |Forgified Fabric Loot API (v3)|fabric_loot_api_v3 |1.0.3+333dfad919 |Manifest: NOSIGNATURE
fabric-message-api-v1-6.0.14+6a754fce19.jar |Forgified Fabric Message API (|fabric_message_api_v1 |6.0.14+6a754fce19 |Manifest: NOSIGNATURE
fabric-model-loading-api-v1-2.1.0+6e8f52c719.jar |Forgified Fabric Model Loading|fabric_model_loading_api_v1 |2.1.0+6e8f52c719 |Manifest: NOSIGNATURE
fabric-networking-api-v1-4.3.1+7e3d421f19.jar |Forgified Fabric Networking AP|fabric_networking_api_v1 |4.3.1+7e3d421f19 |Manifest: NOSIGNATURE
fabric-object-builder-api-v1-15.2.1+cc242efd19.jar|Forgified Fabric Object Builde|fabric_object_builder_api_v1 |15.2.1+cc242efd19 |Manifest: NOSIGNATURE
fabric-particles-v1-4.0.2+824f924c19.jar |Forgified Fabric Particles (v1|fabric_particles_v1 |4.0.2+824f924c19 |Manifest: NOSIGNATURE
fabric-recipe-api-v1-5.0.16+59440bcc19.jar |Forgified Fabric Recipe API (v|fabric_recipe_api_v1 |5.0.16+59440bcc19 |Manifest: NOSIGNATURE
fabric-registry-sync-v0-5.3.2+f9aace1619.jar |Forgified Fabric Registry Sync|fabric_registry_sync_v0 |5.3.2+f9aace1619 |Manifest: NOSIGNATURE
fabric-renderer-indigo-1.7.1+9125b6dc19.jar |Forgified Fabric Renderer - In|fabric_renderer_indigo |1.7.1+9125b6dc19 |Manifest: NOSIGNATURE
fabric-renderer-api-v1-3.4.1+9125b6dc19.jar |Forgified Fabric Renderer API |fabric_renderer_api_v1 |3.4.1+9125b6dc19 |Manifest: NOSIGNATURE
fabric-rendering-v1-5.1.0+1a09bd5a19.jar |Forgified Fabric Rendering (v1|fabric_rendering_v1 |5.1.0+1a09bd5a19 |Manifest: NOSIGNATURE
fabric-rendering-data-attachment-v1-0.3.48+73761d2|Forgified Fabric Rendering Dat|fabric_rendering_data_attachme|0.3.48+73761d2e19 |Manifest: NOSIGNATURE
fabric-rendering-fluids-v1-3.1.6+a51883b219.jar |Forgified Fabric Rendering Flu|fabric_rendering_fluids_v1 |3.1.6+a51883b219 |Manifest: NOSIGNATURE
fabric-resource-conditions-api-v1-4.3.0+5bdd099819|Forgified Fabric Resource Cond|fabric_resource_conditions_api|4.3.0+5bdd099819 |Manifest: NOSIGNATURE
fabric-resource-loader-v0-1.3.1+4ea8954419.jar |Forgified Fabric Resource Load|fabric_resource_loader_v0 |1.3.1+4ea8954419 |Manifest: NOSIGNATURE
fabric-screen-api-v1-2.0.26+b4953c7419.jar |Forgified Fabric Screen API (v|fabric_screen_api_v1 |2.0.26+b4953c7419 |Manifest: NOSIGNATURE
fabric-screen-handler-api-v1-1.3.91+8dbc56dd19.jar|Forgified Fabric Screen Handle|fabric_screen_handler_api_v1 |1.3.91+8dbc56dd19 |Manifest: NOSIGNATURE
fabric-sound-api-v1-1.0.23+10b84f8419.jar |Forgified Fabric Sound API (v1|fabric_sound_api_v1 |1.0.23+10b84f8419 |Manifest: NOSIGNATURE
fabric-tag-api-v1-1.3.0+3e2bcb4b19.jar |Forgified Fabric Tag API (v1) |fabric_tag_api_v1 |1.3.0+3e2bcb4b19 |Manifest: NOSIGNATURE
fabric-transfer-api-v1-5.4.4+6244b11119.jar |Forgified Fabric Transfer API |fabric_transfer_api_v1 |5.4.4+6244b11119 |Manifest: NOSIGNATURE
fabric-transitive-access-wideners-v1-6.2.0+6c854b6|Forgified Fabric Transitive Ac|fabric_transitive_access_widen|6.2.0+6c854b6f19 |Manifest: NOSIGNATURE
FpsReducer2-neoforge-1.21-2.10.jar |FPS Reducer |fpsreducer |1.21-2.10 |Manifest: NOSIGNATURE
fzzy_config-0.7.6+1.21+neoforge.jar |Fzzy Config |fzzy_config |0.7.6+1.21+neoforge |Manifest: NOSIGNATURE
gaboulibs-neoforge-1.8.1.jar |gaboulibs |gaboulibs |1.8.1 |Manifest: NOSIGNATURE
GlitchCore-neoforge-1.21.1-2∙1∙0∙2.jar |GlitchCore |glitchcore |2∙1∙0∙2 |Manifest: NOSIGNATURE
ImmediatelyFast-NeoForge-1.6.11+1.21.1.jar |ImmediatelyFast |immediatelyfast |1.6.11+1.21.1 |Manifest: NOSIGNATURE
immersiveoverlays-1.7.3+1.21.1-neoforge.jar |Immersive Overlays |immersiveoverlays |1.7.3+1.21.1 |Manifest: NOSIGNATURE
iris-neoforge-1.8.14-beta.1+mc1.21.1.jar |Iris |iris |1.8.14-beta.1+mc1.21|Manifest: NOSIGNATURE
iris-flywheel-compat-NeoForge-2.4.0.jar |Iris Flywheel Compat |irisflw |2.4.0 |Manifest: NOSIGNATURE
irisveil-0.3.0.jar |Iris Veil Compat |irisveil |0.3.0 |Manifest: NOSIGNATURE
Ixeris-4.6.2+1.21.1-neoforge-mod.jar |Ixeris |ixeris |4.6.2+1.21.1-neoforg|Manifest: NOSIGNATURE
Jade-1.21.1-NeoForge-15.10.6.jar |Jade |jade |15.10.6+neoforge |Manifest: NOSIGNATURE
JadeAddons-1.21.1-NeoForge-6.1.0.jar |Jade Addons |jadeaddons |6.1.0+neoforge |Manifest: NOSIGNATURE
sablejade-1.2.1.jar |Jade Sable Compat |sablejade |1.2.1 |Manifest: NOSIGNATURE
jeioptimizer-1.21.1-1.1.0-19.42.jar |JEIOptimizer |jeioptimizer |1.1.0-19.42 |Manifest: NOSIGNATURE
jei-1.21.1-neoforge-19∙43∙0∙393.jar |Just Enough Items |jei |19∙43∙0∙393 |Manifest: NOSIGNATURE
justzoom_neoforge_2.1.0_MC_1.21.1.jar |Just Zoom |justzoom |2.1.0 |Manifest: NOSIGNATURE
KeybindAtlas-v1.4.0-mc1.21.1-neoforge.jar |Keybind Atlas |keybindatlas |1.4.0 |Manifest: NOSIGNATURE
konkrete_neoforge_1.9.9_MC_1.21.jar |Konkrete |konkrete |1.9.9 |Manifest: NOSIGNATURE
thedarkcolour.kffmod-5.12.0.jar |Kotlin For Forge |kotlinforforge |5.12.0 |Manifest: NOSIGNATURE
krypton_fnp-neoforge-1.21.1-0∙2∙28∙1-1.21.1.jar |Krypton FNP |krypton_fnp |0∙2∙28∙1-1.21.1 |Manifest: NOSIGNATURE
lambdynamiclights-4.8.10+1.21.1.jar |LambDynamicLights |lambdynlights |4.8.10+1.21.1 |Manifest: NOSIGNATURE
lambdynamiclights-api-4.8.10+1.21.1-mojmap.jar |LambDynamicLights (API) |lambdynlights_api |4.8.10+1.21.1 |Manifest: NOSIGNATURE
lambdynamiclights-4.8.10+1.21.1-neoforge.jar |LambDynamicLights (Runtime) |lambdynlights_runtime |4.8.10+1.21.1 |Manifest: NOSIGNATURE
lithium-neoforge-0.15.4+mc1.21.1.jar |Lithium |lithium |0.15.4+mc1.21.1 |Manifest: NOSIGNATURE
mc2_interactivefoliage-1.1.1-neoforge+1.21.1.jar |MC2 - Interactive Foliage |mc2_interactivefoliage |1.1.1 |Manifest: NOSIGNATURE
midnightlib-1.9.2+1.21.1-neoforge.jar |MidnightLib |midnightlib |1.9.2 |Manifest: NOSIGNATURE
client-1.21.1-20240808.144430-srg.jar |Minecraft |minecraft |1.21.1 |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
modernfix-neoforge-5.27.20+mc1.21.1.jar |ModernFix |modernfix |5.27.20+mc1.21.1 |Manifest: NOSIGNATURE
moreculling-neoforge-1.21.1-1.0.9.jar |More Culling |moreculling |1.0.9 |Manifest: NOSIGNATURE
moremousetweaks-neoforge-1.1.1+1.21.1.jar |MoreMouseTweaks |moremousetweaks |1.1.1+1.21.1 |Manifest: NOSIGNATURE
MouseTweaks-neoforge-mc1.21-2.26.1.jar |Mouse Tweaks |mousetweaks |2.26.1 |Manifest: NOSIGNATURE
mru-1.0.31+1.21.1-neoforge.jar |MRU |mru |1.0.31+1.21.1 |Manifest: NOSIGNATURE
neo_language_reload-1.0.0.jar |Neo Language Reload |neo_language_reload |1.0.0 |Manifest: NOSIGNATURE
neoforge-21.1.248-universal.jar |NeoForge |neoforge |21.1.248 |Manifest: NOSIGNATURE
NoChatReports-NEOFORGE-1.21.1-v2.9.1.jar |No Chat Reports |nochatreports |1.21.1-v2.9.1 |Manifest: NOSIGNATURE
particle_core-0.3.3+1.21+neoforge.jar |Particle Core |particle_core |0.3.3+1.21+neoforge |Manifest: NOSIGNATURE
particlerain-4.0.0-beta.10+1.21.1-neoforge.jar |Particle Rain |particlerain |4.0.0-beta.10 |Manifest: NOSIGNATURE
particular-1.21.1-NeoForge-1.5.5.jar |Particular Reforged |particular |1.5.5 |Manifest: NOSIGNATURE
TextPlaceholderAPI-neoforge-e1a427d5b9.jar |Placeholder API Neoforge |placeholder_api |2.4.1+1.21 |Manifest: NOSIGNATURE
polymorph-neoforge-1.1.0+1.21.1.jar |Polymorph |polymorph |1.1.0+1.21.1 |Manifest: NOSIGNATURE
polytone-1.21-3.11.1-neoforge.jar |Polytone |polytone |1.21-3.11.1 |Manifest: NOSIGNATURE
ponder-neoforge-1.0.82+mc1.21.1.jar |Ponder |ponder |1.0.82+mc1.21.1 |Manifest: NOSIGNATURE
PresenceFootsteps-1.21.1-1.12.0-beta.1-1.21NeoForg|Presence Footsteps (NeoForge) |presencefootsteps |1.21.1-1.12.0-beta.1|Manifest: NOSIGNATURE
pridelib-1.2.4+1.21.1-mojmap.jar |Pride Lib |pride |1.2.4+1.21.1 |Manifest: NOSIGNATURE
PuzzlesLib-v21.1.52-1.21.1-NeoForge.jar |Puzzles Lib |puzzleslib |21.1.52 |Manifest: NOSIGNATURE
reeses-sodium-options-neoforge-2.2.3+mc1.21.1.jar |Reese's Sodium Options |reeses_sodium_options |2.2.3+mc1.21.1 |Manifest: NOSIGNATURE
rrls-5.0.11+mc1.21.1-forge.jar |Remove Reloading Screen |rrls |5.0.11+mc1.21.1-forg|Manifest: NOSIGNATURE
resourcefulconfig-neoforge-1.21-3.0.11.jar |Resourcefulconfig |resourcefulconfig |3.0.11 |Manifest: NOSIGNATURE
Resourcify (1.21.1-neoforge)-1.8.5.jar |Resourcify |resourcify |1.8.5 |Manifest: NOSIGNATURE
sable-neoforge-1.21.1-2.0.3.jar |Sable |sable |2.0.3 |Manifest: NOSIGNATURE
sable-companion-common-1.21.1-1.6.0.jar |Sable Companion |sablecompanion |1.6.0 |Manifest: NOSIGNATURE
sablephysicscompat-1.3.0.jar |Sable: Physics Compat |sablephysicscompat |1.3.0 |Manifest: NOSIGNATURE
Scribble-1.5.1+mc1.21-neoforge.jar |Scribble |scribble |1.5.1 |Manifest: NOSIGNATURE
Searchables-neoforge-1.21.1-1.0.2.jar |Searchables |searchables |1.0.2 |Manifest: NOSIGNATURE
SSRD-1.8.5-1.21.1.jar |Separate Sable Render Distance|ssrd |1.8.5 |Manifest: NOSIGNATURE
SereneSeasons-neoforge-1.21.1-10∙1∙0∙3.jar |Serene Seasons |sereneseasons |10∙1∙0∙3 |Manifest: NOSIGNATURE
shulkerboxtooltip-neoforge-5.1.9+1.21.1.jar |ShulkerBoxTooltip |shulkerboxtooltip |5.1.9+1.21.1 |Manifest: NOSIGNATURE
org.sinytra.connector-2.0.0-beta.16+1.21.1-mod.jar|Sinytra Connector |connector |2.0.0-beta.16+1.21.1|Manifest: NOSIGNATURE
net.caffeinemc.sodium-neoforge-0.8.13-beta.2+mc1.2|Sodium |sodium |0.8.13-beta.2+mc1.21|Manifest: NOSIGNATURE
sodium-extra-neoforge-0.9.3+mc1.21.1.jar |Sodium Extra |sodium_extra |0.9.3+mc1.21.1 |Manifest: NOSIGNATURE
sodium-shadowy-path-blocks-neoforge-4.1.0.jar |Sodium Shadowy Path Blocks |sspb |4.1.0 |Manifest: NOSIGNATURE
sound_physics_perfected-1.17.5+1.21.1-neoforge.jar|Sound Physics Perfected |sound_physics_perfected |1.17.5 |Manifest: NOSIGNATURE
sounds-2.4.22+lts+1.21.1-neoforge.jar |Sounds |sounds |2.4.22+lts |Manifest: NOSIGNATURE
spruceui-6.2.5+1.21.1-mojmap.jar |SpruceUI |spruceui |6.2.5+1.21.1 |Manifest: NOSIGNATURE
StreamsReflowing-1.21.1-neoforge-2.11.0.jar |StreamsReflowing |streamsreflowing |2.11.0 |Manifest: NOSIGNATURE
SubtleEffects-neoforge-1.21.1-1.14.3.jar |Subtle Effects |subtle_effects |1.14.3 |Manifest: NOSIGNATURE
sway-1.1.3-neoforge+1.21.1.jar |SWAY |sway |1.1.3 |Manifest: NOSIGNATURE
Tellus-neoforge-1.21.1.jar |Tellus |tellus |0.8.2 |Manifest: NOSIGNATURE
terrain_slabs-neoforge-3.1.2.jar |Terrain Slabs |terrain_slabs |3.1.2 |Manifest: NOSIGNATURE
TRansition-1.0.21-1.21.1-neoforge-SNAPSHOT.jar |TRansition |transition |1.0.21 |Manifest: NOSIGNATURE
TRender-1.0.15-1.21.1-neoforge-SNAPSHOT.jar |TRender |trender |1.0.15 |Manifest: NOSIGNATURE
veil-neoforge-1.21.1-4.1.4.jar |Veil |veil |4.1.4 |Manifest: NOSIGNATURE
visuality-forge-3.0.0.jar |Visuality: Reforged |visuality |3.0.0 |Manifest: NOSIGNATURE
voxy-0.2.15-beta+1.21.1-neoforge.jar |Voxy |voxy |0.2.15-beta |Manifest: NOSIGNATURE
voxy_server_lod-1.1.4.jar |Voxy Auto LOD |voxy_server_lod |1.0.0 |Manifest: NOSIGNATURE
Voxy World Gen V2-neoforge-1.21.1-2.4.2.jar |Voxy World Gen V2 |voxyworldgenv2 |2.4.2 |Manifest: NOSIGNATURE
Waves-1.21.x-1.6.jar |Waves |waves |1.6 |Manifest: NOSIGNATURE
wdUtils-1.2-NEOFORGE-1.21.1.jar |wd's Utils |wdutils |1.2-NEOFORGE-1.21.1 |Manifest: NOSIGNATURE
yet_another_config_lib_v3-3.8.2+1.21.1-neoforge.ja|YetAnotherConfigLib |yet_another_config_lib_v3 |3.8.2+1.21.1-neoforg|Manifest: NOSIGNATURE
yumi-mc-foundation-1.0.0-beta.1+1.21.1-mojmap.jar |Yumi Minecraft Libraries: Foun|yumi_mc_core |1.0.0-beta.1+1.21.1 |Manifest: NOSIGNATURE
Crash Report UUID: 5e22b4e3-3cd2-4df9-970c-677b2f2055fd
Flywheel Backend: flywheel:indirect