Fixed #542
This commit is contained in:
WayofTime 2016-01-03 08:30:59 -05:00
parent 4e696bcf7b
commit 14d3a1ec7e
11 changed files with 40 additions and 16 deletions

View file

@ -33,7 +33,7 @@ public interface IMasterRitualStone
int getRunningTime();
World getWorld();
World getWorldObj();
BlockPos getPos();
BlockPos getBlockPos();
}