Not Enough Animations

Not Enough Animations

50M Downloads

[1.16.5 Forge] modded items are ignored in holdingItems config

V972 opened this issue ยท 1 comments

commented

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"
  ],

Torches:
image
image

Compasses:
image

Misc. items:
image

commented

Hm this issue seems to have flown under my radar, I guess it's an issue with when the itemlist is generated(basically before the items are loaded in by the other mods). Will fix this in the next version.