[Bug] Crash upon generating The End
rey-jazzy opened this issue · 8 comments
I'm running a 1.19.2 server on Fabric, and whenever I try to first enter The End it always results in a non-stop fall while the terrain around me refuses to generate. Moments later, the server completely crashes and everyone's shown an 'internal server error' message upon disconnect. I've tried replicating this bug in a more isolated environment by using an old instance of Minecraft with far less mods installed, but my game still crashes when I enter the portal for the first time. I figure it's because I have 'Oh The Biomes You'll Go' installed, so I try running it without that or editing the config to disable unique End biomes from generating--same problem. I've also tried copy-pasting the configs for BYG and Better End from the BetterMC modpack into my server's files, thinking I'm just using the wrong settings or something but that didn't solve the issue, either.
EDIT: I've also tried resetting The End via deleting the DIM1 folder in the server's directory, but that doesn't work either. The terrain only generates if I remove the mod entirely, whereas Better Nether works just fine with no issues.
Server Information
0/8 slots
12gb RAM
pebblehost.co
North America
BetterEnd
better-end-2.1.4
BCLib
bclib-2.1.6
Fabric API
fabric-api-0.70.0
Fabric Loader
0.14.19
Minecraft
1.19.2
Relevant log output
Description: Exception generating new chunk
java.lang.IllegalStateException: Feature order cycle found, involved sources: [Reference{ResourceKey[minecraft:worldgen/biome / betterend:chorus_forest]=net.minecraft.class_1959@57f33528}, Reference{ResourceKey[minecraft:worldgen/biome / betterend:old_bulbis_gardens]=net.minecraft.class_1959@3f5b411c}]
at net.minecraft.class_7510.method_44210(class_7510.java:100)
at org.betterx.bclib.api.v2.generator.BCLChunkGenerator.lambda$rebuildFeaturesPerStep$5(BCLChunkGenerator.java:103)
at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:183)
at net.minecraft.class_2794.method_12102(class_2794.java:397)
at net.minecraft.class_2806.method_20613(class_2806.java:145)
at net.minecraft.class_2806.method_12154(class_2806.java:292)
at net.minecraft.class_3898.method_17225(class_3898.java:679)
at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
at net.minecraft.class_3898.method_17224(class_3898.java:673)
at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150)
at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
at net.minecraft.class_3900.method_17634(class_3900.java:62)
at net.minecraft.class_3846.method_16907(class_3846.java:91)
at net.minecraft.class_3846.method_16900(class_3846.java:146)
at net.minecraft.class_3846.run(class_3846.java:102)
at java.base/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1395)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1176)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1647)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1614)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
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_7510.method_44210(class_7510.java:100)
at org.betterx.bclib.api.v2.generator.BCLChunkGenerator.lambda$rebuildFeaturesPerStep$5(BCLChunkGenerator.java:103)
at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:183)
at net.minecraft.class_2794.method_12102(class_2794.java:397)
at net.minecraft.class_2806.method_20613(class_2806.java:145)
at net.minecraft.class_2806.method_12154(class_2806.java:292)
at net.minecraft.class_3898.method_17225(class_3898.java:679)
at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
at net.minecraft.class_3898.method_17224(class_3898.java:673)
at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150)
at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
at net.minecraft.class_3900.method_17634(class_3900.java:62)
at net.minecraft.class_3846.method_16907(class_3846.java:91)
at net.minecraft.class_3846.method_16900(class_3846.java:146)
at net.minecraft.class_3846.run(class_3846.java:102)
Mixins in Stacktrace:
net.minecraft.class_2794:
com.yungnickyoung.minecraft.betteroceanmonuments.mixin.DisableVanillaMonumentsMixin (betteroceanmonuments.mixins.json)
com.yungnickyoung.minecraft.betterwitchhuts.mixin.DisableVanillaWitchHutsMixin (betterwitchhuts.mixins.json)
org.betterx.bclib.mixin.common.ChunkGeneratorMixin (bclib.mixins.common.json)
com.yungnickyoung.minecraft.betterdeserttemples.mixin.DisableVanillaPyramidsMixin (betterdeserttemples.mixins.json)
potionstudios.byg.mixin.access.ChunkGeneratorAccess (byg.mixins.json)
uk.me.desert_island.rer.mixin.MixinChunkGenerator (roughlyenoughresources.mixins.json)
com.yungnickyoung.minecraft.bettermineshafts.mixin.DisableVanillaMineshaftsMixin (bettermineshafts.mixins.json)
com.structureessentials.mixin.StructureSearchTimeoutMixin (structureessentials.mixins.json)
io.github.fabricators_of_create.porting_lib.mixin.common.accessor.ChunkGeneratorAccessor (porting_lib_accessors.mixins.json)
com.structureessentials.mixin.StructureSearchSpeedupMixin (structureessentials.mixins.json)
com.yungnickyoung.minecraft.betterstrongholds.mixin.DisableVanillaStrongholdsMixin (betterstrongholds.mixins.json)
org.betterx.bclib.mixin.common.ChunkGeneratorAccessor (bclib.mixins.common.json)
com.yungnickyoung.minecraft.betterfortresses.mixin.DisableVanillaFortressesMixin (betterfortresses.mixins.json)
net.minecraft.class_2806:
io.github.fabricators_of_create.porting_lib.mixin.common.ChunkStatusMixin (porting_lib_base.mixins.json)
net.minecraft.class_3898:
me.jellysquid.mods.lithium.mixin.world.player_chunk_tick.ThreadedAnvilChunkStorageMixin (lithium.mixins.json)
io.github.fabricators_of_create.porting_lib.mixin.common.ChunkMapMixin (porting_lib_base.mixins.json)
dev.architectury.mixin.fabric.MixinChunkMap (architectury.mixins.json)
dev.onyxstudios.cca.mixin.chunk.common.MixinThreadedAnvilChunkStorage (mixins.cardinal_components_chunk.json)
net.fabricmc.fabric.mixin.networking.accessor.ThreadedAnvilChunkStorageAccessor (fabric-networking-api-v1.mixins.json)
com.smoothchunk.mixin.ChunkMapMixin (smoothchunk.mixins.json)
dev.isxander.debugify.mixins.basic.mc224729.ThreadedAnvilChunkStorageMixin (debugify.mixins.json)
dev.onyxstudios.cca.mixin.block.common.MixinThreadedAnvilChunkStorage (mixins.cardinal_components_block.json)
net.fabricmc.fabric.mixin.event.lifecycle.ThreadedAnvilChunkStorageMixin (fabric-lifecycle-events-v1.mixins.json)
io.github.ladysnake.impersonate.impl.mixin.ThreadedAnvilChunkStorageAccessor (mixins.impersonate.common.json)
corgitaco.enhancedcelestials.mixin.access.ChunkMapAccess (enhancedcelestials.mixins.json)
-- Chunk to be generated --
Details:
Location: 6,-1
Position hash: -4294967290
Generator: BCLib - Chunk Generator (71da19b6)
Stacktrace:
at net.minecraft.class_3898.method_17225(class_3898.java:679)
at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
at net.minecraft.class_3898.method_17224(class_3898.java:673)
at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150)
at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
at net.minecraft.class_3900.method_17634(class_3900.java:62)
at net.minecraft.class_3846.method_16907(class_3846.java:91)
at net.minecraft.class_3846.method_16900(class_3846.java:146)
at net.minecraft.class_3846.run(class_3846.java:102)
at java.base/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1395)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1176)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1647)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1614)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
Mixins in Stacktrace:
net.minecraft.class_3898:
me.jellysquid.mods.lithium.mixin.world.player_chunk_tick.ThreadedAnvilChunkStorageMixin (lithium.mixins.json)
io.github.fabricators_of_create.porting_lib.mixin.common.ChunkMapMixin (porting_lib_base.mixins.json)
dev.architectury.mixin.fabric.MixinChunkMap (architectury.mixins.json)
dev.onyxstudios.cca.mixin.chunk.common.MixinThreadedAnvilChunkStorage (mixins.cardinal_components_chunk.json)
net.fabricmc.fabric.mixin.networking.accessor.ThreadedAnvilChunkStorageAccessor (fabric-networking-api-v1.mixins.json)
com.smoothchunk.mixin.ChunkMapMixin (smoothchunk.mixins.json)
dev.isxander.debugify.mixins.basic.mc224729.ThreadedAnvilChunkStorageMixin (debugify.mixins.json)
dev.onyxstudios.cca.mixin.block.common.MixinThreadedAnvilChunkStorage (mixins.cardinal_components_block.json)
net.fabricmc.fabric.mixin.event.lifecycle.ThreadedAnvilChunkStorageMixin (fabric-lifecycle-events-v1.mixins.json)
io.github.ladysnake.impersonate.impl.mixin.ThreadedAnvilChunkStorageAccessor (mixins.impersonate.common.json)
corgitaco.enhancedcelestials.mixin.access.ChunkMapAccess (enhancedcelestials.mixins.json)
-- Affected level --
Details:
All players: 0 total; []
Chunk stats: 625
Level dimension: minecraft:the_end
Derived: true
Level spawn location: World: (80,86,48), Section: (at 0,6,0 in 5,5,3; chunk contains blocks 80,0,48 to 95,255,63), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 67896384 game time, 11984 day time
Level name: Hyena Hooters
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Level weather: Rain time: 6881 (now: false), thunder time: 77811 (now: false)
Known server brands: fabric
Level was modded: true
Level storage version: 0x04ABD - Anvil
Stacktrace:
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:878)
at net.minecraft.class_3176.method_3813(class_3176.java:289)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:819)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:665)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257)
at java.base/java.lang.Thread.run(Thread.java:831)
Mixins in Stacktrace:
net.minecraft.server.MinecraftServer:
org.betterx.worlds.together.mixin.common.MinecraftServerMixin (together.mixins.common.json)
uk.me.desert_island.rer.mixin.MixinMinecraftServer (roughlyenoughresources.mixins.json)
potionstudios.byg.mixin.server.MixinMinecraftServer (byg.mixins.json)
dev.onyxstudios.cca.mixin.level.common.MixinMinecraftServer (mixins.cardinal_components_level.json)
io.github.ladysnake.impersonate.impl.mixin.MinecraftServerMixin (mixins.impersonate.common.json)
org.betterx.worlds.together.mixin.common.MinecraftServerMixinLate (together.mixins.common.json)
io.github.fabricators_of_create.porting_lib.mixin.common.accessor.MinecraftServerAccessor (porting_lib_accessors.mixins.json)
net.fabricmc.fabric.mixin.message.MinecraftServerMixin (fabric-message-api-v1.mixins.json)
dev.onyxstudios.cca.mixin.scoreboard.MixinMinecraftServer (mixins.cardinal_components_scoreboard.json)
net.fabricmc.fabric.mixin.event.lifecycle.MinecraftServerMixin (fabric-lifecycle-events-v1.mixins.json)
wraith.fwaystones.mixin.MinecraftServerAccessor (fwaystones.mixins.json)
net.fabricmc.fabric.mixin.registry.sync.MinecraftServerMixin (fabric-registry-sync-v0.mixins.json)
net.fabricmc.fabric.mixin.biome.MinecraftServerMixin (fabric-biome-api-v1.mixins.json)
ca.fxco.memoryleakfix.mixin.spongePoweredLeak.MinecraftServer_loadWorldMixin (memoryleakfix.mixins.json)
terrablender.mixin.MixinMinecraftServer (terrablender_fabric.mixins.json)
net.fabricmc.fabric.mixin.resource.loader.MinecraftServerMixin (fabric-resource-loader-v0.mixins.json)
xaero.common.mixin.MixinMinecraftServer (xaerominimap.mixins.json)
potionstudios.byg.mixin.access.MinecraftServerAccess (byg.mixins.json)
xaero.map.mixin.MixinMinecraftServer (xaeroworldmap.mixins.json)
org.betterx.bclib.mixin.common.MinecraftServerMixin (bclib.mixins.common.json)
svenhjol.charm.mixin.helper.TranslateServerComponentMixin (charm.mixins.json)
net.fabricmc.fabric.mixin.biome.modification.MinecraftServerMixin (fabric-biome-api-v1.mixins.json)
net.minecraft.class_3176:
com.aizistral.nochatreports.mixins.server.MixinDedicatedServer (nochatreports.mixins.json)
potionstudios.byg.mixin.server.MixinDedicatedServer (byg_fabric.mixins.json)
dev.architectury.mixin.fabric.MixinDedicatedServer (architectury.mixins.json)
com.b1n_ry.yigd.mixin.MinecraftDedicatedServerMixin (yigd.mixins.json)
-- System Details --
Details:
Minecraft Version: 1.19.2
Minecraft Version ID: 1.19.2
Operating System: Linux (amd64) version 4.18.0-348.2.1.el8_5.x86_64
Java Version: 17, AdoptOpenJDK
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), AdoptOpenJDK
Memory: 8235397736 bytes (7853 MiB) / 11844714496 bytes (11296 MiB) up to 12582912000 bytes (12000 MiB)
CPUs: 5
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz
Identifier: Intel64 Family 6 Model 158 Stepping 9
Microarchitecture: Kaby Lake
Frequency (GHz): 4.20
Number of physical packages: 1
Number of physical CPUs: 4
Number of logical CPUs: 8
Graphics card #0 name: unknown
Graphics card #0 vendor: unknown
Graphics card #0 VRAM (MB): 0.00
Graphics card #0 deviceId: unknown
Graphics card #0 versionInfo: unknown
Virtual memory max (MB): 64185.25
Virtual memory used (MB): 73178.55
Swap memory total (MB): 32255.99
Swap memory used (MB): 14959.12
JVM Flags: 2 total; -Xmx12000M -Xms128M
Fabric Mods:
advancednetherite: Advanced Netherite 1.6.6-1.19.2
adventurez: AdventureZ 1.4.17
architectury: Architectury 6.5.69
attributefix: AttributeFix 17.2.6
autotag-convention: AutoTag Convention 2.0.0+1.19
autotag: AutoTag 2.0.0+1.19
axesareweapons: Axes Are Weapons 1.6.5
backslot: BackSlot 1.2.11
bclib: BCLib 2.1.6
bedrockwaters: BedrockWaters 1.7.3+1.19.2
besmirchment: Besmirchment 1.19-8
reach-entity-attributes: Reach Entity Attributes 2.3.0
terraform-wood-api-v1: Terraform Wood API (v1) 4.2.0
betterdeserttemples: YUNG's Better Desert Temples 1.19.2-Fabric-2.2.2
org_reflections_reflections: reflections 0.10.2
betterdungeons: YUNG's Better Dungeons 1.19.2-Fabric-3.2.1
betterend: Better End 2.1.4
betterfortresses: YUNG's Better Nether Fortresses 1.19.2-Fabric-1.0.5
bettermineshafts: YUNG's Better Mineshafts 1.19.2-Fabric-3.2.0
betternether: Better Nether 7.1.3
betteroceanmonuments: YUNG's Better Ocean Monuments 1.19.2-Fabric-2.1.0
betterstrongholds: YUNG's Better Strongholds 1.19.2-Fabric-3.2.0
bettervillage: Better village 2.1.0
betterwitchhuts: YUNG's Better Witch Huts 1.19.2-Fabric-2.1.0
bewitchment: Bewitchment 1.19-6
fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT
step-height-entity-attribute: Step Height Entity Attribute 1.0.0
bookshelf: Bookshelf 16.2.18
bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.4.6-1.19.2
maelstrom_library: Maelstrom Library 1.3-1.19-pre1
multipart_entities: MultipartEntities 1.2-1.19-pre1
bountiful: Bountiful 3.0.0
byg: Oh The Biomes You'll Go 2.0.1.1
com_electronwill_night-config_core: core 3.6.6
com_electronwill_night-config_toml: toml 3.6.6
cardinal-components: Cardinal Components API 5.0.2
cardinal-components-base: Cardinal Components API (base) 5.0.2
cardinal-components-block: Cardinal Components API (blocks) 5.0.2
cardinal-components-chunk: Cardinal Components API (chunks) 5.0.2
cardinal-components-entity: Cardinal Components API (entities) 5.0.2
cardinal-components-item: Cardinal Components API (items) 5.0.2
cardinal-components-level: Cardinal Components API (world saves) 5.0.2
cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.0.2
cardinal-components-world: Cardinal Components API (worlds) 5.0.2
charm: Charm 4.4.4
com_moandjiezana_toml_toml4j: toml4j 0.7.2
charm_fixer: Charm Fixer 1.0.0
cloth-api: Cloth API 4.0.65
cloth-basic-math: cloth-basic-math 0.6.1
cloth-client-events-v0: Cloth Client Events v0 4.0.65
cloth-common-events-v1: Cloth Common Events v1 4.0.65
cloth-utils-v1: Cloth Utils v1 4.0.65
cloth-config: Cloth Config v8 8.2.88
comforts: Comforts 6.0.4+1.19.2
spectrelib: SpectreLib 0.12.4+1.19.2
configured: Configured 2.0.0
conjuring: Conjuring 1.0.26+1.19
corgilib: CorgiLib 1.0.0.32
cosmetic-armor: Cosmetic Armor 1.4.0
creativecore: CreativeCore (Fabric) 2.9.3
croptopia: Croptopia 2.2.2
com_typesafe_config: config 1.4.1
io_leangen_geantyref_geantyref: geantyref 1.3.11
org_spongepowered_configurate-core: configurate-core 4.1.2
org_spongepowered_configurate-hocon: configurate-hocon 4.1.2
dawn: Dawn API 3.5.0
debugify: Debugify 2.8.0
deeperdarker: Deeper and Darker 1.1.6
customportalapi: Custom Portal Api 0.0.1-beta54-1.19
paragon: Paragon 3.0.2
org_yaml_snakeyaml: snakeyaml 1.27
dungeon_difficulty: Dungeon Difficulty 2.0.1+1.19
com_github_zsoltmolnarrr_tinyconfig: TinyConfig 2.2.2
dungeons_arise: When Dungeons Arise 2.1.54
easyanvils: Easy Anvils 4.0.10
easymagic: Easy Magic 4.3.3
enchantinginfuser: Enchanting Infuser 4.2.2
endgoblintraders: End Goblin Traders 1.5.2
enhancedcelestials: Enhanced Celestials 2.1.0.5
extraalchemy: Extra Alchemy 1.9.0
extraorigins: Extra Origins 1.19-2
fabric-api: Fabric API 0.70.0+1.19.2
fabric-api-base: Fabric API Base 0.4.14+6e0787e690
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.13+93d8cb8290
fabric-biome-api-v1: Fabric Biome API (v1) 9.0.21+4d0d570390
fabric-block-api-v1: Fabric Block API (v1) 1.0.2+e415d50e90
fabric-command-api-v1: Fabric Command API (v1) 1.2.14+f71b366f90
fabric-command-api-v2: Fabric Command API (v2) 2.1.10+93d8cb8290
fabric-commands-v0: Fabric Commands (v0) 0.2.31+df3654b390
fabric-containers-v0: Fabric Containers (v0) 0.1.39+df3654b390
fabric-content-registries-v0: Fabric Content Registries (v0) 3.5.0+7c6cd14d90
fabric-convention-tags-v1: Fabric Convention Tags 1.2.1+27265b3490
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.8+aeb40ebe90
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.4+ad31814d90
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.34+0d0f210290
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.3+9244241690
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.32+4d0d570390
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.32+df3654b390
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.24+b6b6abb490
fabric-item-api-v1: Fabric Item API (v1) 1.6.2+fa140d5990
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.37+9244241690
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.3+1b46dc7890
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.11+83a8659290
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.14+9e7660c690
fabric-message-api-v1: Fabric Message API (v1) 5.0.6+93d8cb8290
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.22+33fbc73890
fabric-networking-api-v1: Fabric Networking API (v1) 1.2.9+6e0787e690
fabric-networking-v0: Fabric Networking (v0) 0.3.26+df3654b390
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.1.4+4d0d570390
fabric-particles-v1: Fabric Particles (v1) 1.0.13+4d0d570390
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.30+9244241690
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.18+6e0787e690
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.10+4d0d570390
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.2+aae9039d90
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.3+251d254a90
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.5+1cc24b1b90
fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.4+4d0d570390
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.3+08b73de490
fabric-language-kotlin: Fabric Language Kotlin 1.9.0+kotlin.1.8.0
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.8.0
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.8.0
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.8.0
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.8.0
org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.18.5
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.6.4
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.6.4
org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.4.0
org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.4.1
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.4.1
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.4.1
fabricenchantments: Fabric Enchantments 0.9.0
fabricloader: Fabric Loader 0.14.19
fallingtree: FallingTree 3.10.0
farsight: Farsight Mod 1.19-2.4
com_github_jctools_jctools_jctools-core: jctools-core v4.0.1
ferritecore: FerriteCore 5.0.3
forgeconfigapiport: Forge Config API Port 4.2.11
fwaystones: Fabric Waystones 3.0.7+mc1.19.2
geckolib3: Geckolib 3.1.40
com_eliotlash_mclib_mclib: mclib 20
geodes: More Geodes 1.6.4+1.19
goblintraders: Goblin Traders 1.8.1
graveyard: The Graveyard 2.3
guardvillagers: Guard Villagers Fabric 1.19.2-1.0.16
herdspanic: Herds Panic 1.0.6
iceberg: Iceberg 1.0.46
immersive_armors: Immersive Armors 1.5.4+1.19.2
immersive_paintings: Immersive Paintings 0.5.1+1.19.2
immersive_weathering: Immersive Weathering 1.19.2-1.2.8
impersonate: Impersonate 2.8.0
inmis: Inmis 2.7.1-1.19
omega-config: OmegaConfig 1.2.3-1.18.1
inmisaddon: InmisAddon 1.0.4
jade: Jade 8.7.3
jamlib: JamLib 0.6.0+1.19
java: OpenJDK 64-Bit Server VM 17
jeresources: Just Enough Resources 1.2.1.189
jumpyboat: JumpyBoat 4.0-1.19
kambrik: Kambrik 4.0-1.19.2
lazydfu: LazyDFU 0.1.3
levelz: LevelZ 1.4.5
libgui: LibGui 6.0.1+1.19
jankson: Jankson 4.1.1+j1.2.1
libninepatch: LibNinePatch 1.1.0
libraryferret: Library ferret 4.0.0
lithium: Lithium 0.10.4
mcda: MC Dungeons Armors 2.4.4
mcdar: MC Dungeons Artifacts 1.5.3-1.19
mcdw: MC Dungeons Weapons 5.0.8-1.19
com_github_llamalad7_mixinextras: MixinExtras 0.2.0-beta.2
enchant_giver: Enchant Giver 1.3.0
medievalorigins: Medieval Origins 1.19.x-4.1.3
memoryleakfix: memory Leak Fix 1.19.3-0.7.0
midnightlib: MidnightLib 1.0.0
milk_plus: Milk+ 4.0.44
dripstone_fluid_lib: Dripstone Fluid Lib 2.0.0
milk: Milk Lib 1.0.48
minecells: Mine Cells 1.4.2
minecraft: Minecraft 1.19.2
mixin-conflict-helper: Mixin Conflict Helper 1.2.0
mixintrace: MixinTrace 1.1.1+1.17
moonlight: Moonlight 1.19.2-2.2.27
morevillagers: More Villagers 4.0.2
mythicmounts: Mythic Mounts 1.19.2-7.1
naturalist: Naturalist 2.1.1
nochatreports: No Chat Reports 1.19.2-v1.13.12
origins: Origins 1.7.1
apoli: Apoli 2.6.1
additionalentityattributes: Additionalentityattributes 1.0.0+1.19
calio: Calio 1.7.0
owo: oωo 0.9.3+1.19
blue_endless_jankson: jankson 1.2.1
paradise_lost: Paradise Lost 2.1.0-beta+1.19.2
gud_recipe_confidence: Recipe Confidence 1.0.2
incubus_core: Incubus Core 1.9.4
patchouli: Patchouli 1.19.2-77-FABRIC
fiber: fiber 0.23.0-2
pehkui: Pehkui 3.7.3+1.14.4-1.20
kanos_config: Kanos Config 0.4.0+1.14.4-1.19.4
playerabilitylib: Pal 1.6.0
porting_lib: Porting Lib 2.1.854+1.19.2
forge_tags: Porting Lib Tags 3.0
mm: Manningham Mills 2.3
porting_lib_accessors: Porting Lib Accessors 2.1.854+1.19.2
porting_lib_attributes: Porting Lib Attributes 2.1.854+1.19.2
porting_lib_base: Porting Lib Base 2.1.854+1.19.2
porting_lib_common: Porting Lib Common 2.1.854+1.19.2
porting_lib_constants: Porting Lib Constants 2.1.854+1.19.2
porting_lib_entity: Porting Lib Entity 2.1.854+1.19.2
porting_lib_extensions: Porting Lib Extensions 2.1.854+1.19.2
porting_lib_fake_players: Porting Lib Fake Players 2.1.854+1.19.2
porting_lib_lazy_registration: Porting Lib Lazy Register 2.1.854+1.19.2
porting_lib_model_generators: Porting Lib Model Generators 2.1.854+1.19.2
porting_lib_model_loader: Porting Lib Model Loader 2.1.854+1.19.2
porting_lib_models: Porting Lib Models 2.1.854+1.19.2
porting_lib_networking: Porting Lib Networking 2.1.854+1.19.2
porting_lib_obj_loader: Porting Lib Obj Loader 2.1.854+1.19.2
porting_lib_transfer: Porting Lib Transfer 2.1.854+1.19.2
serialization_hooks: Serialization Hooks 0.3.26
projectile_damage: Projectile Damage Attribute 3.1.0+1.19
puzzleslib: Puzzles Lib 4.3.12
rightclickharvest: Right Click Harvest 3.1.0+1.19-1.19.2
ringsofascension: Rings of Ascension 1.0
rottencreatures: Rotten Creatures 1.0.1
roughly_enough_loot_tables: Roughly Enough Loot Tables 1.19-1.0
roughlyenoughitems: Roughly Enough Items 9.1.591
error_notifier: Error Notifier 1.0.9
roughlyenoughresources: Roughly Enough Resources 2.6.0
seasons: Fabric Seasons 1.4-BETA+1.19
smoothboot: Smooth Boot 1.19-1.7.1
smoothchunk: Smooth chunk save Mod 1.19.1-2.0
sound_physics_remastered: Sound Physics Remastered 1.19.2-1.0.18
starlight: Starlight 1.1.1+fabric.ae22326
structory: Structory 1.3.1a
structory_towers: Structory: Towers 1.0.2
structureessentials: Structure Essentials Mod 1.19.2-2.6
supplementaries: Supplementaries 1.19.2-2.2.64
takesapillage: Takes a Pillage 1.0.4
tcdcommons: TCD Commons API 1.1+1.19.2
terrablender: TerraBlender 2.0.1.136
things: Things 0.3.0+1.19
thonkutil: ThonkUtil 2.15.4+1.19
thonkutil-base: ThonkUtil Base 1.13.2+4a8c408a57
thonkutil-capes-v1: ThonkUtil Capes (v1) 1.4.2+3eb2749857
thonkutil-customization-v1: ThonkUtil Customization (v1) 1.1.2+8ff533c957
thonkutil-legacy: ThonkUtil Legacy 1.1.2+5d4263f557
thonkutil-modchecker-v1: ThonkUtil ModChecker (v1) 1.1.3+bd4b387957
thonkutil-potions-v0: ThonkUtil Potions (v0) 1.5.2+8ff533c957
thonkutil-trades-v1: ThonkUtil Trades (v1) 1.2.2+8ff533c957
tiered: Tiered 1.2.2
tlc: The Lost Castle 1.0.0
toms_storage: Tom's Simple Storage Mod 1.5.4
tooltiprareness: Tooltip Rareness 1.0.7
trinkets: Trinkets 3.4.2
twilightforest: The Twilight Forest 4.2.335
com_google_code_findbugs_jsr305: jsr305 3.0.2
javax_annotation_javax_annotation-api: javax.annotation-api 1.3.2
universal_ores: Universal Ores 1.4.2
veinmining: Vein Mining 1.1.1+1.19.2
visualworkbench: Visual Workbench 4.2.4
voicechat: Simple Voice Chat 1.19.2-2.4.3
whisperwoods: Whisperwoods 1.19-2.1.1
wwoo: William Wythers' Overhauled Overworld 3.1.9.1
xaerominimap: Xaero's Minimap 23.1.0
xaeroworldmap: Xaero's World Map 1.28.9
xp_storage: XP Storage 1.4.3+1.19
xp_storage_trinkets: XP Storage - Trinkets 0.1+1.19
xps: Xp Obelisk 0.4.9-r+1.19.2-Fabric
yigd: You're in Grave Danger 1.4.8
yosbr: YOSBR 0.1.1
yungsapi: YUNG's API 1.19.2-Fabric-3.8.9
org_javassist_javassist: javassist 3.28.0-GA
yungsextras: YUNG's Extras 1.19.2-Fabric-3.1.0
Server Running: true
Player Count: 0 / 8; []
Data Packs: vanilla, Fabric Mods, WWOO, Immersive Weathering Generated Pack, Supplementaries Generated Pack, file/Charm_BetterEnd_integration_v2.zip, file/Charm_BetterNether_integration_v2.zip, file/Dehydration_Expanded_Drinks.zip, file/From-The-Fog-1.19-v1.8.1-Data-Resource-Pack.zip (incompatible), file/Origins_EnvironmentZ_Dehydration_v1.3.zip, file/Origins_Expanded_Foods_v1.5-1.19.2.zip
World Generation: Stable
Is Modded: Definitely; Server brand changed to 'fabric'
Type: Dedicated Server (map_server.txt)
Other Mods
advancednetherite-fabric-1.6.6-1.19.2
advancementinfo-1.19.1-fabric0.58.5-1.3.1
adventurez-1.4.17
AmbientEnvironment-fabric-1.19.2-8.0+3
AmbientSounds_FABRIC_v5.2.13_mc1.19.2
animatica-0.5+1.19
antighost-1.19.1-fabric0.58.5-1.1.5
architectury-6.5.69-fabric
AttributeFix-Fabric-1.19.2-17.2.6
autotag-2.0.0+1.19
AxesAreWeapons-1.6.5-fabric-1.17.1
backslot-1.2.11.1
bclib-2.1.6
bedrockwaters-1.7.3+1.19.2
bendy-lib-fabric-2.1.1
besmirchment-1.19-8
better-end-2.1.4
better-nether-7.1.3
bettervillage-fabric-1.19.2-2.1.0
bewitchment-1.19-6
BOMD-1.4.6-1.19.2
Bookshelf-Fabric-1.19.2-16.2.18
borderless-mining-1.1.5+1.19
BountifulFabric-4.0.0
cardinal-components-api-5.0.2
cem-0.7.1_S8_1.19-1.19.2
charm-fabric-1.19.2-4.4.4
charm_fixer-1.0.0
CITResewn-1.1.2+1.19.2
cleancut-1.19.2-5.1-fabric
cloth-api-4.0.65
cloth-config-8.2.88-fabric
colormatic-3.1.2+mc.1.19
comforts-fabric-6.0.4+1.19.2
configured-fabric-2.0.0-1.19.2
conjuring-1.0.26+1.19
continuity-2.0.1+1.19
CorgiLib-fabric-1.19.2-1.0.0.32
CosmeticArmor-1.19-1.4.0
CreativeCore_FABRIC_v2.9.3_mc1.19.2
Croptopia-1.19.2-FABRIC-2.2.2
CullLessLeaves-1.0.6
dawn-3.5.0
Debugify-2.8.0
deeperdarker-fabric-1.1.6-fabric
dungeon_difficulty-2.0.1+1.19
DungeonsArise-1.19.2-2.1.54-fabric
dynamic-fps-2.2.0
EasyAnvils-v4.0.10-1.19.2-Fabric
EasyMagic-v4.3.3-1.19.2-Fabric
EnchantingInfuser-v4.2.2-1.19.2-Fabric
EnchantmentDescriptions-Fabric-1.19.2-13.0.14
end-goblin-traders-1.5.2
Enhanced_Celestials-fabric-1.19.2-2.1.0.5
enhancedblockentities-0.7.2+1.19.2
entity_texture_features_fabric_1.19.2-4.3.0
entityculling-fabric-1.5.2-mc1.19
extraalchemy-fabric-1.19.2-1.9.0
extraorigins-1.19-2
extrasounds-2.3.1+1.19.2-1.19.1
fabric-api-0.70.0+1.19.2
fabric-enchantments-0.9.0
fabric-language-kotlin-1.9.0+kotlin.1.8.0
fabric-seasons-1.4-BETA+1.19
fabric-the-lost-castle-1.0.0
fabricskyboxes-0.6.1+mc1.19.2
FallingTree-1.19.2-3.10.0
farsight-fabric-1.19-2.4
ferritecore-5.0.3-fabric
ForgeConfigAPIPort-v4.2.11-1.19.2-Fabric
fsb-interop-1.1.3+mc1.19.2-build.25
geckolib-fabric-1.19-3.1.40
goblintraders-fabric-1.8.1-1.19.2
guard-villagers-fabric-1.19.2-1.0.168
herdspanic-1.0.6
Iceberg-1.19.1-fabric-1.0.46
immersive_armors-1.5.4+1.19.2-fabric
immersive_paintings-0.5.1+1.19.2-fabric
immersive_weathering-1.19.2-1.2.8-fabric
impersonate-2.8.0-standalone
indium-1.0.9+mc1.19.2
inmis-2.7.1-1.19
inmisaddon-1.0.4
iris-mc1.19.2-1.5.0
item-model-fix-1.0.3+1.19
Jade-1.19.1-fabric-8.7.3
jamlib-0.6.0+1.19
jumpyboat-4.0-1.19
JustEnoughResources-Fabric-1.19.2-1.2.1.189
Kambrik-4.0-1.19.2
lambdabettergrass-1.3.0+1.19
lambdynamiclights-2.2.0+1.19.2
language-reload-1.4.1
lazydfu-0.1.3
LegendaryTooltips-1.19.2-fabric-1.3.3
levelz-1.4.5
libraryferret-fabric-1.19.2-4.0.0
lithium-fabric-mc1.19.2-0.10.4
main-menu-credits-1.1.1
mcda-2.4.4
mcdar-1.5.3-1.19
mcdw-5.0.8-1.19
medieval-origins-1.19.x-4.1.3
memoryleakfix-1.19.3-0.7.0
midnightcontrols-1.7.1+1.19
midnightlib-fabric-1.0.0
milk_plus-4.0.44
minecells-1.4.2
MixinConflictHelper-1.2.0
mixintrace-1.1.1+1.17
modmenu-4.1.2
moonlight-1.19.2-2.2.27-fabric
more-geodes-1.6.4+1.19
morechathistory-1.19.1-1.1.1
morevillagers-fabric-1.19-4.0.2
mythic-mounts-1.19.2-7.1
naturalist-fabric-2.1.1-1.19.2
NoChatReports-FABRIC-1.19.2-v1.13.12
nofade-1.18-2.0.1
Oh_The_Biomes_You_ll_Go-fabric-1.19.2-2.0.1.1
optigui-1.1.6
Origins-1.19.2-1.7.1
owo-lib-0.9.3+1.19
pal-1.6.0
paradise-lost-2.1.0-beta+1.19.2
Patchouli-1.19.2-77-FABRIC
Pehkui-3.7.3+1.14.4-1.20
porting_lib-2.1.854+1.19.2
PresenceFootsteps-1.6.4
Prism-1.19.2-fabric-1.0.3
projectile_damage-fabric-3.1.0+1.19
puzzle-1.4.0-1.19
PuzzlesLib-v4.3.12-1.19.2-Fabric
reeses_sodium_options-1.4.9+mc1.19.2-build.67
rer-2.6.0
right-click-harvest-3.1.0+1.19-1.19.2
RingsOfAscension-1.19.2-1.0
rottencreatures-fabric-1.19.2-1.0.1
RoughlyEnoughItems-9.1.591
RoughlyEnoughLootTables-1.19-1.0
smoothboot-fabric-1.19-1.7.1
smoothchunk-fabric-1.19.1-2.0
sodium-extra-0.4.16+mc1.19.2-build.90
sodium-fabric-mc1.19.2-0.4.4+build.18
soundphysics-fabric-1.19.2-1.0.18
starlight-1.1.1+fabric.ae22326
Structory_1.19.3_v1.3.1a
Structory_Towers_1.19.3_v1.0.2
structureessentials-fabric-1.19.2-2.6
supplementaries-1.19.2-2.2.64-fabric
takesapillage-1.19-1.0.4
tcdcommons-2.1.1+1.19.2
TerraBlender-fabric-1.19.2-2.0.1.136
The_Graveyard_2.3_(FABRIC)_for_1.19.2
things-0.3.0+1.19
thonkutil-2.15.4+1.19
tiered-1.2.2
toms_storage_fabric-1.19-1.5.4
tooltipfix-1.1.1-1.19
tooltiprareness-1.0.7
trinkets-3.4.2
twilightforest-fabric-1.19.2-4.2.335
universal_ores-1.4.2
veinmining-fabric-1.1.1+1.19.2
WWOO-FABRIC-3.1.9.1
Xaeros_Minimap_23.1.0_Fabric_1.19.1
xp_obelisk-0.4.9-r+1.19.2-Fabric
xp_storage-1.4.3+1.19
xpstorage_trinkets-0.1+1.19
YungsApi-1.19.2-Fabric-3.8.9
YungsBetterDungeons-1.19.2-Fabric-3.2.1
YungsBetterMineshafts-1.19.2-Fabric-3.2.0
YungsBetterNetherFortresses-1.19.2-Fabric-1.0.5
YungsBetterOceanMonuments-1.19.2-Fabric-2.1.0
YungsExtras-1.19.2-Fabric-3.1.0
Zoomify-2.9.0
Also having this issue; running the same version, 1.19.2
Hey guys, I think I've found a fix. Go to /config/betterend/biomes.json
and dIsable chorus_forest
(line 6):
"chorus_forest": { "enabled [default: true]": false },
I don't really understand this, but I think it is that different biome features are attempting to load before each other, which caused this "feature order cycle" thing. Disabling one of the biomes would be a quick temporary fix, but obviously, this also means that that specific biome generation will be disabled.
Duplicate of bug #188
There is a link to a working version at the bottom of the comments.
The issue is still prevalent in the mod version 2.1.4. However, @dlfnn 's workaround works.
Would you mind uploading it here or adding it as a release for your fork?
Just uploaded it as the latest release, you can find it here: https://github.com/bl4d3tv/BetterEnd/releases/tag/2.1.4
This works for me tho
This works for me tho
I saw that. I didn't realize it was a fork. I gave it a try though, and I can say it also works as well.