mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-01-09 09:17:39 +00:00
Fix getLegacyCombined
This commit is contained in:
parent
3414fdd5a0
commit
bc25b76ac0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user