im trying to make the player see obsidian as a spawner with custom nbt
ive got the addon SkBee installed
when i use this code it works and i dont get any errors but it makes obsidian look like a normal spawner
is this even possible or am i just dumb?
ive got the addon SkBee installed
Code:
every 5 ticks:
loop all players:
loop all blocks in radius 50 of loop-player:
if loop-block is obsidian:
set {_ship} to loop-block
if {ship::%loop-player's uuid%} is 1:
make loop-player see {_ship} as spawner with nbt "{MaxNearbyEntities:0,RequiredPlayerRange:0,SpawnData:{id:""armorstand""}}"
when i use this code it works and i dont get any errors but it makes obsidian look like a normal spawner
is this even possible or am i just dumb?
Last edited: