Update Forge + mappings

This commit is contained in:
Nicholas Ignoffo 2016-04-24 10:06:28 -07:00
parent b408234ab0
commit d550513f0a
98 changed files with 313 additions and 296 deletions
src/main/java/WayofTime/bloodmagic/ritual

View file

@ -78,7 +78,7 @@ public class RitualPump extends Ritual
network.syphon(getRefreshCost());
currentPos = blockPosIterator.next();
fluidHandler.fill(EnumFacing.DOWN, fluidHandler.drain(EnumFacing.DOWN, 1000, false), true);
world.setBlockState(currentPos, Blocks.stone.getDefaultState());
world.setBlockState(currentPos, Blocks.STONE.getDefaultState());
blockPosIterator.remove();
}
}