changed the creative tab icon to a leaf

This commit is contained in:
Ellpeck 2018-11-21 14:10:07 +01:00
parent 40a6e80fa8
commit 6c78c014b1

View file

@ -46,7 +46,7 @@ public final class NaturesAura {
public static final CreativeTabs CREATIVE_TAB = new CreativeTabs(MOD_ID) {
@Override
public ItemStack createIcon() {
return new ItemStack(ModItems.EYE);
return new ItemStack(ModItems.GOLD_LEAF);
}
};