mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 19:58:34 +01:00
changed the creative tab icon to a leaf
This commit is contained in:
parent
40a6e80fa8
commit
6c78c014b1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue