Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uniform semantics in Counter-Report #2003

Open
Hiroyugane opened this issue Oct 10, 2024 · 0 comments
Open

Uniform semantics in Counter-Report #2003

Hiroyugane opened this issue Oct 10, 2024 · 0 comments

Comments

@Hiroyugane
Copy link

When using the "counter" hopper feature and the /counter command for reporting, it outputs as following (example):

[CHAT] Items for red (14,93 min), total: 16438, (66075,0/h):[X]
[CHAT] - Gravel: 3040, 12219,7/h
[CHAT] - Blackstone: 3004, 12075,0/h

The comma is used as a list object separator aswell as a decimal separator within the same line, which makes exporting/transforming to csv and similar formats more difficult.

I'd expect something like this (decimal separated by Full spot/period)

[CHAT] Items for red (14.93 min), total: 16438, (66075.0/h):[X]
[CHAT] - Gravel: 3040, 12219.7/h
[CHAT] - Blackstone: 3004, 12075.0/h

or alternatively (list-separated via semicolon):

[CHAT] Items for red (14,93 min); total: 16438; (66075,0/h):[X]
[CHAT] - Gravel: 3040; 12219,7/h
[CHAT] - Blackstone: 3004; 12075,0/h

This behaviour may be the case with other features of this mod. I just noticed it in the counter feature tho.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant