Changed access to use this qualifier
This commit is contained in:
@@ -61,6 +61,6 @@ public class ToolQuartzPickaxe extends ItemPickaxe implements IAEFeature
|
||||
@Override
|
||||
public boolean getIsRepairable( ItemStack a, ItemStack b )
|
||||
{
|
||||
return Platform.canRepair( type, a, b );
|
||||
return Platform.canRepair( this.type, a, b );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user