mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-02 11:26:42 +00:00
I guarantee this is broken. Start some form of string ID for blocks
This commit is contained in:
@ -110,7 +110,7 @@ public abstract class AbstractWorld implements World {
|
||||
|
||||
@Override
|
||||
public int getBlockType(Vector pt) {
|
||||
return getLazyBlock(pt).getType();
|
||||
return getLazyBlock(pt).getType().getLegacyId();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user