promotional bannermobile promotional banner

Advanced Macros

Macros powered by Lua

File Details

Advanced Macros 7.8.0 for Minecraft 1.12.2

  • R
  • May 20, 2020
  • 1.73 MB
  • 210
  • 1.12.2

File Name

advancedmacros-7.8.0.jar

Supported Versions

  • 1.12.2

Features:
- New function runOnMC(function <, args...>)
- Added getMap() to openInventory()'s controlls to match 1.14.4's functionality
- Added luajava's buffs to this version.
- Added luajava.findMethodByDescription(class, name, desc)
from 1.14.4's script functions
Improvments:
- waitTick no longer uses very small sleep increments, provides better accuracy
- Profiles in bindings menu shows more options before needing to scroll
Bug Fixes:
- __GAME_VERSION will now be more consistent reading '1.12.2', '1.14.4', etc
- Written books now give the correct title instead of empty strings.
Previously it would only give the title when you were about to sign the book.
- HTTP requests readChar() returns FALSE when there are no more chars
left in the stream now.
- Fixed crafting table mapping having an inconsistant name for craftingOut
- Fixes for httpRequests for requestProperties, and non-success-codes
Additional Notes:
- waitTick() will do nothing on the MC thread.
This is to prevent the game from locking up
- You should not use sleep on the MC thread.
- There are no thread controls for the MC thread
- runOnMC will return any values returned by the function provided
- Special thanks to anyone who contributed to this version's updates :)