Fix getLegacyCombined

This commit is contained in:
Jesse Boyd
2018-10-13 19:16:53 +11:00
parent 3414fdd5a0
commit bc25b76ac0

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