refinedmods / refinedstorage

An elegant solution to your hoarding problem.
https://refinedmods.com/refined-storage
MIT License
355 stars 176 forks source link

Invalid player data - AdvancedExporterNode cannot be cast to class ExternalStorageNetworkNode #3357

Closed Gostron closed 1 year ago

Gostron commented 2 years ago

Describe the bug

In a single player Minecraft client, a right click on a external storage placed on a functional storage drawer controller to configure it crashed the client.

I cannot connect to my game anymore as the error "Invalid player data" crashed the Minecraft client every time.

As my game is completely crashed and cannot launch anymore, i'm open to any solution to unblock it :)

How can we reproduce this bug or crash?

I don't know, the external storage on a functional storage drawer controller always worked. Maybe by placing beforehand an advanced exporter at the exact same location, then breaking it, and placing the external storage in its stead, then right clicking it to configure.

What Minecraft version is this happening on?

Minecraft 1.18.2

What Forge version is this happening on?

40.1.68

What Refined Storage version is this happening on?

1.10.3

Relevant log output

Description: Exception ticking world

java.lang.ClassCastException: class edivad.extrastorage.nodes.AdvancedExporterNetworkNode cannot be cast to class com.refinedmods.refinedstorage.apiimpl.network.node.ExternalStorageNetworkNode (edivad.extrastorage.nodes.AdvancedExporterNetworkNode is in module extrastorage@2.2.0 of loader 'TRANSFORMER' @569348e1; com.refinedmods.refinedstorage.apiimpl.network.node.ExternalStorageNetworkNode is in module refinedstorage@1.10.3 of loader 'TRANSFORMER' @569348e1)
    at com.refinedmods.refinedstorage.blockentity.ExternalStorageBlockEntity.writeUpdate(ExternalStorageBlockEntity.java:89) ~[refinedstorage-1.10.3.jar%23253!/:1.10.3] {re:classloading}
    at com.refinedmods.refinedstorage.blockentity.BaseBlockEntity.m_5995_(BaseBlockEntity.java:34) ~[refinedstorage-1.10.3.jar%23253!/:1.10.3] {re:classloading}
    at net.minecraft.network.protocol.game.ClientboundBlockEntityDataPacket.m_195642_(ClientboundBlockEntityDataPacket.java:21) ~[client-1.18.2-20220404.173914-srg.jar%23325!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
    at com.refinedmods.refinedstorage.blockentity.BaseBlockEntity.getUpdatePacket(BaseBlockEntity.java:39) ~[refinedstorage-1.10.3.jar%23253!/:1.10.3] {re:classloading}
    at com.refinedmods.refinedstorage.blockentity.BaseBlockEntity.m_183216_(BaseBlockEntity.java:12) ~[refinedstorage-1.10.3.jar%23253!/:1.10.3] {re:classloading}
    at net.minecraft.server.level.ChunkHolder.m_140029_(ChunkHolder.java:241) ~[client-1.18.2-20220404.173914-srg.jar%23325!/:?] {re:mixin,re:classloading}
    at net.minecraft.server.level.ChunkHolder.m_140032_(ChunkHolder.java:233) ~[client-1.18.2-20220404.173914-srg.jar%23325!/:?] {re:mixin,re:classloading}
    at net.minecraft.server.level.ChunkHolder.m_140076_(ChunkHolder.java:219) ~[client-1.18.2-20220404.173914-srg.jar%23325!/:?] {re:mixin,re:classloading}
    at net.minecraft.network.protocol.game.ClientboundSectionBlocksUpdatePacket.m_132992_(ClientboundSectionBlocksUpdatePacket.java:72) ~[client-1.18.2-20220404.173914-srg.jar%23325!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:connectivity.mixins.json:SMultiBlockChangePacketMixin,pl:mixin:A}
    at net.minecraft.server.level.ChunkHolder.m_140054_(ChunkHolder.java:218) ~[client-1.18.2-20220404.173914-srg.jar%23325!/:?] {re:mixin,re:classloading}
    at net.minecraft.server.level.ServerChunkCache.m_184021_(ServerChunkCache.java:371) ~[client-1.18.2-20220404.173914-srg.jar%23325!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
    at java.util.ArrayList.forEach(Unknown Source) ~[?:?] {re:mixin}
    at net.minecraft.server.level.ServerChunkCache.m_8490_(ServerChunkCache.java:370) ~[client-1.18.2-20220404.173914-srg.jar%23325!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
    at net.minecraft.server.level.ServerChunkCache.m_201698_(ServerChunkCache.java:309) ~[client-1.18.2-20220404.173914-srg.jar%23325!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
    at net.minecraft.server.level.ServerLevel.m_8793_(ServerLevel.java:281) ~[client-1.18.2-20220404.173914-srg.jar%23325!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:wyml.mixins.json:AccessorServerLevel,pl:mixin:APP:wyml.mixins.json:MixinServerWorld,pl:mixin:APP:supplementaries.mixins.json:ServerLevelMixin,pl:mixin:APP:botania_xplat.mixins.json:MixinServerLevel,pl:mixin:APP:immersiveengineering.mixins.json:coremods.ServerWorldMixin,pl:mixin:APP:create.mixins.json:accessor.ServerLevelAccessor,pl:mixin:A}
    at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:902) ~[client-1.18.2-20220404.173914-srg.jar%23325!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
    at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:842) ~[client-1.18.2-20220404.173914-srg.jar%23325!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
    at net.minecraft.client.server.IntegratedServer.m_5705_(IntegratedServer.java:84) ~[client-1.18.2-20220404.173914-srg.jar%23325!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:685) ~[client-1.18.2-20220404.173914-srg.jar%23325!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
    at net.minecraft.server.MinecraftServer.m_177918_(MinecraftServer.java:261) ~[client-1.18.2-20220404.173914-srg.jar%23325!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
    at java.lang.Thread.run(Unknown Source) [?:?] {}

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

-- Head --
Thread: Server thread
Stacktrace:
    at com.refinedmods.refinedstorage.blockentity.ExternalStorageBlockEntity.writeUpdate(ExternalStorageBlockEntity.java:89) ~[refinedstorage-1.10.3.jar%23253!/:1.10.3] {re:classloading}
    at com.refinedmods.refinedstorage.blockentity.BaseBlockEntity.m_5995_(BaseBlockEntity.java:34) ~[refinedstorage-1.10.3.jar%23253!/:1.10.3] {re:classloading}
    at net.minecraft.network.protocol.game.ClientboundBlockEntityDataPacket.m_195642_(ClientboundBlockEntityDataPacket.java:21) ~[client-1.18.2-20220404.173914-srg.jar%23325!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
    at com.refinedmods.refinedstorage.blockentity.BaseBlockEntity.getUpdatePacket(BaseBlockEntity.java:39) ~[refinedstorage-1.10.3.jar%23253!/:1.10.3] {re:classloading}
    at com.refinedmods.refinedstorage.blockentity.BaseBlockEntity.m_183216_(BaseBlockEntity.java:12) ~[refinedstorage-1.10.3.jar%23253!/:1.10.3] {re:classloading}
    at net.minecraft.server.level.ChunkHolder.m_140029_(ChunkHolder.java:241) ~[client-1.18.2-20220404.173914-srg.jar%23325!/:?] {re:mixin,re:classloading}
    at net.minecraft.server.level.ChunkHolder.m_140032_(ChunkHolder.java:233) ~[client-1.18.2-20220404.173914-srg.jar%23325!/:?] {re:mixin,re:classloading}
    at net.minecraft.server.level.ChunkHolder.m_140076_(ChunkHolder.java:219) ~[client-1.18.2-20220404.173914-srg.jar%23325!/:?] {re:mixin,re:classloading}
    at net.minecraft.network.protocol.game.ClientboundSectionBlocksUpdatePacket.m_132992_(ClientboundSectionBlocksUpdatePacket.java:72) ~[client-1.18.2-20220404.173914-srg.jar%23325!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:connectivity.mixins.json:SMultiBlockChangePacketMixin,pl:mixin:A}
    at net.minecraft.server.level.ChunkHolder.m_140054_(ChunkHolder.java:218) ~[client-1.18.2-20220404.173914-srg.jar%23325!/:?] {re:mixin,re:classloading}
    at net.minecraft.server.level.ServerChunkCache.m_184021_(ServerChunkCache.java:371) ~[client-1.18.2-20220404.173914-srg.jar%23325!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
    at java.util.ArrayList.forEach(Unknown Source) ~[?:?] {re:mixin}
    at net.minecraft.server.level.ServerChunkCache.m_8490_(ServerChunkCache.java:370) ~[client-1.18.2-20220404.173914-srg.jar%23325!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
    at net.minecraft.server.level.ServerChunkCache.m_201698_(ServerChunkCache.java:309) ~[client-1.18.2-20220404.173914-srg.jar%23325!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
    at net.minecraft.server.level.ServerLevel.m_8793_(ServerLevel.java:281) ~[client-1.18.2-20220404.173914-srg.jar%23325!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:wyml.mixins.json:AccessorServerLevel,pl:mixin:APP:wyml.mixins.json:MixinServerWorld,pl:mixin:APP:supplementaries.mixins.json:ServerLevelMixin,pl:mixin:APP:botania_xplat.mixins.json:MixinServerLevel,pl:mixin:APP:immersiveengineering.mixins.json:coremods.ServerWorldMixin,pl:mixin:APP:create.mixins.json:accessor.ServerLevelAccessor,pl:mixin:A}
-- Affected level --
Details:
    All players: 1 total; [ServerPlayer['Gostron'/218, l='ServerLevel[New World]', x=-291.32, y=66.06, z=-227.17]]
    Chunk stats: 3401
    Level dimension: minecraft:overworld
    Level spawn location: World: (-96,71,-272), Section: (at 0,7,0 in -6,4,-17; chunk contains blocks -96,-64,-272 to -81,319,-257), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1)
    Level time: 11479660 game time, 8218346 day time
    Level name: New World
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
    Level weather: Rain time: 29375 (now: false), thunder time: 10337 (now: false)
    Known server brands: forge
    Level was modded: true
    Level storage version: 0x04ABD - Anvil
Stacktrace:
    at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:902) ~[client-1.18.2-20220404.173914-srg.jar%23325!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
    at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:842) ~[client-1.18.2-20220404.173914-srg.jar%23325!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
    at net.minecraft.client.server.IntegratedServer.m_5705_(IntegratedServer.java:84) ~[client-1.18.2-20220404.173914-srg.jar%23325!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:685) ~[client-1.18.2-20220404.173914-srg.jar%23325!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
    at net.minecraft.server.MinecraftServer.m_177918_(MinecraftServer.java:261) ~[client-1.18.2-20220404.173914-srg.jar%23325!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
    at java.lang.Thread.run(Unknown Source) [?:?] {}

-- System Details --
Details:
    Minecraft Version: 1.18.2
    Operating System: Windows 11 (amd64) version 10.0
    Java Version: 17.0.2, Eclipse Adoptium
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
    Processor Name: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12288M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    Server Running: true
    Player Count: 1 / 8; [ServerPlayer['Gostron'/218, l='ServerLevel[New World]', x=-291.32, y=66.06, z=-227.17]]
    Data Packs: vanilla, mod:betterdungeons, mod:supermartijn642configlib, mod:paucal, mod:simplemagnets, mod:integratedterminals, mod:betteramethyst, mod:javd (incompatible), mod:bambooeverything (incompatible), mod:modnametooltip (incompatible), mod:neat (incompatible), mod:laserio, mod:yungsapi, mod:rangedpumps, mod:shrink (incompatible), mod:mute (incompatible), mod:darkutils (incompatible), mod:balm (incompatible), mod:toolkit (incompatible), mod:cloth_config (incompatible), mod:wyml (incompatible), mod:shetiphiancore, mod:emojiful (incompatible), mod:tklib (incompatible), mod:refinedstorage, mod:industrialforegoing (incompatible), mod:torchmaster (incompatible), mod:tipthescales (incompatible), mod:bcc (incompatible), mod:supermartijn642corelib, mod:botania (incompatible), mod:enchantmenttransfer (incompatible), mod:spark (incompatible), mod:curios (incompatible), mod:advancednetherite, mod:angelring (incompatible), mod:extrastorage, mod:naturesaura (incompatible), mod:constructionwand, mod:mcwroofs, mod:littlelogistics (incompatible), mod:traylauncher (incompatible), mod:cobblefordays (incompatible), mod:fastleafdecay, mod:bettermineshafts, mod:sdrp, mod:geckolib3 (incompatible), mod:sfm (incompatible), mod:netherelytra (incompatible), mod:jei (incompatible), mod:attributefix (incompatible), mod:tesseract, mod:mekanism, mod:luggage, mod:caelus (incompatible), mod:shutupexperimentalsettings, mod:naturescompass (incompatible), mod:jumpboat (incompatible), mod:libx, mod:compactmachines (incompatible), mod:champions, mod:curioofundying (incompatible), mod:pneumaticcraft, mod:catalogue (incompatible), mod:oreberriesreplanted (incompatible), mod:chalk (incompatible), mod:ironchest, mod:mythicbotany, mod:integratedcrafting, mod:zerocore, mod:flopper, mod:theoneprobe (incompatible), mod:ae2 (incompatible), mod:aeinfinitybooster (incompatible), mod:mousetweaks (incompatible), mod:immersiveengineering, mod:ding (incompatible), mod:ceilingtorch (incompatible), mod:sushigocrafting (incompatible), mod:domum_ornamentum (incompatible), mod:mmlib (incompatible), mod:pipez (incompatible), mod:flywheel (incompatible), mod:alloyed (incompatible), mod:mantle (incompatible), mod:integrateddynamics, mod:itemcollectors (incompatible), mod:gravestone (incompatible), mod:serverconfigupdater (incompatible), mod:oauth (incompatible), mod:autoreglib (incompatible), mod:structurize (incompatible), mod:portabletanks (incompatible), mod:lootr (incompatible), mod:connectedglass, mod:rainshield, mod:puzzleslib (incompatible), mod:extremesoundmuffler (incompatible), mod:cosmeticarmorreworked (incompatible), mod:xpbook (incompatible), mod:rsrequestify (incompatible), mod:cyclopscore, mod:supercircuitmaker (incompatible), mod:advancedperipherals (incompatible), mod:curiousshulkerboxes (incompatible), mod:pocketstorage (incompatible), mod:connectivity (incompatible), mod:incendium, mod:sophisticatedcore (incompatible), mod:insanelib, mod:glassential (incompatible), mod:cookingforblockheads (incompatible), mod:controlling (incompatible), mod:jumpoverfences (incompatible), mod:feature_nbt_deadlock_be_gone (incompatible), mod:culinaryconstruct (incompatible), mod:bookshelf, mod:sophisticatedbackpacks (incompatible), mod:littlecontraptions (incompatible), mod:buildinggadgets (incompatible), mod:framedblocks, mod:forge, mod:right_click_get_crops, mod:cofh_core, mod:thermal, mod:thermal_integration, mod:thermal_innovation, mod:thermal_locomotion, mod:plonk (incompatible), mod:thermal_cultivation, mod:appleskin (incompatible), mod:simpleplanes (incompatible), mod:progressivebosses (incompatible), mod:mekanismgenerators, mod:carryon (incompatible), mod:no_nv_flash (incompatible), mod:mob_grinding_utils (incompatible), mod:createcafe (incompatible), mod:airhop (incompatible), mod:jamd (incompatible), mod:farmersdelight (incompatible), mod:corn_delight (incompatible), mod:honeyexpansion, mod:farmersrespite (incompatible), mod:rebornstorage, mod:itshallnottick (incompatible), mod:customizableelytra (incompatible), mod:tempad (incompatible), mod:entangled, mod:endertanks, mod:commoncapabilities, mod:crashutilities (incompatible), mod:mcwfences, mod:wirelesschargers, mod:simplylight, mod:simplybackpacks (incompatible), mod:dpanvil (incompatible), mod:patchouli (incompatible), mod:ars_nouveau, mod:blockui (incompatible), mod:multipiston (incompatible), mod:spyglass_improvements (incompatible), mod:betterthanllamas (incompatible), mod:tiab (incompatible), mod:thermal_expansion, mod:integratedtunnels, mod:betterthirdperson (incompatible), mod:elevatorid, mod:betterstrongholds, mod:runelic (incompatible), mod:mekanismtools, mod:architectury (incompatible), mod:ftblibrary (incompatible), mod:ftbic (incompatible), mod:myrtrees (incompatible), mod:ftbauxilium (incompatible), mod:ftbteams (incompatible), mod:ftbranks (incompatible), mod:ftbessentials (incompatible), mod:curiouselytra (incompatible), mod:computercraft, mod:aiimprovements (incompatible), mod:bigreactors, mod:lightoverlay (incompatible), mod:trashcans, mod:enchantwithmob, mod:polylib (incompatible), mod:blockshot (incompatible), mod:voidtotem (incompatible), mod:cyclic, mod:inventorysorter (incompatible), mod:rhino (incompatible), mod:ae2wtlib (incompatible), mod:flatbedrock (incompatible), mod:sophisticatedstorage (incompatible), mod:snad (incompatible), mod:elementalcraft, mod:betterthanbunnies (incompatible), mod:scannable (incompatible), mod:ensorcellation, mod:create, mod:createdeco (incompatible), mod:waystones (incompatible), mod:goldenhopper, mod:clumps (incompatible), mod:nasty (incompatible), mod:comforts (incompatible), mod:configured (incompatible), mod:charginggadgets (incompatible), mod:ftbbackups2 (incompatible), mod:create_confectionery, mod:travel_anchors, mod:mcjtylib (incompatible), mod:rftoolsbase (incompatible), mod:xnet (incompatible), mod:rftoolsdim (incompatible), mod:rftoolspower (incompatible), mod:rftoolsbuilder (incompatible), mod:deepresonance (incompatible), mod:xnetgases (incompatible), mod:rftoolsstorage (incompatible), mod:rftoolscontrol (incompatible), mod:mahoutsukai, mod:farsight_view (incompatible), mod:terralith, mod:mininggadgets (incompatible), mod:hexcasting (incompatible), mod:ftbchunks (incompatible), mod:kubejs (incompatible), mod:kubejs_thermal (incompatible), mod:kubejs_create (incompatible), mod:kubejs_immersive_engineering (incompatible), mod:kubejs_mekanism (incompatible), mod:kubejs_ui (incompatible), mod:bloodmagic (incompatible), mod:selene (incompatible), mod:supplementaries (incompatible), mod:craftingtweaks (incompatible), mod:tconstruct (incompatible), mod:kubejs_tinkers_construct (incompatible), mod:rftoolsutility (incompatible), mod:enchdesc (incompatible), mod:eccentrictome (incompatible), mod:titanium (incompatible), mod:retraining, mod:archers_paradox, mod:soulshards (incompatible), mod:nethersdelight (incompatible), mod:omgourd, mod:quark (incompatible), mod:brutalbosses (incompatible), mod:pigpen (incompatible), mod:fluxnetworks (incompatible), mod:enderchests, mod:appbot (incompatible), mod:minecolonies (incompatible), mod:hunterillager, mod:ferritecore (incompatible), mod:minetogether (incompatible), mod:functionalstorage (incompatible), mod:moredragoneggs (incompatible), mod:modularrouters (incompatible), mod:refinedstorageaddons, mod:appmek (incompatible), mod:ae2additions (incompatible), mod:valhelsia_core (incompatible), mod:forbidden_arcanus (incompatible), mod:chiselsandbits (incompatible), mod:createaddition (incompatible), mod:controlengineering (incompatible), Supplementaries Generated Pack, mod:placebo (incompatible), mod:toastcontrol (incompatible)
    World Generation: Experimental
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'
    ModLauncher: 9.1.3+9.1.3+main.9b69c82a
    ModLauncher launch target: forgeclient
    ModLauncher naming: srg
    ModLauncher services: 
         mixin PLUGINSERVICE 
         eventbus PLUGINSERVICE 
         slf4jfixer PLUGINSERVICE 
         object_holder_definalize PLUGINSERVICE 
         runtime_enum_extender PLUGINSERVICE 
         capability_token_subclass PLUGINSERVICE 
         accesstransformer PLUGINSERVICE 
         runtimedistcleaner PLUGINSERVICE 
         mixin TRANSFORMATIONSERVICE 
         fml TRANSFORMATIONSERVICE 
    FML Language Providers: 
        minecraft@1.0
        lowcodefml@null
        kotlinforforge@3.7.1
        javafml@null
    Mod List: 
        YungsBetterDungeons-1.18.2-Forge-2.1.0.jar        |YUNG's Better Dungeons        |betterdungeons                |1.18.2-Forge-2.1.0  
        supermartijn642configlib-1.1.6-forge-mc1.18.jar   |SuperMartijn642's Config Libra|supermartijn642configlib      |1.1.6               
        paucal-forge-1.18.2-0.4.7.jar                     |PAUCAL                        |paucal                        |0.4.7               
        simplemagnets-1.1.8-forge-mc1.18.jar              |Simple Magnets                |simplemagnets                 |1.1.8               
        IntegratedTerminals-1.18.2-1.3.0.jar              |IntegratedTerminals           |integratedterminals           |1.3.0               
        1.18.2-betteramethyst-1.0.1.jar                   |Better Amethyst               |betteramethyst                |1.0.1               
        JAVD-3.0.0-build.54+mc1.18.2.jar                  |Just Another Void Dim         |javd                          |3.0.0-build.54+mc1.1
        bambooeverything-1.2.7-build.14+mc1.18.2.jar      |Bamboo Everything             |bambooeverything              |1.2.7-build.14+mc1.1
        modnametooltip-1.18.1-1.18.0.jar                  |Mod Name Tooltip              |modnametooltip                |1.18.0              
        Neat-1.8-31.jar                                   |Neat                          |neat                          |1.8-31              
        laserio-1.4.2.jar                                 |LaserIO                       |laserio                       |1.4.2               
        YungsApi-1.18.2-Forge-2.0.8.jar                   |YUNG's API                    |yungsapi                      |1.18.2-Forge-2.0.8  
        rangedpumps-0.9.2.jar                             |Ranged Pumps                  |rangedpumps                   |0.9.2               
        Shrink-1.18.2-1.3.3.jar                           |Shrink                        |shrink                        |1.3.3               
        Mute-1.0.1-build.5+mc1.18.2.jar                   |Mute                          |mute                          |1.0.1-build.5+mc1.18
        DarkUtilities-Forge-1.18.2-10.0.5.jar             |DarkUtilities                 |darkutils                     |10.0.5              
        balm-3.2.0+0.jar                                  |Balm                          |balm                          |3.2.0+0             
        ToolKit-2.2.1-build.4+mc1.18.2.jar                |Tool Kit                      |toolkit                       |2.2.1-build.4+mc1.18
        cloth-config-6.2.62-forge.jar                     |Cloth Config v4 API           |cloth_config                  |6.2.62              
        wyml-forge-1.18.2-1.1.3a.jar                      |WhyYouMakeLag                 |wyml                          |1.1.3a              
        shetiphiancore-1.18-3.10.10.jar                   |ShetiPhian-Core               |shetiphiancore                |3.10.10             
        emojiful-1.18.2-3.0.1.jar                         |Emojiful                      |emojiful                      |1.18.2-3.0.1        
        TKLib-0.0.23+1.18.2.jar                           |TKLib                         |tklib                         |0.0.23              
        refinedstorage-1.10.3.jar                         |Refined Storage               |refinedstorage                |1.10.3              
        industrial-foregoing-1.18.2-3.3.1.4-8.jar         |Industrial Foregoing          |industrialforegoing           |3.3.1.4             
        torchmaster-18.1.0.jar                            |Torchmaster                   |torchmaster                   |18.1.0              
        TipTheScales-forge-1.18.2-5.0.6.jar               |TipTheScales                  |tipthescales                  |5.0.6               
        BetterCompatibilityChecker-1.1.15-build.29+mc1.18.|Better Compatibility Checker  |bcc                           |1.1.15-build.29+mc1.
        supermartijn642corelib-1.0.19-forge-mc1.18.jar    |SuperMartijn642's Core Lib    |supermartijn642corelib        |1.0.19              
        Botania-1.18.2-434.jar                            |Botania                       |botania                       |1.18.2-434          
        enchantmenttransfer-0.0.4-1.18.2.jar              |Enchantment Transfer          |enchantmenttransfer           |0.0.4               
        spark-1.9.11-forge.jar                            |spark                         |spark                         |1.9.11              
        curios-forge-1.18.2-5.0.7.1.jar                   |Curios API                    |curios                        |1.18.2-5.0.7.1      
        advancednetherite-1.12.4-1.18.2.jar               |Advanced Netherite            |advancednetherite             |1.12.4              
        angelring-1.18.2-2.0.2.jar                        |Angel Ring 2                  |angelring                     |2.0.2               
        ExtraStorage-1.18.2-2.2.0.jar                     |Extra Storage                 |extrastorage                  |2.2.0               
        NaturesAura-36.2.jar                              |Nature's Aura                 |naturesaura                   |36.2                
        constructionwand-1.18.2-2.7.jar                   |Construction Wand             |constructionwand              |1.18.2-2.7          
        mcw-roofs-2.1.2-mc1.18.2.jar                      |Macaw's Roofs                 |mcwroofs                      |2.1.2               
        littlelogistics-mc1.18.2-v1.2.5.jar               |Little Logistics              |littlelogistics               |1.2.5               
        ftb-hide.jar                                      |TrayLauncher                  |traylauncher                  |1.0.0               
        CobbleForDays-1.5.1.jar                           |Cobble For Days               |cobblefordays                 |1.5.1               
        FastLeafDecay-28.jar                              |FastLeafDecay                 |fastleafdecay                 |28                  
        YungsBetterMineshafts-1.18.2-Forge-2.2.jar        |YUNG's Better Mineshafts      |bettermineshafts              |1.18.2-Forge-2.2    
        geckolib-forge-1.18-3.0.33.jar                    |GeckoLib                      |geckolib3                     |3.0.33              
        SuperFactoryManager-1.18.2-4.1.1.jar              |Super Factory Manager         |sfm                           |4.1.1               
        netherelytra-1.1.1-1.18.2-curios.jar              |Netherite Elytra              |netherelytra                  |1.1.0-1.18.1-curios 
        jei-1.18.2-9.7.1.232.jar                          |Just Enough Items             |jei                           |9.7.1.232           
        AttributeFix-Forge-1.18.2-14.0.2.jar              |AttributeFix                  |attributefix                  |14.0.2              
        tesseract-1.0.27-forge-mc1.18.jar                 |Tesseract                     |tesseract                     |1.0.27              
        Mekanism-1.18.2-10.2.5.465.jar                    |Mekanism                      |mekanism                      |10.2.5              
        luggage-1.3.2.jar                                 |Luggage                       |luggage                       |1.3.2               
        caelus-forge-1.18.1-3.0.0.2.jar                   |Caelus API                    |caelus                        |1.18.1-3.0.0.2      
        shutupexperimentalsettings-1.0.5.jar              |Shutup Experimental Settings! |shutupexperimentalsettings    |1.0.5               
        NaturesCompass-1.18.2-1.9.7-forge.jar             |Nature's Compass              |naturescompass                |1.18.2-1.9.7-forge  
        jumpboat-1.18.2-0.1.0.3.jar                       |Jumpy Boats                   |jumpboat                      |1.18.2-0.1.0.3      
        LibX-1.18.2-3.2.19.jar                            |LibX                          |libx                          |1.18.2-3.2.19       
        compactmachines-4.5.0.jar                         |Compact Machines 4            |compactmachines               |4.5.0               
        champions-forge-1.18.2-2.1.5.6.jar                |Champions                     |champions                     |1.18.2-2.1.5.6      
        curioofundying-forge-1.18-5.3.0.0.jar             |Curio of Undying              |curioofundying                |1.18-5.3.0.0        
        pneumaticcraft-repressurized-1.18.2-3.4.0-124.jar |PneumaticCraft: Repressurized |pneumaticcraft                |1.18.2-3.4.0-124    
        catalogue-1.6.2-1.18.2.jar                        |Catalogue                     |catalogue                     |1.6.2               
        OreBerries-Replanted-1.18.2-0.1.7.jar             |Oreberries Replanted          |oreberriesreplanted           |0.1.7               
        chalk-1.18.2-1.3.0.jar                            |Chalk                         |chalk                         |1.3.0               
        ironchest-1.18.2-13.1.9.jar                       |Iron Chests                   |ironchest                     |1.18.2-13.1.9       
        MythicBotany-1.18.2-2.1.11.jar                    |MythicBotany                  |mythicbotany                  |1.18.2-2.1.11       
        IntegratedCrafting-1.18.2-1.0.23.jar              |IntegratedCrafting            |integratedcrafting            |1.0.23              
        ZeroCore2-1.18.2-2.1.23.jar                       |Zero CORE 2                   |zerocore                      |1.18.2-2.1.23       
        client-1.18.2-20220404.173914-srg.jar             |Minecraft                     |minecraft                     |1.18.2              
        Flopper-1.18.2-1.1.2.jar                          |Flopper                       |flopper                       |1.1.2               
        theoneprobe-1.18-5.1.1.jar                        |The One Probe                 |theoneprobe                   |1.18-5.1.1          
        appliedenergistics2-11.1.5.jar                    |Applied Energistics 2         |ae2                           |11.1.5              
        AEInfinityBooster-1.18.2-1.1.0+9.jar              |AEInfinityBooster             |aeinfinitybooster             |1.18.2-1.1.0+9      
        MouseTweaks-forge-mc1.18-2.21.jar                 |Mouse Tweaks                  |mousetweaks                   |2.21                
        ImmersiveEngineering-1.18.2-8.1.0-150.jar         |Immersive Engineering         |immersiveengineering          |1.18.2-8.1.0-150    
        Ding-1.18-1.3.0.jar                               |Ding                          |ding                          |1.3.0               
        ceilingtorch-1.18.2-1.18.jar                      |Ceiling Torch                 |ceilingtorch                  |1.18                
        sushigocrafting-1.18.2-0.3.5.jar                  |Sushi Go Crafting             |sushigocrafting               |0.3.5               
        domum_ornamentum-1.18.2-1.0.55-ALPHA-universal.jar|Domum Ornamentum              |domum_ornamentum              |1.18.2-1.0.55-ALPHA 
        mmlib-1.0.5-1.18.2.jar                            |Mysterious Mountain Lib       |mmlib                         |1.0.5-1.18.2        
        pipez-1.18.2-1.1.5.jar                            |Pipez                         |pipez                         |1.18.2-1.1.5        
        flywheel-forge-1.18-0.6.4.jar                     |Flywheel                      |flywheel                      |1.18-0.6.4.87       
        alloyed-1.18.2-v1.4b.jar                          |Create: Alloyed               |alloyed                       |1.18.2              
        Mantle-1.18.2-1.9.27.jar                          |Mantle                        |mantle                        |1.9.27              
        IntegratedDynamics-1.18.2-1.11.8.jar              |IntegratedDynamics            |integrateddynamics            |1.11.8              
        itemcollectors-1.1.5-mc1.18.jar                   |Item Collectors               |itemcollectors                |1.1.5               
        gravestone-1.18.2-1.0.2.jar                       |Gravestone Mod                |gravestone                    |1.18.2-1.0.2        
        serverconfigupdater-2.0.jar                       |ServerConfig Updater          |serverconfigupdater           |2.0                 
        oauth-1.1.13-1.18.2.jar                           |OAuth                         |oauth                         |1.1.13              
        AutoRegLib-1.7-53.jar                             |AutoRegLib                    |autoreglib                    |1.7-53              
        structurize-1.18.2-1.0.424-ALPHA.jar              |Structurize                   |structurize                   |1.18.2-1.0.424-ALPHA
        portabletanks-1.1.5-forge-mc1.18.jar              |portabletanks                 |portabletanks                 |1.1.5               
        lootr-1.18.2-0.2.19.56.jar                        |Lootr                         |lootr                         |0.2.19.56           
        connectedglass-1.1.4-forge-mc1.18.jar             |Connected Glass               |connectedglass                |1.1.4               
        RainShield-1.18.2-1.1.0.jar                       |Rain Shield                   |rainshield                    |1.1.0               
        PuzzlesLib-v3.3.5-1.18.2-Forge.jar                |Puzzles Lib                   |puzzleslib                    |3.3.5               
        extremesoundmuffler-3.28_forge-1.18.2.jar         |Extreme Sound Muffler         |extremesoundmuffler           |3.28_forge-1.18.1   
        CosmeticArmorReworked-1.18.2-v2.jar               |CosmeticArmorReworked         |cosmeticarmorreworked         |1.18.2-v2           
        xptome-1.18.2-2.1.6.jar                           |XP Tome                       |xpbook                        |2.1.6               
        rsrequestify-2.2.0.jar                            |RSRequestify                  |rsrequestify                  |2.2.0               
        CyclopsCore-1.18.2-1.16.0.jar                     |Cyclops Core                  |cyclopscore                   |1.16.0              
        SuperCircuitMaker2-0.2.9+1.18.2.jar               |Super Circuit Maker           |supercircuitmaker             |0.2.9               
        advancedperipherals-1.18.2-0.7.16b.jar            |Advanced Peripherals          |advancedperipherals           |0.7.16b             
        curiousshulkerboxes-forge-1.18.1-4.2.0.0.jar      |Curious Shulker Boxes         |curiousshulkerboxes           |1.18.1-4.2.0.0      
        pocketstorage-1.18.2-1.0.1-build.18.jar           |Pocket Storage                |pocketstorage                 |1.18.2-1.0.1-build.1
        connectivity-1.18.2-3.2.jar                       |Connectivity Mod              |connectivity                  |1.18.2-3.2          
        Incendium_v5.0.4.jar                              |Incendium                     |incendium                     |0.0NONE             
        sophisticatedcore-1.18.2-0.4.11.89.jar            |Sophisticated Core            |sophisticatedcore             |1.18.2-0.4.11.89    
        InsaneLib-1.5.1-mc1.18.2.jar                      |InsaneLib                     |insanelib                     |1.5.1               
        glassential-forge-1.18.2-1.2.3.jar                |Glassential                   |glassential                   |1.18.2-1.2.3        
        cookingforblockheads-forge-1.18.2-12.0.2.jar      |CookingForBlockheads          |cookingforblockheads          |12.0.2              
        Controlling-forge-1.18.2-9.0+21.jar               |Controlling                   |controlling                   |9.0+21              
        Placebo-1.18.2-6.5.1.jar                          |Placebo                       |placebo                       |6.5.1               
        jumpoverfences-1.18-1.0.1.jar                     |Jump Over Fences              |jumpoverfences                |1.18-1.0.1          
        feature_nbt_deadlock_be_gone_forge-2.0.0+1.18.2.ja|Feature NBT Deadlock Be Gone  |feature_nbt_deadlock_be_gone  |2.0.0+1.18.2        
        culinaryconstruct-forge-1.18.2-4.3.1.0.jar        |Culinary Construct            |culinaryconstruct             |1.18.2-4.3.1.0      
        Bookshelf-Forge-1.18.2-13.2.48.jar                |Bookshelf                     |bookshelf                     |13.2.48             
        sophisticatedbackpacks-1.18.2-3.18.16.671.jar     |Sophisticated Backpacks       |sophisticatedbackpacks        |1.18.2-3.18.16.671  
        littlecontraptions-forge-1.18.2.0.jar             |Little Contraptions           |littlecontraptions            |1.18.2.0            
        buildinggadgets-3.13.0-build.5+mc1.18.2.jar       |Building Gadgets              |buildinggadgets               |3.13.0-build.5+mc1.1
        FramedBlocks-5.6.0.jar                            |FramedBlocks                  |framedblocks                  |5.6.0               
        forge-1.18.2-40.1.69-universal.jar                |Forge                         |forge                         |40.1.69             
        right_click_get_crops-1.18.2-1.2.2.6.jar          |Right Click, Get Crops        |right_click_get_crops         |1.2.2.6             
        cofh_core-1.18.2-1.6.4.21.jar                     |CoFH Core                     |cofh_core                     |1.6.4.21            
        thermal_foundation-1.18.2-1.6.3.28.jar            |Thermal Series                |thermal                       |1.6.3.28            
        thermal_integration-1.18.2-1.6.3.7.jar            |Thermal Integration           |thermal_integration           |1.6.3.7             
        thermal_innovation-1.18.2-1.6.3.12.jar            |Thermal Innovation            |thermal_innovation            |1.6.3.12            
        thermal_locomotion-1.18.2-1.6.3.8.jar             |Thermal Locomotion            |thermal_locomotion            |1.6.3.8             
        plonk-1.18.2-10.0.2.jar                           |Plonk                         |plonk                         |10.0.2              
        thermal_cultivation-1.18.2-1.6.3.11.jar           |Thermal Cultivation           |thermal_cultivation           |1.6.3.11            
        appleskin-forge-mc1.18.2-2.4.1.jar                |AppleSkin                     |appleskin                     |2.4.1+mc1.18.2      
        simpleplanes-1.18.2-4.14.1.jar                    |Simple Planes                 |simpleplanes                  |1.18.2-4.14.1       
        ProgressiveBosses-3.5.16-mc1.18.2.jar             |Progressive Bosses            |progressivebosses             |3.5.16              
        MekanismGenerators-1.18.2-10.2.5.465.jar          |Mekanism: Generators          |mekanismgenerators            |10.2.5              
        carryon-1.18.2-1.17.0.8.jar                       |Carry On                      |carryon                       |1.17.0.8            
        no_nv_flash-1.18.2-1.4.0.2.jar                    |No Night Vision Flashing      |no_nv_flash                   |1.4.0.2             
        mob_grinding_utils-1.18.2-0.4.43.jar              |Mob Grinding Utils            |mob_grinding_utils            |1.18.2-0.4.43       
        createcafe-1.9-1.18.2.jar                         |Create Cafe                   |createcafe                    |1.9-1.18.2          
        AirHop-v3.2.0-1.18.2-Forge.jar                    |Air Hop                       |airhop                        |3.2.0               
        JAMD-1.7.0-build.25+mc1.18.2.jar                  |Just Another Mining Dimension |jamd                          |1.7.0-build.25+mc1.1
        FarmersDelight-1.18.2-1.1.2.jar                   |Farmer's Delight              |farmersdelight                |1.18.2-1.1.2        
        corn_delight-1.0.4-1.18.2.jar                     |Corn Delight                  |corn_delight                  |1.0.4-1.18.2        
        honeyexpansion-1.1.1.jar                          |Honey expansion               |honeyexpansion                |1.1.1               
        FarmersRespite-1.18.2-1.3.0.jar                   |Farmer's Respite              |farmersrespite                |1.18.1-1.3.0        
        rebornstorage-1.18.2-4.0.12.jar                   |RebornStorage                 |rebornstorage                 |4.0.12              
        ItShallNotTick-1.0.20-build.21.jar                |It Shall Not Tick             |itshallnottick                |1.0.20-build.21     
        customizableelytra-1.18.2-1.6.5.jar               |Customizable Elytra           |customizableelytra            |1.18.2-1.6.5        
        tempad-forge-1.18.2-1.4.1.jar                     |Tempad                        |tempad                        |1.4.1               
        entangled-1.3.11-forge-mc1.18.jar                 |Entangled                     |entangled                     |1.3.11              
        endertanks-1.18-1.11.7.jar                        |EnderTanks                    |endertanks                    |1.11.7              
        CommonCapabilities-1.18.2-2.8.2.jar               |CommonCapabilities            |commoncapabilities            |2.8.2               
        crashutilities-4.1.jar                            |Crash Utilities               |crashutilities                |4.1                 
        mcw-fences-1.0.6-mc1.18.2.jar                     |Macaw's Fences and Walls      |mcwfences                     |1.0.6               
        wirelesschargers-1.0.6-forge-mc1.18.jar           |Wireless Chargers             |wirelesschargers              |1.0.6               
        simplylight-1.18.2-1.4.2-build.31.jar             |Simply Light                  |simplylight                   |1.18.2-1.4.2-build.3
        simplybackpacks-1.18.2-2.1.2-build.40.jar         |Simply Backpacks              |simplybackpacks               |1.18.2-2.1.2-build.4
        dpanvil-1.18.2-3.4.1.jar                          |DataPack Anvil                |dpanvil                       |1.18.2-3.4.1        
        Patchouli-1.18.2-71.1.jar                         |Patchouli                     |patchouli                     |1.18.2-71.1         
        ars_nouveau-1.18.2-2.7.3.jar                      |Ars Nouveau                   |ars_nouveau                   |2.7.3               
        blockui-1.18.2-0.0.58-ALPHA.jar                   |UI Library Mod                |blockui                       |1.18.2-0.0.58-ALPHA 
        multi-piston-1.18.2-1.2.15-ALPHA.jar              |Multi-Piston                  |multipiston                   |1.18.2-1.2.15-ALPHA 
        spyglass_improvements-1.2+mc1.18.x+forge.jar      |Spyglass Improvements         |spyglass_improvements         |1.2+mc1.18.x        
        BetterThanLlamas-1.18-1.1.1.jar                   |Better Than Llamas            |betterthanllamas              |1.1.1               
        time-in-a-bottle-2.1.0-mc1.18.1.jar               |Time In A Bottle              |tiab                          |2.1.0-mc1.18.1      
        thermal_expansion-1.18.2-1.6.3.13.jar             |Thermal Expansion             |thermal_expansion             |1.6.3.13            
        IntegratedTunnels-1.18.2-1.8.13.jar               |IntegratedTunnels             |integratedtunnels             |1.8.13              
        BetterThirdPerson-Forge-1.18.2-1.8.1.jar          |Better Third Person           |betterthirdperson             |1.8.1               
        elevatorid-1.18.2-1.8.4.jar                       |Elevator Mod                  |elevatorid                    |1.18.2-1.8.4        
        YungsBetterStrongholds-1.18.2-Forge-2.1.1.jar     |YUNG's Better Strongholds     |betterstrongholds             |1.18.2-Forge-2.1.1  
        Runelic-Forge-1.18.2-11.0.1.jar                   |Runelic                       |runelic                       |11.0.1              
        MekanismTools-1.18.2-10.2.5.465.jar               |Mekanism: Tools               |mekanismtools                 |10.2.5              
        architectury-4.8.82-forge.jar                     |Architectury                  |architectury                  |4.8.82              
        SimpleDiscordRichPresence-forge-2.0.1-build.15+mc1|Simple Discord Rich Presence  |sdrp                          |2.0.1-build.15+mc1.1
        ftb-library-forge-1802.3.6-build.140.jar          |FTB Library                   |ftblibrary                    |1802.3.6-build.140  
        ftb-industrial-contraptions-1802.1.6-build.210.jar|FTB Industrial Contraptions   |ftbic                         |1802.1.6-build.210  
        myrtrees-forge-1.1.0-build.29.jar                 |Myrtrees                      |myrtrees                      |1.1.0-build.29      
        ftbauxilium-forge-1802.1.7-build.31-forge.jar     |FTB Auxilium                  |ftbauxilium                   |1802.1.7-build.31   
        ftb-teams-forge-1802.2.6-build.51.jar             |FTB Teams                     |ftbteams                      |1802.2.6-build.51   
        ftb-ranks-forge-1802.1.8-build.34.jar             |FTB Ranks                     |ftbranks                      |1802.1.8-build.34   
        ftb-essentials-1802.1.7-build.42.jar              |FTB Essentials                |ftbessentials                 |1802.1.7-build.42   
        curiouselytra-forge-1.18.1-5.0.1.0.jar            |Curious Elytra                |curiouselytra                 |1.18.1-5.0.1.0      
        cc-tweaked-1.18.2-1.100.9.jar                     |CC: Tweaked                   |computercraft                 |1.100.9             
        AI-Improvements-1.18.2-0.5.0.jar                  |AI-Improvements               |aiimprovements                |0.5.0               
        ExtremeReactors2-1.18.2-2.0.51.jar                |Extreme Reactors              |bigreactors                   |1.18.2-2.0.51       
        light-overlay-6.0.5-forge.jar                     |Light Overlay                 |lightoverlay                  |6.0.5               
        trashcans-1.0.15-forge-mc1.18.jar                 |Trash Cans                    |trashcans                     |1.0.15              
        enchantwithmob-1.18.2-4.2.0.jar                   |Enchant With Mob              |enchantwithmob                |1.18.2-4.2.0        
        polylib-forge-1801.0.2-build.13.jar               |PolyLib                       |polylib                       |1801.0.2-build.13   
        blockshot-forge-1.18.2-1.2.6.jar                  |BlockShot                     |blockshot                     |1.2.6               
        voidtotem-forge-1.18.2-1.3.1.jar                  |Void Totem                    |voidtotem                     |1.18.2-1.3.1        
        Cyclic-1.18.2-1.7.3.jar                           |Cyclic                        |cyclic                        |1.18.2-1.7.3        
        inventorysorter-1.18-19.0.0.jar                   |Simple Inventory Sorter       |inventorysorter               |19.0.0              
        rhino-forge-1802.1.14-build.209.jar               |Rhino                         |rhino                         |1802.1.14-build.209 
        AE2WTLib-11.1.4.jar                               |AE2WTLib                      |ae2wtlib                      |11.1.4              
        flatbedrock-1.4.2-build.10+mc1.18.2.jar           |Flat Bedrock                  |flatbedrock                   |1.4.2-build.10+mc1.1
        sophisticatedstorage-1.18.2-0.4.8.93.jar          |Sophisticated Storage         |sophisticatedstorage          |1.18.2-0.4.8.93     
        Snad-1.18.2-1.22.04.15a.jar                       |Snad                          |snad                          |1.18.2-1.22.04.15a  
        elementalcraft-1.18.2-4.4.20.jar                  |ElementalCraft                |elementalcraft                |1.18.2-4.4.20       
        BetterThanBunnies-1.18-1.2.0.jar                  |Better Than Bunnies           |betterthanbunnies             |1.2.0               
        scannable-1.18.2-forge-1.7.6+135af8a.jar          |Scannable                     |scannable                     |1.7.6               
        ensorcellation-1.18.2-1.6.1.8.jar                 |Ensorcellation                |ensorcellation                |1.6.1.8             
        create-mc1.18.2_v0.5.0c.jar                       |Create                        |create                        |0.5.0c              
        createdeco-1.2.9-1.18.2.jar                       |Create Deco                   |createdeco                    |1.2.9-1.18.2        
        waystones-forge-1.18.2-10.1.0.jar                 |Waystones                     |waystones                     |10.1.0              
        goldenhopper-1.2.7-1.18.2.jar                     |Golden Hopper                 |goldenhopper                  |1.2.7               
        Clumps-forge-1.18.2-8.0.0+15.jar                  |Clumps                        |clumps                        |8.0.0+15            
        NastyMobs-1.18.2-1.0.10.jar                       |Nasty Mobs                    |nasty                         |1.0.10              
        comforts-forge-1.18.2-5.0.0.4.jar                 |Comforts                      |comforts                      |1.18.2-5.0.0.4      
        configured-1.5.3-1.18.2.jar                       |Configured                    |configured                    |1.5.3               
        charginggadgets-1.7.0.jar                         |Charging Gadgets              |charginggadgets               |1.7.0               
        ftbbackups2-forge-1.18.2-1.0.13.jar               |FTB Backups 2                 |ftbbackups2                   |1.0.13              
        create-confectionery1.18.2_v1.0.8.jar             |Create Confectionery          |create_confectionery          |1.0.8               
        TravelAnchors-1.18.2-3.3.jar                      |Travel Anchors                |travel_anchors                |1.18.2-3.3          
        mcjtylib-1.18-6.0.16.jar                          |McJtyLib                      |mcjtylib                      |1.18-6.0.16         
        rftoolsbase-1.18-3.0.10.jar                       |RFToolsBase                   |rftoolsbase                   |1.18-3.0.10         
        xnet-1.18-4.0.5.jar                               |XNet                          |xnet                          |1.18-4.0.5          
        rftoolsdim-1.18-8.0.8.jar                         |RFToolsDimensions             |rftoolsdim                    |1.18-8.0.8          
        rftoolspower-1.18-4.0.5.jar                       |RFToolsPower                  |rftoolspower                  |1.18-4.0.5          
        rftoolsbuilder-1.18-4.0.14.jar                    |RFToolsBuilder                |rftoolsbuilder                |1.18-4.0.14         
        deepresonance-3.0.10.jar                          |DeepResonance                 |deepresonance                 |3.0.10              
        XNetGases-1.18.2-3.0.1.jar                        |XNet Gases                    |xnetgases                     |3.0.1               
        rftoolsstorage-1.18-3.0.8.jar                     |RFToolsStorage                |rftoolsstorage                |1.18-3.0.8          
        rftoolscontrol-1.18-5.0.6.jar                     |RFToolsControl                |rftoolscontrol                |1.18-5.0.6          
        mahoutsukai-1.18.2-v1.34.31.jar                   |Mahou Tsukai                  |mahoutsukai                   |1.18.2-v1.34.31     
        farsight-1.18.2-1.9.jar                           |Farsight mod                  |farsight_view                 |1.18.2-1.9          
        ToastControl-1.18.2-6.0.3.jar                     |Toast Control                 |toastcontrol                  |6.0.3               
        Terralith_v2.2.1a.jar                             |Terralith                     |terralith                     |0.0NONE             
        mininggadgets-1.11.0.jar                          |Mining Gadgets                |mininggadgets                 |1.11.0              
        hexcasting-forge-1.18.2-0.9.1.jar                 |Hex Casting                   |hexcasting                    |0.9.1               
        ftb-chunks-forge-1802.3.6-build.147.jar           |FTB Chunks                    |ftbchunks                     |1802.3.6-build.147  
        kubejs-forge-1802.5.4-build.533.jar               |KubeJS                        |kubejs                        |1802.5.4-build.533  
        kubejs-thermal-1802.1.5-build.14.jar              |KubeJS Thermal                |kubejs_thermal                |1802.1.5-build.14   
        kubejs-create-forge-1802.2.2-build.28.jar         |KubeJS Create                 |kubejs_create                 |1802.2.2-build.28   
        kubejs-immersive-engineering-1802.2.1-build.35.jar|KubeJS Immersive Engineering  |kubejs_immersive_engineering  |1802.2.1-build.35   
        kubejs-mekanism-1802.1.3-build.8.jar              |KubeJS Mekanism               |kubejs_mekanism               |1802.1.3-build.8    
        kubejs-ui-forge-1802.1.8-build.17.jar             |KubeJS UI                     |kubejs_ui                     |1802.1.8-build.17   
        BloodMagic-1.18.2-3.2.5-40.jar                    |Blood Magic                   |bloodmagic                    |1.18.2-3.2.5-40     
        selene-1.18.2-1.17.9.jar                          |Selene                        |selene                        |1.18.2-1.17.9       
        supplementaries-1.18.2-1.4.8.jar                  |Supplementaries               |supplementaries               |1.18.2-1.4.8        
        craftingtweaks-forge-1.18.2-14.0.3.jar            |CraftingTweaks                |craftingtweaks                |14.0.3              
        TConstruct-1.18.2-3.5.0.18.jar                    |Tinkers' Construct            |tconstruct                    |3.5.0.18            
        kubejs-tinkers-1802.1.0-build.1.jar               |KubeJS Tinkers Construct      |kubejs_tinkers_construct      |1802.1.0-build.1    
        rftoolsutility-1.18-4.0.16.jar                    |RFToolsUtility                |rftoolsutility                |1.18-4.0.16         
        EnchantmentDescriptions-Forge-1.18.2-10.0.6.jar   |EnchantmentDescriptions       |enchdesc                      |10.0.6              
        eccentrictome-1.18.2-1.8.0.jar                    |Eccentric Tome                |eccentrictome                 |0.0NONE             
        titanium-1.18.2-3.5.6-38.jar                      |Titanium                      |titanium                      |3.5.6               
        Retraining-forge-1.18.2-1.1.0.jar                 |Retraining                    |retraining                    |1.1.0               
        archers_paradox-1.18.2-1.6.1.6.jar                |Archer's Paradox              |archers_paradox               |1.6.1.6             
        soulshards-1.18.2-1.3.2.jar                       |SoulShards                    |soulshards                    |1.18.2-1.3.2        
        NethersDelight-1.18.2-2.2.0.jar                   |Nethers Delight               |nethersdelight                |2.2                 
        omgourd-1.18.2-1.6.1.5.jar                        |Oh My Gourd                   |omgourd                       |1.6.1.5             
        Quark-3.2-358.jar                                 |Quark                         |quark                         |3.2-358             
        brutalbosses-1.18.2-5.4.jar                       |brutalbosses mod              |brutalbosses                  |1.18.2-5.4          
        PigPen-Forge-1.18.2-8.0.1.jar                     |PigPen                        |pigpen                        |8.0.1               
        FluxNetworks-1.18.2-7.0.6.7.jar                   |Flux Networks                 |fluxnetworks                  |7.0.6.7             
        enderchests-1.18-1.9.6.jar                        |EnderChests                   |enderchests                   |1.9.6               
        Applied-Botanics-1.0.1.jar                        |Applied Botanics              |appbot                        |1.0.1               
        minecolonies-1.18.2-1.0.919-ALPHA.jar             |MineColonies                  |minecolonies                  |1.18.2-1.0.919-ALPHA
        HunterIllager-1.18.2-4.0.1.jar                    |Hunter Illager                |hunterillager                 |1.18.2-4.0.1        
        ferritecore-4.2.1-forge.jar                       |Ferrite Core                  |ferritecore                   |0.0NONE             
        minetogether-forge-1.18.2-5.2.7.jar               |MineTogether                  |minetogether                  |5.2.7               
        functionalstorage-1.18.2-1.0.1.jar                |Functional Storage            |functionalstorage             |1.18.2-1.0.1        
        moredragoneggs-3.1.jar                            |More Dragon Eggs              |moredragoneggs                |3.1                 
        modular-routers-1.18.2-9.1.1-93.jar               |Modular Routers               |modularrouters                |9.1.1-93            
        refinedstorageaddons-0.8.2.jar                    |Refined Storage Addons        |refinedstorageaddons          |0.8.2               
        Applied-Mekanistics-1.2.1.jar                     |Applied Mekanistics           |appmek                        |1.2.1               
        AEAdditions-1.18.2-3.2.2.jar                      |AE Additions                  |ae2additions                  |3.2.2               
        valhelsia_core-forge-1.18.2-0.4.0.jar             |Valhelsia Core                |valhelsia_core                |1.18.2-0.4.0        
        forbidden_arcanus-1.18.2-2.1.0-beta3.jar          |Forbidden & Arcanus           |forbidden_arcanus             |1.18.2-2.1.0-beta3  
        ChiselsBits-forge-1.18.2-1.2.113-universal.jar    |Chisels & bits                |chiselsandbits                |1.2.113             
        createaddition-1.18.2-20220715a.jar               |Create Crafts & Additions     |createaddition                |1.18.2-20220715a    
        ControlEngineering-0.1.1.jar                      |Control Engineering           |controlengineering            |0.1.1               
    Flywheel Backend: GL33 Instanced Arrays
    Crash Report UUID: 5e77772e-97cd-468b-8e0e-375716e24a23
    FML: 40.1
    Forge: net.minecraftforge:40.1.69
    FramedBlocks BlockEntity Warning: Not applicable
raoulvdberge commented 1 year ago

Closed in favor of epic issue #3424.

raoulvdberge commented 10 months ago

Hello. This bug has been fixed in v1.12.4 of Refined Storage. If this issue persists anyway, please feel free to create a new bug.

raoulvdberge commented 10 months ago

This bug has also been fixed in v1.11.7 of Refined Storage for Minecraft 1.19.2. If this issue persists anyway, please feel free to create a new bug.

raoulvdberge commented 9 months ago

Hello, this bug is now also fixed for Minecraft 1.18.2 in v1.10.6.