BloodMagic/BM_src/thaumcraft/api/IRepairable.java

11 lines
250 B
Java
Raw Normal View History

2014-01-17 19:12:49 +00:00
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)
2014-01-17 19:12:49 +00:00
*/
2014-01-17 21:43:13 +00:00
public interface IRepairable
{
2014-01-17 19:12:49 +00:00
}