Fix getLegacyCombined

This commit is contained in:
Jesse Boyd 2018-10-13 19:16:53 +11:00
parent 3414fdd5a0
commit bc25b76ac0
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -210,7 +210,7 @@ public class LegacyMapper {
@Nullable
public Integer getLegacyCombined(BlockType type) {
return blockStateToLegacyId4Data.get(type.getDefaultState());
return blockStateToLegacyId4Data.get(type.getDefaultState().getInternalId());
}
@Deprecated