Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
opencomputers
/
afd7e0fc44f5b911bfd7e8dd22ea539a369b3c53
/
.
/
src
/
api
/
java
/
thaumcraft
/
api
/
IRepairable.java
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
{
}