ModCustomAttack - UnderMybrella/TiM GitHub Wiki

About This Class

The class ModCustomAttack is a modifier added by Tinkers' Modifiers. It was added to allow for a higher level of customisability than the default damage modifiers in Tinkers' Construct.

Class Location

The class is located at: org.abimon.mods.minecraft.tmodifiers.modifiers.ModCustomAttack

Constructors

Constructor 1

Parameters:
	Itemstack[] items
		The items needed to add the modifier to a weapon
	int effect
		The visual effect given to the tool after this modifier is applied. See 'Effects'
	String dataKey
		The datakey is a unique String given to the modifier that identifies that particular modifier
	int increase
		How many 'points' to increase the modifiers internal count by.