[Bug] crash when generating new world 1.21
Sinogard opened this issue · 1 comments
What happened?
Crashes randomly when generating a new world. Seems to be random when it decides to crash. sometimes it does sometimes it doesn't. not sure if it really is betterx causing it or if its a compatibility issue between it and the 10 other world gen mods.
BetterEnd
21.0.10
BCLib
21.0.13
Fabric API
0.102.0
Fabric Loader
0.16.3
Minecraft
1.20.4
Relevant log output
[07:23:55] [Server thread/INFO]: Starting integrated minecraft server version 1.21
[07:23:55] [Server thread/INFO]: Generating keypair
[07:23:55] [Server thread/INFO]: Initializing Open Parties and Claims for the server...
[07:23:55] [Server thread/INFO]: Loading server info!
[07:23:55] [Server thread/INFO]: Loading player configs...
[07:23:55] [Server thread/INFO]: Loaded player configs!
[07:23:55] [Server thread/INFO]: Loading parties...
[07:23:55] [Server thread/INFO]: Loaded parties!
[07:23:55] [Server thread/INFO]: Fixing party inconsistencies...
[07:23:55] [Server thread/INFO]: Registered party system for OPAC: default
[07:23:55] [Server thread/INFO]: Registered permission system for OPAC: permission_api
[07:23:55] [Server thread/INFO]: World Dimensions:
- minecraft:the_nether:
class_3754 (62d66334)
preset = minecraft:normal
noise = minecraft:nether
features = minecraft(37), farmersdelight(1), betternether(6), regions_unexplored(31), biomesoplenty(27), waystones(1), wilderwild(2), mythicmetals(4)
class_4766 (6d3fdb85)
biomes = 15
namespaces = minecraft(5), biomesoplenty(5), regions_unexplored(5)
- minecraft:the_end:
class_3754 (2c9bfaed)
preset = minecraft:normal
noise = minecraft:end
features = minecraft(5), biomesoplenty(17), betterend(127), waystones(1), mythicmetals(1)
class_2169 (2ca45f05)
biomes = 27
namespaces = minecraft(5), betterend(19), biomesoplenty(3)
- minecraft:overworld:
class_3754 (6eb3cace)
preset = minecraft:normal
noise = minecraft:overworld
features = minecraft(140), farmersdelight(9), terrestria(45), wythers(437), regions_unexplored(275), biomesoplenty(203), terralith(338), traverse(10), blockus(9), things(1), waystones(3), wilderwild(295), friendsandfoes(1), mythicmetals(20)
class_4766 (653832d0)
biomes = 326
namespaces = minecraft(53), terralith(94), terrestria(18), traverse(7), wilderwild(27), biomesoplenty(61), regions_unexplored(66)
[07:23:55] [Server thread/INFO]: Merged 19 additional Surface Rules for Dimension minecraft:the_end => 20 (575.1 μs) using class_2169 (2ca45f05)
biomes = 27
namespaces = minecraft(5), betterend(19), biomesoplenty(3)
[07:23:55] [Server thread/INFO]: Wilder Wild's Overworld Surface Rules have been added!
[07:23:55] [Server thread/INFO]: Wilder Wild's No Preliminary Surface Overworld Surface Rules have been added!
[07:23:55] [Server thread/INFO]: Enforcing safe world random access
[07:23:55] [Server thread/INFO]: Using TheSpeedyObjectFactory with Unsafe
[07:23:56] [Server thread/INFO]: Added 2 Biomes
[07:23:56] [Server thread/INFO]: - minecraft:end_midlands, subbiomes=1
[07:23:56] [Server thread/INFO]: - minecraft:end_barrens, subbiomes=1
[07:24:00] [c2me-worker-6/INFO]: Wilder Wild's Overworld Surface Rules have been added!
[07:24:00] [c2me-worker-0/INFO]: Wilder Wild's Overworld Surface Rules have been added!
[07:24:00] [c2me-worker-7/INFO]: Wilder Wild's Overworld Surface Rules have been added!
[07:24:00] [c2me-worker-0/INFO]: Wilder Wild's No Preliminary Surface Overworld Surface Rules have been added!
[07:24:00] [c2me-worker-6/INFO]: Wilder Wild's No Preliminary Surface Overworld Surface Rules have been added!
[07:24:00] [c2me-worker-7/INFO]: Wilder Wild's No Preliminary Surface Overworld Surface Rules have been added!
[07:24:03] [Server thread/INFO]: Added 2 Biomes
[07:24:03] [Server thread/INFO]: - minecraft:end_midlands, subbiomes=1
[07:24:03] [Server thread/INFO]: - minecraft:end_barrens, subbiomes=1
[07:24:03] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.IllegalStateException: Biome source config is not set
at org.betterx.betterend.world.generator.TerrainGenerator.initNoise(TerrainGenerator.java:65) ~[better-end-21.0.10.jar:?]
at org.betterx.betterend.world.generator.TerrainGenerator.onServerLevelInit(TerrainGenerator.java:253) ~[better-end-21.0.10.jar:?]
at net.minecraft.class_3218.handler$bdo000$betterend$be_onServerWorldInit(class_3218.java:2831) ~[client-intermediary.jar:?]
at net.minecraft.class_3218.<init>(class_3218.java:274) ~[client-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.method_3786(MinecraftServer.java:417) ~[client-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.method_3735(MinecraftServer.java:342) ~[client-intermediary.jar:?]
at net.minecraft.class_1132.method_3823(class_1132.java:73) ~[client-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:664) ~[client-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:281) ~[client-intermediary.jar:?]
at java.base/java.lang.Thread.run(Unknown Source) [?:?]
[07:24:03] [Server thread/ERROR]: This crash report has been saved to: E:\MultiMC\instances\1.211\.minecraft\crash-reports\crash-2024-08-31_07.24.03-server.txt
[07:24:03] [Server thread/INFO]: Stopping server
[07:24:03] [Server thread/INFO]: Saving players
[07:24:03] [Server thread/INFO]: Saving worlds
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 2024-08-31 07:24:03
Description: Exception in server tick loop
java.lang.IllegalStateException: Biome source config is not set
at org.betterx.betterend.world.generator.TerrainGenerator.initNoise(TerrainGenerator.java:65)
at org.betterx.betterend.world.generator.TerrainGenerator.onServerLevelInit(TerrainGenerator.java:253)
at net.minecraft.class_3218.handler$bdo000$betterend$be_onServerWorldInit(class_3218.java:2831)
at net.minecraft.class_3218.<init>(class_3218.java:274)
at net.minecraft.server.MinecraftServer.method_3786(MinecraftServer.java:417)
at net.minecraft.server.MinecraftServer.method_3735(MinecraftServer.java:342)
at net.minecraft.class_1132.method_3823(class_1132.java:73)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:664)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:281)
at java.base/java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- 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, Eclipse Adoptium
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
Memory: 3361709744 bytes (3205 MiB) / 8388608000 bytes (8000 MiB) up to 33554432000 bytes (32000 MiB)
CPUs: 32
Processor Vendor: AuthenticAMD
Processor Name: AMD Ryzen 9 5950X 16-Core Processor
Identifier: AuthenticAMD Family 25 Model 33 Stepping 0
Microarchitecture: Zen 3
Frequency (GHz): 3.40
Number of physical packages: 1
Number of physical CPUs: 16
Number of logical CPUs: 32
Graphics card #0 name: NVIDIA GeForce RTX 4080
Graphics card #0 vendor: NVIDIA
Graphics card #0 VRAM (MiB): 16376.00
Graphics card #0 deviceId: VideoController1
Graphics card #0 versionInfo: 32.0.15.5612
Graphics card #1 name: Radeon RX550/550 Series
Graphics card #1 vendor: Advanced Micro Devices, Inc.
Graphics card #1 VRAM (MiB): 4096.00
Graphics card #1 deviceId: VideoController2
Graphics card #1 versionInfo: 31.0.12029.10015
Memory slot #0 capacity (MiB): 32768.00
Memory slot #0 clockSpeed (GHz): 2.67
Memory slot #0 type: DDR4
Memory slot #1 capacity (MiB): 32768.00
Memory slot #1 clockSpeed (GHz): 2.67
Memory slot #1 type: DDR4
Memory slot #2 capacity (MiB): 32768.00
Memory slot #2 clockSpeed (GHz): 2.67
Memory slot #2 type: DDR4
Memory slot #3 capacity (MiB): 32768.00
Memory slot #3 clockSpeed (GHz): 2.67
Memory slot #3 type: DDR4
Virtual memory max (MiB): 262062.23
Virtual memory used (MiB): 38254.63
Swap memory total (MiB): 131072.00
Swap memory used (MiB): 45.83
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: 1321004.25, total: 1906904.00
Space in storage for workdir (MiB): available: 6675263.00, total: 7630860.00
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms8000m -Xmx32000m
Fabric Mods:
accessories: Accessories 1.0.0-beta.31+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
alloy_forgery: Alloy Forgery 2.4.1+1.21
allthetrims: AllTheTrims 4.0.1
appleskin: AppleSkin 3.0.5+mc1.21
architectury: Architectury 13.0.6
ash_api: Ash API 21.0.2-beta
athena: Athena 4.0.1
badpackets: Bad Packets 0.8.1
balm-fabric: Balm 21.0.18
kuma_api: KumaAPI 21.0.5-SNAPSHOT
basic-storage: Basic Storage 1.0.2+1.21
bclib: BCLib 21.0.13
bee_info: MoreBeeInfo 1.3
betterend: Better End 21.0.10
betterf3: BetterF3 11.0.1
bettergrass: FabricBetterGrass 1.0.23+1.21.1
betternether: Better Nether 21.0.11
betterstats: Better Statistics Screen 3.13.1+fabric-1.21
betterthirdperson: Better Third Person 1.9.0
biomesoplenty: BiomesOPlenty 21.0.0.18
blockhighlight: Custom Block Highlight 2.5
blockus: Blockus 2.9.2+1.21.1
terraform-wood-api-v1: Terraform Wood API (v1) 11.0.0-alpha.1
bridgingmod: Bridging Mod 2.4.0+1.21
c2me: Concurrent Chunk Management Engine 0.3.0+alpha.0.201+1.21.1
c2me-base: Concurrent Chunk Management Engine (Base) 0.3.0+alpha.0.201+1.21.1
c2me-client-uncapvd: Concurrent Chunk Management Engine (Client/Uncap View Distance) 0.3.0+alpha.0.201+1.21.1
c2me-fixes-chunkio-threading-issues: Concurrent Chunk Management Engine (Fixes/Chunk IO/Threading Issues) 0.3.0+alpha.0.201+1.21.1
c2me-fixes-general-threading-issues: Concurrent Chunk Management Engine (Fixes/General/Threading Issues) 0.3.0+alpha.0.201+1.21.1
c2me-fixes-worldgen-threading-issues: Concurrent Chunk Management Engine (Fixes/WorldGen/Threading Issues) 0.3.0+alpha.0.201+1.21.1
c2me-fixes-worldgen-vanilla-bugs: Concurrent Chunk Management Engine (Fixes/WorldGen/Vanilla Bugs) 0.3.0+alpha.0.201+1.21.1
c2me-notickvd: Concurrent Chunk Management Engine (No Tick View Distance) 0.3.0+alpha.0.201+1.21.1
c2me-opts-allocs: Concurrent Chunk Management Engine (Optimizations/Memory Allocations) 0.3.0+alpha.0.201+1.21.1
c2me-opts-chunk-access: Concurrent Chunk Management Engine (Optimizations/Chunk Access) 0.3.0+alpha.0.201+1.21.1
c2me-opts-chunkio: Concurrent Chunk Management Engine (Optimizations/Chunk IO) 0.3.0+alpha.0.201+1.21.1
c2me-opts-math: Concurrent Chunk Management Engine (Optimizations/Math) 0.3.0+alpha.0.201+1.21.1
c2me-opts-scheduling: Concurrent Chunk Management Engine (Optimizations/Scheduling) 0.3.0+alpha.0.201+1.21.1
c2me-opts-worldgen-general: Concurrent Chunk Management Engine (Optimizations/General WorldGen) 0.3.0+alpha.0.201+1.21.1
c2me-opts-worldgen-vanilla: Concurrent Chunk Management Engine (Optimizations/Vanilla WorldGen) 0.3.0+alpha.0.201+1.21.1
c2me-rewrites-chunk-serializer: Concurrent Chunk Management Engine (Rewrites/Chunk Serializer) 0.3.0+alpha.0.201+1.21.1
c2me-rewrites-chunk-system: Concurrent Chunk Management Engine (Rewrites/Chunk System) 0.3.0+alpha.0.201+1.21.1
c2me-rewrites-chunkio: Concurrent Chunk Management Engine (Rewrites/Chunk IO) 0.3.0+alpha.0.201+1.21.1
c2me-server-utils: Concurrent Chunk Management Engine (Server Utils) 0.3.0+alpha.0.201+1.21.1
c2me-threading-lighting: Concurrent Chunk Management Engine (Threading/Lighting) 0.3.0+alpha.0.201+1.21.1
com_ibm_async_asyncutil: asyncutil 0.1.0
io_reactivex_rxjava3_rxjava: rxjava 3.1.8
mixinsquared: MixinSquared 0.2.0-beta.6
net_objecthunter_exp4j: exp4j 0.4.8
org_jctools_jctools-core: jctools-core 4.0.5
org_reactivestreams_reactive-streams: reactive-streams 1.0.4
chipped: Chipped 4.0.0
chunky: Chunky 1.4.16
cloth-config: Cloth Config v15 15.0.130
cloth-basic-math: cloth-basic-math 0.6.1
ctov: ChoiceTheorem's Overhauled Village 3.5.1
dark-loading-screen: Dark Loading Screen 1.6.14
dramaticdoors: Dramatic Doors (NeoQuiFab) 1.21-3.2.4
easymagic: Easy Magic 21.0.2
easyshulkerboxes: Easy Shulker Boxes 21.0.3
iteminteractions: Item Interactions 21.0.5
emi: EMI 1.1.12+1.21+fabric
entity_model_features: Entity Model Features 2.2
entity_texture_features: Entity Texture Features 6.2.1
org_apache_httpcomponents_httpmime: httpmime 4.5.10
expandedstorage: Expanded Storage 14.1.1
fabric-api: Fabric API 0.102.0+1.21
fabric-api-base: Fabric API Base 0.4.42+6573ed8cd1
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.68+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.16+b5597344d1
fabric-convention-tags-v1: Fabric Convention Tags 2.0.19+7f945d5bd1
fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.5.0+c5e2b5c6d1
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.27+6a6dfa19d1
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 20.2.16+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.12+ba9dae06d1
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.4+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.12+6c1df360d1
fabric-loot-api-v2: Fabric Loot API (v2) 3.0.14+3f89f5a5d1
fabric-loot-api-v3: Fabric Loot API (v3) 1.0.2+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.2+60c3209bd1
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 15.2.0+a551f7a4d1
fabric-particles-v1: Fabric Particles (v1) 4.0.2+6573ed8cd1
fabric-recipe-api-v1: Fabric Recipe API (v1) 5.0.12+65089712d1
fabric-registry-sync-v0: Fabric Registry Sync (v0) 5.1.2+60c3209bd1
fabric-renderer-api-v1: Fabric Renderer API (v1) 3.4.0+c705a49cd1
fabric-renderer-indigo: Fabric Renderer - Indigo 1.7.0+c705a49cd1
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.3.0+8dc279b1d1
fabric-resource-loader-v0: Fabric Resource Loader (v0) 1.3.0+56599129d1
fabric-screen-api-v1: Fabric Screen API (v1) 2.0.24+b5597344d1
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.86+b5597344d1
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.23+6573ed8cd1
fabric-transfer-api-v1: Fabric Transfer API (v1) 5.1.16+3dccd343d1
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.1.0+176f9036d1
fabric-language-kotlin: Fabric Language Kotlin 1.12.1+kotlin.2.0.20
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.0.20
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.0.20
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.0.20
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.0.20
org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.25.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.1
org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.5.3
org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.5.3
org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.7.1
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.7.1
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.7.1
fabricloader: Fabric Loader 0.16.2
mixinextras: MixinExtras 0.4.1
fallingleaves: Falling Leaves 1.16.2
fallingtree: FallingTree 1.21.0.8
farmersdelight: Farmer's Delight 1.21-2.1.6+refabricated
mm: Manningham Mills 2.3
porting_lib_base: Porting Lib Base 3.1.0-beta+fdrf.1+1.21
porting_lib_accessors: Porting Lib Accessors 3.1.0-beta+fdrf.1+1.21
porting_lib_asm: Porting Lib ASM 3.1.0-beta+fdrf.1+1.21
porting_lib_attributes: Porting Lib Attributes 3.1.0-beta+fdrf.1+1.21
porting_lib_blocks: Porting Lib Blocks 3.1.0-beta+fdrf.1+1.21
porting_lib_common: Porting Lib Common 3.1.0-beta+fdrf.1+1.21
porting_lib_entity: Porting Lib Entity 3.1.0-beta+fdrf.1+1.21
porting_lib_extensions: Porting Lib Extensions 3.1.0-beta+fdrf.1+1.21
porting_lib_fluids: Porting Lib Fluids 3.1.0-beta+fdrf.1+1.21
porting_lib_gui_utils: Porting Lib Gui Utils 3.1.0-beta+fdrf.1+1.21
porting_lib_mixin_extensions: Porting Lib Mixin Extensions 3.1.0-beta+fdrf.1+1.21
porting_lib_tags: Porting Lib Tags 3.0
porting_lib_transfer: Porting Lib Transfer 3.1.0-beta+fdrf.1+1.21
porting_lib_config: Porting Lib Config 3.1.0-beta+fdrf.1+1.21
porting_lib_core: Porting Lib Core 3.1.0-beta+fdrf.1+1.21
porting_lib_gametest: Porting Lib GameTest 3.1.0-beta+fdrf.1+1.21
porting_lib_item_abilities: Porting Lib Item Abilities 3.1.0-beta+fdrf.1+1.21
porting_lib_level_events: Porting Lib Level Events 3.1.0-beta+fdrf.1+1.21
porting_lib_lazy_registration: Porting Lib Lazy Register 3.1.0-beta+fdrf.1+1.21
porting_lib_loot: Porting Lib Loot 3.1.0-beta+fdrf.1+1.21
porting_lib_conditions: Porting Lib Conditions 3.1.0-beta+fdrf.1+1.21
porting_lib_recipe_book_categories: Porting Lib Recipe Book Categories 3.1.0-beta+fdrf.1+1.21
ferritecore: FerriteCore 7.0.0
forgeconfigapiport: Forge Config API Port 21.0.8
com_electronwill_night-config_core: core 3.8.0
com_electronwill_night-config_toml: toml 3.8.0
freecam: Freecam (Modrinth Edition) 1.3.0+mc1.21
friendsandfoes: Friends&Foes 2.0.16
geckolib: GeckoLib 4 4.5.8
glitchcore: GlitchCore 2.0.0.3
net_jodah_typetools: typetools 0.6.3
globalpacks: Global Data- & Resourcepacks 21.0.0
gravestones: Gravestones 1.0.9
handcrafted: Handcrafted 4.0.2
indium: Indium 1.0.35+mc1.21
inventoryhud: Inventory HUD + 3.4.26
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
items_displayed: Items Displayed 1.2.2
java: OpenJDK 64-Bit Server VM 21
justhammers: Just Hammers 21.0.3
lavender: Lavender 0.1.13+1.21
lavender-md: lavender-md 0.1.2+1.21
lavender-md-owo-ui: lavender-md-owo-ui 0.1.2+1.21
lithium: Lithium 0.13.0
lithostitched: Lithostitched 1.2.5a
mcwfences: Macaw's Fences and Walls 1.1.2
mcwfencesbop: Macaw's Fences - BOP 1.21-1.1
mcwfurnitures: Macaw's Furniture 3.3.0
mcwfurnituresbop: Macaw's Furnitures - BOP 1.21-1.0
mcwlights: Macaw's Lights and Lamps 1.1.1
mcwpaths: Macaw's Paths and Pavings 1.0.5
milkevsessentials: Milkevs Essentials 1.10.2+1.21
playerabilitylib: Pal 1.10.0
minecraft: Minecraft 1.21
mod-loading-screen: Mod Loading Screen 1.0.4
com_formdev_flatlaf: flatlaf 3.0
net_lenni0451_reflect: Reflect 1.0.2
modernfix: ModernFix 5.19.1+mc1.21
modmenu: Mod Menu 11.0.1
moonlight: Moonlight Lib 1.21-2.14.12
morediscs: More Music Discs 1.21.1-34-fabric
moremobvariants: More Mob Variants 1.3.1.1
moreoverlays: MoreOverlays 1.23.0.1-fabric
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_andtavernsendcastlestandalone: Dungeons and Taverns End Castle Standalone 1-v1
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_remove_terralithintromessage: Remove Terralith Intro Message 1.1
mr_scorched: Scorched 1.1.4
mr_true_ending: True Ending: Ender Dragon Overhaul 1-v1.1.2b
mythicmetals: Mythic Metals 0.20.1+1.21
additionalentityattributes: Additional Entity Attributes 1.8.0+1.21
mythicmetals_decorations: Mythic Metals Decorations 0.7.1+1.21
noexpensive: NoExpensive 1.21-1.9.2
openpartiesandclaims: Open Parties and Claims 0.23.2
owo: o?o 0.12.11+1.21
io_wispforest_endec_jankson: jankson 0.1.3
pneumonocore: PneumonoCore 1.1.6
puzzleslib: Puzzles Lib 21.0.23
quad: Quad 1.2.7
regions_unexplored: Regions Unexplored 0.5.6.1
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
replaymod: Replay Mod 1.21-2.6.17
resourcefullib: Resourceful Lib 3.0.9
com_teamresourceful_bytecodecs: bytecodecs 1.1.2
com_teamresourceful_yabn: yabn 1.0.3
reusable-vault-blocks: Reusable Vault Blocks 1.0.0
rrls: Remove Reloading Screen 5.0.7+mc1.21-fabric
shuffle: Shuffle 21.0.1
shulkerboxtooltip: Shulker Box Tooltip 5.0.4+1.21
skinlayers3d: 3d-Skin-Layers 1.6.7
slotcycler: Slot Cycler 21.0.0
hotbarslotcycling: Hotbar Slot Cycling 21.0.0
sodium: Sodium 0.5.11+mc1.21
stack-to-nearby-chests: Stack to Nearby Chests 0.5.8
libgui: LibGui 11.0.0+1.21
jankson: Jankson 8.0.0+j1.2.3
blue_endless_jankson: jankson 1.2.3
libninepatch: LibNinePatch 1.2.0
stackable: Stackable 1.2.2
storagedelight: Storage Delight 24.8.27a-1.21-fabric
structurify: Structurify 1.0.2
tcdcommons: TCD Commons API 3.12.3+fabric-1.21
tclayer: Accessories Trinkets Compat Layer 3.10.0+beta.9
cardinal-components-base: Cardinal Components API (base) 6.1.0
cardinal-components-entity: Cardinal Components API (entities) 6.1.0
tectonic: Tectonic 2.4.1a
terrablender: TerraBlender 4.1.0.2
terralith: Terralith 2.5.4
terrestria: Terrestria 7.0.0
biolith: Biolith 3.0.0-alpha.1
terraform-biome-remapper-api-v1: Terraform Biome Remapper API (v1) 11.0.0-alpha.1
terraform-config-api-v1: Terraform Config API (v1) 11.0.0-alpha.1
terraform-dirt-api-v1: Terraform Dirt API (v1) 11.0.0-alpha.1
terraform-shapes-api-v1: Terraform Shapes API (v1) 11.0.0-alpha.1
terraform-surfaces-api-v1: Terraform Surfaces API (v1) 11.0.0-alpha.1
terraform-tree-api-v1: Terraform Tree API (v1) 11.0.0-alpha.1
terrestria-client: Terrestria: Client 7.0.0
terrestria-common: Terrestria: Common 7.0.0
terrestria-worldgen: Terrestria: World Generation 7.0.0
things: Things 0.4.0+1.21
trade_cycling: Trade Cycling 1.21.1-1.0.14
tradingpost: Trading Post 21.0.2
traverse: Traverse 8.0.0
traverse-client: Traverse: Client 8.0.0
traverse-common: Traverse: Common 8.0.0
traverse-worldgen: Traverse: World Generation 8.0.0
universal-graves: Universal Graves 3.4.3+1.21
common-protection-api: Common Protection API 1.0.0
fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT
placeholder-api: Placeholder API 2.4.1+1.21
polymer-core: Polymer (Core) 0.9.8+1.21
polymer-networking: Polymer (Networking) 0.9.8+1.21
polymer-resource-pack: Polymer (Resource Pack) 0.9.8+1.21
polymer-virtual-entity: Polymer (Virtual Entity) 0.9.8+1.21
polymer-common: Polymer (Common) 0.9.8+1.21
packet_tweaker: Packet Tweaker 0.5.5+1.21
predicate-api: Predicate API 0.5.1+1.21
server_translations_api: Server Translations API 2.3.1+1.21-pre2
sgui: sgui 1.6.0+1.21
universal_shops: Universal Shops 1.7.1+1.21
common-economy-api: Common Economy API 1.1.1
usefulbackpacks: Useful Backpacks ${version}
uteamcore: U Team Core 5.6.0.318
vcinteraction: Voice Chat Interaction 1.21.1-1.0.8
polymer-registry-sync-manipulator: Polymer (Registry Sync Manipulator) 0.9.9+1.21
visibletraders: Visible Traders 0.0.4
visuality: Visuality 0.7.7+1.21
voicechat: Simple Voice Chat 1.21.1-2.5.20
waveycapes: WaveyCapes 1.4.9
waystones: Waystones 21.0.8
wilderwild: Wilder Wild 2.4.16-mc1.21.1
frozenlib: FrozenLib 1.8.6-mc1.21.1
worldedit: WorldEdit 7.3.6+6892-3d660b8
wover: WorldWeaver 21.0.13
wover-biome: WorldWeaver - Biome API 21.0.13
wover-block: WorldWeaver - Block and Item API 21.0.13
wover-common: WorldWeaver - Common API 21.0.13
wover-core: WorldWeaver - Core API 21.0.13
wover-datagen: WorldWeaver - Datagen API 21.0.13
wover-events: WorldWeaver - Events API 21.0.13
wover-feature: WorldWeaver - Feature API 21.0.13
wover-generator: WorldWeaver - World Generator API 21.0.13
wover-item: WorldWeaver - Item API 21.0.13
wover-math: WorldWeaver - Math API 21.0.13
wover-preset: WorldWeaver - World Preset API 21.0.13
wover-recipe: WorldWeaver - Recipe API 21.0.13
wover-structure: WorldWeaver - Structure API 21.0.13
wover-surface: WorldWeaver - Surface API 21.0.13
wover-tag: WorldWeaver - Tag API 21.0.13
wover-ui: WorldWeaver - UI API 21.0.13
wunderlib: WunderLib 21.0.8
wthit: wthit 12.4.0
wwoo: William Wythers' Overhauled Overworld 2.3.4
xaerominimap: Xaero's Minimap 24.3.0
xaeroplus: XaeroPlus 2.22.3
com_github_ben-manes_caffeine_caffeine: caffeine 3.1.8
net_lenni0451_lambdaevents: LambdaEvents 2.4.2
xaeroworldmap: Xaero's World Map 1.39.0
yet_another_config_lib_v3: YetAnotherConfigLib 3.5.0+1.21-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
org_quiltmc_parsers_json: json 0.2.1
you_died: You Died 4.0.0.19
zoomify: Zoomify 2.14.0+1.21
com_akuleshov7_ktoml-core-jvm: ktoml-core-jvm 0.5.1
Loaded Shaderpack: ComplementaryReimagined_r5.2.2.zip
Profile: HIGH (+0 options changed by user)
Server Running: true
Player Count: 0 / 8; []
Active Data Packs: vanilla, fabric, accessories, additionalentityattributes, alloy_forgery, balm-fabric (incompatible), basic-storage, bclib, betterend, betternether, biomesoplenty (incompatible), blockus, chipped, ctov, dramaticdoors (incompatible), easymagic (incompatible), easyshulkerboxes (incompatible), expandedstorage, fabric-convention-tags-v2, farmersdelight, friendsandfoes, frozenlib, gravestones, handcrafted, items_displayed, justhammers, lithostitched (incompatible), mcwfences (incompatible), mcwfencesbop, mcwfurnitures (incompatible), mcwfurnituresbop, mcwlights (incompatible), mcwpaths (incompatible), milkevsessentials, moonlight, morediscs, moremobvariants, mr_dungeons_andtaverns, mr_dungeons_andtavernsancientcityoverhaul, mr_dungeons_andtavernsdeserttempleoverhaul, mr_dungeons_andtavernsendcastlestandalone, mr_dungeons_andtavernsjungletempleoverhaul, mr_dungeons_andtavernsnetherfortressoverhaul, mr_dungeons_andtavernsoceanmonumentoverhaul, mr_dungeons_andtavernspillageroutpostoverhaul, mr_dungeons_andtavernsstrongholdrework, mr_dungeons_andtavernsswamphutoverhaul, mr_dungeons_andtavernswoodlandmansionoverhaul, mr_remove_terralithintromessage (incompatible), mr_scorched, mr_true_ending, mythicmetals, mythicmetals_decorations, openpartiesandclaims (incompatible), porting_lib_base, porting_lib_gametest, porting_lib_item_abilities, porting_lib_tags, quad, regions_unexplored (incompatible), reinfbarrel, reinfchest, reinfshulker, server_translations_api, storagedelight, terrablender (incompatible), terralith, terrestria-common, things, tradingpost (incompatible), traverse-common, universal-graves, universal_shops, usefulbackpacks (incompatible), vcinteraction, waystones (incompatible), wilderwild, wover-generator, wover-preset, wover-surface, wover-tag, wwoo, milkevsessentials:extendo_grips, milkevsessentials:gluttony_charm, milkevsessentials:rottenfleshtoleather, milkevsessentials:milkevscustomrules, milkevsessentials:toolbelt, milkevsessentials:op_gluttony_charm, milkevsessentials:flight_charm, $polymer-resources, moonlight:mods_dynamic_assets, tectonic:tectonic
Available Data Packs: $polymer-resources, accessories, additionalentityattributes, alloy_forgery, balm-fabric (incompatible), basic-storage, bclib, betterend, betterend:nourish_extensions, betterend:patchouli_extensions, betternether, betternether:vanilla-hammers_extensions, betternether:vanillaexcavators_extensions, biomesoplenty (incompatible), blockus, bundle, chipped, ctov, dramaticdoors (incompatible), easymagic (incompatible), easyshulkerboxes (incompatible), expandedstorage, fabric, fabric-convention-tags-v2, farmersdelight, friendsandfoes, frozenlib, gravestones, handcrafted, items_displayed, justhammers, lithostitched (incompatible), mcwfences (incompatible), mcwfencesbop, mcwfurnitures (incompatible), mcwfurnituresbop, mcwlights (incompatible), mcwpaths (incompatible), milkevsessentials, milkevsessentials:extendo_grips, milkevsessentials:flight_charm, milkevsessentials:gluttony_charm, milkevsessentials:milkevscustomrules, milkevsessentials:op_gluttony_charm, milkevsessentials:rottenfleshtoleather, milkevsessentials:toolbelt, moonlight, moonlight:mods_dynamic_assets, morediscs, moremobvariants, mr_dungeons_andtaverns, mr_dungeons_andtavernsancientcityoverhaul, mr_dungeons_andtavernsdeserttempleoverhaul, mr_dungeons_andtavernsendcastlestandalone, mr_dungeons_andtavernsjungletempleoverhaul, mr_dungeons_andtavernsnetherfortressoverhaul, mr_dungeons_andtavernsoceanmonumentoverhaul, mr_dungeons_andtavernspillageroutpostoverhaul, mr_dungeons_andtavernsstrongholdrework, mr_dungeons_andtavernsswamphutoverhaul, mr_dungeons_andtavernswoodlandmansionoverhaul, mr_remove_terralithintromessage (incompatible), mr_scorched, mr_true_ending, mythicmetals, mythicmetals_decorations, openpartiesandclaims (incompatible), porting_lib_base, porting_lib_gametest, porting_lib_item_abilities, porting_lib_tags, quad, regions_unexplored (incompatible), reinfbarrel, reinfchest, reinfshulker, server_translations_api, storagedelight, tectonic:tectonic, terrablender (incompatible), terralith, terrestria-common, things, trade_rebalance, tradingpost (incompatible), traverse-common, universal-graves, universal_shops, usefulbackpacks (incompatible), vanilla, vcinteraction, waystones (incompatible), wilderwild, wover-generator, wover-preset, wover-surface, wover-tag, wwoo
Enabled Feature Flags: minecraft:vanilla
World Generation: Stable
World Seed: 1591396542855809091
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
Launched Version: 1.21
#@!@# Game crashed! Crash report saved to: #@!@# E:\MultiMC\instances\1.211\.minecraft\crash-reports\crash-2024-08-31_07.24.03-server.txt
WARN StatusConsoleListener Unable to register Log4j shutdown hook because JVM is shutting down. Using SimpleLogger
Process exited with exit code -1 (0xffffffffffffffff).
Please note that usually neither the exit code, nor its description are enough to diagnose issues!
Always upload the entire log and not just the exit code.
Other Mods
No response