quiqueck / BetterEnd

Better End MC Mod
https://modrinth.com/mod/betterend
Other
29 stars 39 forks source link

[Bug] Unexpected Exception - net.minecraft.class_148: Feature placement #445

Open xCykrix opened 3 months ago

xCykrix commented 3 months ago

What happened?

While exploring the end dimension, the internal server randomly crashed with an error related to generation of "betterend:twisted_umbrella_moss"

BetterEnd

21.0.5

BCLib

21.0.9

Fabric API

0.100.7+1.21

Fabric Loader

0.16.0

Minecraft

1.20.4

Relevant log output

---- Minecraft Crash Report ----
// There are four lights!

Time: 2024-07-27 23:03:49
Description: Feature placement

java.lang.IllegalArgumentException: Cannot set property class_2758{name=rotation, clazz=class java.lang.Integer, values=[0, 1, 2, 3]} as it does not exist in Block{betterend:twisted_umbrella_moss}
    at net.minecraft.class_2688.method_11657(class_2688.java:121)
    at org.betterx.betterend.world.features.DoublePlantFeature.generate(DoublePlantFeature.java:47)
    at org.betterx.betterend.world.features.DoublePlantFeature.generate(DoublePlantFeature.java:12)
    at org.betterx.betterend.world.features.ScatterFeature.method_13151(ScatterFeature.java:90)
    at net.minecraft.class_2975.method_12862(class_2975.java:537)
    at net.minecraft.class_6796.method_39646(class_6796.java:54)
    at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source)
    at java.base/java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Unknown Source)
    at java.base/java.util.stream.ReferencePipeline$Head.forEach(Unknown Source)
    at java.base/java.util.stream.ReferencePipeline$7$1.accept(Unknown Source)
    at java.base/java.util.stream.SpinedBuffer$1Splitr.forEachRemaining(Unknown Source)
    at java.base/java.util.stream.ReferencePipeline$Head.forEach(Unknown Source)
    at java.base/java.util.stream.ReferencePipeline$7$1.accept(Unknown Source)
    at java.base/java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Unknown Source)
    at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source)
    at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
    at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source)
    at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source)
    at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source)
    at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source)
    at net.minecraft.class_6796.method_39648(class_6796.java:53)
    at net.minecraft.class_6796.method_39650(class_6796.java:42)
    at net.minecraft.class_2794.method_12102(class_2794.java:361)
    at net.minecraft.class_9310.method_57610(class_9310.java:103)
    at net.minecraft.class_9770.mixinextras$bridge$doWork$16(class_9770.java)
    at net.minecraft.class_9770.mdecba56$c2me-threading-worldgen$lambda$wrapGenerationStep$0$0(class_9770.java:537)
    at com.ishland.c2me.base.common.scheduler.ScheduledTask.run(ScheduledTask.java:22)
    at com.ishland.flowsched.executor.WorkerThread.pollTasks(WorkerThread.java:56)
    at com.ishland.flowsched.executor.WorkerThread.run(WorkerThread.java:35)

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

-- Head --
Thread: Server thread
Stacktrace:
    at net.minecraft.class_2688.method_11657(class_2688.java:121)
    at org.betterx.betterend.world.features.DoublePlantFeature.generate(DoublePlantFeature.java:47)
    at org.betterx.betterend.world.features.DoublePlantFeature.generate(DoublePlantFeature.java:12)
    at org.betterx.betterend.world.features.ScatterFeature.method_13151(ScatterFeature.java:90)
    at net.minecraft.class_2975.method_12862(class_2975.java:537)
    at net.minecraft.class_6796.method_39646(class_6796.java:54)
    at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source)
    at java.base/java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Unknown Source)
    at java.base/java.util.stream.ReferencePipeline$Head.forEach(Unknown Source)
    at java.base/java.util.stream.ReferencePipeline$7$1.accept(Unknown Source)
    at java.base/java.util.stream.SpinedBuffer$1Splitr.forEachRemaining(Unknown Source)
    at java.base/java.util.stream.ReferencePipeline$Head.forEach(Unknown Source)
    at java.base/java.util.stream.ReferencePipeline$7$1.accept(Unknown Source)
    at java.base/java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Unknown Source)
    at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source)
    at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
    at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source)
    at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source)
    at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source)
    at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source)
    at net.minecraft.class_6796.method_39648(class_6796.java:53)
    at net.minecraft.class_6796.method_39650(class_6796.java:42)

-- Feature --
Details:
    Description: ResourceKey[minecraft:worldgen/placed_feature / betterend:twisted_umbrella_moss]
Stacktrace:
    at net.minecraft.class_2794.method_12102(class_2794.java:361)
    at net.minecraft.class_9310.method_57610(class_9310.java:103)
    at net.minecraft.class_9770.mixinextras$bridge$doWork$16(class_9770.java)
    at net.minecraft.class_9770.mdecba56$c2me-threading-worldgen$lambda$wrapGenerationStep$0$0(class_9770.java:537)
    at com.ishland.c2me.base.common.scheduler.ScheduledTask.run(ScheduledTask.java:22)
    at com.ishland.flowsched.executor.WorkerThread.pollTasks(WorkerThread.java:56)
    at com.ishland.flowsched.executor.WorkerThread.run(WorkerThread.java:35)

-- Generation --
Details:
    CenterX: -29
    CenterZ: -242
    Decoration Seed: 9223046647197814294
Stacktrace:
    at net.minecraft.class_2794.method_12102(class_2794.java:361)
    at net.minecraft.class_9310.method_57610(class_9310.java:103)
    at net.minecraft.class_9770.mixinextras$bridge$doWork$16(class_9770.java)
    at net.minecraft.class_9770.mdecba56$c2me-threading-worldgen$lambda$wrapGenerationStep$0$0(class_9770.java:537)
    at com.ishland.c2me.base.common.scheduler.ScheduledTask.run(ScheduledTask.java:22)
    at com.ishland.flowsched.executor.WorkerThread.pollTasks(WorkerThread.java:56)
    at com.ishland.flowsched.executor.WorkerThread.run(WorkerThread.java:35)

-- System Details --
Details:
    Minecraft Version: 1.21
    Minecraft Version ID: 1.21
    Operating System: Windows 11 (amd64) version 10.0
    Java Version: 21.0.3, Azul Systems, Inc.
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Azul Systems, Inc.
    Memory: 2513862416 bytes (2397 MiB) / 5167382528 bytes (4928 MiB) up to 6375342080 bytes (6080 MiB)
    CPUs: 20
    Processor Vendor: GenuineIntel
    Processor Name: 12th Gen Intel(R) Core(TM) i7-12700K
    Identifier: Intel64 Family 6 Model 151 Stepping 2
    Microarchitecture: Alder Lake
    Frequency (GHz): 3.61
    Number of physical packages: 1
    Number of physical CPUs: 12
    Number of logical CPUs: 20
    Graphics card #0 name: Intel(R) UHD Graphics 770
    Graphics card #0 vendor: Intel Corporation
    Graphics card #0 VRAM (MiB): 1024.00
    Graphics card #0 deviceId: VideoController1
    Graphics card #0 versionInfo: 31.0.101.4577
    Graphics card #1 name: NVIDIA GeForce RTX 3060 Ti
    Graphics card #1 vendor: NVIDIA
    Graphics card #1 VRAM (MiB): 8192.00
    Graphics card #1 deviceId: VideoController2
    Graphics card #1 versionInfo: 32.0.15.5612
    Memory slot #0 capacity (MiB): 16384.00
    Memory slot #0 clockSpeed (GHz): 6.00
    Memory slot #0 type: Unknown
    Memory slot #1 capacity (MiB): 16384.00
    Memory slot #1 clockSpeed (GHz): 6.00
    Memory slot #1 type: Unknown
    Virtual memory max (MiB): 40722.77
    Virtual memory used (MiB): 25502.04
    Swap memory total (MiB): 8192.00
    Swap memory used (MiB): 361.86
    Space in storage for jna.tmpdir (MiB): available: 573614.50, total: 975883.00
    Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 573614.50, total: 975883.00
    Space in storage for io.netty.native.workdir (MiB): available: 573614.50, total: 975883.00
    Space in storage for java.io.tmpdir (MiB): available: 573614.50, total: 975883.00
    Space in storage for workdir (MiB): available: 573614.50, total: 975883.00
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6080M -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=25 -XX:G1HeapRegionSize=32M
    Fabric Mods: 
        accessories: Accessories 1.0.0-beta.21+1.21
            io_wispforest_endec: endec 0.1.5
            io_wispforest_endec_gson: gson 0.1.3
            io_wispforest_endec_netty: netty 0.1.2
        additionalstructures: Additional Structures 5.0.0-fabric
        architectury: Architectury 13.0.6
        balm-fabric: Balm 21.0.14
            kuma_api: KumaAPI 21.0.4
        bclib: BCLib 21.0.9
        beekeeperhut: Friends&Foes - Beekeeper Hut 2.0.1
        betterend: Better End 21.0.5
        c2me: Concurrent Chunk Management Engine 0.2.0+alpha.11.107+1.21
            c2me-base: Concurrent Chunk Management Engine (Base) 0.2.0+alpha.11.107+1.21
            c2me-client-uncapvd: Concurrent Chunk Management Engine (Client/Uncap View Distance) 0.2.0+alpha.11.107+1.21
            c2me-fixes-chunkio-threading-issues: Concurrent Chunk Management Engine (Fixes/Chunk IO/Threading Issues) 0.2.0+alpha.11.107+1.21
            c2me-fixes-general-threading-issues: Concurrent Chunk Management Engine (Fixes/General/Threading Issues) 0.2.0+alpha.11.107+1.21
            c2me-fixes-worldgen-threading-issues: Concurrent Chunk Management Engine (Fixes/WorldGen/Threading Issues) 0.2.0+alpha.11.107+1.21
            c2me-fixes-worldgen-vanilla-bugs: Concurrent Chunk Management Engine (Fixes/WorldGen/Vanilla Bugs) 0.2.0+alpha.11.107+1.21
            c2me-notickvd: Concurrent Chunk Management Engine (No Tick View Distance) 0.2.0+alpha.11.107+1.21
            c2me-opts-allocs: Concurrent Chunk Management Engine (Optimizations/Memory Allocations) 0.2.0+alpha.11.107+1.21
            c2me-opts-chunk-access: Concurrent Chunk Management Engine (Optimizations/Chunk Access) 0.2.0+alpha.11.107+1.21
            c2me-opts-chunkio: Concurrent Chunk Management Engine (Optimizations/Chunk IO) 0.2.0+alpha.11.107+1.21
            c2me-opts-math: Concurrent Chunk Management Engine (Optimizations/Math) 0.2.0+alpha.11.107+1.21
            c2me-opts-scheduling: Concurrent Chunk Management Engine (Optimizations/Scheduling) 0.2.0+alpha.11.107+1.21
            c2me-opts-worldgen-general: Concurrent Chunk Management Engine (Optimizations/General WorldGen) 0.2.0+alpha.11.107+1.21
            c2me-opts-worldgen-vanilla: Concurrent Chunk Management Engine (Optimizations/Vanilla WorldGen) 0.2.0+alpha.11.107+1.21
            c2me-rewrites-chunk-serializer: Concurrent Chunk Management Engine (Rewrites/Chunk Serializer) 0.2.0+alpha.11.107+1.21
            c2me-rewrites-chunkio: Concurrent Chunk Management Engine (Rewrites/Chunk IO) 0.2.0+alpha.11.107+1.21
            c2me-server-utils: Concurrent Chunk Management Engine (Server Utils) 0.2.0+alpha.11.107+1.21
            c2me-threading-chunkio: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.11.107+1.21
            c2me-threading-lighting: Concurrent Chunk Management Engine (Threading/Lighting) 0.2.0+alpha.11.107+1.21
            c2me-threading-worldgen: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.11.107+1.21
            com_ibm_async_asyncutil: asyncutil 0.1.0
            net_objecthunter_exp4j: exp4j 0.4.8
            org_threadly_threadly: threadly 7.0
        cardinal-components: Cardinal Components API 6.1.1
            cardinal-components-base: Cardinal Components API (base) 6.1.1
            cardinal-components-block: Cardinal Components API (blocks) 6.1.1
            cardinal-components-chunk: Cardinal Components API (chunks) 6.1.1
            cardinal-components-entity: Cardinal Components API (entities) 6.1.1
            cardinal-components-item: Cardinal Components API (items) 6.1.1
            cardinal-components-level: Cardinal Components API (world saves) 6.1.1
            cardinal-components-scoreboard: Cardinal Components API (scoreboard) 6.1.1
            cardinal-components-world: Cardinal Components API (worlds) 6.1.1
        cloth-config: Cloth Config v15 15.0.128
            cloth-basic-math: cloth-basic-math 0.6.1
        continuity: Continuity 3.0.0-beta.5+1.21
        creeperoverhaul: Creeper Overhaul 4.0.4
        defaultoptions: Default Options 21.0.5
        elytra_trinket: Elytra Trinket 1.0.9
        enhancedblockentities: Enhanced Block Entities 0.10.1+1.21
        fabric-api: Fabric API 0.100.7+1.21
            fabric-api-base: Fabric API Base 0.4.42+6573ed8cd1
            fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.67+b5597344d1
            fabric-biome-api-v1: Fabric Biome API (v1) 13.0.29+5bd9f1bcd1
            fabric-block-api-v1: Fabric Block API (v1) 1.0.22+0af3f5a7d1
            fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.10+6573ed8cd1
            fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.52+0af3f5a7d1
            fabric-client-tags-api-v1: Fabric Client Tags 1.1.15+6573ed8cd1
            fabric-command-api-v1: Fabric Command API (v1) 1.2.49+f71b366fd1
            fabric-command-api-v2: Fabric Command API (v2) 2.2.28+6ced4dd9d1
            fabric-commands-v0: Fabric Commands (v0) 0.2.66+df3654b3d1
            fabric-content-registries-v0: Fabric Content Registries (v0) 8.0.15+b5597344d1
            fabric-convention-tags-v1: Fabric Convention Tags 2.0.18+7f945d5bd1
            fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.4.2+c111832ad1
            fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.29+0af3f5a7d1
            fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.1.25+6a6dfa19d1
            fabric-data-generation-api-v1: Fabric Data Generation API (v1) 20.2.12+16c4ae25d1
            fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.0+6fc22b99d1
            fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.12+6fc22b99d1
            fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.7.10+e633f883d1
            fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.53+6ced4dd9d1
            fabric-item-api-v1: Fabric Item API (v1) 11.0.0+afdfc921d1
            fabric-item-group-api-v1: Fabric Item Group API (v1) 4.1.3+78017270d1
            fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.47+0af3f5a7d1
            fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.45+df3654b3d1
            fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.3.11+8f3583aed1
            fabric-loot-api-v2: Fabric Loot API (v2) 3.0.13+3f89f5a5d1
            fabric-loot-api-v3: Fabric Loot API (v3) 1.0.1+3f89f5a5d1
            fabric-message-api-v1: Fabric Message API (v1) 6.0.13+6573ed8cd1
            fabric-model-loading-api-v1: Fabric Model Loading API (v1) 2.0.0+fe474d6bd1
            fabric-networking-api-v1: Fabric Networking API (v1) 4.2.0+ab7edbacd1
            fabric-object-builder-api-v1: Fabric Object Builder API (v1) 15.1.13+d1321076d1
            fabric-particles-v1: Fabric Particles (v1) 4.0.2+6573ed8cd1
            fabric-recipe-api-v1: Fabric Recipe API (v1) 5.0.10+65089712d1
            fabric-registry-sync-v0: Fabric Registry Sync (v0) 5.0.25+5bd9f1bcd1
            fabric-renderer-api-v1: Fabric Renderer API (v1) 3.3.0+0ae0b97dd1
            fabric-renderer-indigo: Fabric Renderer - Indigo 1.6.5+48fb1586d1
            fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.68+df3654b3d1
            fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.48+73761d2ed1
            fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.6+b5597344d1
            fabric-rendering-v0: Fabric Rendering (v0) 1.1.71+df3654b3d1
            fabric-rendering-v1: Fabric Rendering (v1) 5.0.5+df16efd0d1
            fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 4.2.1+d153f344d1
            fabric-resource-loader-v0: Fabric Resource Loader (v0) 1.2.0+7e687b32d1
            fabric-screen-api-v1: Fabric Screen API (v1) 2.0.24+b5597344d1
            fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.82+b5597344d1
            fabric-sound-api-v1: Fabric Sound API (v1) 1.0.23+6573ed8cd1
            fabric-transfer-api-v1: Fabric Transfer API (v1) 5.1.15+3dccd343d1
            fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.0.12+6573ed8cd1
        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.16.0
            mixinextras: MixinExtras 0.4.0
        ferritecore: FerriteCore 7.0.0
        flowerymooblooms: Friends&Foes - Flowery Mooblooms 2.0.2
        forgeconfigapiport: Forge Config API Port 21.0.6
            com_electronwill_night-config_core: core 3.8.0
            com_electronwill_night-config_toml: toml 3.8.0
        friendsandfoes: Friends&Foes 2.0.15
        geckolib: GeckoLib 4 4.5.7
        hangglider: Hang Glider 21.0.0
        immediatelyfast: ImmediatelyFast 1.2.18+1.21
            net_lenni0451_reflect: Reflect 1.3.4
        indium: Indium 1.0.34+mc1.21
        iris: Iris 1.7.3+mc1.21
            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 1.0.9+1.21
            blue_endless_jankson: jankson 1.2.3
        java: OpenJDK 64-Bit Server VM 21
        journeymap: Journeymap 1.21-6.0.0-beta.18
            ar_com_hjg_pngj: pngj 2.1.0
            commonnetworking: Common Network 1.0.11-1.21
            journeymap-api-fabric: JourneyMap API 2.0.0-1.21-SNAPSHOT
        libipn: libIPN 6.0.0
        lighty: Lighty 3.0.0-beta.3
        lithium: Lithium 0.12.7
        mes: Moog's End Structures 1.3.2-1.21-fabric
        minecraft: Minecraft 1.21
        mns: Moog's Nether Structures 1.0.2-1.21-fabric
        modernfix: ModernFix 5.19.0+mc1.21
        modmenu: Mod Menu 11.0.1
        more_armor_trims: More Armor Trims 1.3.2-1.21
        moreculling: More Culling 0.26.0
            com_github_fallen-breath_conditional-mixin: conditional-mixin v0.6.2
            mixinsquared: MixinSquared 0.1.1
        mr_cherry_villages: Cherry Grove Villages 1.0.8
        mr_dungeons_andtaverns: Dungeons and Taverns 1-v4.3
        mr_dungeons_andtavernsancientcityoverhaul: Dungeons and Taverns Ancient City Overhaul 1-v2
        mr_dungeons_andtavernsdeserttempleoverhaul: Dungeons and Taverns Desert Temple Overhaul 1-v1.1
        mr_dungeons_andtavernsjungletempleoverhaul: Dungeons and Taverns Jungle Temple Overhaul 1-v1.1
        mr_dungeons_andtavernsnetherfortressoverhaul: Dungeons and Taverns Nether Fortress Overhaul 1-v2.1
        mr_dungeons_andtavernsoceanmonumentoverhaul: Dungeons and Taverns Ocean Monument Overhaul 1-v1.1
        mr_dungeons_andtavernspillageroutpostoverhaul: Dungeons and Taverns Pillager Outpost Overhaul 1-v2.2
        mr_dungeons_andtavernsstrongholdrework: Dungeons and Taverns Stronghold Rework 1-v2.1
        mr_dungeons_andtavernsswamphutoverhaul: Dungeons and Taverns Swamp Hut Overhaul 1-v2
        mr_dungeons_andtavernswoodlandmansionoverhaul: Dungeons and Taverns Woodland Mansion Overhaul 1-v1.1
        mr_tidal_towns: Tidal Towns 1.3.2
        placeholder-api: Placeholder API 2.4.1+1.21
        puzzleslib: Puzzles Lib 21.0.18
        reinfbarrel: Reinforced Barrels 2.5.1+1.21
            reinfcore: Reinforced Core 4.0.1+1.21
        reinfchest: Reinforced Chests 3.0.1+1.21
        reinfshulker: Reinforced Shulker Boxes 3.1.0+1.21
        resourcefulconfig: Resourcefulconfig 3.0.3
        resourcefullib: Resourceful Lib 3.0.9
            com_teamresourceful_bytecodecs: bytecodecs 1.1.2
            com_teamresourceful_yabn: yabn 1.0.3
        skyvillages: Sky Villages 1.0.4-1.19.2-1.20.1
        sodium: Sodium 0.5.11+mc1.21
        sparsestructures: SparseStructures 2.2.0
        tclayer: Accessories Trinkets Compat Layer 3.10.0+beta.3
        tectonic: Tectonic 2.4.0
        terralith: Terralith 2.5.4
        tool_trims: Tool Trims 2.2.0
        totw_modded: Towers of the Wild Modded fabric-1.21-1.0.5
        utility_belt: Utility Belt 2.4.1+1.21
        variantsandventures: Variants & Ventures 1.0.4
        waystones: Waystones 21.0.8
        wover: WorldWeaver 21.0.10
            wover-biome: WorldWeaver - Biome API 21.0.10
            wover-block: WorldWeaver - Block and Item API 21.0.10
            wover-common: WorldWeaver - Common API 21.0.10
            wover-core: WorldWeaver - Core API 21.0.10
            wover-datagen: WorldWeaver - Datagen API 21.0.10
            wover-events: WorldWeaver - Events API 21.0.10
            wover-feature: WorldWeaver - Feature API 21.0.10
            wover-generator: WorldWeaver - World Generator API 21.0.10
            wover-item: WorldWeaver - Item API 21.0.10
            wover-math: WorldWeaver - Math API 21.0.10
            wover-preset: WorldWeaver - World Preset API 21.0.10
            wover-recipe: WorldWeaver - Recipe API 21.0.10
            wover-structure: WorldWeaver - Structure API 21.0.10
            wover-surface: WorldWeaver - Surface API 21.0.10
            wover-tag: WorldWeaver - Tag API 21.0.10
            wover-ui: WorldWeaver - UI API 21.0.10
            wunderlib: WunderLib 21.0.3
    Loaded Shaderpack: (off)
    Server Running: true
    Player Count: 2 / 8; [class_3222['xCykrix'/14, l='ServerLevel[R0]', x=1692.93, y=124.59, z=-5836.99], class_3222['Convexis'/1180, l='ServerLevel[R0]', x=-327.04, y=89.36, z=-3622.45]]
    Active Data Packs: vanilla, fabric, accessories, additionalstructures, balm-fabric (incompatible), bclib, beekeeperhut, betterend, creeperoverhaul, elytra_trinket, fabric-convention-tags-v2, flowerymooblooms, friendsandfoes, hangglider (incompatible), mes (incompatible), mns (incompatible), more_armor_trims, moreculling, mr_cherry_villages, mr_dungeons_andtaverns, mr_dungeons_andtavernsancientcityoverhaul, mr_dungeons_andtavernsdeserttempleoverhaul, mr_dungeons_andtavernsjungletempleoverhaul, mr_dungeons_andtavernsnetherfortressoverhaul, mr_dungeons_andtavernsoceanmonumentoverhaul, mr_dungeons_andtavernspillageroutpostoverhaul, mr_dungeons_andtavernsstrongholdrework, mr_dungeons_andtavernsswamphutoverhaul, mr_dungeons_andtavernswoodlandmansionoverhaul, mr_tidal_towns (incompatible), reinfbarrel, reinfchest, reinfshulker, terralith, tool_trims, totw_modded, utility_belt, variantsandventures, waystones (incompatible), wover-generator, wover-preset, wover-surface, wover-tag, terratonic (incompatible), increased_height (incompatible)
    Available Data Packs: vanilla, trade_rebalance, bundle, fabric, accessories, additionalstructures, balm-fabric (incompatible), bclib, beekeeperhut, betterend, creeperoverhaul, elytra_trinket, fabric-convention-tags-v2, flowerymooblooms, friendsandfoes, hangglider (incompatible), mes (incompatible), mns (incompatible), more_armor_trims, moreculling, mr_cherry_villages, mr_dungeons_andtaverns, mr_dungeons_andtavernsancientcityoverhaul, mr_dungeons_andtavernsdeserttempleoverhaul, mr_dungeons_andtavernsjungletempleoverhaul, mr_dungeons_andtavernsnetherfortressoverhaul, mr_dungeons_andtavernsoceanmonumentoverhaul, mr_dungeons_andtavernspillageroutpostoverhaul, mr_dungeons_andtavernsstrongholdrework, mr_dungeons_andtavernsswamphutoverhaul, mr_dungeons_andtavernswoodlandmansionoverhaul, mr_tidal_towns (incompatible), reinfbarrel, reinfchest, reinfshulker, terralith, tool_trims, totw_modded, utility_belt, variantsandventures, waystones (incompatible), wover-generator, wover-preset, wover-surface, wover-tag, betterend:nourish_extensions, betterend:patchouli_extensions, terratonic (incompatible), increased_height (incompatible)
    Enabled Feature Flags: minecraft:vanilla
    World Generation: Experimental
    World Seed: 6080434568518089958
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
    Launched Version: 1.21

Other Mods

Included in Log Output
xCykrix commented 3 months ago

Since it referred to C2ME; not sure if it was root cause or not. c2me.toml attached:

version = 3
# (Default: 
#    max(
#        1,
#        min(
#            if( is_windows,
#                (cpus / 1.6 - 2),
#                (cpus / 1.2 - 2)
#            ),
#            if( is_j9vm,
#                ( ( mem_gb - (if(is_client, 0.6, 0.2)) ) / 0.4 ),
#                ( ( mem_gb - (if(is_client, 1.2, 0.6)) ) / 0.6 )
#            )
#        ) - if(is_client, 2, 0)
#    )
# )  
#  The expression for the default value of global executor parallelism. 
#  This is used when the parallelism isn't overridden.
#  Available variables: is_windows, is_j9vm, is_client, cpus, mem_gb
# 
defaultGlobalExecutorParallelismExpression = "default"
# (Default: 1) Configures the parallelism of global executor
globalExecutorParallelism = "8"

[clientSideConfig]
    [clientSideConfig.modifyMaxVDConfig]
        # (Default: true) Enable client-side support for extended render distance protocol (c2me:ext_render_distance_v1)
        # This allows requesting render distances higher than 127 chunks from the server
        # 
        # Requires Fabric API (currently available)
        # 
        # Note: The server must advertise support this protocol for this to work
        # 
        enableExtRenderDistanceProtocol = "default"
        # (Default: true) Whether to modify maximum view distance
        enabled = true
        # (Default: 32) Max render distance allowed in game options
        maxViewDistance = "32"

[noTickViewDistance]
    # (Default: true) Whether to use compatibility mode to send chunks 
    #  This may fix some mod compatibility issues
    compatibilityMode = "false"
    # (Default: 2) No-tick view distance max concurrent chunk loads 
    #  Lower this for a better latency and higher this for a faster loading
    maxConcurrentChunkLoads = 4
    # (Default: false) Whether to ensure correct chunks within normal render distance 
    #  This will send chunks twice increasing network load
    ensureChunkCorrectness = "false"
    # (Default: true) Enable server-side support for extended render distance protocol (c2me:ext_render_distance_v1)
    # This allows requesting render distances higher than 127 chunks from the server
    # 
    # Requires Fabric API (currently available)
    # 
    enableExtRenderDistanceProtocol = "true"
    # (Default: true) Whether to enable no-tick view distance
    enabled = "true"
    # (Default: 2048) Maximum view distance for no-tick view distance 
    # 
    # This allows you to specify the maximum view distance that no-tick view distance can support. 
    # The maximum supported is 1073741823 and the minimum that make sense is 32, 
    # This option is purely to save memory, as it needs to reserve memory for the maximum view distance 
    # 
    # Note: on the client side, `clientSideConfig.modifyMaxVDConfig.maxViewDistance` should also 
    # be increased to actually expose the view distance in video settings 
    # 
    # 
    maxViewDistance = "32"

[fixes]
    # (Default: true)  
    #  Whether to disable the shutdown hook of log4j2 on dedicated servers.
    #  Enabling this also makes the JVM exit when the dedicated server is considered fully shut down.
    #  This option have no effect on client-side.
    #  We has historically been doing this, and this config option allows you to disable this behavior.
    # 
    disableLoggingShutdownHook = "default"
    # (Default: true) Enforces safe world random access.  
    # This feature detects unsafe off-thread world random access, helping to find the causes  
    # of mysterious "Accessing LegacyRandomSource from multiple threads" crash.  
    # The default behavior is to fail hard when such bad things happens.  
    # Disabling this option will replace this behavior with a warning.  
    # 
    # It is generally not recommended to disable this settings unless you know what you are doing  
    # 
    # 
    enforceSafeWorldRandomAccess = "true"

[generalOptimizations]
    # (Default: 100000) The task interval of mid-tick chunk tasks in nanoseconds (-1 to disable)  
    # Mid-tick chunk tasks is to execute chunk tasks during server tick loop  
    # to speed up chunk loading and generation  
    # This helps chunks loading and generating under high MSPT but may raise  
    # MSPT when chunks are loading or generating  
    #  
    # It is generally not recommended to adjust this value unless you know  
    # what you are doing  
    #  
    # Incompatible with Dimensional Threading (dimthread)
    # 
    midTickChunkTasksInterval = "default"
    # (Default: false) Whether to let async chunk request no longer block server thread
    # Currently causes some unexplainable issues on 1.21, use with caution
    optimizeAsyncChunkRequest = "true"

    [generalOptimizations.autoSave]
        # (Default: ENHANCED) Defines how auto save should be handled  
        # VANILLA: Use vanilla auto-save behavior (auto-save performed every tick during ticking)  
        # ENHANCED: Use C2ME enhanced auto-save (auto-save performed when the server have spare time after ticking)  
        # PERIODIC: Use pre-1.18 vanilla auto-save behavior (auto-save performed every 6000 ticks during ticking)  
        #  
        # Please preserve quotes so this config don't break
        # 
        mode = "ENHANCED"

[ioSystem]
    # (Default: true) Whether to use async chunk loading & unloading
    async = "true"
    # (Default: false) Whether to recover from errors when loading chunks 
    #  This will cause errored chunk to be regenerated entirely, which may cause data loss 
    #  Only applies when async chunk loading is enabled
    # 
    recoverFromErrors = "default"
    # (Default: false) EXPERIMENTAL FEATURE
    # This replaces the way your chunks are saved.
    # Please keep regular backups of your world if you are using this feature,
    # and report any world issues you encounter with this feature to our GitHub.
    # 
    # Whether to use the fast reduced allocation chunk serializer
    # (may cause incompatibility with other mods)
    # 
    gcFreeChunkSerializer = "true"
    # (Default: false) Whether to use the optimized implementation of IO system
    replaceImpl = "true"
    # (Default: 8192) Soft limit for io worker nbt cache
    chunkDataCacheSoftLimit = "default"
    # (Default: 32678) Hard limit for io worker nbt cache
    chunkDataCacheLimit = "default"

[threadedWorldGen]
    # (Default: true) Whether to allow feature generation (world decorations like trees, ores and etc.) run in parallel
    # (may cause incompatibility with other mods)
    allowThreadedFeatures = "true"
    # (Default: false) Whether to enable this feature
    enabled = "true"

[vanillaWorldGenOptimizations]
    # (Default: true) Whether to enable aquifer optimizations to accelerate overworld worldgen
    # (may cause incompatibility with other mods)
    optimizeAquifer = "true"
    # (Default: true) Whether to enable End Biome Cache to accelerate The End worldgen 
    # This is no longer included in lithium-fabric 
    # (may cause incompatibility with other mods)
    # 
    useEndBiomeCache = "true"
masuteri commented 3 months ago

set allowThreadedFeatures = "false"