AE2 Integration Material Pack for Basic Weapons
Material Pack for the Basic Weapons mod which adds certus quartz and fluix weapons. This is a compatibility pack for the 'AE2' mod
AE2 Integration Material Pack for Basic Weapons
<div align="center">
৹ Requires AE2 ৹

This is a material pack for the Basic Weapons mod
Place it in the ```basicweapons_materialpacks``` folder in the minecraft root directory on both the server and client
This folder is created automatically when running Basic Weapons the first time </div>
#
> Trying to install this as a vanilla resource or datapack will not function correctly. > Visit www.khazoda.com/basicweapons/materialpacks to learn more about materialpacks, access the > materialpack creator, and browse for other materialpacks.
#
Fluix Material
Fluix weapons' attack damage and durability are scaled like the fluix sword in AE2, which is slightly higher than iron. You need the certus quartz variant of a weapon to make the fluix version.

The fluix material's stats are as follows
```json { "material_name": "fluix", "durability": 750, "attack_damage_bonus": 2.4, "attack_speed_bonus": 0, "reach_bonus": 0, "enchantability": 14, "repair_ingredient": "ae2:fluix_block" } ```
Certus Quartz Material
The certus quartz weapons' attack damage and durability are scaled like the certus quartz sword in AE2, which is the exact same as iron.

The certus quartz material's stats are as follows
```json { "material_name": "certus_quartz", "durability": 250, "attack_damage_bonus": 2, "attack_speed_bonus": 0, "reach_bonus": 0, "enchantability": 14, "repair_ingredient": "#ae2:all_quartz" } ```