
Crash: opening REI's recipe menus causes the game to crash
CapoFantasma97 opened this issue · 1 comments
What were you doing when the crash occured?
So long as Paradise Lost is installed, using REI to check the recipes (either through clicking on the item list of REI or using REI's keybinds) will make the game crash. This happens when checking ANY recipe, not just Aether items.
If Paradise Lost is not installed, REI will work just fine with any mods I use in my personal modpack. Something doesn't mix well between these two. But there's more.
I tried isolating just Paradise Lost and Roughly Enough Items on a new instance, nothing happened. I'm not sure what are the components that all together lead to crashing. All I know is that removing Paradise Lost from the pack solves the crashes.
Crash report is also conveniently packaged by NotEnoughCrashes here https://crashy.net/RW3MQNVIUJr60BcntGwm
Did it crash the client or server?
Not sure
Mod Version
1.6.3.1 (Latest)
Fabric API Version
0.12.8
Trinkets Version
3.0.4
Crash Report
---- Minecraft Crash Report ----
// This doesn't make any sense!
Time: 12/1/21, 3:54 PM
Description: mouseReleased event handler
java.lang.UnsupportedOperationException: JsonObject
at Not Enough Crashes deobfuscated stack trace.(1.17.1+build.64)
at com.google.gson.JsonElement.getAsFloat(JsonElement.java:217)
at uk.me.desert_island.rer.rei_stuff.LootDisplay.munchLootFunctions(LootDisplay.java:291)
at uk.me.desert_island.rer.rei_stuff.LootDisplay.munchLootEntryJson(LootDisplay.java:256)
at uk.me.desert_island.rer.rei_stuff.LootDisplay.munchLootPoolJson(LootDisplay.java:428)
at uk.me.desert_island.rer.rei_stuff.LootDisplay.munchLootSupplierJson(LootDisplay.java:461)
at uk.me.desert_island.rer.rei_stuff.LootDisplay.getOutputs(LootDisplay.java:472)
at uk.me.desert_island.rer.rei_stuff.LootDisplay.getOutputEntries(LootDisplay.java:67)
at me.shedaniel.rei.impl.client.view.ViewsImpl.buildMapFor(ViewsImpl.java:106)
at me.shedaniel.rei.impl.client.ClientHelperImpl$ViewSearchBuilderImpl.lambda$new$0(ClientHelperImpl.java:310)
at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:160)
at me.shedaniel.rei.impl.client.ClientHelperImpl$ViewSearchBuilderImpl.buildMapInternal(ClientHelperImpl.java:366)
at me.shedaniel.rei.impl.client.ClientHelperImpl.openView(ClientHelperImpl.java:253)
at me.shedaniel.rei.api.client.view.ViewSearchBuilder.open(ViewSearchBuilder.java:82)
at me.shedaniel.rei.impl.client.gui.widget.EntryWidget.mouseReleased(EntryWidget.java:412)
at me.shedaniel.rei.impl.client.gui.widget.EntryListEntryWidget.mouseReleased(EntryListEntryWidget.java:75)
at me.shedaniel.rei.impl.client.gui.widget.EntryListWidget.mouseReleased(EntryListWidget.java:507)
at net.minecraft.client.gui.ParentElement.method_20083(ParentElement:41)
at java.util.Optional.filter(Unknown Source)
at net.minecraft.client.gui.ParentElement.mouseReleased(ParentElement:41)
at me.shedaniel.rei.RoughlyEnoughItemsCoreClient.lambda$registerEvents$17(RoughlyEnoughItemsCoreClient.java:313)
at net.minecraft.client.Mouse.handler$zhe000$onGuiMouseReleased(Mouse:1634)
at net.minecraft.client.Mouse.method_1605(Mouse)
at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen:490)
at net.minecraft.client.Mouse.onMouseButton(Mouse:96)
at net.minecraft.client.Mouse.method_22686(Mouse:165)
at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor:101)
at net.minecraft.client.Mouse.method_22684(Mouse:165)
at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:36)
at org.lwjgl.system.JNI.invokeV(Native Method)
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101)
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem:172)
at net.minecraft.client.util.Window.swapBuffers(Window:310)
at net.minecraft.client.MinecraftClient.render(MinecraftClient:1137)
at net.minecraft.client.MinecraftClient.run(MinecraftClient:728)
at net.minecraft.client.main.Main.main(Main:217)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:599)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at com.google.gson.JsonElement.getAsFloat(JsonElement.java:217)
at uk.me.desert_island.rer.rei_stuff.LootDisplay.munchLootFunctions(LootDisplay.java:291)
at uk.me.desert_island.rer.rei_stuff.LootDisplay.munchLootEntryJson(LootDisplay.java:256)
at uk.me.desert_island.rer.rei_stuff.LootDisplay.munchLootPoolJson(LootDisplay.java:428)
at uk.me.desert_island.rer.rei_stuff.LootDisplay.munchLootSupplierJson(LootDisplay.java:461)
at uk.me.desert_island.rer.rei_stuff.LootDisplay.getOutputs(LootDisplay.java:472)
at uk.me.desert_island.rer.rei_stuff.LootDisplay.getOutputEntries(LootDisplay.java:67)
at me.shedaniel.rei.impl.client.view.ViewsImpl.buildMapFor(ViewsImpl.java:106)
at me.shedaniel.rei.impl.client.ClientHelperImpl$ViewSearchBuilderImpl.lambda$new$0(ClientHelperImpl.java:310)
at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:160)
at me.shedaniel.rei.impl.client.ClientHelperImpl$ViewSearchBuilderImpl.buildMapInternal(ClientHelperImpl.java:366)
at me.shedaniel.rei.impl.client.ClientHelperImpl.openView(ClientHelperImpl.java:253)
at me.shedaniel.rei.api.client.view.ViewSearchBuilder.open(ViewSearchBuilder.java:82)
at me.shedaniel.rei.impl.client.gui.widget.EntryWidget.method_25406(EntryWidget.java:412)
at me.shedaniel.rei.impl.client.gui.widget.EntryListEntryWidget.method_25406(EntryListEntryWidget.java:75)
at me.shedaniel.rei.impl.client.gui.widget.EntryListWidget.method_25406(EntryListWidget.java:507)
at net.minecraft.class_4069.method_20083(class_4069.java:41)
at java.base/java.util.Optional.filter(Unknown Source)
at net.minecraft.class_4069.method_25406(class_4069.java:41)
at me.shedaniel.rei.RoughlyEnoughItemsCoreClient.lambda$registerEvents$17(RoughlyEnoughItemsCoreClient.java:313)
at net.minecraft.class_312.handler$zhe000$onGuiMouseReleased(class_312.java:1634)
at net.minecraft.class_312.method_1605(class_312.java)
-- Affected screen --
Details:
Screen name: net.minecraft.class_481
Stacktrace:
at Not Enough Crashes deobfuscated stack trace.(1.17.1+build.64)
at java.lang.Thread.getStackTrace(Unknown Source)
at net.minecraft.util.crash.CrashReportSection.trimStackTraceEnd(CrashReportSection:521)
at net.minecraft.util.crash.CrashReport.addElement(CrashReport:198)
at net.minecraft.world.World.addDetailsToCrashReport(World:845)
at net.minecraft.client.world.ClientWorld.addDetailsToCrashReport(ClientWorld:370)
at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient:2399)
at net.minecraft.client.MinecraftClient.run(MinecraftClient:747)
at net.minecraft.client.main.Main.main(Main:217)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:599)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
-- Affected level --
Details:
All players: 1 total; [class_746['CapoFantasma97'/7, l='ClientLevel', x=8.50, y=4.00, z=0.50]]
Chunk stats: 1024, 625
Level dimension: minecraft:overworld
Level spawn location: World: (0,4,0), Section: (at 0,4,0 in 0,0,0; chunk contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 125 game time, 125 day time
Server brand: fabric
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.class_638.method_8538(class_638.java:370)
at net.minecraft.class_310.method_1587(class_310.java:2399)
at net.minecraft.class_310.method_1514(class_310.java:747)
at net.minecraft.client.main.Main.main(Main.java:217)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:599)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
-- Last reload --
Details:
Reload number: 1
Reload reason: initial
Finished: Yes
Packs: Default, Fabric Mods, visualoverhaul/nobrewingbottles, §aReimagined§8 modificato -[v1.19].zip, Reimagined+Colormap+Fix.zip, cullleaves/smartleaves, VanillaTweaks_r472271.zip, Unity-1.17.X-Dark-0.7.0.zip, Better+Tables.zip, betterbeds/fancybeds, continuity/default, continuity/glass_pane_culling_fix, §6Chests-Reimagined§8 modificato -[v1.2].zip, Colorized+Antique+Atlas+by+TheNolle+v1.0.0.zip, AntiqueAtlasEMS_1.16.5_1.3.1.zip, KubeJS Resource Pack [assets], SciopareMale ResourcePack 0.1.zip
-- System Details --
Details:
Minecraft Version: 1.17.1
Minecraft Version ID: 1.17.1
Operating System: Windows 10 (amd64) version 10.0
Java Version: 16.0.1, AdoptOpenJDK
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), AdoptOpenJDK
Memory: 575459648 bytes (548 MiB) / 2105540608 bytes (2008 MiB) up to 8589934592 bytes (8192 MiB)
CPUs: 16
Processor Vendor: AuthenticAMD
Processor Name: AMD Ryzen 7 5800H with Radeon Graphics
Identifier: AuthenticAMD Family 25 Model 80 Stepping 0
Microarchitecture: Zen 3
Frequency (GHz): 3.19
Number of physical packages: 1
Number of physical CPUs: 8
Number of logical CPUs: 16
Graphics card #0 name: NVIDIA GeForce RTX 3070 Laptop GPU
Graphics card #0 vendor: NVIDIA (0x10de)
Graphics card #0 VRAM (MB): 4095.00
Graphics card #0 deviceId: 0x249d
Graphics card #0 versionInfo: DriverVersion=30.0.14.9676
Graphics card #1 name: AMD Radeon(TM) Graphics
Graphics card #1 vendor: Advanced Micro Devices, Inc. (0x1002)
Graphics card #1 VRAM (MB): 512.00
Graphics card #1 deviceId: 0x1638
Graphics card #1 versionInfo: DriverVersion=30.0.13025.5005
Memory slot #0 capacity (MB): 8192.00
Memory slot #0 clockSpeed (GHz): 3.20
Memory slot #0 type: DDR4
Memory slot #1 capacity (MB): 8192.00
Memory slot #1 clockSpeed (GHz): 3.20
Memory slot #1 type: DDR4
Virtual memory max (MB): 23148.06
Virtual memory used (MB): 14954.22
Swap memory total (MB): 7424.00
Swap memory used (MB): 111.67
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8192m -Xms8192m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms256m
Fabric Mods:
adorn: Adorn 2.3.1+1.17.1
advanced_runtime_resource_pack: Runtime Resource Pack 0.5.1
adventurez: AdventureZ 1.4.3
agape_space: Space Dimensions 0.4.0
alloy_forgery: Alloy Forgery 2.0.6
amecs: Amecs 1.3.4+mc.1.17
amecsapi: Amecs API 1.1.5+mc21w16a
antiqueatlas: Antique Atlas 6.1.1-fabric-mc1.17.1
appleskin: AppleSkin mc1.17.1-2.2.0
aqupdcaracal: Caracal mob 1.17-1.3.2
aqupdgrizzly: Grizzly Bear mob 1.17-1.2.0
architectury: Architectury 2.6.35
autoconfig1u: Auto Config v1 Updated 3.3.1
autopath: Automatic Path 1.4.6
awesomedungeon: Awesome Dungeon 1.1.2
backslot: BackSlot 1.2.2
backslotaddon: BackSlot Addon 1.0.7
bclib: BCLib 0.5.5
bedbenefitsfabric: Bed Benefits 1.17.1-0.1.1
bedrockify: BedrockIfy 1.2.0+mc1.17.1
betterbeds: Better Beds 1.2.0
bettercontrols: Better Controls 1.2.1
betterdarkmode: Betterdarkmode 1.0.2-v20211004
betterdungeons: YUNG's Better Dungeons 1.17-1.0.2
betterend: Better End 0.12.5
bettermineshafts: YUNG's Better Mineshafts 1.17-1.0.1
betternether: Better Nether 5.3.11
betterpingdisplay: Better Ping Display 1.1
betterstrongholds: YUNG's Better Strongholds 1.17-1.1.2
blast: BLAST 1.8.1
blue_endless_jankson: jankson 1.2.1
boatcontainer: BoatContainer 1.0.3
bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.3.2-1.17.1
camp_fires_cook_mobs: Camp Fires Cook Mobs 1.2.1+MC1.17-1.17.1
campanion: Campanion 2.0.1
campchair: Camp Chair 1.0.0
cardinal-components: Cardinal Components API 3.1.1
cardinal-components-base: Cardinal Components API (base) 3.1.1
cardinal-components-block: Cardinal Components API (blocks) 3.1.1
cardinal-components-chunk: Cardinal Components API (chunks) 3.1.1
cardinal-components-entity: Cardinal Components API (entities) 3.1.1
cardinal-components-item: Cardinal Components API (items) 3.1.1
cardinal-components-level: Cardinal Components API (world saves) 3.1.1
cardinal-components-scoreboard: Cardinal Components API (scoreboard) 3.1.1
cardinal-components-util: Cardinal Components API (utilities) 3.1.1
cardinal-components-world: Cardinal Components API (worlds) 3.1.1
chas: Craftable Horse Armour & Saddle 1.17-1.7-Fabric
chat_heads: Chat Heads 0.5.1
cleancut: CleanCut 1.17-4.0-fabric
clickthrough: ClickThrough 1.17.1-fabric0.36.1-0.4
cloth-api: Cloth API 2.0.54
cloth-basic-math: cloth-basic-math 0.6.0
cloth-client-events-v0: Cloth Client Events v0 2.0.54
cloth-common-events-v1: Cloth Common Events v1 2.0.54
cloth-config2: Cloth Config v5 5.1.40
cloth-datagen-api-v1: Cloth Datagen v1 2.0.54
cloth-scissors-api-v1: Cloth Scissors API v1 2.0.54
cloth-utils-v1: Cloth Utils v1 2.0.54
collective-fabric: Collective (Fabric) 3.9
com_electronwill_night-config_core: core 3.6.3
com_electronwill_night-config_toml: toml 3.6.3
com_eliotlash_mclib_mclib: mclib 18
com_eliotlash_molang_molang: molang 18
com_moandjiezana_toml_toml4j: toml4j 0.7.2
com_velocitypowered_velocity-native: velocity-native 1.1.0-SNAPSHOT
computercraft: CC:Restitched 1.97.2
continuity: Continuity 1.0.2+1.17
cosmetica: Cosmetica 0.3.1
cotton-config: Cotton Config 1.0.0-rc.7
cotton-logging: Cotton Logging 1.0.0-rc.4
cpas: cpas 2.0.1
cpas-api: cpas-api 2.0.1
cpas-runtime: cpas-runtime 2.0.1
cpas-trinkets: cpas-trinkets 2.0.1
cr-arrows-info: Arrows Info 1.2.0+1.17
cr-compass-ribbon: Chrono's Compass Ribbon 2.7.5+1.17
creeperaiupdated: Creeper AI Updated 1.4.0
crowdin-translate: CrowdinTranslate 1.3+1.17
cullleaves: Cull Leaves 2.3.2
cursormod: Custom Cursor Mod 1.3.0
customportalapi: Custom Portal Api 0.0.1-beta46-1.17
cyclepaintings-fabric: Cycle Paintings (Fabric) 2.1
darkness: True Darkness 1.6.74
darkpaintings: Dark Paintings 4.0.2
desolation: Desolation 1.1.5
disable_custom_worlds_advice: Disable Custom Worlds Advice 1.3
drippyloadingscreen: Drippy Loading Screen 1.4.0
dsurround: §6Dynamic Surroundings§r: §eFabric Edition 0.0.4
dual_riders: DualRiders 1.0.5
dungeons_arise: When Dungeons Arise 2.1.49-fabric
durability101: Durability101 0.0.4
dynamicfps: Dynamic FPS 2.0.6
eatinganimationid: Eating Animation 1.2
editsign: EditSign 2.2.2
enchantmentdescriptions: Enchantment Descriptions 4.0.1
endgoblintraders: End Goblin Traders 1.4.1
enhanced_attack_indicator: Enhanced Attack Indicator 1.0.2+1.17
enhancedblockentities: Enhanced Block Entities 0.5+1.17
enhancedcelestials: Enhanced Celestials 2.0.6
entityculling: EntityCulling-Fabric 1.3.3
equipmentcompare: Equipment Compare 1.2.9
extragenerators: Extra Generators 1.1-BETA+1.17
extrasounds: Extra Sounds 2.0.1+1.17
fabric: Fabric API 0.43.1+1.17
fabric-api-base: Fabric API Base 0.4.0+cf39a74318
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.3.2+cf39a74318
fabric-biome-api-v1: Fabric Biome API (v1) 3.2.2+cf39a74318
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.6+cf39a74318
fabric-command-api-v1: Fabric Command API (v1) 1.1.4+cf39a74318
fabric-commands-v0: Fabric Commands (v0) 0.2.3+cf39a74318
fabric-containers-v0: Fabric Containers (v0) 0.1.13+cf39a74318
fabric-content-registries-v0: Fabric Content Registries (v0) 0.4.1+3447790d18
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.6+cf39a74318
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.0.13+cf39a74318
fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.1+377137cc18
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.11+cf39a74318
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.3+cf39a74318
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.8+cf39a74318
fabric-item-api-v1: Fabric Item API (v1) 1.2.5+cf39a74318
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.2+cf39a74318
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.6+2a2bb57318
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.4+cf39a74318
fabric-language-kotlin: Fabric Language Kotlin 1.7.0+kotlin.1.6.0
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.4.6+0392f3a618
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.5+cf39a74318
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 1.0.3+cf39a74318
fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.6+cf39a74318
fabric-models-v0: Fabric Models (v0) 0.3.1+cf39a74318
fabric-networking-api-v1: Fabric Networking API (v1) 1.0.14+cf39a74318
fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.12+cf39a74318
fabric-networking-v0: Fabric Networking (v0) 0.3.3+cf39a74318
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.10.12+cf39a74318
fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.6+cf39a74318
fabric-particles-v1: Fabric Particles (v1) 0.2.5+cf39a74318
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.7.13+cf39a74318
fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.5+cf39a74318
fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.9+cf39a74318
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.6+cf39a74318
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.6+cf39a74318
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.2.1+cf39a74318
fabric-rendering-v0: Fabric Rendering (v0) 1.1.7+cf39a74318
fabric-rendering-v1: Fabric Rendering (v1) 1.10.1+377137cc18
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.10+f09604ce18
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.5+cf39a74318
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.9+cf39a74318
fabric-structure-api-v1: Fabric Structure API (v1) 1.1.15+cf39a74318
fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.2.3+cf39a74318
fabric-textures-v0: Fabric Textures (v0) 1.0.7+cf39a74318
fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.3.2+cf39a74318
fabric-transfer-api-v1: Fabric Transfer API (v1) 1.5.2+cf39a74318
fabricloader: Fabric Loader 0.12.8
fabulousclouds: Fabulous Clouds 0.2.3
fallingleaves: Falling Leaves 1.7.4+1.17.1
fancymenu: FancyMenu 2.4.1
farsighted-mobs: Farsighted Mobs 1.1-1.17
ferritecore: FerriteCore 3.1.0
fiber: fiber 0.23.0-2
flytre-lib-base: Flytre Lib - Base Module 1.3.0
flytre-lib-compat: Flytre Lib - Compat Module 1.0.0
flytre-lib-config: Flytre Lib - Config Module 1.1.0
flytre-lib-event: Flytre Lib - Event Module 1.0.1
flytre-lib-gui: Flytre Lib - GUI Module 1.0.0
flytre-lib-storage: Flytre Lib - Storage Module 2.3.2
flytre_lib: Flytre Lib 1.4.3
gbfabrictools: GBfabrictools 1.3.4+1.17
geckolib3: Geckolib 3.0.29
goblintraders: Goblin Traders 1.4.1
goosik-config: goosik-config 0.1.1
graveyard: The Graveyard 2.1
gud_recipe_confidence: Recipe Confidence 1.0.2
harvest_scythes: Harvest Scythes 2.1.1
herdspanic: Herds Panic 1.0.3
horsebuff: HorseBuff 1.1.2
horsestatsvanilla: Horse Stats Vanilla 4.1.8
iceberg: Iceberg 1.0.27
illuminations: Illuminations 1.10.1
image2map: Image2Map 0.2.1
incubus_core: Incubus Core 1.6.3
indium: Indium 1.0.1+mc1.17.1
interactic: Interactic 0.1.6-1.17
inventory_control_tweaks: Inventory Control Tweaks 1.3.9+MC1.17-1.17.1
inventoryprofilesnext: Inventory Profiles Next 1.1.8
invmove: InvMove 1.17-0.1.0
itemborders: Item Borders 1.1.4
itemmodelfix: Item Model Fix 1.0.2+1.17
jankson: Jankson 3.0.1+j1.2.0
java: OpenJDK 64-Bit Server VM 16
kirin: Kirin UI 1.9.1
konkrete: Konkrete 1.3.0
krypton: Krypton 0.1.4
kubejs: KubeJS 1701.3.10-build.9999
kyrptconfig: Kyrpt Config 1.2.1-1.17
lakeside: Lakeside 1.1.0+1.17
lambdynlights: LambDynamicLights 2.1.0+1.17
lapisreserve: Lapis Reserve 1.0.8
lazydfu: LazyDFU 0.1.2
legendarytooltips: Legendary Tooltips 1.1.5
libcd: LibCapableData 3.0.3+1.16.3
libgui: LibGui 4.2.1+1.17.1
libninepatch: LibNinePatch 1.1.0
lifts: Lifts 1.3-BETA+1.17
lightoverlay: Light Overlay 6.0.1
lithium: Lithium 0.7.5
littletweaks: LittleTweaks 1.0.0
maelstrom_library: Maelstrom Library 1.2.2-1.17.1
megane: megane 5.6.0
megane-base: megane-base 5.6.0
megane-extra-generators: megane-extra-generators 5.6.0+1.1-BETA-1.17
megane-fabric-transfer: megane-fabric-transfer 5.6.0+1.5.1-6d0fac4218
megane-runtime: megane-runtime 5.6.0
megane-team-reborn-energy: megane-team-reborn-energy 5.6.0+2.0.0-beta1
megane-vanilla: megane-vanilla 5.6.0+1.17.1
midnightlib: MidnightLib 0.2.9
minecraft: Minecraft 1.17.1
mm: Manningham Mills 2.3
mobs_attempt_parkour: Mobs Attempt Parkour 0.2.3-1.17-pre1
modmenu: Mod Menu 2.0.14
morebannerfeatures: More Banner Features 1.1.2
morechathistory: MoreChatHistory 1.1.0
moretags: More Tags 1.2.5
mtmechs: Magitek Mechs 1.0.9
mtq-fix: MTQ Fix 0.2.2
multipart_entities: MultipartEntities 1.1.3-1.17.1
namepain: Name Pain 1.4.0
naturescompass: Nature's Compass 1.17.1-2.0.1-fabric
nicephore: Nicephore fabric-1.17.x-1.3.0
no_null_processors: No Null Processors - Fabric 1.0.0+1.17.1
notenoughanimations: NotEnoughAnimations 1.4.0
notenoughcrashes: Not Enough Crashes 4.1.2+1.17.1
observed: Observed 1.2.2
omega-config: OmegaConfig 1.0.8
onsoulfire: On Soul Fire 1.17-3
org_aperlambda_lambdajcommon: lambdajcommon 1.8.1
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.6.0
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.6.0
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.6.0
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.6.0
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.5.2
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.5.2
org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.3.1
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.3.1
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.3.1
org_joml_joml: joml 1.10.2
org_openjdk_nashorn_nashorn-core: nashorn-core 15.3
owo: oωo 0.3.2+1.17
particlerain: Particle Rain 1.5.0
physicsmod: Physics Mod 2.5.13
pipe: Pipe 1.6.0
polymorph: Polymorph 0.0.14-1.17.1
preciseblockplacing: PreciseBlockPlacing 1.8
presencefootsteps: Presence Footsteps r34-1.17-rc1
pride: Pride Lib 1.1.0+1.17
quickshulker: Quick Shulker 1.3.1-1.17
ratsmischief: Rat's Mischief 1.3.2
reach-entity-attributes: Reach Entity Attributes 2.1.1
reeses-sodium-options: Reese's Sodium Options 1.2.3
repurposed_structures: Repurposed Structures 2.5.7+1.17.1
rhino: Rhino 1701.1.5-build.71
roughlyenoughitems: Roughly Enough Items 6.2.335
roughlyenoughresources: Roughly Enough Resources 2.2.0
rpgdifficulty: Rpg Difficulty 1.0.7
scaffoldingdropsnearby-fabric: Scaffolding Drops Nearby (Fabric) 1.5
seamless_loading_screen: Seamless Loading Screen 1.3.6+1.17.1
seasons: Fabric Seasons 1.3.1-BETA+1.17
seedy-behavior: Seedy Behavior 1.0.1
shulkerutils: shulkerutils 1.0.4-1.17
skinlayers: 3d Skin Layers 1.3.1
smart-recipes: Smart Recipes 0.1.1+1.17
smoothboot: Smooth Boot 1.16.5-1.6.0
smoothscrollingeverywhere: Smooth Scrolling Everywhere 3.0.3-unstable
smoothswapping: Smooth Swapping 0.4.2
sodium: Sodium 0.3.3+build.8
sodium-extra: Sodium Extra 0.3.6
spruceui: SpruceUI 3.3.0+1.17
starlight: Starlight 1.0.0+fabric.73f6d37
statskeeper: Stats Keeper 6.1.0
statuseffecttimer: Status Effect Timer 1.0.3
stonetotools: StoneToTools 1.0.0
sync: Sync (Fabric) 2.0
team_reborn_energy: Energy 2.0.0-beta1
the_aether: Paradise Lost - The Aether Reborn 1.17.1-1.6.3.1
thonkutil: ThonkUtil 1.3
tooltipfix: ToolTip Fix 1.0.4-1.17.1
transportables: Transportables 1.0.6
trinkets: Trinkets 3.0.4
visuality: Visuality 0.3.2
visualoverhaul: VisualOverhaul 3.3.0
waystones: Waystones 2.2.2
window_title_changer: Window Title Changer 2.1.1-1.17
wmitaf: WMITAF 1.1.4
wthit: wthit 3.11.2
xps: Xp Obelisk 0.2.2.r_for_1.17.x_Fabric
yigd: You're in Grave Danger 1.1.9
yungsapi: YUNG's API 1.17-Fabric-19
Launched Version: 1.17.1
Backend library: LWJGL version 3.2.2 build 10
Backend API: NVIDIA GeForce RTX 3070 Laptop GPU/PCIe/SSE2 GL version 3.2.0 NVIDIA 496.76, NVIDIA Corporation
Window size: 1920x1080
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fabric'
Type: Integrated Server (map_client.txt)
Graphics mode: fabulous
Resource Packs: vanilla, Fabric Mods, visualoverhaul/nobrewingbottles, file/§aReimagined§8 modificato -[v1.19].zip, file/Reimagined+Colormap+Fix.zip (incompatible), cullleaves/smartleaves, file/VanillaTweaks_r472271.zip, file/Unity-1.17.X-Dark-0.7.0.zip, file/Better+Tables.zip (incompatible), betterbeds/fancybeds, continuity/default, continuity/glass_pane_culling_fix, file/§6Chests-Reimagined§8 modificato -[v1.2].zip, file/Colorized+Antique+Atlas+by+TheNolle+v1.0.0.zip, file/AntiqueAtlasEMS_1.16.5_1.3.1.zip (incompatible), kubejs:resource_pack (incompatible), file/SciopareMale ResourcePack 0.1.zip
Current Language: Italiano (Italia)
CPU: 16x AMD Ryzen 7 5800H with Radeon Graphics
Player Count: 1 / 8; [class_3222['CapoFantasma97'/7, l='ServerLevel[Nuovo mondo]', x=8.50, y=4.00, z=0.50]]
Data Packs: vanilla, Fabric Mods
Client Crashes Since Restart: 1
Integrated Server Crashes Since Restart: 0
Suspected Mods: Roughly Enough Resources (roughlyenoughresources), Roughly Enough Items (roughlyenoughitems)
Other mods
Roughly Enough Items 6.2.335
Roughly Enough Resources 2.2.0
§6Dynamic Surroundings§r: §eFabric Edition 0.0.4
3d Skin Layers 1.3.1
Adorn 2.3.1+1.17.1
AdventureZ 1.4.3
Alloy Forgery 2.0.6
Amecs 1.3.4+mc.1.17
Amecs API 1.1.5+mc21w16a
Antique Atlas 6.1.1-fabric-mc1.17.1
AppleSkin mc1.17.1-2.2.0
Architectury 2.6.35
Arrows Info 1.2.0+1.17
Auto Config v1 Updated 3.3.1
Automatic Path 1.4.6
Awesome Dungeon 1.1.2
BackSlot 1.2.2
BackSlot Addon 1.0.7
BCLib 0.5.5
Bed Benefits 1.17.1-0.1.1
BedrockIfy 1.2.0+mc1.17.1
Better Beds 1.2.0
Better Controls 1.2.1
Better End 0.12.5
Better Nether 5.3.11
Better Ping Display 1.1
Betterdarkmode 1.0.2-v20211004
BLAST 1.8.1
BoatContainer 1.0.3
Bosses of Mass Destruction (Beta) 1.3.2-1.17.1
Camp Chair 1.0.0
Camp Fires Cook Mobs 1.2.1+MC1.17-1.17.1
Campanion 2.0.1
Caracal mob 1.17-1.3.2
Cardinal Components API 3.1.1
Cardinal Components API (base) 3.1.1
Cardinal Components API (blocks) 3.1.1
Cardinal Components API (chunks) 3.1.1
Cardinal Components API (entities) 3.1.1
Cardinal Components API (items) 3.1.1
Cardinal Components API (scoreboard) 3.1.1
Cardinal Components API (utilities) 3.1.1
Cardinal Components API (world saves) 3.1.1
Cardinal Components API (worlds) 3.1.1
CC:Restitched 1.97.2
Chat Heads 0.5.1
Chrono's Compass Ribbon 2.7.5+1.17
CleanCut 1.17-4.0-fabric
ClickThrough 1.17.1-fabric0.36.1-0.4
Cloth API 2.0.54
Cloth Client Events v0 2.0.54
Cloth Common Events v1 2.0.54
Cloth Config v5 5.1.40
Cloth Datagen v1 2.0.54
Cloth Scissors API v1 2.0.54
Cloth Utils v1 2.0.54
cloth-basic-math 0.6.0
Collective (Fabric) 3.9
Continuity 1.0.2+1.17
core 3.6.3
Cosmetica 0.3.1
Cotton Config 1.0.0-rc.7
Cotton Logging 1.0.0-rc.4
cpas 2.0.1
cpas-api 2.0.1
cpas-runtime 2.0.1
cpas-trinkets 2.0.1
Craftable Horse Armour & Saddle 1.17-1.7-Fabric
Creeper AI Updated 1.4.0
CrowdinTranslate 1.3+1.17
Cull Leaves 2.3.2
Custom Cursor Mod 1.3.0
Custom Portal Api 0.0.1-beta46-1.17
Cycle Paintings (Fabric) 2.1
Dark Paintings 4.0.2
Desolation 1.1.5
Disable Custom Worlds Advice 1.3
Drippy Loading Screen 1.4.0
DualRiders 1.0.5
Durability101 0.0.4
Dynamic FPS 2.0.6
Eating Animation 1.2
EditSign 2.2.2
Enchantment Descriptions 4.0.1
End Goblin Traders 1.4.1
Energy 2.0.0-beta1
Enhanced Attack Indicator 1.0.2+1.17
Enhanced Block Entities 0.5+1.17
Enhanced Celestials 2.0.6
EntityCulling-Fabric 1.3.3
Equipment Compare 1.2.9
Extra Generators 1.1-BETA+1.17
Extra Sounds 2.0.1+1.17
Fabric API 0.43.1+1.17
Fabric API Base 0.4.0+cf39a74318
Fabric API Lookup API (v1) 1.3.2+cf39a74318
Fabric Biome API (v1) 3.2.2+cf39a74318
Fabric BlockRenderLayer Registration (v1) 1.1.6+cf39a74318
Fabric Command API (v1) 1.1.4+cf39a74318
Fabric Commands (v0) 0.2.3+cf39a74318
Fabric Containers (v0) 0.1.13+cf39a74318
Fabric Content Registries (v0) 0.4.1+3447790d18
Fabric Crash Report Info (v1) 0.1.6+cf39a74318
Fabric Dimensions API (v1) 2.0.13+cf39a74318
Fabric Entity Events (v1) 1.4.1+377137cc18
Fabric Events Interaction (v0) 0.4.11+cf39a74318
Fabric Events Lifecycle (v0) 0.2.3+cf39a74318
Fabric Game Rule API (v1) 1.0.8+cf39a74318
Fabric Item API (v1) 1.2.5+cf39a74318
Fabric Item Groups (v0) 0.3.2+cf39a74318
Fabric Key Binding API (v1) 1.0.6+2a2bb57318
Fabric Key Bindings (v0) 0.2.4+cf39a74318
Fabric Language Kotlin 1.7.0+kotlin.1.6.0
Fabric Lifecycle Events (v1) 1.4.6+0392f3a618
Fabric Loader 0.12.8
Fabric Loot Tables (v1) 1.0.5+cf39a74318
Fabric Mining Level API (v1) 1.0.3+cf39a74318
Fabric Mining Levels (v0) 0.1.6+cf39a74318
Fabric Models (v0) 0.3.1+cf39a74318
Fabric Networking (v0) 0.3.3+cf39a74318
Fabric Networking API (v1) 1.0.14+cf39a74318
Fabric Networking Block Entity (v0) 0.2.12+cf39a74318
Fabric Object Builder API (v1) 1.10.12+cf39a74318
Fabric Object Builders (v0) 0.7.6+cf39a74318
Fabric Particles (v1) 0.2.5+cf39a74318
Fabric Registry Sync (v0) 0.7.13+cf39a74318
Fabric Renderer - Indigo 0.4.9+cf39a74318
Fabric Renderer API (v1) 0.4.5+cf39a74318
Fabric Renderer Registries (v1) 3.2.6+cf39a74318
Fabric Rendering (v0) 1.1.7+cf39a74318
Fabric Rendering (v1) 1.10.1+377137cc18
Fabric Rendering Data Attachment (v1) 0.1.6+cf39a74318
Fabric Rendering Fluids (v1) 0.2.1+cf39a74318
Fabric Resource Loader (v0) 0.4.10+f09604ce18
Fabric Screen API (v1) 1.0.5+cf39a74318
Fabric Screen Handler API (v1) 1.1.9+cf39a74318
Fabric Seasons 1.3.1-BETA+1.17
Fabric Structure API (v1) 1.1.15+cf39a74318
Fabric Tag Extensions (v0) 1.2.3+cf39a74318
Fabric Textures (v0) 1.0.7+cf39a74318
Fabric Tool Attribute API (v1) 1.3.2+cf39a74318
Fabric Transfer API (v1) 1.5.2+cf39a74318
Fabulous Clouds 0.2.3
Falling Leaves 1.7.4+1.17.1
FancyMenu 2.4.1
Farsighted Mobs 1.1-1.17
FerriteCore 3.1.0
fiber 0.23.0-2
Flytre Lib 1.4.3
Flytre Lib - Base Module 1.3.0
Flytre Lib - Compat Module 1.0.0
Flytre Lib - Config Module 1.1.0
Flytre Lib - Event Module 1.0.1
Flytre Lib - GUI Module 1.0.0
Flytre Lib - Storage Module 2.3.2
GBfabrictools 1.3.4+1.17
Geckolib 3.0.29
Goblin Traders 1.4.1
goosik-config 0.1.1
Grizzly Bear mob 1.17-1.2.0
Harvest Scythes 2.1.1
Herds Panic 1.0.3
Horse Stats Vanilla 4.1.8
HorseBuff 1.1.2
Iceberg 1.0.27
Illuminations 1.10.1
Image2Map 0.2.1
Incubus Core 1.6.3
Indium 1.0.1+mc1.17.1
Interactic 0.1.6-1.17
Inventory Control Tweaks 1.3.9+MC1.17-1.17.1
Inventory Profiles Next 1.1.8
InvMove 1.17-0.1.0
Item Borders 1.1.4
Item Model Fix 1.0.2+1.17
jankson 1.2.1
Jankson 3.0.1+j1.2.0
joml 1.10.2
Kirin UI 1.9.1
Konkrete 1.3.0
kotlin-reflect 1.6.0
kotlin-stdlib 1.6.0
kotlin-stdlib-jdk7 1.6.0
kotlin-stdlib-jdk8 1.6.0
kotlinx-coroutines-core-jvm 1.5.2
kotlinx-coroutines-jdk8 1.5.2
kotlinx-serialization-cbor-jvm 1.3.1
kotlinx-serialization-core-jvm 1.3.1
kotlinx-serialization-json-jvm 1.3.1
Krypton 0.1.4
KubeJS 1701.3.10-build.9999
Kyrpt Config 1.2.1-1.17
Lakeside 1.1.0+1.17
lambdajcommon 1.8.1
LambDynamicLights 2.1.0+1.17
Lapis Reserve 1.0.8
LazyDFU 0.1.2
Legendary Tooltips 1.1.5
LibCapableData 3.0.3+1.16.3
LibGui 4.2.1+1.17.1
LibNinePatch 1.1.0
Lifts 1.3-BETA+1.17
Light Overlay 6.0.1
Lithium 0.7.5
LittleTweaks 1.0.0
Maelstrom Library 1.2.2-1.17.1
Magitek Mechs 1.0.9
Manningham Mills 2.3
mclib 18
megane 5.6.0
megane-base 5.6.0
megane-extra-generators 5.6.0+1.1-BETA-1.17
megane-fabric-transfer 5.6.0+1.5.1-6d0fac4218
megane-runtime 5.6.0
megane-team-reborn-energy 5.6.0+2.0.0-beta1
megane-vanilla 5.6.0+1.17.1
MidnightLib 0.2.9
Minecraft 1.17.1
Mobs Attempt Parkour 0.2.3-1.17-pre1
Mod Menu 2.0.14
molang 18
More Banner Features 1.1.2
More Tags 1.2.5
MoreChatHistory 1.1.0
MTQ Fix 0.2.2
MultipartEntities 1.1.3-1.17.1
Name Pain 1.4.0
nashorn-core 15.3
Nature's Compass 1.17.1-2.0.1-fabric
Nicephore fabric-1.17.x-1.3.0
No Null Processors - Fabric 1.0.0+1.17.1
Not Enough Crashes 4.1.2+1.17.1
NotEnoughAnimations 1.4.0
Observed 1.2.2
OmegaConfig 1.0.8
On Soul Fire 1.17-3
OpenJDK 64-Bit Server VM 16
oωo 0.3.2+1.17
Paradise Lost - The Aether Reborn 1.17.1-1.6.3.1
Particle Rain 1.5.0
Physics Mod 2.5.13
Pipe 1.6.0
Polymorph 0.0.14-1.17.1
PreciseBlockPlacing 1.8
Presence Footsteps r34-1.17-rc1
Pride Lib 1.1.0+1.17
Quick Shulker 1.3.1-1.17
Rat's Mischief 1.3.2
Reach Entity Attributes 2.1.1
Recipe Confidence 1.0.2
Reese's Sodium Options 1.2.3
Repurposed Structures 2.5.7+1.17.1
Rhino 1701.1.5-build.71
Rpg Difficulty 1.0.7
Runtime Resource Pack 0.5.1
Scaffolding Drops Nearby (Fabric) 1.5
Seamless Loading Screen 1.3.6+1.17.1
Seedy Behavior 1.0.1
shulkerutils 1.0.4-1.17
Smart Recipes 0.1.1+1.17
Smooth Boot 1.16.5-1.6.0
Smooth Scrolling Everywhere 3.0.3-unstable
Smooth Swapping 0.4.2
Sodium 0.3.3+build.8
Sodium Extra 0.3.6
Space Dimensions 0.4.0
SpruceUI 3.3.0+1.17
Starlight 1.0.0+fabric.73f6d37
Stats Keeper 6.1.0
Status Effect Timer 1.0.3
StoneToTools 1.0.0
Sync (Fabric) 2.0
The Graveyard 2.1
ThonkUtil 1.3
toml 3.6.3
toml4j 0.7.2
ToolTip Fix 1.0.4-1.17.1
Transportables 1.0.6
Trinkets 3.0.4
True Darkness 1.6.74
velocity-native 1.1.0-SNAPSHOT
Visuality 0.3.2
VisualOverhaul 3.3.0
Waystones 2.2.2
When Dungeons Arise 2.1.49-fabric
Window Title Changer 2.1.1-1.17
WMITAF 1.1.4
wthit 3.11.2
Xp Obelisk 0.2.2.r_for_1.17.x_Fabric
You're in Grave Danger 1.1.9
YUNG's API 1.17-Fabric-19
YUNG's Better Dungeons 1.17-1.0.2
YUNG's Better Mineshafts 1.17-1.0.1
YUNG's Better Strongholds 1.17-1.1.2
Additional Information
I'm using GDlauncher.