[Bug] REI adding empty tags to bookmarks and cheated items, making them unstackable
Abalieno opened this issue ยท 1 comments
What happened?
Still on 19.2 fabric.
I noticed that while using cheat items I'd end up them not stacking in inventory. Turns out the cheated items append a "tag: {}"
While troubleshooting, I found out that:
- default grab mode adds those empty tags, while give cheat mode works normally
- even the bookmarks show the empty tag
- the empty tag is added to a cheated item both as I grab it from a bookmark, or from the standard item list
So I guess there's something that always appends this empty tag.
This is an example taken from favorites.json5
"{data:{Count:1b,id:"create:wrench",tag:{},type:"minecraft:item"},type:"roughlyenoughitems:entry_stack"}"
What mod loaders are you seeing the problem on?
Fabric
What do you think this bug is of?
- Visual
- Recipe Lookup
- Cheat Mode
- Plugin Integration / JEI Plugin Compatibility
- Others
Relevant log output
noneAnything else?
No response
By submitting this issue, I have included the necessary logs by pasting the contents into the correct location or attaching the file as an upload.
- Yes, and I did not use any paste services other than GitHub Gists.
By submitting this issue, I have confirmed my REI and REI's dependencies are up to date.
- Yes