martin

Results 39 comments of martin

The problem is not the longer number, it also gets cut off with just 3 digits: ![Bildschirmfoto von 2021-04-02 21-49-51](https://user-images.githubusercontent.com/609660/113449214-a047c880-93fd-11eb-89f7-b9166b4d2cb2.png) There are some sound cards which might require a non-standard...

if I simply add 2 spaces after the text, it works for some reason. But I'm not sure if that is a good workaround: ```diff diff --git a/src/clientsettingsdlg.cpp b/src/clientsettingsdlg.cpp index...

Problem seems to still exist on current master, I opened a pull request.

I am now using Ubuntu 21.10 (the newest version). Like I wrote in the pull request: maybe the problem only exists with the default font (Ubuntu Regular)..

> > maybe the problem only exists with the default font (Ubuntu Regular).. > > You can change that probably? I can change the font for testing, yes. But I...

What minecraft version are you using? Also: how are you importing the map.dat files?

Hi @thebigsmileXD If there is also NBT used as a format, it should be possible. If you could provide more information about the exact format used, that would be great....

Hello, which minecraft version are you using? And what settings did you use in the map item tool? (especially X and Z center)

Hi @cheerioorange Minecraft map items can only have colors from a limited palette. The "adjust colors" step is necessary to transform the original pixels to entries in the minecraft color...

Thanks for sending in a pull request. The CI tests fail at the moment, because of the changed contents of the map file. If you change line 50 of tests/mocha/test-server.js...