Fixed Teh Nut derp

This commit is contained in:
WayofTime 2016-03-29 19:56:15 -04:00
parent 1b0e07cdb1
commit 63b541da06
2 changed files with 3 additions and 1 deletions

View file

@ -130,7 +130,7 @@ public class RitualMagnetic extends Ritual
if (isBlockOre(block, meta))
{
TileTeleposer.teleportBlocks(this, world, newPos, world, replacement);
TileTeleposer.teleportBlocks(world, newPos, world, replacement);
network.syphon(getRefreshCost());
k++;
this.lastPos = new BlockPos(i, j, k);