Way being picky.
This commit is contained in:
parent
e3644f2d2b
commit
7e30b02d69
303 changed files with 622 additions and 311 deletions
|
@ -8,6 +8,7 @@ import net.minecraft.item.ItemStack;
|
|||
* 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 IRepairableExtended extends IRepairable {
|
||||
public interface IRepairableExtended extends IRepairable
|
||||
{
|
||||
public boolean doRepair(ItemStack stack, EntityPlayer player, int enchantlevel);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue