mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-01 10:56:42 +00:00
Re-add legacy support to block parser, and fix query tool.
This commit is contained in:
@ -212,4 +212,9 @@ public class BlockState implements BlockStateHolder<BlockState> {
|
||||
this.values.put(property, value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return getAsString();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user