geforkt von Mirrors/Paper
SPIGOT-4632: BlockState location is not fixed
Dieser Commit ist enthalten in:
Ursprung
14cd1688da
Commit
6430d9c0ba
@ -40,7 +40,7 @@ public class CraftBlock implements Block {
|
||||
|
||||
public CraftBlock(GeneratorAccess world, BlockPosition position) {
|
||||
this.world = world;
|
||||
this.position = position;
|
||||
this.position = position.h();
|
||||
}
|
||||
|
||||
public static CraftBlock at(GeneratorAccess world, BlockPosition position) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren