File tree Expand file tree Collapse file tree
src/main/java/meteordevelopment/meteorclient/systems/modules Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111import net .minecraft .world .item .Items ;
1212
1313public class Categories {
14- public static final Category Combat = new Category ("Combat" , () -> DisplayItemUtils .toStack (Items .GOLDEN_SWORD ));
15- public static final Category Player = new Category ("Player" , () -> DisplayItemUtils .toStack (Items .ARMOR_STAND ));
16- public static final Category Movement = new Category ("Movement" , () -> DisplayItemUtils .toStack (Items .DIAMOND_BOOTS ));
14+ public static final Category Combat = new Category ("Combat" , () -> DisplayItemUtils .toStack (Items .DIAMOND_SWORD ));
15+ public static final Category Player = new Category ("Player" , () -> DisplayItemUtils .toStack (Items .PLAYER_HEAD ));
16+ public static final Category Movement = new Category ("Movement" , () -> DisplayItemUtils .toStack (Items .ELYTRA ));
1717 public static final Category Render = new Category ("Render" , () -> DisplayItemUtils .toStack (Items .GLASS ));
1818 public static final Category World = new Category ("World" , () -> DisplayItemUtils .toStack (Items .GRASS_BLOCK ));
19- public static final Category Misc = new Category ("Misc" , () -> DisplayItemUtils .toStack (Items .LAVA_BUCKET ));
19+ public static final Category Misc = new Category ("Misc" , () -> DisplayItemUtils .toStack (Items .SHULKER_BOX ));
2020
2121 public static boolean REGISTERING ;
2222
You can’t perform that action at this time.
0 commit comments