Skip to content

3.0.0-beta.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@mattco98 mattco98 released this 30 Jul 02:45
· 170 commits to main since this release
6e72348
  • Fix the console reload keybind not working
  • Add support for ModMenu
  • Fix Rhino throwing IllegalAccessExceptions when using certain Java APIs
  • Made /ct console show the JS console by default
  • Fix a NPE in the ModifyArg mixin
  • Item can no longer be constructed with ItemStack.EMPTY; use Item.fromMC instead (which may return null)
  • Renamed Client.getChatGUI to Client.getChatGui
  • Added a Mappings API so users can query mapping information at runtime. Note that this isn't necessary to use MC objects, as Rhino automatically remaps properties and classes.