Reduce the play area restriction
This commit is contained in:
parent
c1860c03c8
commit
40186d3383
@ -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))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user