Storage Overhaul

Storage Overhaul

2M Downloads

Vanilla chest recipe is missing when Quark is also installed

TheDeviantCrafter opened this issue ยท 2 comments

commented

Bug description
With just Quark or Storage Overhaul installed, the vanilla chest can be crafted normally. With both, the recipe breaks and cannot be crafted with any plank.

Steps to reproduce the issue

  1. Install just Quark, launch the game, and try to craft a chest. Success.
  2. Install just Storage Overhaul, launch the game, and try to craft a chest. Success.
  3. Install BOTH Storage Overhaul and Quark, launch the game, and try to craft a chest. The recipe is broken. It also doesn't appear in JEI.

Expected behavior
The vanilla chest recipe (8 of any plank in a circle) should create a vanilla chest.

Log files
https://gist.github.com/TheDeviantCrafter/48cc3c99cdff5d5be7c7bf4e0a64b433

Versions

  • Minecraft version 1.15.6
  • Forge version 16.0.43
  • Mod version 1.0.2

Other mods
This bug requires two mods:

  1. Storage Overhaul, which adds chests for the 6 vanilla woods
  2. Quark, which ALSO adds its own chests for the 6 vanilla woods (but these use the vanilla chest recipe)
commented

Custom chest recipes created through CraftTweaker are also affected. In my modpack I'm using the following script:

// Convert any chest into a vanilla chest
craftingTable.addShapeless("gear_modded_chest_to_vanilla_chest", item:minecraft:chest, [tag:items:forge:chests]);

This recipe also stopped working when I added Storage Overhaul to my modpack.

Nevermind, my script was just bugged. The main issue is unrelated and still occuring.

commented

This mod doesn't even touch vanilla recipes. It adds completely different recipes for chests. This has to be an issue of quark.