Create: Missions

Create: Missions

413k Downloads

Missions Reroll icon missing texture when paired with numistics

TurnrDev opened this issue ยท 1 comments

commented

ResourceLocation textureLocation = new ResourceLocation(item.getNamespace(), "textures/item/" + item.getPath() + ".png");

When using numistics:bevel, this resource location resolves to numismatics/textures/item/bevel.png but the files stored at numismatics/textures/item/coin/bevel.png - is there a better way to get the icon?

commented

Legend, thank you!