Fixed performance of the compression handler, and made the ritual checking a lot more streamlined. Allowed hoppers, etc, to interact with the chemistry set.
This commit is contained in:
parent
ce08afaf9f
commit
4db4b458da
6 changed files with 26 additions and 80 deletions
|
@ -4,5 +4,15 @@ import net.minecraft.world.World;
|
|||
|
||||
public interface IRitualStone
|
||||
{
|
||||
/**
|
||||
* x, y, and z give the position of the Ritual Stone
|
||||
* @param world
|
||||
* @param x
|
||||
* @param y
|
||||
* @param z
|
||||
* @param meta
|
||||
* @param runeType
|
||||
* @return
|
||||
*/
|
||||
public boolean isRuneType(World world, int x, int y, int z, int meta, int runeType);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue