#I want to make a smelting enchantment

1 messages · Page 1 of 1 (latest)

light shadow
#

I want to make a smelting enchantment but i dont no why it doesn't replace raw with nothing

This is my script

    if player's tool is enchanted with fec:schmelzer:

        if event-block is iron ore or deepslate iron ore:
            set {_items::*} to drops of block using player's tool parsed as string
            replace all "raw" with " " in {_items::*}
            send {_items::*} to player
    
    if player's tool is enchanted with fec:telekinese:
        cancel drops
        give or drop drops of block using player's tool to player```
subtle fulcrum
#

Well first, ypur list contains items, and ypu are trying to replace strings