mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-06 05:09:08 +01:00
parent
52512b5062
commit
f47204bf47
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public class ItemCaveFinder extends ItemImpl {
|
||||||
|
|
||||||
var sky = levelIn.getBrightness(LightLayer.SKY, offUp);
|
var sky = levelIn.getBrightness(LightLayer.SKY, offUp);
|
||||||
var block = levelIn.getBrightness(LightLayer.BLOCK, offUp);
|
var block = levelIn.getBrightness(LightLayer.BLOCK, offUp);
|
||||||
if (sky > 7 || block > 7)
|
if (sky > 0 || block > 0)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
inst.spawnMagicParticle(
|
inst.spawnMagicParticle(
|
||||||
|
|
Loading…
Reference in a new issue