Ritual work + Begin move of NetworkHelper (static) to SoulNetwork (instance)
This commit is contained in:
parent
afad5b0fd0
commit
46742a73d1
7 changed files with 183 additions and 5 deletions
|
@ -8,7 +8,7 @@ import net.minecraft.world.World;
|
|||
|
||||
public interface IMasterRitualStone extends IImperfectRitualStone {
|
||||
|
||||
void performRitual(World world, BlockPos pos, String ritualID);
|
||||
void performRitual(World world, BlockPos pos, Ritual ritual);
|
||||
|
||||
void setCooldown(int cooldown);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue