-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Issue on loading certain biomes #167
Comments
Very common error, can you send a list other biome mods you are using (Not including BOP, Terralith, Organics, and Willaim Wythers) |
BiomesOPlenty-fabric-1.21.1-21.1.0.6.jar There are probably too many listed, but I wanted to make sure you got everything that could be related. |
and this is BWG 2.2.4? |
We tried with 2.2.0 and 2.2.4. |
Can you put this mod in your server and lmk if it works after https://www.curseforge.com/minecraft/mc-mods/feature-recycler |
Hey, so I installed that mod and things seem to work again! [17:53:51] [Server thread/WARN]: Tried to load a DUMMY block entity @ class_2338{x=2634, y=-9, z=-3481} but found not block entity block Block{minecraft:air} at location Got ideas? |
That's probably not us probably just something random from another mod but go to that blockpos and see if anything is there |
oki. |
@CobraNaja Can you send me the full log from the original crash so I can debug the issue besides just giving you feature recycler |
Sure, this is the full log that I could grab from the server. I fixed the other errors related to another mod** [21:10:01] [main/ERROR]: Parsing error loading recipe dragonsteel:star_alloy_block_to_ingot
|
We have a custom server using fabric 1.21.1 and tried using the latest version of your jar as well as order versions, but we still keep getting the same error:
java.lang.IllegalStateException: Feature order cycle found, involved sources: [Reference{ResourceKey[minecraft:worldgen/biome / minecraft:windswept_forest]=net.minecraft.class_1959@5f0ac797}, Reference{ResourceKey[minecraft:worldgen/biome / biomeswevegone:overgrowth_woodlands]=net.minecraft.class_1959@4504c72d}]
at net.minecraft.class_7510.method_44210(class_7510.java:99) ~[server-intermediary.jar:?]
at net.fabricmc.fabric.impl.biome.modification.BiomeModificationImpl.lambda$finalizeWorldGen$5(BiomeModificationImpl.java:164) ~[fabric-biome-api-v1-13.0.30+be1ed2d719-ee1378c01baaae6e.jar:?]
at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:181) ~[guava-32.1.2-jre.jar:?]
at org.betterx.wover.generator.impl.chunkgenerator.ChunkGeneratorManagerImpl.enumerateFeatureNamespaces(ChunkGeneratorManagerImpl.java:124) ~[wover-generator-21.0.13-e19b4dc33bba965.jar:?]
at org.betterx.wover.generator.impl.chunkgenerator.ChunkGeneratorManagerImpl.printGeneratorInfo(ChunkGeneratorManagerImpl.java:190) ~[wover-generator-21.0.13-e19b4dc33bba965.jar:?]
at net.minecraft.class_2794.toString(class_2794.java:6157) ~[server-intermediary.jar:?]
at net.minecraft.class_129$class_130.(class_129.java:192) ~[server-intermediary.jar:?]
at net.minecraft.class_129.method_578(class_129.java:92) ~[server-intermediary.jar:?]
at net.minecraft.class_3898.method_60442(class_3898.java:643) ~[server-intermediary.jar:?]
at net.minecraft.class_9761.method_60461(class_9761.java:96) ~[server-intermediary.jar:?]
at net.minecraft.class_9759.method_60428(class_9759.java:143) ~[server-intermediary.jar:?]
at net.minecraft.class_9759.method_60427(class_9759.java:121) ~[server-intermediary.jar:?]
at net.minecraft.class_9759.method_60432(class_9759.java:74) ~[server-intermediary.jar:?]
at net.minecraft.class_9759.method_60424(class_9759.java:59) ~[server-intermediary.jar:?]
at net.minecraft.class_3898.method_60446(class_3898.java:665) ~[server-intermediary.jar:?]
at net.minecraft.class_3900.method_17634(class_3900.java:62) ~[server-intermediary.jar:?]
at net.minecraft.class_3846.method_16907(class_3846.java:91) [server-intermediary.jar:?]
at net.minecraft.class_3846.method_16900(class_3846.java:146) [server-intermediary.jar:?]
at net.minecraft.class_3846.run(class_3846.java:102) [server-intermediary.jar:?]
at java.base/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1423) [?:?]
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) [?:?]
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) [?:?]
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) [?:?]
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) [?:?]
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) [?:?]
Any ideas on how to fix this?
Thanks!
The text was updated successfully, but these errors were encountered: