LibuWeapons

Create weapons faster

The LibuWeapon includes the classes:

LibuSword & LibuAxe

How to use:

public static final SwordItem, libuSword = new LibuSword(int attackDamage, int attackSpeed, int durability, Item.Settings);

public static final AxeItem libuAxe = new LibuAxe(int attackDamage, int attackSpeed, int durability, Item.Settings);

Last updated