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```