Teleposers and refractoring
This commit is contained in:
parent
1b9f72b494
commit
a8a0ae6e8b
145 changed files with 594 additions and 162 deletions
|
@ -11,7 +11,6 @@ import java.util.ArrayList;
|
|||
|
||||
public class RitualTest extends Ritual
|
||||
{
|
||||
|
||||
public RitualTest()
|
||||
{
|
||||
super("ritualTest", 0, 1000, "ritual." + Constants.Mod.MODID + ".testRitual");
|
||||
|
|
|
@ -8,7 +8,6 @@ import net.minecraft.init.Blocks;
|
|||
|
||||
public class ImperfectRitualDay extends ImperfectRitual
|
||||
{
|
||||
|
||||
public ImperfectRitualDay()
|
||||
{
|
||||
super("day", new BlockStack(Blocks.gold_block), 5000, true);
|
||||
|
|
|
@ -8,7 +8,6 @@ import net.minecraft.init.Blocks;
|
|||
|
||||
public class ImperfectRitualNight extends ImperfectRitual
|
||||
{
|
||||
|
||||
public ImperfectRitualNight()
|
||||
{
|
||||
super("night", new BlockStack(Blocks.lapis_block), 100, true);
|
||||
|
|
|
@ -8,7 +8,6 @@ import net.minecraft.init.Blocks;
|
|||
|
||||
public class ImperfectRitualRain extends ImperfectRitual
|
||||
{
|
||||
|
||||
public ImperfectRitualRain()
|
||||
{
|
||||
super("rain", new BlockStack(Blocks.water), 5000, true);
|
||||
|
|
|
@ -10,7 +10,6 @@ import net.minecraft.potion.PotionEffect;
|
|||
|
||||
public class ImperfectRitualResistance extends ImperfectRitual
|
||||
{
|
||||
|
||||
public ImperfectRitualResistance()
|
||||
{
|
||||
super("resistance", new BlockStack(Blocks.bedrock), 5000);
|
||||
|
|
|
@ -11,7 +11,6 @@ import net.minecraft.potion.PotionEffect;
|
|||
|
||||
public class ImperfectRitualZombie extends ImperfectRitual
|
||||
{
|
||||
|
||||
public ImperfectRitualZombie()
|
||||
{
|
||||
super("zombie", new BlockStack(Blocks.coal_block), 5000);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue