Skip to content

Mappet 0.1.3

Compare
Choose a tag to compare
@mchorse mchorse released this 18 Nov 16:23
· 387 commits to master since this release

This is a small patch update which fixes a couple of other things.

Compatible with McLib 2.3.5, Blockbuster 2.3 and Metamorph 1.2.9. It doesn't mean that future versions of McLib, Blockbuster and Metamorph would be incompatible, but older versions are most likely incompatible.

  • Added IScriptServer.getEntity(String) scripting method
  • Added Copy text context menu item to REPL messages, clear() function to clear all REPL messages, and s variable for fast c.getSubject() access within REPL
  • Fixed player gets teleported (when they shouldn't) when using IScriptPlayer.setRotations(float, float, float)
  • Fixed UILayoutComponent.width(int) not working properly with scrolling layout
  • Fixed NPC ID gets erased when using /mp npc state command