Skip to content

some items can't be grouped #9

@mateus3c

Description

@mateus3c

Describe the Bug

I'm using KubeJS to group stuff and I noticed two issues:

  1. some specific items seem to not group, for example, I tried to group the following but it doesn't work in game:
EmiPlusPlusEvents.registerGroups(event => {
    event.register("kubejs:spike", [
        "supplementaries:bamboo_spikes",
        "supplementaries:bamboo_spikes_tipped"
    ])
})
  1. I also notice that we can't group items that have the same ID (items that are different throught NBT), for example: "caverns_and_chasms:tether_potion" and "quark:ancient_tome",
EmiPlusPlusEvents.registerGroups(event => {
    event.register("kubejs:tether_potion", [
        "caverns_and_chasms:tether_potion"
    ])
})

EmiPlusPlusEvents.registerGroups(event => {
    event.register("kubejs:tome", [
        "quark:ancient_tome"
    ])
})

I would also like to know how I could add specific items to existing groups, for example, by default EMI++ groups potions but I noticed a few modded potions don't get added to said group such as "unusualend:warped_potion" and "species:youth_potion"

Reproduction Steps

  1. try to create group with NBT items or with "supplementaries:bamboo_spikes" and "supplementaries:bamboo_spikes_tipped"
  2. launch game and noticed items are not grouped
  3. close and game with sad eyes because it didnt work

Expected Result

items get groupped

Screenshots and Videos

https://imgur.com/3MVKvSB

Mod Version

1.1.4

Mod Loader

Forge

Other Mods / Modpack

a TON of mods, but related to EMI i'm using TMRV and JEI Plugins:

  • AdvancedLootInfo
  • EMI
  • EMI++
  • JEI Integration
  • JEIModelBridge
  • Just Enough Archaeology
  • Just Enough Breeding
  • Just Enough Effects Descriptions
  • Just Enough Items
  • Just Enough Professions (JEP)
  • Just Enough Resources
  • TooManyRecipeViewers

Additional Context

nothing relatated to the issue gets logged on the log

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions