Roland Fredenhagen
Roland Fredenhagen
This could also be made configurable, by having an empty `#[config(env)]` generate this. Simple case would be to have `#[config(env)]` expand to `#[config(env = "")]`.
So you pressed you hotkey and then rightclicked?
Did it work without any mods?
Ok this is somehow related to #21 Maybe I need to switch the configuration backend as it seems to lead to errors.
Looking back at this, my assumption that this is due to other mods is probably flawed. Could you post the content of `YourMinecraftFolder/config/blockmeter.toml`? Deleting this file should also fix the...
I will close this for now I assume ot is related to some incompatible configuration format
That is strange, it should only happen when the file is corrupt or maybe of a different version. Do you use two different versions of Blockmeter?
what are the contents of `YourMinecraftFolder/config/blockmeter.toml`
this is probably the underlying issue of #40. Maybe I can just ignore this error to avoid the crash or have safeguards to not actually send after being disconnected. I...
makes sense, it was just that having only the `\n` here sounded incomplete. But as there is probably no case where CRLF will be preserved in source code there is...