Reduce the play area restriction

This commit is contained in:
Sam 2017-10-25 15:43:36 +01:00 committed by Alexander Meech
parent c1860c03c8
commit 40186d3383

View File

@ -157,7 +157,7 @@ public class ItemOAndX extends ItemGadget
return;
}
for (Block block : UtilBlock.getInBoundingBox(location.clone().add(4, 1, 4), location.clone().subtract(4, 0, 4)))
for (Block block : UtilBlock.getInBoundingBox(location.clone().add(2, 1, 2), location.clone().subtract(2, 0, 2)))
{
if (UtilBlock.airFoliage(block))
{