BloodMagic/BM_src/thaumcraft/api/IRepairable.java
2014-01-17 14:12:49 -05:00

11 lines
234 B
Java

package thaumcraft.api;
/**
* @author Azanor
* Items, armor and tools with this interface can receive the Repair enchantment.
* Repairs 1 point of durability every 10 seconds (2 for repair II)
*/
public interface IRepairable
{
}