Initial stab at 1.11
About halfway.
This commit is contained in:
parent
ce52aea512
commit
00d6f8eb46
157 changed files with 1036 additions and 1554 deletions
|
@ -28,7 +28,7 @@ public class ImperfectRitualZombie extends ImperfectRitual
|
|||
zombie.addPotionEffect(new PotionEffect(MobEffects.RESISTANCE, 20000, 3));
|
||||
|
||||
if (!imperfectRitualStone.getRitualWorld().isRemote)
|
||||
imperfectRitualStone.getRitualWorld().spawnEntityInWorld(zombie);
|
||||
imperfectRitualStone.getRitualWorld().spawnEntity(zombie);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue