Skip to content

Releases: AmberWat/NegativeSpaceFont

Version 5.2 for Minecraft 1.19+

17 Mar 13:46
Compare
Choose a tag to compare

This is a minor release that also includes some bugfixes. Please see the full changelog for v5.0 for more details on changes since v4.1.

Changes from v5.1:

  • Fix for integer offset translations not functioning correctly
  • Increase integer width range from -4096 ... 4096 to -8192 ... 8192
  • Reintroduce -max and max as aliases for -8192 and 8192

Version 5.1 for Minecraft 1.19+

12 Mar 02:54
Compare
Choose a tag to compare

This is a bugfix release. Please see the full changelog for v5.0 for more details on changes since v4.1.

Changes from v5.0:

  • Fix for infinite space characters not matching translation key

Version 5.0 for Minecraft 1.19+

06 Mar 02:27
Compare
Choose a tag to compare

Phew! After a lot of waiting here comes a new release. This release breaks several aspects of previous versions. Don't panic, the old versions still exist and still work in the latest versions of the game.

I want to hear your feedback! Feel free to open an issue here on Github or visit on Discord.

Changes from v4.1:

  • Switched fonts to the new space provider. ⚠️ This makes it no longer work in Minecraft versions prior to 1.19 ⚠️
  • Removed the space characters in the \uF800 to \uF830 range to make the pack more future-proof and give you more room for your own creations.
  • Instead there are now continuous ranges of single characters for every width you could wish for. These have been placed in the higher planes of Unicode due to not fitting anywhere else. Translations were updated to point to the new characters (see updated README).
  • Quicker rendering (less impact on client FPS) due to space providers having no associated texture.
  • Smaller file sizes thanks to space providers needing less boilerplate JSON.
  • Even smaller file sizes from switching to minified JSON.
  • Support for fractional widths between -1 and 1 for important denominators below 100 (see updated README).
  • "split" and "nosplit" concepts removed as space providers are "nosplit" only.
  • Introducing the newlayer character that fixes certain rendering problems that were previously solved with the "split" mode. Just add it wherever you want to create a new layer and everything after will render on top.
  • space.<width> translations no longer include %s due to a breaking change in Minecraft translation handling. This means that content can no longer be included inside a "with" property, but this feature was rarely used.
  • The pack can now be loaded as data pack to access sample magic digit calculator functions (thanks to vdvman1 for helping with these!)

Version 4.1 for Minecraft 1.13+

18 Jan 16:13
Compare
Choose a tag to compare

This is a small bugfix release that also brings slightly improved documentation.

  • Fix magic digit 2 having the wrong width (was 988 instead of 987 due to forgetting about hard coded spacing)
  • Updated README

Version 4.99-TEST for Minecraft 1.17+

15 Jan 20:00
Compare
Choose a tag to compare
Pre-release

This resource pack for Minecraft Java Edition contains a font with a lot of negative and positive size spaces. Included are also translations for easy use and magic digit support for use with scores.

⚠️ This is a testing version. While it should be fully functional, the things included might not be final.

Changes from version 4.00:

  • Let's try this TrueType thing again since the crashing bug got fixed in 1.17.
  • Halves and quarters.
  • A longer, more continuous range of characters around \u{FFC00} to ease use by 3rd party tools.
  • More translation keys!
  • Load as data pack to access sample magic digit calculator functions (thanks vdvman1!)
  • README and metadata updates.

🤔 Got problems? Questions? Ideas? Please create an issue here on GitHub or contact AmberW#4615 on Discord.

Version 4.0 for Minecraft 1.13 and up

26 Jun 01:54
a1627b4
Compare
Choose a tag to compare

This resource pack for Minecraft Java Edition contains a font with a lot of negative and positive size spaces. Included are also translations for easy use and magic digit support for use with scores.

Changes from Version 3:

  • Workaround for Intel internal graphics drivers , fixing the crashes. 🎉
  • Added translation keys for all sizes between -1024 and 1024, and several multiples of 1024.
  • Extra font for 1.16, containing just the spaces and support for magic digits.
  • Now licensed under Creative Commons Attribution 4.0 International.