Code:
on break of spawner:
set {_nbt} to nbt of event-block
drop 1 spawner with nbt "{BlockEntityTag:%{_nbt}%}"
so this is basically my code, and for some reason, all spawners that drop are pig spawners EXCEPT when player is in creative mode. I have attempted to fix it several times, but with no results, can anyone help me with this?