Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

World gen crash #11

Open
VoiD-Screeches opened this issue May 7, 2024 · 9 comments
Open

World gen crash #11

VoiD-Screeches opened this issue May 7, 2024 · 9 comments

Comments

@VoiD-Screeches
Copy link

java.lang.IllegalStateException: Feature order cycle found, involved sources: [Reference{ResourceKey[minecraft:worldgen/biome / minecraft:deep_dark]=net.minecraft.class_1959@da183a8}, Reference{ResourceKey[minecraft:worldgen/biome / slayersbeasts:slime_caverns]=net.minecraft.class_1959@1fad4d74}]

Error message ^

@InvictusSlayer
Copy link
Owner

What game and mod versions are you using?

@VoiD-Screeches
Copy link
Author

VoiD-Screeches commented May 7, 2024

What game and mod versions are you using?

I was using the most recent version of the mod on 1.20.1 on fabric version 0.15.10

@InvictusSlayer
Copy link
Owner

Can you post a log file please

@VoiD-Screeches
Copy link
Author

Is this the log file you want?

---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!

Time: 2024-05-06 19:14:18
Description: Exception generating new chunk

java.lang.IllegalStateException: Feature order cycle found, involved sources: [Reference{ResourceKey[minecraft:worldgen/biome / minecraft:deep_dark]=net.minecraft.class_1959@da183a8}, Reference{ResourceKey[minecraft:worldgen/biome / slayersbeasts:slime_caverns]=net.minecraft.class_1959@1fad4d74}]
at net.minecraft.class_7510.method_44210(class_7510.java:100)
at net.minecraft.class_2794.method_44215(class_2794.java:102)
at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:183)
at net.minecraft.class_2794.method_12102(class_2794.java:288)
at net.minecraft.class_2806.method_51375(class_2806.java:108)
at net.minecraft.class_2806$class_3768.doWork(class_2806.java:309)
at net.minecraft.class_2806.method_12154(class_2806.java:252)
at net.minecraft.class_3898.method_17225(class_3898.java:684)
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:1182)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
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 net.minecraft.class_2794.method_44215(class_2794.java:102)
at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:183)
at net.minecraft.class_2794.method_12102(class_2794.java:288)
at net.minecraft.class_2806.method_51375(class_2806.java:108)
at net.minecraft.class_2806$class_3768.doWork(class_2806.java:309)
at net.minecraft.class_2806.method_12154(class_2806.java:252)
at net.minecraft.class_3898.method_17225(class_3898.java:684)
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)

-- Chunk to be generated --
Details:
Location: -2,0
Position hash: 4294967294
Generator: net.minecraft.class_3754@6a8d60af
Stacktrace:
at net.minecraft.class_3898.method_17225(class_3898.java:684)
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:1182)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)

-- Affected level --
Details:
All players: 0 total; []
Chunk stats: 625
Level dimension: minecraft:overworld
Level spawn location: World: (-8,64,24), Section: (at 8,0,8 in -1,4,1; chunk contains blocks -16,-64,16 to -1,319,31), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,-64,0 to -1,319,511)
Level time: 0 game time, 0 day time
Level name: New World
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Known server brands: fabric
Removed feature flags:
Level was modded: true
Level storage version: 0x04ABD - Anvil
Stacktrace:
at net.minecraft.server.MinecraftServer.method_3786(MinecraftServer.java:376)
at net.minecraft.server.MinecraftServer.method_3735(MinecraftServer.java:324)
at net.minecraft.class_1132.method_3823(class_1132.java:69)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:646)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
at java.base/java.lang.Thread.run(Thread.java:833)

-- System Details --
Details:
Minecraft Version: 1.20.1
Minecraft Version ID: 1.20.1
Operating System: Windows 10 (amd64) version 10.0
Java Version: 17.0.8, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 2042700744 bytes (1948 MiB) / 6006243328 bytes (5728 MiB) up to 10737418240 bytes (10240 MiB)
CPUs: 8
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i7 CPU 950 @ 3.07GHz
Identifier: Intel64 Family 6 Model 26 Stepping 5
Microarchitecture: Nehalem (Server)
Frequency (GHz): 3.07
Number of physical packages: 1
Number of physical CPUs: 4
Number of logical CPUs: 8
Graphics card #0 name: NVIDIA GeForce GTX 980
Graphics card #0 vendor: NVIDIA (0x10de)
Graphics card #0 VRAM (MB): 4095.00
Graphics card #0 deviceId: 0x13c0
Graphics card #0 versionInfo: DriverVersion=31.0.15.3623
Memory slot #0 capacity (MB): 4096.00
Memory slot #0 clockSpeed (GHz): 1.07
Memory slot #0 type: Other
Memory slot #1 capacity (MB): 4096.00
Memory slot #1 clockSpeed (GHz): 1.07
Memory slot #1 type: Other
Memory slot #2 capacity (MB): 4096.00
Memory slot #2 clockSpeed (GHz): 1.07
Memory slot #2 type: Other
Memory slot #3 capacity (MB): 4096.00
Memory slot #3 clockSpeed (GHz): 1.07
Memory slot #3 type: Other
Memory slot #4 capacity (MB): 4096.00
Memory slot #4 clockSpeed (GHz): 1.07
Memory slot #4 type: Other
Memory slot #5 capacity (MB): 4096.00
Memory slot #5 clockSpeed (GHz): 1.07
Memory slot #5 type: Other
Virtual memory max (MB): 26103.11
Virtual memory used (MB): 19072.35
Swap memory total (MB): 1536.00
Swap memory used (MB): 58.62
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx10G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
Fabric Mods:
adaptive-tooltips: Adaptive Tooltips 1.3.0
adventurez: AdventureZ 1.4.20
ambientsounds: AmbientSounds 5.3.9
archers: Archers (RPG Series) 1.2.1+1.20.1
com_github_zsoltmolnarrr_tinyconfig: TinyConfig 2.3.2
ranged_weapon_api: RangedWeaponAPI 1.1.0+1.20.1
structure_pool_api: Structure Pool API 1.0+1.20.1
architectury: Architectury 9.2.14
armorstands: Armor Stands 1.2.1
artifacts: Artifacts 9.4.3
cardinal-components-base: Cardinal Components API (base) 5.2.2
cardinal-components-entity: Cardinal Components API (entities) 5.2.2
expandability: ExpandAbility 9.0.0
step-height-entity-attribute: Step Height Entity Attribute 1.2.0
attributefix: AttributeFix 21.0.4
azurelib: AzureLib 2.0.20
azurelibarmor: AzureLib Armor 2.0.3
balm-fabric: Balm 7.2.2
bettercombat: Better Combat 1.8.4+1.20.1
betterdeserttemples: YUNG's Better Desert Temples 1.20-Fabric-3.0.3
org_reflections_reflections: reflections 0.10.2
betterjungletemples: YUNG's Better Jungle Temples 1.20-Fabric-2.0.4
bettermineshafts: YUNG's Better Mineshafts 1.20-Fabric-4.0.4
betteroceanmonuments: YUNG's Better Ocean Monuments 1.20-Fabric-3.0.4
betterstrongholds: YUNG's Better Strongholds 1.20-Fabric-4.0.3
betterwitchhuts: YUNG's Better Witch Huts 1.20-Fabric-3.0.3
bewitchment: Bewitchment 1.20-8
impersonate: Impersonate 2.10.2
fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT
playerabilitylib: Pal 1.8.0
reach-entity-attributes: Reach Entity Attributes 2.4.0
terraform-wood-api-v1: Terraform Wood API (v1) 7.0.3
blahaj: Blåhaj 0.3.2
bonfires: Bonfires 1.2.16
cardinal-components-world: Cardinal Components API (worlds) 5.2.2
bookshelf: Bookshelf 20.1.10
bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.7.5-1.20.1
maelstrom_library: Maelstrom Library 1.6.1-1.20
multipart_entities: MultipartEntities 1.5-1.20
brutes_dropscraps_mr: Brutes Drop Scraps 1.1
bygonenether: Bygone Nether 1.3.2
cardinal-components: Cardinal Components API 5.2.2
cardinal-components-block: Cardinal Components API (blocks) 5.2.2
cardinal-components-chunk: Cardinal Components API (chunks) 5.2.2
cardinal-components-item: Cardinal Components API (items) 5.2.2
cardinal-components-level: Cardinal Components API (world saves) 5.2.2
cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.2.2
cavedust: Cave Dust 1.4.1
kirin: Kirin UI 1.15.0
cenchants: Combat Enchants 2.14.9
charmofundying: Charm of Undying 6.5.0+1.20.1
spectrelib: SpectreLib 0.13.15+1.20.1
cloth-config: Cloth Config v11 11.1.118
cloth-basic-math: cloth-basic-math 0.6.1
combatroll: Combat Roll 1.3.2+1.20.1
comforts: Comforts 6.3.5+1.20.1
corgilib: CorgiLib 4.0.1.1
com_electronwill_night-config_core: core 3.6.7
com_electronwill_night-config_toml: toml 3.6.7
cosmetic-armor: Cosmetic Armor 1.6.0
creativecore: CreativeCore 2.11.24
net_minecraftforge_eventbus: eventbus 6.0.3
cristellib: Cristel Lib 1.1.5
blue_endless_jankson: jankson 1.2.3
darkbosses: DarkBosses - Boss Advancements 1.0.1
darkwaters: Dark Waters 0.0.22
distantfriends: Distant Friends 0.5.4
dungeons_arise: When Dungeons Arise 2.1.57
dungeons_arise_seven_seas: When Dungeons Arise: Seven Seas 1.0.2
eldritch_end: Eldritch End 0.2.31
elementa: Elementa 638
elytraslot: Elytra Slot 6.3.0+1.20.1
enchantment-transfer: Enchantment Transfer 0.0.6
enchantmentsplus: Enchantments Plus 1.2.1+1.20.1
enchdesc: EnchantmentDescriptions 17.0.14
enhancedcelestials: Enhanced Celestials 5.0.0.4
essential: Essential 1.3.2.2+gc6bc4f09d7
essential-container: essential-container 1.0.0
essential-loader: essential-loader 1.2.1
explorerscompass: Explorer's Compass 1.20.1-2.2.3-fabric
explorify: Explorify v1.3.0-mc1.20
extraspellattributes: Extra RPG Attributes 1.2.0
fabric-api: Fabric API 0.92.1+1.20.1
fabric-api-base: Fabric API Base 0.4.31+1802ada577
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.36+1802ada577
fabric-biome-api-v1: Fabric Biome API (v1) 13.0.13+1802ada577
fabric-block-api-v1: Fabric Block API (v1) 1.0.11+1802ada577
fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.1+1802ada577
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.41+1802ada577
fabric-client-tags-api-v1: Fabric Client Tags 1.1.2+1802ada577
fabric-command-api-v1: Fabric Command API (v1) 1.2.34+f71b366f77
fabric-command-api-v2: Fabric Command API (v2) 2.2.13+1802ada577
fabric-commands-v0: Fabric Commands (v0) 0.2.51+df3654b377
fabric-containers-v0: Fabric Containers (v0) 0.1.64+df3654b377
fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.11+1802ada577
fabric-convention-tags-v1: Fabric Convention Tags 1.5.5+1802ada577
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.19+1802ada577
fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.0.0+de0fd6d177
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.4+1802ada577
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.54+1802ada577
fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.0+1c78457f77
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.2+1802ada577
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.63+df3654b377
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.40+1802ada577
fabric-item-api-v1: Fabric Item API (v1) 2.1.28+1802ada577
fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.12+1802ada577
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.37+1802ada577
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.35+df3654b377
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.22+1802ada577
fabric-loot-api-v2: Fabric Loot API (v2) 1.2.1+1802ada577
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.45+9e7660c677
fabric-message-api-v1: Fabric Message API (v1) 5.1.9+1802ada577
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.50+1802ada577
fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.3+1802ada577
fabric-models-v0: Fabric Models (v0) 0.4.2+9386d8a777
fabric-networking-api-v1: Fabric Networking API (v1) 1.3.11+1802ada577
fabric-networking-v0: Fabric Networking (v0) 0.3.51+df3654b377
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.3+1802ada577
fabric-particles-v1: Fabric Particles (v1) 1.1.2+1802ada577
fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.21+1802ada577
fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.3+1802ada577
fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.1+1802ada577
fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.1+1802ada577
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.46+df3654b377
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.37+92a0d36777
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.28+1802ada577
fabric-rendering-v0: Fabric Rendering (v0) 1.1.49+df3654b377
fabric-rendering-v1: Fabric Rendering (v1) 3.0.8+1802ada577
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.8+1802ada577
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.10+1802ada577
fabric-screen-api-v1: Fabric Screen API (v1) 2.0.8+1802ada577
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.30+1802ada577
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.13+1802ada577
fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.5+8dd72ea377
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.1+1802ada577
fabric-language-kotlin: Fabric Language Kotlin 1.10.19+kotlin.1.9.23
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.9.23
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.9.23
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.9.23
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.9.23
org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.23.2
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.8.0
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.8.0
org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.5.0
org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.6.3
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.6.3
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.6.3
fabricloader: Fabric Loader 0.15.10
mixinextras: MixinExtras 0.3.5
framework: Framework 0.6.27
org_javassist_javassist: javassist 3.29.2-GA
friendsandfoes: Friends&Foes 2.0.10
geckolib: GeckoLib 4 4.4.4
com_eliotlash_mclib_mclib: mclib 20
goblintraders: Goblin Traders 1.9.3
graveyard: The Graveyard 3.0
handcrafted: Handcrafted 3.0.6
immersive_armors: Immersive Armors 1.6.1+1.20.1
immersive_melodies: Immersive Melodies 0.1.0+1.20.1
iris: Iris 1.6.17
io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre13
org_anarres_jcpp: jcpp 1.4.14
org_antlr_antlr4-runtime: antlr4-runtime 4.11.1
java: OpenJDK 64-Bit Server VM 17
jei: Just Enough Items 15.3.0.4
jeresources: Just Enough Resources 1.4.0.247
jewelry: Jewelry (RPG Series) 1.3.0+1.20.1
journeymap: Journeymap 5.9.20
journeymap-api-fabric: JourneyMap API 1.20-1.9-fabric-SNAPSHOT
lambdynlights: LambDynamicLights 2.3.2+1.20.1
pride: Pride Lib 1.2.0+1.19.4
spruceui: SpruceUI 5.0.0+1.20
libz: LibZ 1.0.3
com_fasterxml_jackson_core_jackson-annotations: jackson-annotations 2.15.2
com_fasterxml_jackson_core_jackson-core: jackson-core 2.15.2
com_fasterxml_jackson_core_jackson-databind: jackson-databind 2.15.2
midnightlib: MidnightLib 1.4.1
minecraft: Minecraft 1.20.1
modmenu: Mod Menu 7.2.2
modmenu-badges-lib: ModMenu Badges Lib 2023.6.1
mr_camps_castles_carriages: Camps. Castles. Carriages. 2.3
mr_dungeons_andtaverns: Dungeons and Taverns 3.0.3.f
mr_warden_bossbar: Warden Bossbar 2.0.0
mythicmobs: Mythic Mobs 1.20.1-fabric-1.4.5
naturescompass: Nature's Compass 1.20.1-2.2.3-fabric
necronomicon: Necronomicon 1.4.2
org_jetbrains_annotations: annotations 23.0.0
orpheus: Orpheus 1.0-1.20.1
structurized-reborn: Structurized Reborn 1.20.1-01
owo: oωo 0.11.2+1.20
paladins: Paladins & Priests (RPG Series) 1.2.0+1.20.1
patchouli: Patchouli 1.20.1-84-FABRIC
fiber: fiber 0.23.0-2
pehkui: Pehkui 3.8.0+1.14.4-1.20.4
kanos_config: Kanos Config 0.4.1+1.14.4-1.19.4
player-animator: Player Animator 1.0.2-rc1+1.20
polymorph: Polymorph 0.49.3+1.20.1
projectile_damage: Projectile Damage Attribute 3.2.3+1.20.1
puffish_skills: Pufferfish's Skills 0.11.6
resourcefullib: Resourceful Lib 2.1.24
com_teamresourceful_bytecodecs: bytecodecs 1.0.2
com_teamresourceful_yabn: yabn 1.0.3
runes: Runes 0.9.11+1.20.1
shield_overhaul: Shield Overhaul 1.0.3
showmeyourskin: Show Me Your Skin! 1.8.0+1.20
cicada: CICADA 0.6.0+1.20.1-minus
simplyskills: SimplySkills 1.3.2+1.20.1
simplyswords: Simply Swords 1.55.0-1.20.1
slayersbeasts: Slayer's Beasts 1.2.5
smartbrainlib: SmartBrainLib 1.13
sodium: Sodium 0.5.8+mc1.20.1
soulsweapons: Marium's Soulslike Weaponry 1.1.1-1.20-fabric
spawners_plus: Spawners+ 3.0-1.20.1
spell_engine: Spell Engine 0.14.3+1.20.1
spell_power: Spell Power Attribute 0.10.2+1.20.1
spellbladenext: Spellblades and Such 1.11.0
t_and_t: Towns and Towers 1.12
terrablender: TerraBlender 3.0.1.6
things: Things 0.3.3+1.20
lavender: Lavender 0.1.0-pre.18+1.20
lavender-md: lavender-md 0.1.0-pre.3+1.20
lavender-md-owo-ui: lavender-md-owo-ui 0.1.0-pre.3+1.20
travelerstitles: Traveler's Titles 1.20-Fabric-4.0.2
trinkets: Trinkets 3.7.2
ultris_mr: Ultris: Boss Expansion 5.6.9c
universalcraft: UniversalCraft 337
vigilance: Vigilance 297
voidz: VoidZ 1.0.11
watching: From The Fog 1.9.2
waystones: Waystones 14.1.3
weeping_angels: Weeping Angels 46.0.1
forgeconfigapiport: Forge Config API Port 8.0.0
wetlands: Beneath the Wetlands 1.2
wildlife: Wildlife 1.19.2-2.2
wizards: Wizards (RPG Series) 1.2.0+1.20.1
yet_another_config_lib_v3: YetAnotherConfigLib 3.2.2+1.20
com_twelvemonkeys_common_common-image: common-image 3.10.0-SNAPSHOT
com_twelvemonkeys_common_common-io: common-io 3.10.0-SNAPSHOT
com_twelvemonkeys_common_common-lang: common-lang 3.10.0-SNAPSHOT
com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0-SNAPSHOT
com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0-SNAPSHOT
com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0-SNAPSHOT
org_quiltmc_parsers_gson: gson 0.2.1
org_quiltmc_parsers_json: json 0.2.1
yungsapi: YUNG's API 1.20-Fabric-4.0.4
yungsbridges: YUNG's Bridges 1.20-Fabric-4.0.3
yungsextras: YUNG's Extras 1.20-Fabric-4.0.3
Loaded Shaderpack: (off)
Server Running: true
Player Count: 0 / 8; []
Data Packs: vanilla, fabric, resources/t_and_t_waystones_patch_1.19.2 (incompatible)
Enabled Feature Flags: minecraft:vanilla
World Generation: Stable
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
Launched Version: fabric-loader-0.15.10-1.20.1

@InvictusSlayer
Copy link
Owner

Okay so this is probably caused by an incompatibility issue. What other biome mods do you have installed? None of the mods catch my eye immediately

@VoiD-Screeches
Copy link
Author

Okay so this is probably caused by an incompatibility issue. What other biome mods do you have installed? None of the mods catch my eye immediately

I only really have mods that add structures to my world, Adventurez, bygone nether, camps castle's and carriages, dungeons now loading, dungeons and taverns, dungeons arise + seven seas, explorify, the graveyard, towns and towers, Ultris, wetlands, soulslike weaponry, yungs better; desert temples, jungle temples, mineshaft, ocean monuments, strongholds, witch huts, bridges, and extras.

I don't typically mess with biome mods since I was afraid of having compatibility issues with some of these mods. Sorry for taking so long to respond and for the psychopathic number of mods

@InvictusSlayer
Copy link
Owner

No worries, I've found the issue and it's a compatibility issue with Soulslike Weaponry since the moonstone ore biome modifier clashes with some of mine but it's on my end so I'll see if I can get that fixed as soon as possible.

@InvictusSlayer
Copy link
Owner

Btw most biome mods should be fine in your modpack compatibility wise, just in this case I've implemented some features weirdly which has caused this issue a couple times.

@VoiD-Screeches
Copy link
Author

No worries, I've found the issue and it's a compatibility issue with Soulslike Weaponry since the moonstone ore biome modifier clashes with some of mine but it's on my end so I'll see if I can get that fixed as soon as possible.

Alright, I'll keep an eye on the mod and play it once the two are compatible. This mod seems like something special and I'm exited to see where it goes! good luck!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants