mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-04 12:06:41 +00:00
update items
This commit is contained in:
@ -312,7 +312,7 @@ public class BlockType implements FawePattern, Keyed {
|
||||
|
||||
|
||||
@Deprecated
|
||||
public int getLegacyId() { //
|
||||
public int getLegacyId() {
|
||||
Integer id = LegacyMapper.getInstance().getLegacyCombined(this.getDefaultState());
|
||||
if (id != null) {
|
||||
return id >> 4;
|
||||
|
Reference in New Issue
Block a user