SimpleFlexGroup
public static final SimpleFlexGroup MAIN = new MainFlexGroup(
SlimeTinker2.getInstance();
"SlimeTinker2",
Keys.newKey("main"),
new CustomItemStack(
new ItemStack(Material.FLETCHING_TABLE),
TinkerThemes.MAIN.color("SlimeTinker2")
)
);public static final MaterialsFlexGroup MATERIALS = new MaterialsFlexGroup(
Keys.newKey("materials"),
new CustomItemStack(
new ItemStack(Material.IRON_BLOCK),
TinkerThemes.MAIN.color(SlimeTinker2.getLang().getGroupName("materials"))
)
);
public static final DummyItemGroup TOOLS = new DummyItemGroup(
Keys.newKey("tools"),
new CustomItemStack(
new ItemStack(Material.STONECUTTER),
TinkerThemes.MAIN.color(SlimeTinker2.getLang().getGroupName("tools"))
)
);Last updated
Was this helpful?