- Added anti-aliasing support for fonts
- Is enabled by default, can be disabled using the new option
a:0
!
- Is enabled by default, can be disabled using the new option
- Added tiling mode to
background-texture
effect- Also allows for specification of tile size multiplier
- Example:
e:background-texture,true,8
The wiki has been updated to reflect these changes as well.
- Updated Map Canvas API to official 1.21 version
- Updated Map Canvas API to official 1.20.6 version
Mojang changed A LOT with version 1.20.5, so porting this was quite challenging.
This is a beta release, so there might be issues!
Currently untested and probably broken:
- Styled books created using commands, as there are no book editors for 1.20.5 yet
Minecraft
font is now includedMinecraft
font is now the default font- OTF font files can now be used
- Fixed a typo
Please report issues on GitHub!
Monocraft
font is now included- All font types can now be used
- Lines can now be made bigger by starting them with
^^
+ size, ex.^^10Text
will be 10px bigger - Added
texture
effect, allowing players to place textures anywhere on the final image
Please report issues on GitHub!
- Code refactoring
- Fixed issue where commands would not register in certain cases
- Added alias for § symbol, to allow for styling without the need for other mods. Just use "@@" instead, like this: "§6This text is golden." becomes "@@6This text is golden."
- Added
/b2m reload
, which currently only refreshes the font list. - Some code cleanup.
Initial Release.