shedaniel / RoughlyEnoughItems

Clean and Configurable. Your recipe viewer mod for 1.13+.
Other
316 stars 59 forks source link

[Bug] Crash when viewing recipes with the latest version of rei #1472

Closed QianFuv closed 11 months ago

QianFuv commented 11 months ago

What happened?

The recipes of some modules can be viewed, and some modules crash as soon as they are viewed

What mod loaders are you seeing the problem on?

Fabric

What do you think this bug is of?

Relevant log output

---- Minecraft Crash Report ----
// You're mean.

Time: 8/9/23, 6:53 PM
Description: mouseReleased event handler

java.lang.NullPointerException: Cannot invoke "me.shedaniel.rei.api.common.display.Display.getCategoryIdentifier()" because "display" is null
    at me.shedaniel.rei.api.client.registry.display.DisplayCategory$1.hashOf(DisplayCategory.java:159)
    at me.shedaniel.rei.impl.client.view.ViewsImpl$1Wrapped.<init>(ViewsImpl.java:226)
    at me.shedaniel.rei.impl.client.view.ViewsImpl._buildMapFor(ViewsImpl.java:273)
    at me.shedaniel.rei.impl.client.view.ViewsImpl.buildMapFor(ViewsImpl.java:92)
    at me.shedaniel.rei.impl.client.ClientHelperImpl$ViewSearchBuilderImpl.lambda$new$0(ClientHelperImpl.java:389)
    at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:183)
    at me.shedaniel.rei.impl.client.ClientHelperImpl$ViewSearchBuilderImpl.buildMapInternal(ClientHelperImpl.java:462)
    at me.shedaniel.rei.impl.client.ClientHelperImpl.openView(ClientHelperImpl.java:321)
    at me.shedaniel.rei.api.client.view.ViewSearchBuilder.open(ViewSearchBuilder.java:228)
    at me.shedaniel.rei.impl.client.gui.widget.EntryWidget.doAction(EntryWidget.java:617)
    at me.shedaniel.rei.impl.client.gui.widget.DisplayedEntryWidget.doAction(DisplayedEntryWidget.java:85)
    at me.shedaniel.rei.impl.client.gui.widget.entrylist.EntryListStackEntry.doAction(EntryListStackEntry.java:171)
    at me.shedaniel.rei.impl.client.gui.widget.EntryWidget.method_25406(EntryWidget.java:565)
    at me.shedaniel.rei.impl.client.gui.widget.entrylist.EntryListWidget.method_25406(EntryListWidget.java:333)
    at net.minecraft.class_4069.method_20083(class_4069.java:41)
    at java.base/java.util.Optional.filter(Optional.java:218)
    at net.minecraft.class_4069.method_25406(class_4069.java:41)
    at me.shedaniel.rei.impl.client.gui.screen.AbstractDisplayViewingScreen.method_25406(AbstractDisplayViewingScreen.java:408)
    at me.shedaniel.rei.impl.client.gui.screen.DefaultDisplayViewingScreen.method_25406(DefaultDisplayViewingScreen.java:418)
    at net.minecraft.class_312.method_1605(class_312.java:96)
    at net.minecraft.class_437.method_25412(class_437.java:492)
    at net.minecraft.class_312.method_1601(class_312.java:96)
    at net.minecraft.class_312.method_22686(class_312.java:165)
    at net.minecraft.class_1255.execute(class_1255.java:103)
    at net.minecraft.class_312.method_22684(class_312.java:165)
    at org.lwjgl.glfw.GLFWMouseButtonCallback$Container.invoke(GLFWMouseButtonCallback.java:81)
    at bre2el.fpsreducer.handler.glfw.InputEventHandler$MouseButtonEventHandler.invoke(InputEventHandler.java:133)
    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.java:197)
    at net.minecraft.class_1041.method_15998(class_1041.java:310)
    at net.minecraft.class_310.method_1523(class_310.java:1147)
    at net.minecraft.class_310.method_1514(class_310.java:737)
    at net.minecraft.client.main.Main.main(Main.java:236)
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468)
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.base/java.lang.reflect.Method.invoke(Method.java:568)
    at oolloo.jlw.Wrapper.invokeMain(Wrapper.java:60)
    at oolloo.jlw.Wrapper.main(Wrapper.java:53)

A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Render thread
Stacktrace:
    at me.shedaniel.rei.api.client.registry.display.DisplayCategory$1.hashOf(DisplayCategory.java:159)
    at me.shedaniel.rei.impl.client.view.ViewsImpl$1Wrapped.<init>(ViewsImpl.java:226)
    at me.shedaniel.rei.impl.client.view.ViewsImpl._buildMapFor(ViewsImpl.java:273)
    at me.shedaniel.rei.impl.client.view.ViewsImpl.buildMapFor(ViewsImpl.java:92)
    at me.shedaniel.rei.impl.client.ClientHelperImpl$ViewSearchBuilderImpl.lambda$new$0(ClientHelperImpl.java:389)
    at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:183)
    at me.shedaniel.rei.impl.client.ClientHelperImpl$ViewSearchBuilderImpl.buildMapInternal(ClientHelperImpl.java:462)
    at me.shedaniel.rei.impl.client.ClientHelperImpl.openView(ClientHelperImpl.java:321)
    at me.shedaniel.rei.api.client.view.ViewSearchBuilder.open(ViewSearchBuilder.java:228)
    at me.shedaniel.rei.impl.client.gui.widget.EntryWidget.doAction(EntryWidget.java:617)
    at me.shedaniel.rei.impl.client.gui.widget.DisplayedEntryWidget.doAction(DisplayedEntryWidget.java:85)
    at me.shedaniel.rei.impl.client.gui.widget.entrylist.EntryListStackEntry.doAction(EntryListStackEntry.java:171)
    at me.shedaniel.rei.impl.client.gui.widget.EntryWidget.method_25406(EntryWidget.java:565)
    at me.shedaniel.rei.impl.client.gui.widget.entrylist.EntryListWidget.method_25406(EntryListWidget.java:333)
    at net.minecraft.class_4069.method_20083(class_4069.java:41)
    at java.base/java.util.Optional.filter(Optional.java:218)
    at net.minecraft.class_4069.method_25406(class_4069.java:41)
    at me.shedaniel.rei.impl.client.gui.screen.AbstractDisplayViewingScreen.method_25406(AbstractDisplayViewingScreen.java:408)
    at me.shedaniel.rei.impl.client.gui.screen.DefaultDisplayViewingScreen.method_25406(DefaultDisplayViewingScreen.java:418)
    at net.minecraft.class_312.method_1605(class_312.java:96)
    at net.minecraft.class_437.method_25412(class_437.java:492)
    at net.minecraft.class_312.method_1601(class_312.java:96)
    at net.minecraft.class_312.method_22686(class_312.java:165)
    at net.minecraft.class_1255.execute(class_1255.java:103)
    at net.minecraft.class_312.method_22684(class_312.java:165)
    at org.lwjgl.glfw.GLFWMouseButtonCallback$Container.invoke(GLFWMouseButtonCallback.java:81)
    at bre2el.fpsreducer.handler.glfw.InputEventHandler$MouseButtonEventHandler.invoke(InputEventHandler.java:133)
    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.java:197)

-- Affected screen --
Details:
    Screen name: me.shedaniel.rei.impl.client.gui.screen.DefaultDisplayViewingScreen
Stacktrace:
    at net.minecraft.class_437.method_25412(class_437.java:492)
    at net.minecraft.class_312.method_1601(class_312.java:96)
    at net.minecraft.class_312.method_22686(class_312.java:165)
    at net.minecraft.class_1255.execute(class_1255.java:103)
    at net.minecraft.class_312.method_22684(class_312.java:165)
    at org.lwjgl.glfw.GLFWMouseButtonCallback$Container.invoke(GLFWMouseButtonCallback.java:81)
    at bre2el.fpsreducer.handler.glfw.InputEventHandler$MouseButtonEventHandler.invoke(InputEventHandler.java:133)
    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.java:197)
    at net.minecraft.class_1041.method_15998(class_1041.java:310)
    at net.minecraft.class_310.method_1523(class_310.java:1147)
    at net.minecraft.class_310.method_1514(class_310.java:737)
    at net.minecraft.client.main.Main.main(Main.java:236)
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468)
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.base/java.lang.reflect.Method.invoke(Method.java:568)
    at oolloo.jlw.Wrapper.invokeMain(Wrapper.java:60)
    at oolloo.jlw.Wrapper.main(Wrapper.java:53)

-- Affected level --
Details:
    All players: 1 total; [class_746['Qian_F'/263, l='ClientLevel', x=-2.50, y=68.00, z=-0.50]]
    Chunk stats: 1024, 319
    Level dimension: minecraft:overworld
    Level spawn location: World: (0,68,0), Section: (at 0,4,0 in 0,4,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
    Level time: 500 game time, 500 day time
    Server brand: fabric
    Server type: Integrated singleplayer server
Stacktrace:
    at net.minecraft.class_638.method_8538(class_638.java:407)
    at net.minecraft.class_310.method_1587(class_310.java:2376)
    at net.minecraft.class_310.method_1514(class_310.java:756)
    at net.minecraft.client.main.Main.main(Main.java:236)
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468)
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.base/java.lang.reflect.Method.invoke(Method.java:568)
    at oolloo.jlw.Wrapper.invokeMain(Wrapper.java:60)
    at oolloo.jlw.Wrapper.main(Wrapper.java:53)

-- Last reload --
Details:
    Reload number: 1
    Reload reason: initial
    Finished: Yes
    Packs: Default, Fabric Mods, Theinar Language, fabric-diagonal-panes/default, continuity/glass_pane_culling_fix, continuity/default, eMandalasGUI_Legacy+Whitemode_v1.0.zip, cubic-sun-moon-v1-6-1.zip, Minecraft-Mod-Language-Modpack-1-18-Fabric.zip, QFclient-wonder-汉化, 思源黑体.zip, replaymod_lang, KubeJS Resource Pack [assets]

-- System Details --
Details:
    Minecraft Version: 1.18.2
    Minecraft Version ID: 1.18.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 17.0.6, Eclipse Adoptium
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
    Memory: 4531499584 bytes (4321 MiB) / 8589934592 bytes (8192 MiB) up to 8589934592 bytes (8192 MiB)
    CPUs: 20
    Processor Vendor: GenuineIntel
    Processor Name: 12th Gen Intel(R) Core(TM) i9-12900H
    Identifier: Intel64 Family 6 Model 154 Stepping 3
    Microarchitecture: unknown
    Frequency (GHz): 2.92
    Number of physical packages: 1
    Number of physical CPUs: 14
    Number of logical CPUs: 20
    Graphics card #0 name: OrayIddDriver Device
    Graphics card #0 vendor: Shanghai Best Oray Information Technology Co., Ltd.
    Graphics card #0 VRAM (MB): 0.00
    Graphics card #0 deviceId: unknown
    Graphics card #0 versionInfo: DriverVersion=17.1.58.818
    Graphics card #1 name: Intel(R) Iris(R) Xe Graphics
    Graphics card #1 vendor: Intel Corporation (0x8086)
    Graphics card #1 VRAM (MB): 1024.00
    Graphics card #1 deviceId: 0x46a6
    Graphics card #1 versionInfo: DriverVersion=31.0.101.3251
    Graphics card #2 name: NVIDIA GeForce RTX 3050 Laptop GPU
    Graphics card #2 vendor: NVIDIA (0x10de)
    Graphics card #2 VRAM (MB): 4095.00
    Graphics card #2 deviceId: 0x25e2
    Graphics card #2 versionInfo: DriverVersion=31.0.15.3667
    Memory slot #0 capacity (MB): 4096.00
    Memory slot #0 clockSpeed (GHz): 6.40
    Memory slot #0 type: Unknown
    Memory slot #1 capacity (MB): 4096.00
    Memory slot #1 clockSpeed (GHz): 6.40
    Memory slot #1 type: Unknown
    Memory slot #2 capacity (MB): 4096.00
    Memory slot #2 clockSpeed (GHz): 6.40
    Memory slot #2 type: Unknown
    Memory slot #3 capacity (MB): 4096.00
    Memory slot #3 clockSpeed (GHz): 6.40
    Memory slot #3 type: Unknown
    Memory slot #4 capacity (MB): 4096.00
    Memory slot #4 clockSpeed (GHz): 6.40
    Memory slot #4 type: Unknown
    Memory slot #5 capacity (MB): 4096.00
    Memory slot #5 clockSpeed (GHz): 6.40
    Memory slot #5 type: Unknown
    Memory slot #6 capacity (MB): 4096.00
    Memory slot #6 clockSpeed (GHz): 6.40
    Memory slot #6 type: Unknown
    Memory slot #7 capacity (MB): 4096.00
    Memory slot #7 clockSpeed (GHz): 6.40
    Memory slot #7 type: Unknown
    Virtual memory max (MB): 33516.49
    Virtual memory used (MB): 28489.80
    Swap memory total (MB): 1024.00
    Swap memory used (MB): 53.42
    JVM Flags: 6 total; -XX:+UseG1GC -XX:-UseAdaptiveSizePolicy -XX:-OmitStackTraceInFastThrow -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmn256m -Xmx8192m
    Fabric Mods: 
        additionaladditions: Additional Additions 4.0.5
        additionalstructures: Additional Structures 3.1.0
        adorn: Adorn 3.5.0+1.18.2
        advancednetherite: Advanced Netherite 1.5.1-1.18.2
        advdebug: Advancements Debug 2.3.0
        adventurez: AdventureZ 1.4.11
        ae2: Applied Energistics 2 11.7.4
            noindium: No Indium? 1.0.2+1.18.2
        ae2additions: AEAdditions 3.1.2-fabric
        ae2things: AE2Things 1.1.1-beta.1
        ae2wtlib: AE2WTLib 11.6.3
        altorigingui: Alternate Origin GUI 1.0.0
        ambientenvironment: Ambient Environment 7.0+19
        amethyst_core: Amethyst Core 1.0.4+1.18.2
        amethyst_imbuement: Amethyst Imbuement 1.18.2-45
            playerabilitylib: Pal 1.5.0
            structurized-reborn: Structurized Reborn 1.18.2-01
        another_furniture: Another Furniture 1.2.2-1.18.2
        antighost: AntiGhost 1.18.2-fabric0.47.10-1.1.4
            crowdin-translate: CrowdinTranslate 1.4+1.18.2
        anvilrepairing: AnvilRepairing 1.0.1
        appbot: Applied Botanics 1.3.5
        appleskin: AppleSkin 2.4.1+mc1.18.2
        architectury: Architectury 4.11.93
        armourers_workshop: Armourer's Workshop 2.0.0-dev.222
            com_electronwill_night-config_core: core 3.6.5
            com_electronwill_night-config_toml: toml 3.6.5
        artifacts: Artifacts 7.0.3+fabric
            expandability: ExpandAbility 6.0.0
            step-height-entity-attribute: Step Height Entity Attribute 1.0.0
        astralvinery: AstralVinery 1.2.0
        automobility: Automobility 0.3+1.18.2
            jsonem: JsonEM 0.1.2
            myron: Myron 1.6.3+1.18.1
        autos_n_rails: Autos'n'Rails 2.0.0
        axolotlitemfix: Axolotl Item Fix 1.1.4
        badpackets: Bad Packets 0.1.3
        baguette: Baguette 1.1.3+1.18.2
            org_yaml_snakeyaml: snakeyaml 1.30
        balm-fabric: Balm 3.2.6
        bamboocombat: Bamboo Combat 1.0.5
        bambooeverything: Bamboo Everything 1.3.8-build.45+mc1.18.2
        bcc: BetterCompatibilityChecker fabric-1.0.5
        bclib: BCLib 1.4.7
        beaconoverhaul: Beacon Overhaul 1.6.1+1.18.2
        beautify: Beautify 1.1.1+fabric-1.18.2
        benched: Benched 1.2.2
        better-snowball-fight: Better Snowball Fight 1.2.2
        better_log4j_config: Better Log4j Config 1.1.0
        betterbiomeblend: Better Biome Blend 1.18.2-1.3.5-fabric
        betterdeserttemples: YUNG's Better Desert Temples 1.18.2-Fabric-1.3.1
        betterdungeons: YUNG's Better Dungeons 1.18.2-Fabric-2.1.0
        betterend: Better End 1.1.1
        betterf3: BetterF3 3.0.0
        betterfortresses: YUNG's Better Nether Fortresses 1.18.2-Fabric-1.0.0
            org_reflections_reflections: reflections 0.10.2
        bettermineshafts: YUNG's Better Mineshafts 1.18.2-Fabric-2.2
        betternether: Better Nether 6.1.2
        betteroceanmonuments: YUNG's Better Ocean Monuments 1.18.2-Fabric-1.0.3
        betterpingdisplay: Better Ping Display 1.1.1
        betterstrongholds: YUNG's Better Strongholds 1.18.2-Fabric-2.1.1
        betterthirdperson: Better Third Person 1.8.1
        betterwitchhuts: YUNG's Better Witch Huts 1.18.2-Fabric-1.0.1
        blast: BLAST 1.9.1
        blockmeter: Block Meter 1.6
        blockus: Blockus 2.4.8+1.18.2
        blossom: Blossom 1.0.7
        bobby: Bobby 3.1.1
            com_typesafe_config: config 1.4.2
            io_leangen_geantyref_geantyref: geantyref 1.3.13
            org_spongepowered_configurate-core: configurate-core 4.1.2
            org_spongepowered_configurate-hocon: configurate-hocon 4.1.2
        bodacious_berries: Bodacious Berries 2.1.1+mc1.18.2
            spruceui: SpruceUI 3.3.3+1.18
        bookshelf: Bookshelf 13.3.56
        bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.3.9-1.18.2
            maelstrom_library: Maelstrom Library 1.2.4-1.18.2
            multipart_entities: MultipartEntities 1.1.5-1.18.2
        botania: Botania 1.18.2-435-FABRIC
            fiber: fiber 0.23.0-2
        brewinandchewin: Brewin And Chewin fabric-2.0.2+1.18.2
            booking_it: Booking It unversioned
            mm: Manningham Mills 2.3
        brrp_v1: Better Runtime Resource Pack (BRRP) v1 1.0.1
        bugjump: BugJump 1.2.0-1.18.2
        cacao: Croptopia's Chocolaterie 1.2
        campchair: Camp Chair 1.0.2
        candymod: Candy Mod fabric-1.18.2-v1.0.1
        cardinal-components: Cardinal Components API 4.2.0
            cardinal-components-base: Cardinal Components API (base) 4.2.0
            cardinal-components-block: Cardinal Components API (blocks) 4.2.0
            cardinal-components-chunk: Cardinal Components API (chunks) 4.2.0
            cardinal-components-entity: Cardinal Components API (entities) 4.2.0
            cardinal-components-item: Cardinal Components API (items) 4.2.0
            cardinal-components-level: Cardinal Components API (world saves) 4.2.0
            cardinal-components-scoreboard: Cardinal Components API (scoreboard) 4.2.0
            cardinal-components-world: Cardinal Components API (worlds) 4.2.0
        caxton: Caxton 0.4.9+1.18.2
            com_github_ben-manes_caffeine_caffeine: caffeine 3.1.2
        cenchants: Combat Enchants 1.13.0
        charm: Charm 4.4.4
            com_moandjiezana_toml_toml4j: toml4j 0.7.2
        charmonium: Charmonium 4.1.0
        chat-up: Chat Up! 2.0
        chatimage: ChatImage 1.1.5+1.18.2+fabric
            com_madgag_animated-gif-lib: animated-gif-lib 1.4
            com_squareup_okhttp3_okhttp: okhttp 3.14.7
            com_squareup_okio_okio: okio 1.17.5
            net_sf_image4j_image4j: image4j 0.7.2
        chefsdelight: Chef's Delight 1.0.3-fabric-1.18.2
        chess: Chess 1.2
        chimes: Chimes 2.0.1
        chipped: Chipped 2.0.1
        chromatic_currents: Chromatic Currents 1.0.2
        chunksfadein: Chunks Fade In 1.0.6-1.18
            org_joml_joml: joml 1.10.2
        clay: Clay Soldiers 0.4.2
        cleancut: CleanCut 1.18.2-5.0-fabric
        cloth-api: Cloth API 3.2.64
            cloth-client-events-v0: Cloth Client Events v0 3.2.64
            cloth-common-events-v1: Cloth Common Events v1 3.2.64
            cloth-datagen-api-v1: Cloth Datagen v1 3.2.64
            cloth-scissors-api-v1: Cloth Scissors API v1 3.2.64
            cloth-utils-v1: Cloth Utils v1 3.2.64
        cloth-config: Cloth Config v6 6.5.102
            cloth-basic-math: cloth-basic-math 0.6.1
        coffee_delight: Coffee Delight 1.3
        collective: Collective 6.65
        compactchat: CompactChat 1.3
        companion: Companion 2.0.1
        computercraft: CC: Restitched 1.100.8
        connectiblechains: Connectible Chains 2.1.4+1.18.2
        continuity: Continuity 2.0.2+1.18.2
        cr-arrows-info: Arrows Info 1.2.2+1.18
        create: Create 0.5.1-b-build.1088+mc1.18.2
            com_google_code_findbugs_jsr305: jsr305 3.0.2
            flywheel: Flywheel 0.6.8.a-36
            forge_tags: Forge Tags 2.1
            milk: Milk Lib 0.3.2
                dripstone_fluid_lib: Dripstone Fluid Lib 1.2.0
            porting_lib: Porting Lib 1.2.1037-beta+1.18.2
            registrate-fabric: Registrate for Fabric MC1.18.2-1.1.11
        createaddition: Create Crafts & Additions 20230704a
            team_reborn_energy: Energy 2.2.0
        createchunkloading: Create Chunkloading 1.4.0
        createdeco: Create Deco 1.3.3-1.18.2
        createfoundry: Create Foundry 1.2.1+1.18.2
        createreibugfix: CreateFabric&REIBugFix 0.1.5-create0.5.1-mc1.18.x
            conditional-mixin: conditional mixin 0.3.2
        creativecore: CreativeCore (Fabric) 2.6.12
        creeperoverhaul: Creeper Overhaul 1.3.1
        crittersandcompanions: Critters and Companions 1.18.2-1.0.2
        croptopia: Croptopia 2.1.2
        ctm: ConnectedTexturesMod for Fabric 1.0.0+1.18
        culinaire: Culinaire 2.4.0
        cull-less-leaves: Cull Less Leaves 1.0.1
        cultural_treasures__paintings: Cultural Treasures - Paintings 1.0.0
        culturaldelights: Cultural Delights Fabric 0.14.7+1.18.2
        darkpaintings: DarkPaintings 10.0.4
        darkutils: DarkUtilities 10.1.7
        dawn: Dawn API 3.3.2
        dbe: Dave's Building Extended 1.18.2-1.0.0
        decor4fabric: Decor4Fabric 1.2
        decorative_blocks: Decorative Blocks 2.1.1
        deuf_refabricated: DEUF Refabricated 1.0.0
        discholder: Kenza's Disc Holder and DJ 1.2.1
            fake-player-api: Fake Player API 0.3.0
        display_case: Display Case Mod 1.0.3
        doodads: Doodads 0.1.2-1.18.2
        doublejumpattribute: Double Jump Attribute 1.18.1-fabric-1.0.5
        draggable-resource-packs: Draggable Resource Packs 2.0.0
        dragondrops: Dragon Drops 0.5.1+1.18
        drinkbeer: Drink Beer 3.2.0
        drippyloadingscreen: Drippy Loading Screen 2.2.2
        dualwielding: Dual Wielding 1.1.0
        duckling: Duckling 1.0.7
        dungeons_arise: When Dungeons Arise 2.1.50
        ecologics: Ecologics 1.7.11
        effective: Effective 1.2.1
        eldritch_mobs: EldritchMobs 1.11.7
        elytra_physics: ElytraPhysics 1.1.1
        elytratrinket: Elytra Trinket 3.0.0-1.18.1
        enchantmentsplus: Enchantments Plus 1.0.9+1.18.2
        enchdesc: EnchantmentDescriptions 10.0.12
        enderchests: EnderChests 1.0.13
        endless_cake: Endless Cake 1.0.1+1.18.2
        endrem: End Remastered 5.1.0
        enhanced_attack_indicator: Enhanced Attack Indicator 1.0.3+1.18
        entitycollisionfpsfix: Entity Collision FPS Fix 1.0.0
        entityculling: EntityCulling-Fabric 1.6.1-mc1.18.2
        enva: Environmental Armor 1.4.4
        etched: Etched 2.2.1
            javazoom_jlayer: jlayer 1.0.1
        examplemod: Secret Rooms 1.0.0r-1.18.2
        expandeddelight: Expanded Delight 0.1.9.2
        extended_armor_bars: Extended Armor Bars 1.2.1
        extended_drawers: Extended Drawers 1.3.7+mc.1.18.2
            graphlib: Graph Lib 0.2.4+1.18.2
            mconfig: Mconfig 1.2.0
                de_poiu_apron_apron: apron 2.1.1
        extractpoison: Extract Poison 3.1
        extraorigins: Extra Origins 1.18-12
        extrasounds: ExtraSounds 2.3.1+1.18.2
            soundcategories: Sound Categories 1.2.4+1.18
        extremesoundmuffler: Extreme sound muffler 3.31_fabric-1.18.2
        extshape: Extended Block Shapes 2.0.0
        extshape_blockus: Extended Block Shapes - Blockus 2.0.0
        fabric-api: Fabric API 0.76.0+1.18.2
            fabric-api-base: Fabric API Base 0.4.5+64b7c69360
            fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.3+2373a54560
            fabric-biome-api-v1: Fabric Biome API (v1) 8.0.7+e83becad60
            fabric-block-api-v1: Fabric Block API (v1) 1.0.0+ee3621fc60
            fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.13+3ac43d9560
            fabric-command-api-v1: Fabric Command API (v1) 1.1.10+d7c144a860
            fabric-commands-v0: Fabric Commands (v0) 0.2.9+b4f4f6cd60
            fabric-containers-v0: Fabric Containers (v0) 0.1.24+d7c144a860
            fabric-content-registries-v0: Fabric Content Registries (v0) 3.1.3+c85f2e3860
            fabric-convention-tags-v1: Fabric Convention Tags 1.1.0+43ce63a460
            fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.1+ee261a3e60
            fabric-data-generation-api-v1: Fabric Data Generation API (v1) 3.1.0+6c70b68e60
            fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.21+489d6f8260
            fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.9+d7c144a860
            fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.20+d7c144a860
            fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.22+d7c144a860
            fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.13+d7c144a860
            fabric-item-api-v1: Fabric Item API (v1) 1.6.2+8165403660
            fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.16+91896a4960
            fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.12+54e5b2ec60
            fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.10+b4f4f6cd60
            fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.1.1+cc71601c60
            fabric-loot-api-v2: Fabric Loot API (v2) 1.1.2+1997ad1260
            fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.4+e747827960
            fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.6+cc71601c60
            fabric-models-v0: Fabric Models (v0) 0.3.7+d7c144a860
            fabric-networking-api-v1: Fabric Networking API (v1) 1.0.24+2d30af4b60
            fabric-networking-v0: Fabric Networking (v0) 0.3.11+b4f4f6cd60
            fabric-object-builder-api-v1: Fabric Object Builder API (v1) 2.1.5+032c981d60
            fabric-particles-v1: Fabric Particles (v1) 0.2.13+526dc1ac60
            fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.12+bb2e047760
            fabric-renderer-api-v1: Fabric Renderer API (v1) 0.5.0+bf48649860
            fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.1+03e2b68760
            fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.12+b4f4f6cd60
            fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.9+ee3621fc60
            fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 2.0.3+54e5b2ec60
            fabric-rendering-v0: Fabric Rendering (v0) 1.1.14+b4f4f6cd60
            fabric-rendering-v1: Fabric Rendering (v1) 1.10.8+54e5b2ec60
            fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.0.3+91b7aa6660
            fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.5.3+047a5ecb60
            fabric-screen-api-v1: Fabric Screen API (v1) 1.0.11+d882b91560
            fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.2.3+1f6558e860
            fabric-textures-v0: Fabric Textures (v0) 1.0.13+3ac43d9560
            fabric-transfer-api-v1: Fabric Transfer API (v1) 1.6.4+f4563ac860
            fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.1.0+e747827960
        fabric-diagonal-panes: Fabric Diagonal Panes 0.6.1
        fabric-language-kotlin: Fabric Language Kotlin 1.10.8+kotlin.1.9.0
            org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.9.0
            org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.9.0
            org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.9.0
            org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.9.0
            org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.21.0
            org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.7.2
            org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.7.2
            org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.4.0
            org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.5.1
            org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.5.1
            org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.5.1
        fabricenchantments: Fabric Enchantments 0.7.2
        fabricloader: Fabric Loader 0.14.22
        fallingleaves: Falling Leaves 1.11.1+1.18.2
        fancymenu: FancyMenu 2.14.9
        farmersdelight: Farmer's Delight 1.18.2-1.2.5
        farmersknives: Farmer's Knives 1.3.1
        fastbench: FastBench 1.18.1-3
        fastfurnace: FastFurnace 1.18.2-4.1
        feature_nbt_deadlock_be_gone: Feature NBT Deadlock Be Gone - Fabric 2.0.0+1.18.2-rc1
        ferritecore: FerriteCore 4.2.1
        floral_flair: Floral Flair 1.3.0
        floralench: Floral Enchantment Fabric-1.18.2-1.1.1
        forgeconfigapiport: Forge Config API Port 3.2.4
        fpsreducer: FPS Reducer 1.18.2-2.0
        friendsandfoes: Friends&Foes 1.4.7
        ftbbackups2: FTB Backups 2 1.0.19
        fwaystones: Fabric Waystones 3.0.0-beta.1+mc1.18.2
        fzzy_core: Fzzy Core 0.1.2+1.18.2
        geckolib3: Geckolib 3.0.80
            com_eliotlash_mclib_mclib: mclib 20
        go-fish: Go Fish 1.5.0-1.18.2
        goodall: Goodall 1.0.2
        graveyard: The Graveyard 1.9.1
        harvestwithease: Harvest with ease 6.0.1.3
        healthoverlay: Health Overlay 6.3.4
        held-item-info: Held Item Info 1.4.2+1.18
        hexal: Hexal 0.1.13
        hexcasting: Hex Casting 0.9.6
            serialization_hooks: Serialization Hooks 0.3.24
        highlighter: Highlighter 1.1.2
        hopobetterunderwaterruins: Hopo Better Underwater Ruins 1.0.5
        horseinfo: Horse Info 0.4.1-1.18
        i18nupdatemod: I18nUpdateMod 3.5.0
        icarus: Icarus 1.11
        iceberg: Iceberg 1.0.38
        illagerexp: Illager Expansion 0.1.5
        immersive_aircraft: Immersive Aircraft 0.5.2+1.18.2
        immersive_armors: Immersive Armors 1.5.6+1.18.2
        impaled: Impaled 1.1.3
        indium: Indium 1.0.7+mc1.18.2
        ingameime: ContingameIME 1.0.6-1.18.2
        inventoryhud: Inventory HUD + 3.4.17
        inventoryprofilesnext: Inventory Profiles Next 1.10.3
        ipp: Instrument ++ 1.0.0
        iris: Iris 1.6.4
            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
        irisflw: Iris Flywheel Compat 0.2.0
        itemphysiclite: ItemPhysic Lite (Fabric) 1.5.0
        java: OpenJDK 64-Bit Server VM 17
        keywizard: Keyboard Wizard v2.0.1
        kleeslabs: KleeSlabs 11.1.1
        konkrete: Konkrete 1.6.1
        ktice: Ktice 1.0
        kubejs: KubeJS 1802.5.5-build.569
        kubejs_create: KubeJS Create 1802.2.4-build.14
        lank: Lankasters Origins 1.0.0
        lazydfu: LazyDFU 0.1.2
        libipn: libIPN 3.0.2
        libraryferret: Library ferret 4.0.0
        lilwings: Lil' Wings 1.2.4
        litematica: Litematica 0.11.6
        litematicatool: Litematia Tool 1.3.2
        lithium: Lithium 0.10.3
        llamarama: Llamarama 1.7.0
        logical_zoom: Logical Zoom 0.0.14
        lootr: Lootr 0.3.28.65
        loud_leads: Loud Leads 1.0.1+mc1.18
        lovely_snails: Lovely Snails 1.0.4+1.18
        lushforest: Lush Forests 1.3.0
        malilib: MaLiLib 0.12.1
        mavapi: More Axolotl Variants API 1.0.1
        mavm: More Axolotl Variants Mod 1.2.0
        mcwdoors: Macaw's Doors 1.1.0
        mcwfences: Macaw's Fences and Walls 1.0.7
        mcwlights: Macaw's Lights and Lamps 1.0.6
        mcwpaintings: Macaw's Paintings 1.0.4
        mcwroofs: Macaw's Roofs 2.2.4
        mcwtrpdoors: Macaw's Trapdoors 1.1.1
        mcwwindows: Macaw's Windows 2.1.2
        medievalorigins: Medieval Origins 1.18.x-4.0.3
        megane: megane 7.10.0
            megane-api: megane-api 7.10.0
            megane-applied-energistics-2: megane-applied-energistics-2 7.10.0
            megane-create: megane-create 7.10.0
            megane-fabric-transfer: megane-fabric-transfer 7.10.0
            megane-reborn-energy: megane-reborn-energy 7.10.0
            megane-runtime: megane-runtime 7.10.0
            megane-vanilla: megane-vanilla 7.10.0
        memoryleakfix: Memory Leak Fix 1.1.1
            com_github_llamalad7_mixinextras: MixinExtras 0.2.0-beta.8
        merequester: ME Requester 1.18.2-1.1.2
        midnightlib: MidnightLib 0.4.4
        minecraft: Minecraft 1.18.2
        minecraftcapes: MinecraftCapes Mod 12.1.5
        minieffects: Mini Effects 4.2.0
        missingwilds: Missing Wilds 1.1.0
            advanced_runtime_resource_pack: Runtime Resource Pack 0.5.7
        mo_glass: Mo Glass 1.6.1-MC1.18.2
        moborigins: Mob Origins 1.8.1
        mobs_attempt_parkour: Mobs Attempt Parkour 0.2.5-1.18.2
        mobscarecrow: Mob Scarecrow 2.1.1
        modmenu: Mod Menu 3.2.5
        more_babies: More Babies 1.0.0
        morebows: More Bows Restrung 1.0.10+1.18.2
        morevillagers: More Villagers 3.3.2
        mostructures: Mo' Structures 1.4.2+1.18.2
            omega-config: OmegaConfig 1.2.3-1.18.1
        mousetweaks: Mouse Tweaks 2.22
        multibeds: MultiBeds 1.2.7
        musica: Musica 1.5.1
        mvs: Vanilla Structure Mod 2.2.6-1.18.2
        mypack: My Pack 1.0.0
        mysticaloaktree: Mystical Oak Tree 1.18.2-1.0
        mythicmounts: Mythic Mounts 1.18.2-7.1
        nametagtweaks: Name Tag Tweaks 3.0
        naturalist: Naturalist 1.1.1
        nckey: NonConflictKeys 1.0.0
        nethersdelight: Nether's Delight 2.0.0
            disable_custom_worlds_advice: Disable Custom Worlds Advice 2.0
        nicemod: NiceMod - New blocks 1.2 - 1.18.2
        nightlights: Night Lights 1.1
        notenoughanimations: NotEnoughAnimations 1.6.0
        origins: Origins 1.4.1
            apoli: Apoli 2.3.3
                additionalentityattributes: Additionalentityattributes 1.0.0+1.18.2
                calio: Calio 1.5.1
        overworldpiglins: Overworld Piglins 1.0
        packages: Packages 3.4
        paginatedadvancements: Paginated Advancements 1.1.0
        paintings: Paintings++ 9.1.2.1
        paperdoll: PaperDoll 1.1.0-mc1.18
        patchouli: Patchouli 1.18.2-71.1-FABRIC
        paucal: PAUCAL 0.4.7
        pehkui: Pehkui 3.7.8+1.14.4-1.20.1
            kanos_config: Kanos Config 0.4.1+1.14.4-1.19.4
        phonos: Phonos 0.3+1.18.2
        pickupnotifier: Pick Up Notifier 3.2.0
        pickyourpoison: Pick Your Poison 1.0.8
            org_json_json: json 20211205
            satin: Satin 1.7.2
        pigeonpost: Pigeon Post 1.0.0
        pigpen: PigPen 8.0.1
        platforms: Platforms 1.2.7
        pling: Pling 1.5.0
        plushies: Plushie Mod 1.2
        pollen: Pollen 1.6.1
        polylib: PolyLib 1801.0.2-build.13
        polymorph: Polymorph 0.0.23-1.18.2
        ponderjs: PonderJS 1.1.9
        presencefootsteps: Presence Footsteps 1.5.1
            kirin: Kirin UI 1.10.0
        progressivebosses: Progressive Bosses U1
            completeconfig: CompleteConfig 1.4.1
        purpeille: Purpeille 2.3.3+fabric-1.18.2
            cmods: Combined Modifiers 1.2.0
            voidcrafting: Void Crafting 1.6.4+fabric-1.18.2
        puzzleslib: Puzzles Lib 3.3.5
        railways: Create: Steam 'n Rails 1.4.3+fabric-mc1.18.2
        ratsmischief: Rat's Mischief 1.3.7
        reacharound: Reacharound 1.1.1
        reeses-sodium-options: Reese's Sodium Options 1.6.3+mc1.18.2-build.88
        reinfbarrel: Reinforced Barrels 2.3.0+1.18
            reinfcore: Reinforced Core 3.0.3+1.18
        reinfchest: Reinforced Chests 2.2.0+1.18
        replaymod: Replay Mod 1.18.2-2.6.13
        repurposed_structures: Repurposed Structures 4.1.15+1.18.2
        rhino: Rhino 1802.2.1-build.255
        rottencreatures: Rotten Creatures 1.0.0
        roughlyenoughitems: Roughly Enough Items 8.3.640
            error_notifier: Error Notifier 1.0.9
        runelic: Runelic 11.0.1
        sandwichable: Sandwichable 1.3+1.18.2
        screenshot_viewer: Screenshot Viewer 1.1.1
            catconfig-mc: Cat Config MC 0.1.1
                io_github_lgatodu47_catconfig: catconfig 0.2.4
        seedfix: Seed Fix 1.0.1
        server_translations: Server Translations 1.4.12+1.18.2
            packet_tweaker: Packet Tweaker 0.2.0+1.18-pre1
            server_translations_api: Server Translations API 1.4.12+1.18.2
        shetiphiancore: ShetiPhianCore 1.2.16
        shoppy: Shoppy 1.0.5
            fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT
            octo-economy-api: Octo Economy API 1.1.0
        shulkerboxtooltip: Shulker Box Tooltip 3.1.3+1.18.2
        sihywtcamd: sihywtcamd 1.7.1+1.18.2
        simplehats: SimpleHats 1.18.2-0.2.0
        simplemango: Simple Mango 1.2.0
        simplyswords: Simply Swords 1.40-1.18.2
        sit: Sit 1.18.2-19
        skinlayers: 3d Skin Layers 1.5.2-mc1.18.2
        slide_show: Slideshow 1.18.2-1.0.2
        smallships: Small Ships 2.0.0-a2.3.1
        smoothboot: Smooth Boot 1.18.2-1.7.0
        smwyg: Show Me What You Got 1.0.4
        snailmail: Snail Mail 1.18.2-1.1.0
        sneakycurses: Sneaky Curses 3.0.0
        sniffer: Mobvote 2022 Sniffer 1.1.2
        snuffles: Snuffles 1.0.0+1.18.2
        sod: Grass Overhaul (Sod) 23.5.28
        sodium: Sodium 0.4.1+replaymod.rev.23e83a1
        sodium-extra: Sodium Extra 0.4.18+mc1.18.2-build.98
            caffeineconfig: CaffeineConfig 1.1.0+1.17
        sound_physics_remastered: Sound Physics Remastered 1.18.2-1.0.6
        sound_track: Sound-Track 1.0.7
        spiceoffabric: Spice of Fabric 1.6.1+mc1.18.2
            capsaicin: Capsaicin 1.3.3+mc1.18.2
            coat: Coat 1.0.0-beta.20+mc1.18.2
            tweed4_annotated: tweed4_annotated 1.3.1+mc1.18.2
            tweed4_base: tweed4_base 1.7.1+mc1.18.2
            tweed4_data: tweed4_data 1.2.1+mc1.18.2
            tweed4_data_hjson: tweed4_data_hjson 1.1.0+mc1.18.2
            tweed4_tailor_coat: tweed4_tailor_coat 1.1.3+mc1.18.2
            tweed4_tailor_lang_json_descriptions: tweed4_tailor_lang_json_descriptions 1.1.0+mc1.18.2
            tweed4_tailor_screen: tweed4_tailor_screen 1.1.4+mc1.18.2
        spiderstpo: Spiders 2.0 1.18.2-2.0.2
        splash_milk: Splash Milk 1.0.2
        sspb: Sodium Shadowy Path Blocks 2.0.1
        starlight: Starlight 1.0.2+fabric.89b8d9f
        statues: Statues 1.1.3
        stoneholm: Stoneholm 1.4.3
        structory: Structory 1.0.0
        suggestion_tweaker: Suggestion Tweaker 1.18.2-1.4.2
        supermartijn642configlib: SuperMartijn642's Config Lib 1.1.7
        supermartijn642corelib: SuperMartijn642's Core Lib 1.1.12
        syncmatica: Syncmatica 1.18.2-0.3.10
        tacocraft: TacoCraft 1.7.4-1.18.2
        tconstruct: Hephaestus 1.18.2-3.5.2.155
            mantle: Mantle 1.18.2-1.9.156
                star: Star 1.3+1.18.2
        terrablender: TerraBlender 1.2.0.126
        terrestria: Terrestria 4.0.6
            terraform-biome-remapper-api-v1: Terraform Biome Remapper API (v1) 3.1.0
            terraform-config-api-v1: Terraform Config API (v1) 3.1.0
            terraform-dirt-api-v1: Terraform Dirt API (v1) 3.1.0
            terraform-shapes-api-v1: Terraform Shapes API (v1) 3.1.0
            terraform-surfaces-api-v1: Terraform Surfaces API (v1) 3.1.0
            terraform-tree-api-v1: Terraform Tree API (v1) 3.1.0
            terraform-wood-api-v1: Terraform Wood API (v1) 3.1.0
            terrestria-client: Terrestria: Client 4.0.6
            terrestria-common: Terrestria: Common 4.0.6
            terrestria-worldgen: Terrestria: World Generation 4.0.6
        texelspaintings: TexelsPaintings 5.2.0
        thatched: Thatched 1.1.0
        timeoutout: TimeOut Out 1.0.1+1.18
        tolerablecreepers: Tolerable Creepers 1.0.1
        toms_storage: Tom's Simple Storage Mod 1.5.4
        toomanyorigins: TooManyOrigins 0.9.2+1.18.2-fabric
            apugli: Apugli 2.4.9+1.18.2-fabric
        toomanyplayers: Too Many Players 1.1.5
            libgui: LibGui 5.4.2+1.18.2
                jankson: Jankson 4.0.0+j1.2.0
                    blue_endless_jankson: jankson 1.2.1
                libninepatch: LibNinePatch 1.1.0
        transparent: Transparent 4.1.0
        travelersbackpack: Traveler's Backpack 1.18.2-7.1.29
            reach-entity-attributes: Reach Entity Attributes 2.2.0
        travelerstitles: Traveler's Titles 1.18.2-Fabric-2.1.1
        traverse: Traverse 5.1.4
            traverse-client: Traverse: Client 5.1.4
            traverse-common: Traverse: Common 5.1.4
            traverse-worldgen: Traverse: World Generation 5.1.4
        treechop: HT's TreeChop 0.17.7
        trinkets: Trinkets 3.3.1
        tweakeroo: Tweakeroo 0.13.3
        untitledduckmod: Untitled Duck Mod 0.5.0
        utilities: Utilities 1.5.3
        vanillarecipe: Vailla Recipes 1.0.0
        varietyapi: VarietyAPI 1.0.1
        varietyaquatic: Variety Aquatic 1.0.4.8
        vinery: Vinery 1.1.4
        visuality: Visuality 0.4.3
            goosik-config: goosik-config 0.2.0
        voicechat: Simple Voice Chat 1.18.2-2.4.16
        voidz: VoidZ 1.0.7
        wands: Building Wands 2.6.8-release
        wildbackport: TheWildBackport 1.2.3
        wildlife: Wildlife 1.18.2-2.2
        wolveswitharmor: Wolves With Armor 1.7.1-1.18.2
            maybe-data: Maybe data 1.2.1-1.18.2
            static-content: Static Content 1.0.1-1.16.2
                staticdata: Static Data 1.1.2
        wthit: wthit 4.13.6
        xaerominimap: Xaero's Minimap 23.6.1
        xaeroworldmap: Xaero's World Map 1.32.0
        xercamusic: Music Maker Mod fabric-1.18.2-1.0.2
        xercapaint: Joy of Painting fabric-1.18.2-1.0.2
        xp_storage: XP Storage 1.4.3+1.18
        xp_storage_trinkets: XP Storage - Trinkets 0.1+1.18
        xtraarrows: Xtra Arrows 3 3.0.3
        yigd: You're in Grave Danger 1.3.15
        yungsapi: YUNG's API 1.18.2-Fabric-2.2.9
            org_javassist_javassist: javassist 3.28.0-GA
        yungsbridges: YUNG's Bridges 1.18.2-Fabric-2.1.0
        yungsextras: YUNG's Extras 1.18.2-Fabric-2.1.0
    Loaded Shaderpack: ComplementaryReimagined_r2.2.1.zip
        Profile: Custom (+11 options changed by user)
    NEC status: No NEC detected
    Flywheel Backend: GL33 Instanced Arrays
    Launched Version: QF-Wonder
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: NVIDIA GeForce RTX 3050 Laptop GPU/PCIe/SSE2 GL version 3.2.0 NVIDIA 536.67, NVIDIA Corporation
    Window size: 1920x1080
    GL Caps: Using framebuffer using OpenGL 3.2
    GL debug messages: id=1282, source=API, type=ERROR, severity=HIGH, message='GL_INVALID_OPERATION error generated. <texture> is not a valid texture name.' x 1
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
    Type: Integrated Server (map_client.txt)
    Graphics mode: fancy
    Resource Packs: vanilla, Fabric Mods, Theinar Language, fabric-diagonal-panes/default (incompatible), continuity/glass_pane_culling_fix, continuity/default, file/eMandalasGUI_Legacy+Whitemode_v1.0.zip (incompatible), file/cubic-sun-moon-v1-6-1.zip (incompatible), file/Minecraft-Mod-Language-Modpack-1-18-Fabric.zip, file/QFclient-wonder-汉化, file/思源黑体.zip (incompatible)
    Current Language: 简体中文 (中国大陆)
    CPU: 20x 12th Gen Intel(R) Core(TM) i9-12900H
    Server Running: true
    Player Count: 1 / 8; [class_3222['Qian_F'/263, l='ServerLevel[新的世界]', x=-2.50, y=68.00, z=-0.50]]
    Data Packs: vanilla, minecraft/croptop, Fabric Mods
    World Generation: Stable

Anything else?

No response

By submitting this issue, I have included the necessary logs by pasting the contents into the correct location or attaching the file as an upload.

By submitting this issue, I have confirmed my REI and REI's dependencies are up to date.

shedaniel commented 11 months ago

update bro ur version is outdated

QianFuv commented 11 months ago

update bro ur version is outdated

sorry I‘ll check