Skip to content

Commit

Permalink
Tribal
Browse files Browse the repository at this point in the history
  • Loading branch information
Starexify committed Sep 1, 2024
1 parent ff83bc5 commit 117cbba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/main/java/net/nova/hexxit_gear/init/CreativeTab.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ public class CreativeTab {
output.accept(HGItems.SCALE_CHESTGUARD);
output.accept(HGItems.SCALE_LEGGINGS);
output.accept(HGItems.SCALE_BOOTS);

// Tribal
output.accept(HGItems.TRIBAL_SKULL);
output.accept(HGItems.TRIBAL_TUNIC);
output.accept(HGItems.TRIBAL_GREAVES);
output.accept(HGItems.TRIBAL_WARBOOTS);
}).build()
);
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ public class HGArmorMaterial {
}), 18, ARMOR_EQUIP_BONE_BLOCK, () -> Ingredient.of(HGItems.HEXICAL_DIAMOND),
List.of(new ArmorMaterial.Layer(
HexxitGearR.rl("tribal")
)), 1F, 0.15F
)), 1F, 0F
));
}

0 comments on commit 117cbba

Please sign in to comment.