This mod displays in the F3 hud if your current chunk is a slimechunk. It is made to look like a vanilla line in the f3 hud
This is what it will look like:
this also adds a clientside command, slimechunkf3-seed, which can be used to configure the seed from which the mod calculates if the current chunk is a slimechunk. If you execute this command without parameters, it will ask the server to send the seed again. If the server has this mod installed too, this will sync the seed.
sadly it also adds a command named fcc and fabric-command-api-v1:client, which i sadly cant remove. it is hardcoded into the fabric api, if you register a clientsided command. they dont do anything usefull except display a help message.
CAUTION
if you install this on your server, a packet will send the seed to the client, and the client will store this seed.
this shouldnt be a huge issue, because technically it is inaccessible for the user. however, i wont guarantee that programs that are coded to steal the seed wont work. actually, they probably will.
it is impossible to calculate slimechunks without the seed, so this wont be fixed later on either.
this now needs the fabric api since 1.1. maybe the next version wont need it again