forked from ConcerroX/emi-plus-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the Bug
I'm using KubeJS to group stuff and I noticed two issues:
- 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"
])
})- 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
- try to create group with NBT items or with "supplementaries:bamboo_spikes" and "supplementaries:bamboo_spikes_tipped"
- launch game and noticed items are not grouped
- close and game with sad eyes because it didnt work
Expected Result
items get groupped
Screenshots and Videos
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
Skebops
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working