mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Fix getLegacyCombined
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user