#Translation Key using minecraft instead of my mod id
20 messages · Page 1 of 1 (latest)
are you perhaps doing Identifier.of("raw_manaite") instead of Identifier.of(MOD_ID, "raw_manaite")
Which file would that be in?
wherever you are registering your item
ok I did use Identifier.of(MOD_ID, "raw_manaite")
Here is a screenshot of my item registeies
yea looks good to me
It's still isn't working for me
does it say item.minecraft.raw_manite though?
yea
it looks like youre calling the register method in net.minecraft.item.Items, rather than your registerModItem method
oh i just noticed that lmao
i thought that was private tbh but ig it isnt
so do I remove the minecraft thing?
yea remove the static import for that method
ok but now it's showing this now