After 20 in game days have passed, no wandering traders have spawned. I have made a device with command blocks that teleports any existing wandering trader to a certain location, activating a tripwire pushing a block. So far, this device has not activated and 0 blocks have been pushed.
How to recreate:
Create a new world
Wait some time, wandering traders do not spawn
Edit: Debug Attached
Edit: Correct files attached
Attachments
Comments 11
I've done that; furthermore, the default value for doTraderSpawning is true so it should make no difference if create a new world and run that command or not.
I am unable to reproduce, this, please provide a screenshot of your game with your F3 debug screen enabled.
Thank you for your report!
However, this issue has been temporarily closed as Awaiting Response - this does not mean the report is not valid, we just need more information to verify it.
While the lag occurs, please run /debug start
, wait a while and then run /debug stop
in order to create a debug profile. Afterwards, run /debug report
.
If you do not have the permission to run these commands, open your world to LAN and enable cheats. If you're on a server, make sure that you're a server operator in order to execute these commands.
Then, please attach the profile results found in [minecraft/debug/profile-results-<DATE>.txt|https://minecrafthopper.net/help/guides/finding-minecraft-data-folder]
, as well as the debug report found in [minecraft/debug/debug-report-<DATE>.zip|https://minecrafthopper.net/help/guides/finding-minecraft-data-folder]
here.
Quick Links:
📓 Issue Guidelines – 🛠 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
💬 Mojira Subreddit – 💬 Mojira Discord
What exact command are you using in the command block, and could it be possible that the traders suffocate inside it? The definitely are spawning, because there are four trader llamas in your world.
oops, sorry, wrong world.
my commands are /tp 2e[type = wandering_trader] ~ ~1 ~
that teleports them to a trip wire which will then execute /kill @e[type=wandering_trader]
EDIT: also, the trader llamas are from and older version, before 1.16 but nothing has spawned afterwards
So can you reproduce this in a world generated in 1.16.1? Because at the moment, I am unable to reproduce this in any capacity.
Make sure the gamerule "doTraderSpawning" is set to true.