Hello, I'm scripting a small dungeon instance, and would like to make use of the new trial spawners. I have generated the custom NBT for it:
trial_spawner[block_entity_data={id:"minecraft:trial_spawner",required_player_range:14,target_cooldown_length:3600,normal_config:{spawn_range:4,total_mobs:20,simultaneous_mobs:10,ticks_between_spawn:1,spawn_potentials:[{data:{entity:{id:"minecraft:zombie"}},weight:3},{data:{entity:{id:"minecraft:husk"}},weight:1}]},spawn_potentials:[{data:{entity:{id:"minecraft:zombie"}},weight:3},{data:{entity:{id:"minecraft:husk"}},weight:1}]}]
And using the /minecraft:give command, obtain a functional block.
I would like to be able to reset the field with Denizen, but have been reading that NBT is not meant to be supported(?) and am scratching my head with the -adjustblock usage vs. NBT
A finger ponting in the right direction would be super helpful! Thank you!