#Error with custom item drops

1 messages · Page 1 of 1 (latest)

urban flower
#

For some reason this error shows up on 1 line only, I don't know why it's exactly the same as the other one.

on death:
    if name of victim is "&aNature Grunt":
        chance of 20%:
            set {_drop} to white tulip named "§a§lBlesssed Tulip" with lore "§a§lUncommon"
            drop {_drop} at victim's location
            stop
        chance of 18%:
            set {_drop} to torch flower named "§a§lFlower of Life" with lore "§9§lRare"
            drop {_drop} at victim's location
            stop

The error lies in the line set {_drop} to torch flower named "§a§lFlower of Life" with lore "§9§lRare" and im confused why

#

and the other line works completely fine btw

regal raptor
#

What is torch flower

#

Makes 0 sense

urban flower
#

1.20.1 item

#

that thing

regal raptor
#

Is that the real name of it

#

Check the item type of it

urban flower
#

minecraft:torchflower

regal raptor
#

urban flower
#

decoration b locks

#

blocks*

#

the skript docs say "torch flower¦s = minecraft:torchflower"

regal raptor
#

Enable effect commands and type !broadcast player’s tool

#

Or just broadcast your tool so you know what the item is called

urban flower
#

here is the error message

#

Okay, well, I figured out it works fine i n 1.20.2, 1.20.1 doesnt