SophisticatedStorage icon indicating copy to clipboard operation
SophisticatedStorage copied to clipboard

Storage upgrades do not work on chests from the 'More Chest Variants' mod

Open Maikidott opened this issue 1 year ago • 2 comments

Pretty self-explanitory. When right clicking on a chest from one of these mods, it simply opens it as if you were holding nothing. It'd be nice if they turned the variants from the mod into the ones from Quark if it's installed (As I use the mod so that modded wood from Biomes o' Plenty can have their own chests, but it also replaces vanilla/Quark ones as well.)

Maikidott avatar May 10 '24 00:05 Maikidott

I will take a look at whether this can be done in some either super simple way or a way that would automatically support chest wood types from any mod, but it may not be possible that easily and I don't think I want to add another compat that forces dependency on another mod just for this.

P3pp3rF1y avatar May 16 '24 09:05 P3pp3rF1y

While this doesn't solve the issue for more wood types, it'd be pretty easy to just change your quark recipes to a tag, no? That does seem to be what they're asking for, to be able to use other vanilla wood chests. Bit odd that they didn't use literally any of the other solutions to their problem though, like switching to Every Compat which would automatically add the variants of chests or adding polymorph to make quark chests available again tho.

{
  "replace": false,
    {
      "id": "quark:oak_chest",
      "required": false
    },
    {
      "id": "lolmcv:oak_chest",
      "required": false
    },
    {
      "id": "woodworks:oak_chest",
      "required": false
    },
  ]
}

FoggyWizard avatar May 10 '25 02:05 FoggyWizard