[1.16.5 Forge] modded items are ignored in holdingItems config
V972 opened this issue ยท 1 comments
Forge 36.1.15
Not Enough Animations 1.2.4
TRansliterationLib 1.0.4
I added several new items from vanilla and mods, namely modded torches, lanterns and compasses (but not only them).
Vanilla items work, but modded ones don't.
Here's the full list:
"holdingItems": [
"minecraft:clock",
"minecraft:compass",
"minecraft:torch",
"minecraft:lantern",
"minecraft:soul_torch",
"minecraft:soul_lantern",
"infernalexp:lantern_glow",
"endergetic:ender_torch",
"endergetic:ender_lantern",
"sereneseasons:calendar",
"adpother:aerometer",
"naturescompass:naturescompass",
"structurescompass:structures_compass"
],