Minor tweaks + experimenting with a reagent guage for Project: Omega
This commit is contained in:
parent
dd4c36b39c
commit
9ad3330e08
10 changed files with 259 additions and 189 deletions
|
@ -96,7 +96,7 @@ public class RitualEffectMagnetic extends RitualEffect
|
|||
if (oreName.contains("ore"))
|
||||
{
|
||||
//Allow swapping code. This means the searched block is an ore.
|
||||
BlockTeleposer.swapBlocks(world, world, x + i, j, z + k, xRep, yRep, zRep);
|
||||
BlockTeleposer.swapBlocks(this, world, world, x + i, j, z + k, xRep, yRep, zRep);
|
||||
SoulNetworkHandler.syphonFromNetwork(owner, this.getCostPerRefresh());
|
||||
|
||||
if (hasPotentia)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue