Vanilla chest recipe is missing when Quark is also installed
TheDeviantCrafter opened this issue ยท 2 comments
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
- Install just Quark, launch the game, and try to craft a chest. Success.
- Install just Storage Overhaul, launch the game, and try to craft a chest. Success.
- 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:
- Storage Overhaul, which adds chests for the 6 vanilla woods
- Quark, which ALSO adds its own chests for the 6 vanilla woods (but these use the vanilla chest recipe)
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.