Posted June 11, 20214 yr Here is my code: public static class bettermushroomstab extends ItemGroup { public bettermushroomstab(String label) { super("bettermushroomstab"); this.setBackgroundImage("Bettermushroomstab.png"); } private void setBackgroundImage(String string) { // TODO Auto-generated method stub } @Override public ItemStack makeIcon() { return ItemInit.COOKEDMUSHROOM.get().getDefaultInstance(); } } Edited June 11, 20214 yr by FLUFFLE PUFF
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.