boyonk
boyonk
Yes. You can view the data for your saved hotbars in the hotbar.nbt file in your .minecraft folder.
This is caused by [https://github.com/IntellectualSites/FastAsyncWorldEdit/blob/d73ff19d6c6438b927afdc923567f0264de218ae/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/clipboard/io/schematic/MinecraftStructure.java#L207](https://github.com/IntellectualSites/FastAsyncWorldEdit/blob/d73ff19d6c6438b927afdc923567f0264de218ae/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/clipboard/io/schematic/MinecraftStructure.java#L207) The code iterates over the clipboard twice: once to assemble the palette and the second time to store the blocks as references to the palette....