
doesn't work properly with the recipe `supplementaries:item_lore_display`
Closed this issue 路 17 comments
Issue type:
- 馃悰 Bug
Short description:
the structured crafter eats the nametag
tested with vanilla chests and PolyDecorations display cases as the input holder
Steps to reproduce the problem:
- have supplementaries installed
- try to add item lore by crafting a renamed nametag with another item
- see the nametag gets eaten
Expected behaviour:
the nametag wouldn't get eaten
it doesn't get eaten by crafting tables or vanilla crafters
Versions:
- This mod: 0.2.7
- Minecraft: 1.21.1
- Mod loader version: Fabric 0.16.10
- Supplementaries: 1.21-3.1.7
Log file:
What kind of recipe is this exactly?
Can you reproduce this with vanilla recipes?
I've looked at it some more
supplementaries:item_lore_display
is actually just what shows in recipe veiwers
the actual recipe is supplementaries:item_lore
some links that are hopefully helpful
https://github.com/MehVahdJukaar/Supplementaries/blob/b50b4c18f3ac4845eb36323813ee983142fdcc3d/common/src/main/java/net/mehvahdjukaar/supplementaries/common/items/crafting/SpecialRecipeDisplays.java#L199
the vanilla cake recipe works and leaves the buckets in the inputs
although it doesn't work if an empty bucket is before a milk bucket in an input chest
Contribute to MehVahdJukaar/Supplementaries development by creating an account on GitHub.
Contribute to MehVahdJukaar/Supplementaries development by creating an account on GitHub.
Contribute to MehVahdJukaar/Supplementaries development by creating an account on GitHub.
I'm on this mod: 0.2.9 now
it still seems to be broken
also the vanilla banner copying recipe has I think the same issue (didn't test in earlier versions)
crafter horizontal with chests at both ends
some chance it could be a mod incompat
I tested removing lychee and polymer and they didn't seem to change anything
also updated fabric loader to 0.16.14
Thanks for the additional information. I managed to reproduce your problem. Fix will be out soon!
good news: some input arrangements work
bad news: some input arrangements crash the server world brickingly
Thanks! that is certainly helpful. Looks like an array mixup at first glance. I can't tell if this is related yet.