geforkt von Mirrors/Paper
forgot to rebuild after last light change, another fix
Dieser Commit ist enthalten in:
Ursprung
e59f9ab2e6
Commit
bb82a8a401
@ -107,10 +107,10 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
|
||||
this.world.c(10);
|
||||
- i = this.world.getLightLevel(blockposition);
|
||||
+ passes = !world.isLightLevel(blockposition, this.random.nextInt(8)); // Paper
|
||||
+ passes = !world.isLightLevel(blockposition, this.random.nextInt(9)); // Paper
|
||||
this.world.c(j);
|
||||
- }
|
||||
+ } else { passes = !world.isLightLevel(blockposition, this.random.nextInt(8)); } // Paper
|
||||
+ } else { passes = !world.isLightLevel(blockposition, this.random.nextInt(9)); } // Paper
|
||||
|
||||
- return i <= this.random.nextInt(8);
|
||||
+ return passes; // Paper
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren