Advanced Macros

Macros powered by Lua

File Details

Advanced Macros 9.0.0 for Minecraft 1.14.4

  • B
  • Sep 23, 2019
  • 1.93 MB
  • 166
  • 1.14.4
  • Forge

File Name

advancedmacros-9.0.0 for Minecraft 1.14.4.jar

Supported Versions

  • 1.14.4

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

Bug Fixes:
- Fixed issue where armor updates could crash the game if the player called getPlayer
or getEntityData on an entity with armor
as a result NBT info has been moved to a separate function which will access the info
safely via the Minecraft thread
- Fixed swap(SlotNum:a, SlotNum:b) from openInventory()
- Fixed inventory type from openInventory() not returning 'double chest'
when expected
- removed unnecessary waitTick calls from inventory controls
- Fixed an issue with pickItem where it wouldn't work for items not already in the
hotbar
- split from the inventory controls now returns true/false on success/fail
- Fixed double chest having wrong hotbar slot mappings
- PlayerJoin and PlayerLeave events are now based on UUID instead of
player name, this should prevent the event from firing on nickname changes
- Fixed opening book & quill crashing game
Added:
- getMap() to inventory controls to quickly get the correct mapping
- getPlayerNBT(<String:playerName>)
Returns player NBT info as a table
if no name is provided it will default to your player
- getEntityNBT(Number:entityID)
Returns entity NBT info as a table
entityID is from the entityList()
Additonal Notes:
- Version moved to 9.0.0 because any scripts dependent on NBT info will be broken :c