Change Rituals to allow for TileEntity Runes, and Hybrid Runes. These will probably not be a feature in Blood Magic itself though

This commit is contained in:
Alex_hawks 2014-11-21 10:38:50 +08:00
parent 5224b808c3
commit 929d7e9abb
4 changed files with 23 additions and 27 deletions

View file

@ -4,5 +4,5 @@ import net.minecraft.world.World;
public interface IRitualStone
{
public int getRuneType(World world, int x, int y, int z, int meta);
public boolean isRuneType(World world, int x, int y, int z, int meta, int runeType);
}