-
Notifications
You must be signed in to change notification settings - Fork 433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shulkerbox dupe #3681
Comments
What version of Minecraft are you running? |
After investigation, it is found that this is a compatibility issue, and for unknown reasons, Shulkerbox will be added with chest's ore dictionary tag. This is not a problem of OC itself This is my personal speculation, because the ModPack I am using has this modification. But no attempt was made to reproduce it |
I am running the compact claustrophobia mod pack
…On Mon, Apr 15, 2024 at 2:41 AM zeng-git ***@***.***> wrote:
What version of Minecraft are you running?
After investigation, it is found that this is a compatibility issue, and
for unknown reasons, Shulkerbox will be added with chest's ore dictionary
tag. This is not a problem of OC itself
—
Reply to this email directly, view it on GitHub
<#3681 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BELYXCGLT6RSE3W4URWKP5LY5OOF3AVCNFSM6AAAAABABYRKL6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJWGM4TMNRVGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This is a difficult issue because it would be unreasonable to track what the card was made with and so it ends up being that the disassembler just spits out what the recipe consists of and shulker box just happens to be at the top of the list for items with the forge:chest tag. Maybe the tag needs to be more specific. I'm sure there is another mod that adds shulker boxes to that tag and maybe that should be changed. It would be an easier fix than changing the code of the disassembler. However, it could result in breaking changes for other mods. Though I imagine adding a filter to keep the disassembler from creating shulker boxes wouldn't be too hard. Worst case you use a shulker to make the container card and you lose it upon disassembly. I doubt anyone is using shulker boxes to make things that could use a chest instead. |
Using a disassembler and a card container made with a chest you can get a shulker box
The text was updated successfully, but these errors were encountered: