Hello everyone, I'm currently working on a map that requires some redstone aaand this command I can't fix. Can you tell me what's the problem with it?
I'd like to summon a Harming potion (splash).
/summon Item ~ ~6 ~ {Item:{id:373,dataTag:16428,Count:1}}
I have to improve my command skills Any help would be appreciated.
Thanks,
KGold
I'd like to summon a Harming potion (splash).
/summon Item ~ ~6 ~ {Item:{id:373,dataTag:16428,Count:1}}
I have to improve my command skills Any help would be appreciated.
Thanks,
KGold
4
Poltercreeper, that's what I'm looking for, copied the command into the command block, but it was unable to summon...didn't you miss something?
your using the wrong set up, heres the correct command if you want it to splash immediately:
/summon ThownPotion ~ ~6 ~ {Potion:{CustomPotionEffects:[{id:7, Amplifier:1}]}, potionValue:16428}
or this if you want the item to not splash immediately:
/summon ThownPotion ~ ~6 ~ {Potion:{CustomPotionEffects:[{id:7, Amplifier:1}]}, potionValue:16428}
or this if you want the item to not splash immediately:
craftykidsThe problem is that you used dataTag instead of Damage. The correct command would be:
/summon Item ~ ~6 ~ {Item:{id:373,Damage:16428,Count:1}}
The problem is that you used dataTag instead of Damage. The correct command would be:
/summon Item ~ ~6 ~ {Item:{id:373,Damage:16428,Count:1}}
/summon Item ~ ~6 ~ {Item:{id:373,Damage:16428,Count:1}}
is this map on a server
