Adding a shulker box with NBT directly to the back slot doesn't 'initialize' it properly
vico93 opened this issue ยท 2 comments
Well, the steps to reproduce it are the following:
- Create a new singleplayer world as survival mode;
- Give yourself a shulker box with the following command:
/give @s black_shulker_box{display:{Name:"{\"text\":\"BackPack\"}"},BlockEntityTag:{LootTable:"minecraft:chests/spawn_bonus_chest"}}
- Don't open it yet! Select the slot where the shulker box is and right-click it in the middle of the air;
- The shulker box will be sent to the back slot without the "BackPack" custom name and empty
- Now remove the shulker from back and place it on the ground. It now will get the "BackPack" name AND the random generated loot.
I'm using Forge 28.1.1, curios-FORGE-1.14.4-1.0 and curiousshulkerboxes-FORGE-1.14.4-1.0.
Although I am seeing that the loot isn't generated, I'm also seeing the custom name being initialized properly. Can you include a screenshot of what you're seeing on your end?
Yeah, when i give the shulker box it shows the custom name, but when i equip in the way described above it wont show the name in the GUI title when opened using the slot hotkey (ps.: game in portuguese brazil, so "Caixa de shulker" is the default name of Shulker Box in this language)
While after placing the shulker in the ground and opening after properly shows the block name in GUI title: