Guide-API

Guide-API

76M Downloads

ItemStack doesn't render when the item is set to Blocks.SKULL

The-Fireplace opened this issue ยท 1 comments

commented

image
categories.add(new CategoryItemStack(entries, proxy.translateToLocal("overlord.guide.1"), new ItemStack(Blocks.SKULL)));

commented

You want Items.SKULL. It's one of the many Item -> Block mappings that aren't done properly.