Reformatting with Vindex's magic
This commit is contained in:
parent
67a9d5c1e9
commit
e8d1ff4997
18 changed files with 421 additions and 414 deletions
|
@ -43,7 +43,7 @@ public class RitualGreenGrove extends Ritual
|
|||
|
||||
AreaDescriptor growingRange = getBlockRange(GROW_RANGE);
|
||||
|
||||
for(BlockPos newPos : growingRange.getContainedPositions(masterRitualStone.getPos()))
|
||||
for (BlockPos newPos : growingRange.getContainedPositions(masterRitualStone.getPos()))
|
||||
{
|
||||
IBlockState state = world.getBlockState(newPos);
|
||||
Block block = state.getBlock();
|
||||
|
@ -84,7 +84,7 @@ public class RitualGreenGrove extends Ritual
|
|||
|
||||
return components;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public Ritual getNewCopy()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue