Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Wandering Trader F3 is a mod that like the name suggests, adds information about the wandering trader, to -you guessed it- the F3 Screen!
It adds two things: The chance value is to show the chance for the trader to make an attempt at spawning.
Keep in mind there is a 90% chance any trader spawn attempt immediately fails. So a 25% chance is really a 2.5% chance.
The ticks value is to show how many ticks until an attempt will be made.
IMPORTANT: The ticks value may appear in the negatives, it is not a bug and will correct itself when it gets to -1200. This happens when the game saves the ticks value at 0.
Check the Minecraft Wiki for more information on how trader spawning works, and what the values mean.
How to get the mod working on multiplayer.
Wandering traders are handled on the server, meaning that you need the mod installed on the server and your client to get it working on a server. Aside from that, everything else runs on the client.
How to get the mod working with BetterF3.
To get the mod working with BetterF3, add the category Misc Left' to whichever side you want the wandering trader information to show up on. (If you have other mods that add to the F3 screen, then other stuff may appear.)
Don't Tell Mojang....
While I was making this mod I found a slight bug in Minecraft's code that allows you to spawn wandering traders faster, while this mod does not cause it, it shows values which makes it easier to perform, (so you could still do in in vanilla)
Boring Explanation
Essentially, the game counts down from 24000 ticks (or 20 minutes) and every 1200 ticks (1 minute) it saves the counter, checks if it is 0 or less and if it is, it makes an attempt at spawning and goes back up to 24000 ticks.The thing is, it does not save when it goes back up to 24000, so once it goes back up to 24000 if you relog, it will load at 0, then start counting down until it has counted 1200 ticks, (which is now at -1200) realize it's below 0, attempt to spawn, and go back up to 24000. If you repeat this process, the counter gets to -1200, -2400 etc, and you get wandering trader spawning attempts every minute instead of 20 minutes.
If you didn't want to read the boring explanation above, here is how you make wandering trader spawning attempts go from 20 minutes, down to 1 minute. Every time the ticks value goes back up to 24000, simply relog and if the counter is in the negatives, it worked. Every time it loops back around to 24000, it made an attempt at spawning.
Keep in mind an attempt at spawning being successful is very low, so it still will take a bit.
While I haven't tested on servers, unless you are willing to shut down and start up the server endlessly, it probably doesn't work.