Fixed floating Redstone Torches in generated caves
This commit is contained in:
parent
1da948658a
commit
83150c72cf
@ -126,7 +126,7 @@ public class BuildCave extends Core {
|
|||||||
loc.getWorld().getBlockAt(baseX, baseY + 1, baseZ).breakNaturally(null);
|
loc.getWorld().getBlockAt(baseX, baseY + 1, baseZ).breakNaturally(null);
|
||||||
|
|
||||||
if (rand.nextBoolean()) {
|
if (rand.nextBoolean()) {
|
||||||
redstoneTorchList.add(new Location(loc.getWorld(), baseX, baseY + 1, baseZ));
|
redstoneTorchList.add(new Location(loc.getWorld(), baseX, baseY, baseZ));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user