[SPIGOT-4807] Given chest with nbt data will not place correctly Created: 28/Apr/19 Updated: 28/Apr/19 Resolved: 28/Apr/19 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | Doctor | Assignee: | Unassigned |
Resolution: | Duplicate | Votes: | 0 |
Labels: | 1.14, bug, spigot | ||
Environment: |
Ubuntu 18.04 |
Issue Links: |
|
||||||||
Version: | This server is running CraftBukkit version git-Spigot-4d24e36-5193f76 (MC: 1.14) (Implementing API version 1.14-R0.1-SNAPSHOT) | ||||||||
Guidelines Read: | Yes |
Description |
When spawning a chest with the following command /give @p minecraft:chest{BlockEntityTag:{Items:[{Slot:0b,id:"minecraft:dirt",Count:1b}]}} 1
And placing the chest it will not have the item in it (dirt) but when a skulker is placed with the same nbt data it will have the dirt in it
/give @p minecraft:shulker_box{BlockEntityTag:{Items:[{Slot:0b,id:"minecraft:dirt",Count:1b}]}} 1
|
Comments |
Comment by Doctor [ 28/Apr/19 ] |
Did some testing based off the duplicate you have to be operator and creative for it to work if you only have one it still wont work |