Skip to content

3.0.0-beta.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@mattco98 mattco98 released this 04 Dec 00:28
· 88 commits to main since this release
  • Fix Renderer.drawCircle() causing crashes
  • Fix needing to call Renderer.rotateToCamera/translateToPlayer
  • Fix Commands API not converting Java objects to JS values
  • Fix a bunch of mapping errors
  • Fix Gui buttons not being clickable and add functions to set their text and tooltip
  • Fix various KeyBind issues
  • Fix not being to colorize Item's rendering
  • Fix ChatLib.chat() triggering chat triggers
  • Fix /ct files on MacOS
  • Fix TextComponent not parsing its actions correctly
  • Add TextComponent.setColor()
  • Add ability for Commands to redirect to the vanilla MC command dispatcher via Commands.redirect(Commands.getDispatcherRoot()
  • Add Renderer.lineWidth()