Skip to content

Commit

Permalink
fix additional ores spawning in the air
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilzinsel64 committed May 2, 2024
1 parent 26be947 commit 50bf815
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ private static boolean isValidDestination(World world, OreConfigEntry entry, int
return false;
}

if (destBlock.isSideSolid(world, i1, j1, k1, ForgeDirection.getOrientation(0))) {
if (!destBlock.isSideSolid(world, i1, j1, k1, ForgeDirection.getOrientation(0))) {
return false;
}

Expand Down

0 comments on commit 50bf815

Please sign in to comment.