maruohon / tweakeroo

A client-side Minecraft mod that adds various "tweaks" (= usually small-ish individual features)
GNU Lesser General Public License v3.0
486 stars 133 forks source link

timestamp ignores first colon between each number set #528

Open EnderMelody opened 1 week ago

EnderMelody commented 1 week ago

minecraft: 1.21.1 fabric: 0.16.9 tweakeroo: 0.21.52 timestamp setting does not show first set of colons between the numbers. adding a second colon between each fixes this (displays ONE colon when 2 are in the config) default config: image output: image working config: image output: image

maruohon commented 6 days ago

Is this somehow related to some character set or Java version stuff or what... Or some other mod messing with the text field and parsing a single colon as something special. It still works fine for me with just a single colon in the 0.21.53 version (and malilib 0.21.2), same as in 1.20.4 and before. I didn't test 0.21.52 specifically though.