This code gives an error on the last line:on join:
set {CustomItem::TestItem} to redstone with name "&4&lTEST" with lore "&7Test1" and "&8Test2"
on death:
if victim is a sheep or pig or cow or chicken or donkey or horse or villager:
feed attacker by 2 beefs
chance of 33%:
drop {CustomItem::TestItem} at victim's location
"Can't understand this condition/effect: drop {CustomItem::TestItem} at victim's location"
But if the code is like this:
The code works perfectlydrop redstone with name "&4&lTEST" with lore "&7Test1" and "&8Test2" at victim's location
Why?
Last edited: