Fixed
- ItemConsumable not consuming items
Update to Minecraft 1.20.4
Update to Minecraft 1.20.2
- RequirementAction has an optional check for op level
- ActionInventoryBuilders have an optional RequirementAction to check if players can open it
- Only ActionInventories that a player can open are suggested by the open command
Another change to open command
- players can open ActionInventories for themselves
- slightly different argument order
- Modify open command required permission level from 3 to 2 so command blocks and functions can execute it (Daniel99j2)
- Create AnvilStoreAction
Fixes
- nbt not being parsed when it has a custom name
- Player Heads textures not showing
Update to Minecraft 1.20
Fixes a bug where ItemStack custom names were being removed.
Added support for Placeholder Api in some areas:
- Gui Titles
- Gui Element's name and lore
- GiveAction items
- Messages and commands
Update to Minecraft 1.19.3
Make sure to report any errors to GitHub issues or the discord channel.
Added:
- "chain" option inside of ActionInventory (if true reopens previous ActionInventory on close)
- /actioninventory list, load, open, and remove commands
- ActionInventories are reloaded when "/reload" is used
Changed:
- Now for 1.18.2
- Now uses datapacks instead of previous file locations (see wiki for example)
- Now uses PlayerDataApi for saving of data (this changes the location of save data)
Removed:
- config and dependency on CompleteConfig mod
Fixed:
- mixin error
- error with empty element array inside of ActionInventory
- error with empty nbt (I think)
New:
- onClose action property for builder
- onOpen action property for builder
- onAnyClick action property for builder
- onCraftRequest action property for builder
- ItemConsumable
- EntityOpener and RequirementAction now have option for Entity Predicate
- silent option in CommandAction
Other:
- giveDisplayed in GiveAction replaced with giveClicked
- GiveAction now takes an array of loot tables identifiers instead of item stacks
- CommandAction makeTempOp replaced by higherLevel