When doing ctrl+pickblock on a trial spawner to get it's data, it only copies the spawn_data and ignores the rest of the data.
Steps to Reproduce:
1. Use the command (in a command block)
/give @p minecraft:trial_spawner[minecraft:block_entity_data={normal_config:{simultaneous_mobs:3,simultaneous_mobs_aded_per_player:0.5,ticks_between_spawn:20,spawn_potentials:[{data:{entity:{id:"minecraft:blaze"}},weight:1}]},id:"trial_spawner",ominous_config:{simultaneous_mobs:5,ticks_between_spawn:10,spawn_potentials:[{data:{entity:{id:"minecraft:wither_skeleton"}},weight:1}]}}]
to get a Trial Spawner with data for both the ominous config and normal config
2. Place it down and Ctrl+Pick Block it
3. Place the Ctrl+Pick Blocked Trial Spawner elsewhere and run
/data get block ~ ~ ~
and notice how it only copied over the spawn_data
4. Use the original trial spawner and turn it into an ominous trial spawner via the bad omen effect
5. Ctrl + Pick block that spawner and place it elsewhere
6. Notice how it is a trial spawner in its normal state
/data get block ~ ~ ~
only shows the current spawn_data was copied over, in this case it was the wither skeleton because it was in its ominous state
I.E. if you do ctrl+pickblock on a trial spawner it will only copy the current spawn_data over and ignore the configs and blockstate.
Linked issues
relates to 2
Attachments
Comments 5
My mistake I think I accidentally added a letter to the command breaking it. I updated the command it should work
We do not have enough information to find the cause of this issue.
Please record a video of this happening and attach it to this report.
If you are on Windows, you can use Windows
+Alt
+R
to open a built-in app for recording game footage.
If you are on Mac (Mojave or later), you can use Shift
+Command
+5
to open a built-in app for recording your screen.
In case you don't have a program to record videos, we recommend using the free recording software OBS.
In case the resulting video file is too large to be uploaded to the bug tracker directly, please upload it elsewhere (e.g. as unlisted video on YouTube) and link to it here.
This issue is being temporarily resolved as Awaiting Response. Once the requested information has been delivered, the report will be reopened automatically.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
Can confirm. Easier reproduction:
1. place a husk spawner from a trial chamber using:
/place template minecraft:trial_chambers/spawner/melee/husk
3. Use Ctrl + Pickblock on the trial spawner and place it elsewhere
2. go into survival mode and verify that the original spawner can spawn 3 husks simultaneously
4. ❌ The manually placed spawner can only spawn 2 husks simultaneously (the default value)
The command under step 1 isn't working for me. Please can you check it's correct?