CreativeItemControl icon

CreativeItemControl 5.4.13

CreativeItemControl (with Saved ToolBar support for 1.12 and above)

Page 1
added yaml for 1.21.R4 and 1.21.5
updated the use of Map.
updated items_1.21.R3.yml and items._1.21.4.yml (auto-generated)
built with spigot 1.21.4
updated items_1.21.3.yml and items_1.21.R2.yml (auto generated)
if checks: option is not in config.yml, use the default (both true).
includes 1.21.3 (both spigot sandpaper) support
includes 1.21_R2 yml.

this is a tentative 1.21_R2.yml file I will update it with an autogenerated file later.

No functional changes, just the order of tabs and items in the items_1.21.x.yml file is maintained.
updated the item list and checking method.

updated the auto item list generation and the component-based check process.

updated the command framework.
Updater will check any new releases on GitHub as well as on Polymart.org.
built against 1.18, added updated whitelisting.
The whitelisting can now accept arbitrary NBT:

# Whitelist - items to allow arbitrary nbt on.
# Enchanted items may not be safe e.g. looting 32000.
whitelist:
  item0:
    type: 'minecraft:diamond_sword'
    tags:
      - "{HideFlags : 1}"
  item1:
    type: 'minecraft:skull'
Page 1