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
|
@ -65,7 +65,7 @@ public class RitualMeteor extends Ritual
|
|||
{
|
||||
EntityMeteor meteor = new EntityMeteor(world, pos.getX(), 260, pos.getZ(), 0, -0.1, 0, radiusModifier, explosionModifier, fillerChance);
|
||||
meteor.setMeteorStack(stack.copy());
|
||||
world.spawnEntityInWorld(meteor);
|
||||
world.spawnEntity(meteor);
|
||||
|
||||
entityItem.setDead();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue