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

crash while generating new world #37

Open
nc-gp opened this issue Oct 30, 2022 · 4 comments
Open

crash while generating new world #37

nc-gp opened this issue Oct 30, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@nc-gp
Copy link

nc-gp commented Oct 30, 2022

Hi, so exactly what title says.
I don't know if this is auroras issue or some conflict between mods, i'm posting it here because i found this in crash log:
java.lang.IllegalStateException: Feature order cycle found, involved sources: [Reference{ResourceKey[minecraft:worldgen/biome / aurorasdeco:lavender_plains]=net.minecraft.class_1959@6e69234}]

and so on:
on my other pc it doesn't crash with auroras enabled

Crash log: https://crashy.net/viHLKXN42DoHOs3gP6Jm
Raw crash log: https://crashy.net/viHLKXN42DoHOs3gP6Jm?raw

@LambdAurora
Copy link
Owner

LambdAurora commented Oct 30, 2022

I am at the moment unable to determine the cause of the crash.

Please update Aurora's Decorations and see if it still happens.
With the mod alone, I am unable to reproduce this crash.

Also, you can post your raw crash logs like this in GH issues:

<details>
<summary>Crash logs</summary>
<pre><code>logs</code></pre>
</details>

This will hide it by default and will be more readable that crashy deciding it's a good idea to not use a monospace font for raw crash reports.

@LambdAurora LambdAurora added the bug Something isn't working label Oct 30, 2022
@Fnige
Copy link

Fnige commented Oct 30, 2022

https://www.curseforge.com/minecraft/mc-mods/cyanide-fabric
This might help find the issue, if it doesnt fix it that is

@Fnige
Copy link

Fnige commented Oct 30, 2022

This will hide it by default and will be more readable that crashy deciding it's a good idea to not use a monospace font for raw crash reports.

Was crashy a good idea in the first place?

@nc-gp
Copy link
Author

nc-gp commented Oct 30, 2022

Please update Aurora's Decorations and see if it still happens. With the mod alone, I am unable to reproduce this crash.

sometimes its crashing and sometimes its not, its looks like two biome mods are incompatible

Crash logs

---- Minecraft Crash Report ----
// Who set us up the TNT?

Time: 2022-10-30 15:33:02
Description: Exception generating new chunk

java.lang.IllegalStateException: Feature order cycle found, involved sources: [Reference{ResourceKey[minecraft:worldgen/biome / aurorasdeco:lavender_plains]=net.minecraft.class_1959@40939d9a}]
at net.minecraft.world.gen.feature.util.PlacedFeatureIndexer.collectIndexedFeatures(PlacedFeatureIndexer:100)
at net.minecraft.world.gen.chunk.ChunkGenerator.method_44215(ChunkGenerator:136)
at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:183)
at net.minecraft.world.gen.chunk.ChunkGenerator.generateFeatures(ChunkGenerator:397)
at net.minecraft.world.chunk.ChunkStatus.method_20613(ChunkStatus:145)
at net.minecraft.world.chunk.ChunkStatus.runGenerationTask(ChunkStatus:292)
at net.minecraft.server.world.ThreadedAnvilChunkStorage.method_17225(ThreadedAnvilChunkStorage:679)
at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
at net.minecraft.server.world.ThreadedAnvilChunkStorage.method_17224(ThreadedAnvilChunkStorage:673)
at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150)
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
at net.minecraft.server.world.ChunkTaskPrioritySystem.method_17634(ChunkTaskPrioritySystem:62)
at net.minecraft.util.thread.TaskExecutor.runNext(TaskExecutor:91)
at net.minecraft.util.thread.TaskExecutor.runWhile(TaskExecutor:146)
at net.minecraft.util.thread.TaskExecutor.run(TaskExecutor:102)
at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1395)
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
at 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: Render thread
Stacktrace:
at net.minecraft.world.gen.feature.util.PlacedFeatureIndexer.collectIndexedFeatures(PlacedFeatureIndexer:100)
at net.minecraft.world.gen.chunk.ChunkGenerator.method_44215(ChunkGenerator:136)
at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:183)
at net.minecraft.world.gen.chunk.ChunkGenerator.generateFeatures(ChunkGenerator:397)
at net.minecraft.world.chunk.ChunkStatus.method_20613(ChunkStatus:145)
at net.minecraft.world.chunk.ChunkStatus.runGenerationTask(ChunkStatus:292)
at net.minecraft.server.world.ThreadedAnvilChunkStorage.method_17225(ThreadedAnvilChunkStorage:679)
at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
at net.minecraft.server.world.ThreadedAnvilChunkStorage.method_17224(ThreadedAnvilChunkStorage:673)
at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150)
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
at net.minecraft.server.world.ChunkTaskPrioritySystem.method_17634(ChunkTaskPrioritySystem:62)
at net.minecraft.util.thread.TaskExecutor.runNext(TaskExecutor:91)
at net.minecraft.util.thread.TaskExecutor.runWhile(TaskExecutor:146)
at net.minecraft.util.thread.TaskExecutor.run(TaskExecutor:102)

-- Chunk to be generated --
Details:
Location: -1,-3
Position hash: -8589934593
Generator: net.minecraft.class_3754@33ccb072
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: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 0,4,-2; chunk contains blocks 0,-64,-32 to 15,319,-17), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1)
Level time: 0 game time, 0 day time
Level name: New World
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Known server brands: quilt
Level was modded: true
Level storage version: 0x04ABD - Anvil
Stacktrace:
at net.minecraft.server.MinecraftServer.method_3786(MinecraftServer.java:367)
at net.minecraft.server.MinecraftServer.method_3735(MinecraftServer.java:315)
at net.minecraft.class_1132.method_3823(class_1132.java:68)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257)
at java.base/java.lang.Thread.run(Thread.java:833)

-- System Details --
Details:
Minecraft Version: 1.19.2
Minecraft Version ID: 1.19.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 17.0.5, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 822666872 bytes (784 MiB) / 2449473536 bytes (2336 MiB) up to 10603200512 bytes (10112 MiB)
CPUs: 8
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz
Identifier: Intel64 Family 6 Model 94 Stepping 3
Microarchitecture: Skylake (Client)
Frequency (GHz): 2.59
Number of physical packages: 1
Number of physical CPUs: 4
Number of logical CPUs: 8
Graphics card #0 name: Intel(R) HD Graphics 530
Graphics card #0 vendor: Intel Corporation (0x8086)
Graphics card #0 VRAM (MB): 1024.00
Graphics card #0 deviceId: 0x191b
Graphics card #0 versionInfo: DriverVersion=24.20.100.6286
Graphics card #1 name: NVIDIA GeForce GTX 960M
Graphics card #1 vendor: NVIDIA (0x10de)
Graphics card #1 VRAM (MB): 2048.00
Graphics card #1 deviceId: 0x139b
Graphics card #1 versionInfo: DriverVersion=30.0.14.7212
Memory slot #0 capacity (MB): 8192.00
Memory slot #0 clockSpeed (GHz): 2.13
Memory slot #0 type: DDR4
Memory slot #1 capacity (MB): 8192.00
Memory slot #1 clockSpeed (GHz): 2.13
Memory slot #1 type: DDR4
Virtual memory max (MB): 21091.76
Virtual memory used (MB): 11288.13
Swap memory total (MB): 4879.98
Swap memory used (MB): 147.07
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx10112m
Quilted Fabric API: !! WARNING !! This instance is using Fabric API modules re-implemented by QSL. If the issue comes from Quilted Fabric API, DO NOT report to Fabric; report them to Quilt instead!
Quilt Mods:
| Index | Mod | ID | Version |
|------:|---------------------------------------------------|-------------------------------------------------------|------------------------------|
| 262 | Additional Additions | additionaladditions | 5.1.0 |
| 73 | Alloy Forgery | alloy_forgery | 2.0.16+1.19 |
| 6 | Alternate Current | alternate-current | 1.4.0 |
| 15 | Amecs | amecs | 1.3.8+mc.1.19-rc2 |
| 83 | Amecs API | amecsapi | 1.3.6+mc22w17a |
| 160 | Amethyst Gravity | amethystgravity | 1.1.1+1.19.2 |
| 143 | Amethyst Tools | amethysttools | v1.0_fabric+quilt_mc1.19.x |
| 171 | AppleSkin | appleskin | 2.4.1+mc1.19 |
| 226 | Architectury | architectury | 6.3.49 |
| 185 | Auditory | auditory | 0.0.3-1.19.x |
| 249 | Aurora's Decorations | aurorasdeco | 1.0.0-beta.10+1.19 |
| 198 | BCLib | bclib | 2.1.2 |
| 27 | Bad Packets | badpackets | 0.2.0 |
| 164 | Better Combat | bettercombat | 1.4.5+1.19 |
| 114 | Better Ping Display | betterpingdisplay | 1.1.1 |
| 224 | Better Third Person | betterthirdperson | 1.8.1 |
| 279 | Better Tridents | bettertridents | 4.0.1 |
| 138 | Better Withered Mobs | better_withered_mobs | 1.7.1 |
| 281 | BetterF3 | betterf3 | 1.4.0 |
| 103 | Biome Technologies™ | biometech | 0.1.3+1.19.2 |
| 273 | Blossom | blossom | 1.0.5 |
| 212 | Boat Item View Fabric | boatiview | 0.0.4 |
| 126 | Bodacious Berries | bodacious_berries | 2.0.7+mc1.19.2 |
| 12 | CaffeineConfig | caffeineconfig | 1.0.0+1.17 |
| 56 | Camera Overhaul | cameraoverhaul | 1.3.1-fabric-universal |
| 66 | Cardinal Components API (base) | cardinal-components-base | 5.0.2 |
| 68 | Cardinal Components API (blocks) | cardinal-components-block | 5.0.2 |
| 79 | Cardinal Components API (chunks) | cardinal-components-chunk | 5.0.2 |
| 64 | Cardinal Components API (entities) | cardinal-components-entity | 5.0.2 |
| 92 | Cardinal Components API (worlds) | cardinal-components-world | 5.0.2 |
| 4 | Chat Coords | ccoords | 0.2.2233 |
| 177 | Cinderscapes | cinderscapes | 3.0.3 |
| 72 | Cinderscapes: Client | cinderscapes-client | 3.0.3 |
| 74 | Cinderscapes: Common | cinderscapes-common | 3.0.3 |
| 34 | Cinderscapes: World Generation | cinderscapes-worldgen | 3.0.3 |
| 7 | ClickThrough | clickthrough | 1.19.1-fabric0.58.5-0.4 |
| 129 | Cloth Config v8 | cloth-config | 8.2.88 |
| 205 | Collective (Fabric) | collective-fabric | 5.11 |
| 115 | Combat Roll | combatroll | 1.0.8+1.19 |
| 195 | Common Protection API | common-protection-api | 1.0.0 |
| 21 | Config to Brigadier | config2brigadier | 1.2.1 |
| 2 | CrowdinTranslate | crowdin-translate | 1.4+1.19 |
| 277 | Cull Less Leaves | cull-less-leaves | 1.0.6 |
| 24 | Custom LAN | customlan | 1.19.1-v2.2.0 |
| 208 | Custom Portal Api | customportalapi | 0.0.1-beta52-1.19 |
| 86 | Dark Loading Screen | dark-loading-screen | 1.6.12 |
| 227 | Deeper and Darker | deeperdarker | 1.1.0 |
| 18 | Detail Armor Bar | detailab | 2.6.2+1.19-fabric |
| 272 | Diagonal Fences | diagonalfences | 4.2.3 |
| 134 | Drip Sounds | waterdripsound | 1.19-0.3.0 |
| 5 | Dynamic Crosshair | dynamiccrosshair | 3.9+1.19 |
| 32 | Dynamic Crosshair Compat | dynamiccrosshaircompat | 1.9+1.19.2 |
| 33 | Dynamic FPS | dynamicfps | 2.2.0 |
| 155 | Dynamic Surroundings: Remastered Fabric Edition | dsurround | 0.1.0 |
| 99 | Easy Anvils | easyanvils | 4.0.5 |
| 239 | Easy Magic | easymagic | 4.3.2 |
| 261 | Enderscape | enderscape | 0.3.5-1.19.1 |
| 65 | Enhanced Block Entities | enhancedblockentities | 0.7.1+1.19 |
| 41 | EntityCulling-Fabric | entityculling | 1.5.2-mc1.19 |
| 121 | Error Notifier | error_notifier | 1.0.9 |
| 42 | ExtraSounds | extrasounds | 2.3.1+1.19.2-1.19.1 |
| 137 | FTB Library | ftblibrary | 1902.3.9-build.144 |
| 36 | FTB Quests | ftbquests | 1902.4.2-build.116 |
| 57 | FTB Teams | ftbteams | 1902.2.9-build.61 |
| 216 | Fabric Language Kotlin | fabric-language-kotlin | 1.8.5+kotlin.1.7.20 |
| 48 | Fabric Tailor | fabrictailor | 2.0.1 |
| 280 | FerriteCore | ferritecore | 4.2.1 |
| 147 | Fish On The Line (Fabric) | fishontheline-fabric | 1.9 |
| 167 | Forge Config API Port | forgeconfigapiport | 4.2.6 |
| 259 | Friends&Foes | friendsandfoes | 1.5.11 |
| 22 | GBfabrictools | gbfabrictools | 1.3.4+1.19 |
| 132 | Geckolib | geckolib3 | 3.1.29 |
| 184 | Gravity API | gravity_api | 0.7.20 |
| 89 | Hologram API | hologram-api | 0.2.2+1.19 |
| 162 | Horse Stats Vanilla | horsestatsvanilla | 4.2.2 |
| 268 | Iceberg | iceberg | 1.0.46 |
| 170 | Illager Expansion [Rematch] | illagerexp | 1.0.0 |
| 93 | Indium | indium | 1.0.9+mc1.19.2 |
| 264 | Infinity Buttons | infinitybuttons | 2.0.0-mc1.19 |
| 218 | Inspecio | inspecio | 1.6.0+1.19 |
| 242 | InvMove | invmove | 0.8.1 |
| 233 | Inventory Sorter | inventorysorter | 1.8.10-1.19 |
| 70 | Item Filters | itemfilters | 1902.2.9-build.46 |
| 35 | Jankson | jankson | 4.1.1+j1.2.1 |
| 105 | Java HotSpot(TM) 64-Bit Server VM | java | 17 |
| 60 | Kappa | kappa | 3.0.3 |
| 172 | Kirin UI | kirin | 1.11.1 |
| 17 | Krypton | krypton | 0.2.1 |
| 266 | Kyrpt Config | kyrptconfig | 1.4.14-1.19 |
| 193 | LambDynamicLights | lambdynlights | 2.1.2+1.19 |
| 102 | LambdaBetterGrass | lambdabettergrass | 1.3.0+1.19 |
| 197 | Language Reload | languagereload | 1.3.2 |
| 78 | LazyDFU | lazydfu | 0.1.3 |
| 269 | Legendary Tooltips | legendarytooltips | 1.3.3 |
| 168 | LibGui | libgui | 6.0.0+1.19 |
| 38 | LibNinePatch | libninepatch | 1.1.0 |
| 124 | LibZoomer | libzoomer | 0.5.0+1.19 |
| 141 | Lithium | lithium | 0.10.0 |
| 253 | Lovely Snails | lovely_snails | 1.1.0+1.19 |
| 260 | Magnum Torch | magnumtorch | 4.2.0 |
| 169 | Main Menu Credits | isxander-main-menu-credits | 1.1.1 |
| 75 | Manningham Mills | mm | 2.3 |
| 16 | MidnightControls | midnightcontrols | 1.6.0+1.19 |
| 28 | MidnightLib | midnightlib | 0.5.2 |
| 256 | Mine Cells | minecells | 1.1.0 |
| 159 | Minecraft | minecraft | 1.19.2 |
| 139 | Mining Helmet | mining_helmet | 1.1.1+1.19 |
| 31 | Missing Wilds | missingwilds | 1.1.2 |
| 232 | Mob Plaques | mobplaques | 4.0.0 |
| 116 | Mod Menu | modmenu | 4.0.6 |
| 161 | Mushroom Mod | mushroommod | 0.1.0 |
| 179 | Mythic Metals | mythicmetals | 0.16.3+1.19.2 |
| 221 | Nether Portal Boom! | netherportalboom | 1.0 |
| 166 | No Chat Reports | nochatreports | 1.19.2-v1.13.8 |
| 180 | Not Enough Crashes | notenoughcrashes | 4.1.8+1.19.2 |
| 39 | NotEnoughAnimations | notenoughanimations | 1.6.1 |
| 278 | Ochetgenyo | ochetgenyo | 1.0.0+1.19.2-HOTFIX |
| 202 | Ok Zoomer | ok_zoomer | 5.0.0-beta.9+1.19 |
| 40 | OmegaConfig | omega-config | 1.2.3-1.18.1 |
| 206 | Packet Tweaker | packet_tweaker | 0.3.0+1.18.2 |
| 58 | Paladin's Furniture | pfm | 1.1.1 |
| 104 | Paragon | paragon | 1.0.1 |
| 217 | Patchouli | patchouli | 1.19.2-77-FABRIC |
| 29 | Perspective Mod Redux | perspectivemod | 0.0.5_01 |
| 95 | Player Animator | player-animator | 0.4.0-test1 |
| 158 | Polymer (Core) | polymer | 0.2.16+1.19.2 |
| 283 | Polymer Registry Sync Manipulator | polymer-registry-sync-manipulator | 0.0.3+1.19.2 |
| 285 | Presence Footsteps | presencefootsteps | 1.6.2 |
| 200 | Pride Lib | pride | 1.1.2+1.19 |
| 190 | Prism | prism | 1.0.3 |
| 174 | Puzzles Lib | puzzleslib | 4.3.12 |
| 183 | Qu Enchantments | qu-enchantments | 1.2.4-1.19 |
| 178 | Quilt Advancement API | quilt_advancement | 3.0.0-beta.19+1.19.2 |
| 211 | Quilt Base API | quilt_base | 3.0.0-beta.19+1.19.2 |
| 230 | Quilt Biome API | quilt_biome | 3.0.0-beta.19+1.19.2 |
| 175 | Quilt Block Content Registry API | quilt_block_content_registry | 3.0.0-beta.19+1.19.2 |
| 207 | Quilt Block Entity API | quilt_block_entity | 3.0.0-beta.19+1.19.2 |
| 108 | Quilt Block Extensions API | quilt_block_extensions | 3.0.0-beta.19+1.19.2 |
| 229 | Quilt Client Command API | quilt_client_command | 3.0.0-beta.19+1.19.2 |
| 189 | Quilt Command API | quilt_command | 3.0.0-beta.19+1.19.2 |
| 130 | Quilt Crash Info | quilt_crash_info | 3.0.0-beta.19+1.19.2 |
| 219 | Quilt DataFixerUpper API | quilt_datafixerupper | 3.0.0-beta.19+1.19.2 |
| 113 | Quilt Dimension API | quilt_dimension | 3.0.0-beta.19+1.19.2 |
| 122 | Quilt Entity API | quilt_entity | 3.0.0-beta.19+1.19.2 |
| 163 | Quilt Entity Events | quilt_entity_events | 3.0.0-beta.19+1.19.2 |
| 201 | Quilt Entity Networking API | quilt_entity_networking | 3.0.0-beta.19+1.19.2 |
| 181 | Quilt Item Content Registry API | quilt_item_content_registry | 3.0.0-beta.19+1.19.2 |
| 123 | Quilt Item Extension API | quilt_item_extension | 3.0.0-beta.19+1.19.2 |
| 136 | Quilt Item Group API | quilt_item_group | 3.0.0-beta.19+1.19.2 |
| 97 | Quilt Item Setting API | quilt_item_setting | 3.0.0-beta.19+1.19.2 |
| 263 | Quilt Lifecycle Events | quilt_lifecycle_events | 3.0.0-beta.19+1.19.2 |
| 231 | Quilt Loader | quilt_loader | 0.17.6 |
| 106 | Quilt Multipart Entity API | quilt_entity_multipart | 3.0.0-beta.19+1.19.2 |
| 247 | Quilt Networking | quilt_networking | 3.0.0-beta.19+1.19.2 |
| 213 | Quilt Points of Interest | quilt_points_of_interest | 3.0.0-beta.19+1.19.2 |
| 252 | Quilt Recipe API | quilt_recipe | 3.0.0-beta.19+1.19.2 |
| 238 | Quilt Registry API | quilt_registry | 3.0.0-beta.19+1.19.2 |
| 228 | Quilt Registry Entry Attachment | quilt_registry_entry_attachment | 3.0.0-beta.19+1.19.2 |
| 244 | Quilt Resource Loader | quilt_resource_loader | 3.0.0-beta.19+1.19.2 |
| 240 | Quilt Screen API | quilt_screen | 3.0.0-beta.19+1.19.2 |
| 258 | Quilt Surface Rule API | quilt_surface_rule | 3.0.0-beta.19+1.19.2 |
| 243 | Quilt Tags API | quilt_tags | 3.0.0-beta.19+1.19.2 |
| 154 | Quilt Tooltip API | quilt_tooltip | 3.0.0-beta.19+1.19.2 |
| 203 | Quilt Vehicle API | quilt_vehicle | 3.0.0-beta.19+1.19.2 |
| 119 | Quilt Villager API | quilt_villager | 3.0.0-beta.19+1.19.2 |
| 248 | Quilted Fabric API | quilted_fabric_api | 4.0.0-beta.17+0.64.0-1.19.2 |
| 225 | Quilted Fabric API Base | quilted_fabric_api_base | 4.0.0-beta.17+0.64.0-1.19.2 |
| 236 | Quilted Fabric API Lookup API (v1) | quilted_fabric_api_lookup_api_v1 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 222 | Quilted Fabric Biome API (v1) | quilted_fabric_biome_api_v1 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 282 | Quilted Fabric BlockRenderLayer Registration (v1) | quilted_fabric_blockrenderlayer_v1 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 173 | Quilted Fabric Client Tags | quilted_fabric_client_tags_api_v1 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 196 | Quilted Fabric Command API (v1) | quilted_fabric_command_api_v1 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 199 | Quilted Fabric Command API (v2) | quilted_fabric_command_api_v2 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 112 | Quilted Fabric Commands (v0) | quilted_fabric_commands_v0 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 210 | Quilted Fabric Containers (v0) | quilted_fabric_containers_v0 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 274 | Quilted Fabric Content Registries (v0) | quilted_fabric_content_registries_v0 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 120 | Quilted Fabric Convention Tags API (v1) | quilted_fabric_convention_tags_api_v1 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 107 | Quilted Fabric Crash Report Info (v1) | quilted_fabric_crash_report_info_v1 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 131 | Quilted Fabric Data Generation API (v1) | quilted_fabric_data_generation_api_v1 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 148 | Quilted Fabric Dimensions API (v1) | quilted_fabric_dimensions_v1 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 209 | Quilted Fabric Entity Events (v1) | quilted_fabric_entity_events_v1 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 153 | Quilted Fabric Events Interaction (v0) | quilted_fabric_events_interaction_v0 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 128 | Quilted Fabric Events Lifecycle (v0) | quilted_fabric_events_lifecycle_v0 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 192 | Quilted Fabric Game Rule API (v1) | quilted_fabric_game_rule_api_v1 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 215 | Quilted Fabric Item API (v1) | quilted_fabric_item_api_v1 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 182 | Quilted Fabric Item Groups (v0) | quilted_fabric_item_groups_v0 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 284 | Quilted Fabric Key Binding API (v1) | quilted_fabric_key_binding_api_v1 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 165 | Quilted Fabric Key Bindings (v0) | quilted_fabric_keybindings_v0 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 135 | Quilted Fabric Lifecycle Events (v1) | quilted_fabric_lifecycle_events_v1 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 255 | Quilted Fabric Loot API (v2) | quilted_fabric_loot_api_v2 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 98 | Quilted Fabric Loot Tables (v1) | quilted_fabric_loot_tables_v1 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 127 | Quilted Fabric Message API (v1) | quilted_fabric_message_api_v1 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 276 | Quilted Fabric Mining Level API (v1) | quilted_fabric_mining_level_api_v1 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 223 | Quilted Fabric Models (v0) | quilted_fabric_models_v0 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 191 | Quilted Fabric Networking (v0) | quilted_fabric_networking_v0 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 187 | Quilted Fabric Networking API (v1) | quilted_fabric_networking_api_v1 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 118 | Quilted Fabric Object Builder API (v1) | quilted_fabric_object_builder_api_v1 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 275 | Quilted Fabric Particles (v1) | quilted_fabric_particles_v1 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 157 | Quilted Fabric Registry Sync (v0) | quilted_fabric_registry_sync_v0 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 234 | Quilted Fabric Renderer - Indigo | quilted_fabric_renderer_indigo | 4.0.0-beta.17+0.64.0-1.19.2 |
| 100 | Quilted Fabric Renderer API (v1) | quilted_fabric_renderer_api_v1 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 194 | Quilted Fabric Renderer Registries (v1) | quilted_fabric_renderer_registries_v1 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 145 | Quilted Fabric Rendering (v0) | quilted_fabric_rendering_v0 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 146 | Quilted Fabric Rendering (v1) | quilted_fabric_rendering_v1 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 204 | Quilted Fabric Rendering Data Attachment (v1) | quilted_fabric_rendering_data_attachment_v1 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 237 | Quilted Fabric Rendering Fluids (v1) | quilted_fabric_rendering_fluids_v1 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 111 | Quilted Fabric Resource Conditions API (v1) | quilted_fabric_resource_conditions_api_v1 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 265 | Quilted Fabric Resource Loader (v0) | quilted_fabric_resource_loader_v0 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 270 | Quilted Fabric Screen API (v1) | quilted_fabric_screen_api_v1 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 250 | Quilted Fabric Screen Handler API (v1) | quilted_fabric_screen_handler_api_v1 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 251 | Quilted Fabric Sound API (v1) | quilted_fabric_sound_api_v1 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 254 | Quilted Fabric Textures (v0) | quilted_fabric_textures_v0 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 246 | Quilted Fabric Transfer API (v1) | quilted_fabric_transfer_api_v1 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 235 | Quilted Fabric Transitive Access Wideners (v1) | quilted_fabric_transitive_access_wideners_v1 | 4.0.0-beta.17+0.64.0-1.19.2 |
| 220 | Reacharound | reacharound | 1.1.0 |
| 125 | Realistic Sleep | realisticsleep | 1.6.0 |
| 59 | Reese's Sodium Options | reeses-sodium-options | 1.4.7+mc1.19.2-build.59 |
| 87 | Roughly Enough Items | roughlyenoughitems | 9.1.555 |
| 94 | Runtime Resource Pack | advanced_runtime_resource_pack | 0.6.2 |
| 19 | Scout | scout | 1.1.1 |
| 186 | Server Translations API | server_translations_api | 1.4.17+1.19.2 |
| 81 | Simply Swords | simplyswords | 1.33-1.19.x |
| 176 | Smooth Swapping | smoothswapping | 0.4.6 |
| 151 | Sodium | sodium | 0.4.4+build.18 |
| 117 | Sodium Extra | sodium-extra | 0.4.11+mc1.19.2-build.68 |
| 91 | Sound Categories | soundcategories | 1.2.4+1.19 |
| 61 | Sprint O' Meter | sprintometer | 2.0a |
| 271 | SpruceUI | spruceui | 4.0.0+1.19 |
| 142 | Sria's Flowers | srias_flowers | 1.1.0 |
| 149 | Starlight | starlight | 1.1.1+fabric.ae22326 |
| 245 | Structory | structory | 1.0.1 |
| 156 | Tectonic | tectonic | 1.0.2 |
| 45 | Terraform Biome Remapper API (v1) | terraform-biome-remapper-api-v1 | 4.1.1 |
| 20 | Terraform Shapes API (v1) | terraform-shapes-api-v1 | 4.1.1 |
| 10 | Terraform Wood API (v1) | terraform-wood-api-v1 | 4.1.1 |
| 88 | This Rocks! | rocks | 1.6.1 |
| 133 | Title Fixer | titlefixer | 1.0+1.18 |
| 241 | ToolTip Fix | tooltipfix | 1.0.5-1.19 |
| 101 | Totem of Undying cooldown | totem_cooldown | 1.0 |
| 257 | Traveler's Titles | travelerstitles | 1.19.2-Fabric-3.1.0 |
| 1 | Trinkets | trinkets | 3.4.0 |
| 140 | Visual Workbench | visualworkbench | 4.2.0 |
| 47 | Wanderers Catalogue | wandererscatalogue | 1.0.2+1.19.x |
| 188 | Why Does My Glass Sound Like That | whydoesmyglasssoundlikethat | 1.0.1 |
| 67 | Winterly | winterly | 0.7.2 |
| 144 | Woof | woof | 2.0.0-1.19 |
| 96 | YOSBR | yosbr | 0.1.1 |
| 109 | YUNG's API | yungsapi | 1.19.2-Fabric-3.8.2 |
| 267 | YetAnotherConfigLib | yet-another-config-lib | 1.5.0 |
| 14 | atomicfu-jvm | org_jetbrains_kotlinx_atomicfu-jvm | 0.18.4 |
| 82 | cloth-basic-math | cloth-basic-math | 0.6.1 |
| 0 | commons-text | org_apache_commons_commons-text | 1.9 |
| 43 | conditional mixin | conditional-mixin | 0.3.0 |
| 77 | core | com_electronwill_night-config_core | 3.6.5 |
| 71 | fabric-permissions-api | fabric-permissions-api-v0 | 0.1-SNAPSHOT |
| 53 | fiber | fiber | 0.23.0-2 |
| 8 | idwtialsimmoedm | idwtialsimmoedm | 0.1.3+1.19 |
| 44 | jankson | blue_endless_jankson | 1.2.1 |
| 80 | javassist | org_javassist_javassist | 3.28.0-GA |
| 9 | joml | org_joml_joml | 1.10.4 |
| 63 | kotlin-reflect | org_jetbrains_kotlin_kotlin-reflect | 1.7.20 |
| 54 | kotlin-stdlib | org_jetbrains_kotlin_kotlin-stdlib | 1.7.20 |
| 11 | kotlin-stdlib-jdk7 | org_jetbrains_kotlin_kotlin-stdlib-jdk7 | 1.7.20 |
| 13 | kotlin-stdlib-jdk8 | org_jetbrains_kotlin_kotlin-stdlib-jdk8 | 1.7.20 |
| 37 | kotlinx-coroutines-core-jvm | org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm | 1.6.4 |
| 62 | kotlinx-coroutines-jdk8 | org_jetbrains_kotlinx_kotlinx-coroutines-jdk8 | 1.6.4 |
| 26 | kotlinx-datetime-jvm | org_jetbrains_kotlinx_kotlinx-datetime-jvm | 0.4.0 |
| 46 | kotlinx-serialization-cbor-jvm | org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm | 1.4.1 |
| 76 | kotlinx-serialization-core-jvm | org_jetbrains_kotlinx_kotlinx-serialization-core-jvm | 1.4.1 |
| 3 | kotlinx-serialization-json-jvm | org_jetbrains_kotlinx_kotlinx-serialization-json-jvm | 1.4.1 |
| 25 | lambdajcommon | org_aperlambda_lambdajcommon | 1.8.1 |
| 50 | mclib | com_eliotlash_mclib_mclib | 19 |
| 152 | memory Leak Fix | memoryleakfix | 1.19.1-0.7.0 |
| 110 | mine11lib | minelib | 0.1.3+1.19 |
| 51 | mixinextras | com_github_llamalad7_mixinextras | 0.0.12 |
| 30 | nashorn-core | org_openjdk_nashorn_nashorn-core | 15.3 |
| 85 | occlusionculling | com_logisticscraft_occlusionculling | 0.0.6-SNAPSHOT |
| 69 | oωo | owo | 0.8.5+1.19 |
| 150 | quiltgoslightlyfasterlol | quiltgoslightlyfasterlol | 0.0.3 |
| 52 | reflections | org_reflections_reflections | 0.10.2 |
| 49 | scrimage-core | com_sksamuel_scrimage_scrimage-core | 4.0.31 |
| 90 | sgui | sgui | 1.1.5+1.19.1 |
| 84 | toml | com_electronwill_night-config_toml | 3.6.5 |
| 55 | toml4j | com_moandjiezana_toml_toml4j | 0.7.2 |
| 23 | velocity-native | com_velocitypowered_velocity-native | 3.1.2-SNAPSHOT |
| 214 | wthit | wthit | 5.13.3 |
|------:|---------------------------------------------------|-------------------------------------------------------|------------------------------|

Server Running: true
Player Count: 0 / 8; []
Data Packs: vanilla, $polymer-resources (incompatible)
World Generation: Experimental
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'quilt'; Server brand changed to 'quilt'
Launched Version: 1.19.2
Client Crashes Since Restart: 0
Integrated Server Crashes Since Restart: 2
Suspected Mods: None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants