Some more ritual work + imperfect rituals
This commit is contained in:
parent
3a7e0a3a8c
commit
afad5b0fd0
13 changed files with 540 additions and 186 deletions
|
@ -0,0 +1,13 @@
|
|||
package WayofTime.alchemicalWizardry.api.ritual.imperfect;
|
||||
|
||||
import net.minecraft.util.BlockPos;
|
||||
import net.minecraft.world.World;
|
||||
|
||||
public interface IImperfectRitualStone {
|
||||
|
||||
String getOwner();
|
||||
|
||||
World getWorld();
|
||||
|
||||
BlockPos getPos();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue