#Creative Tab Item Groups manipulation?

6 messages · Page 1 of 1 (latest)

deft geyser
#

I was wondering if there was an effective way to list and remove them or sort them in a pack more fit for the pack vs. having a lot of clutter

lusty cairnBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

pseudo axle
#
StartupEvents.modifyCreativeTab('food_and_drinks', e => {
  e.add(Ingredient.of('#kubejs:enchanted_food').stacks.toArray())
})```
there is ```add()```, ```remove()```, you just need to put what you want
wintry mirage
pseudo axle
#
StartupEvents.modifyCreativeTab('food_and_drinks', e => {
  e.addAfter('apple', 'bedrock')
  e.addBefore('apple', 'piston')
})