BiomesOPlenty/apis/thaumcraft/api/IVisRepairable.java
2013-09-13 16:44:22 +10:00

13 lines
256 B
Java
Executable file

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 IVisRepairable {
}