Advertisement
jayhillx

itemgroup

Feb 12th, 2022
1,417
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.19 KB | None | 0 0
  1. public static final ItemGroup TAB = new ItemGroup("mysticsbiomes") {
  2.         @Nonnull
  3.         public ItemStack makeIcon() {
  4.             return new ItemStack(Blocks.LILAC);
  5.         }
  6.     };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement