#I'm trying to make collapsing categories in REI

11 messages · Page 1 of 1 (latest)

frigid wing
#

already relaunched the game, did the /kubejs reload client_scripts

delicate waspBOT
#

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

frigid wing
fossil lodgeBOT
#

Paste version of REI_Collapse.js from @frigid wing

frigid wing
#

does this relates to the /kubejs reload client_scripts?

#
REIEvents.groupEntries((e) => {
    
    e.groupItemsByTag('chipped:rei_groups/crimson_planks', 'Crimson Planks', 'chipped:crimson_planks')
    e.groupItemsByTag('chipped:rei_groups/crimson_stems', 'Crimson Stems', 'chipped:crimson_stem')
    e.groupItemsByTag('chipped:rei_groups/amethyst', 'Amethyst', 'chipped:amethyst_block')
    e.groupItemsByTag('chipped:rei_groups/coal', 'Coal', 'chipped:coal_block')
    e.groupItemsByTag('chipped:rei_groups/crying_obsidian', 'Crying Obsidian', 'chipped:crying_obsidian')
})```
fossil lodgeBOT
#

To reload REI Group scripts, it is not enough to only reload the client. You have to do these two commands:
/kubejs reload client_scripts
/reload

sage valve
#

you tried that?

junior cove
#

dont forget f3+t

#

thats what you have to do with jei anyways

frigid wing