2015-11-03 10:34:11 -05:00
|
|
|
package WayofTime.bloodmagic.api.iface;
|
|
|
|
|
2016-03-22 21:10:05 -04:00
|
|
|
/**
|
|
|
|
* Any item that implements this interface will not be pulled into the Altar on
|
|
|
|
* right click.
|
|
|
|
*/
|
2015-12-30 15:34:40 -05:00
|
|
|
public interface IAltarReader
|
|
|
|
{
|
2015-11-03 08:09:16 -08:00
|
|
|
|
2015-11-03 10:34:11 -05:00
|
|
|
}
|