mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-29 14:06:17 +01:00
SPIGOT-4632: BlockState location is not fixed
This commit is contained in:
parent
14cd1688da
commit
6430d9c0ba
@ -40,7 +40,7 @@ public class CraftBlock implements Block {
|
|||||||
|
|
||||||
public CraftBlock(GeneratorAccess world, BlockPosition position) {
|
public CraftBlock(GeneratorAccess world, BlockPosition position) {
|
||||||
this.world = world;
|
this.world = world;
|
||||||
this.position = position;
|
this.position = position.h();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static CraftBlock at(GeneratorAccess world, BlockPosition position) {
|
public static CraftBlock at(GeneratorAccess world, BlockPosition position) {
|
||||||
|
Loading…
Reference in New Issue
Block a user