Hey, I'm trying to use the vanilla /setblock command to spawn in plates with items on them for a creative build. I'm trying to get non-food items onto plates, but so far I can't even get food items onto them.
I looked up the metadata for a plate, and this is what I found:
I tried the command
/setblock ~ ~ ~ 211 0 keep {FoodItem:[{id:260,Count:5}]}
where 211 is the plate id, and 260 is the id for an apple,
but all it does is place an empty plate.
I tried looking at the NBT tag pages on the wiki, but I couldn't find anything on plates, or how to use their nbt tags.
Could someone help me out? I'm not sure if I have the syntax right, or if I'm using the correct tag