update items

This commit is contained in:
Jesse Boyd
2019-07-10 20:58:27 +10:00
parent 2e9c5e6804
commit 50e649acb8
9 changed files with 122 additions and 77 deletions

View File

@ -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;