Added StaliniumBootsItem with speed buff. Enhanced ally support through area effect.

This commit is contained in:
IM23a-spirgif
2025-05-30 12:31:04 +02:00
parent ff91d3a371
commit a29545ffbb
3 changed files with 68 additions and 2 deletions
@@ -53,7 +53,7 @@ public class ModItems {
new Item.Properties().durability(ArmorItem.Type.LEGGINGS.getDurability(19))));
public static final DeferredItem<ArmorItem> STALINIUM_BOOTS = ITEMS.register("stalinium_boots",
() -> new ArmorItem(ModArmorMaterials.STALINIUM_ARMOR_MATERIAL, ArmorItem.Type.BOOTS,
() -> new StaliniumBootsItem(ModArmorMaterials.STALINIUM_ARMOR_MATERIAL, ArmorItem.Type.BOOTS,
new Item.Properties().durability(ArmorItem.Type.BOOTS.getDurability(19))));
public static void register(IEventBus eventBus) {