blob: 48c6dff9decf58ea5a558ab2c4d85381b32a361b [file] [log] [blame] [raw]
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 {
}