Putting any apotheosis generated item in an anvil renames it to weird numbers.
Art1xs opened this issue ยท 3 comments
apothbug1.mp4
This video shows the bug in all its glory.
I noticed this bug in a small modpack I made for myself. I am not too sure what provokes this bug, but it seems to break the names (and sometimes attributes) of all the apotheosis generated loot in chests.
In this video, the only other mods I have installed are placebo (naturally), guard villagers, and advanced x-ray (I needed to look for a chest with apotheosis loot on it. don't hurt me)
Alright I spent a fair amount of time looking into this and have determined that there is no good way to go about solving it. The anvil translates the name into a String under all cases, so anything with a custom name that uses anything more than just default string characters just fails. It would require a complete rework of how the anvil handles item names to fix it.