Or check the ItemAxe directory it has
protected ItemAxe(Item.ToolMaterial material, float damage, float speed)
{
super(material, EFFECTIVE_ON);
this.attackDamage = damage;
this.attackSpeed = speed;
}
You should probably make your custom ItemSword directory and add this.attackSpeed to it
Check the mods compatability for quark integration with tinker construct. They might not be able to work together. Try running them both independently.
If you guys lock my thread and say its no longer supported. I am sorry and I didn't know until after I posted it. But can you guys be helpful and at least tell me where I can go to get help. That will be greatly appreciated. Thanks and I hope you guys can help me fix my mistake.