promotional bannermobile promotional banner

Advanced Macros

Macros powered by Lua

File Details

Advanced Macros 10.1.2a for Minecraft 1.15.2

  • B
  • Sep 14, 2021
  • 1.97 MB
  • 222
  • 1.15.2
  • Forge

File Name

advancedmacros-10.1.2a.jar

Supported Versions

  • 1.15.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:advanced-macros-274613:3459079")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

BugFixes:
- prompt control keys don't double fire anymore
- log with &&L now adds 'https://' if it does not have
'https://' or 'http://' at the start of the url
- error with no args does not cause NullPointerException anymore
- getPlayer() now runs on the Minecraft thread by default
all parts of getPlayer's result table are now available as separate functions
in playerDetails. Of those, only playerDetails.getInventory and
playerDetails.getPotionEffects run on the Minecraft Thread
- passing an incorrect value into log for '&&F' will give you an error instead of crashing