View difference between Paste ID: Y0G7zLdP and zQxrLCzC
SHOW: | | - or go back to the newest paste.
1-
/summon Item ~ ~ ~3 {display:{Name:"Buff: Minor Health"},Item:{id:358,Count:1,Damage:20}}
1+
/summon Item ~ ~ ~3 {
2
    Item: {
3
        id: 358,
4
        Count: 1,
5
        Damage: 20,
6
        tag: {
7
            display: {
8
                Name: "Buff: Minor Health"
9
            }
10
        }
11
    }
12
}