Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2025-01-12 02:20:51 +01:00
Fix getLegacyCombined
Dieser Commit ist enthalten in:
Ursprung
3414fdd5a0
Commit
bc25b76ac0
@ -210,7 +210,7 @@ public class LegacyMapper {
|
|||||||
|
|
||||||
@Nullable
|
@Nullable
|
||||||
public Integer getLegacyCombined(BlockType type) {
|
public Integer getLegacyCombined(BlockType type) {
|
||||||
return blockStateToLegacyId4Data.get(type.getDefaultState());
|
return blockStateToLegacyId4Data.get(type.getDefaultState().getInternalId());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Deprecated
|
@Deprecated
|
||||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren