forked from GeyserMC/Geyser
Use correct ID for duplicates
This commit is contained in:
parent
b96ef99beb
commit
6599aefc43
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ public class Toolbox {
|
|||
if (duplicateRuntimeId == -1) {
|
||||
GeyserLogger.DEFAULT.debug("Mapping " + javaId + " was not found for bedrock edition!");
|
||||
} else {
|
||||
JAVA_TO_BEDROCK_BLOCK_MAP.put(javaRuntimeId, bedrockRuntimeId);
|
||||
JAVA_TO_BEDROCK_BLOCK_MAP.put(javaRuntimeId, duplicateRuntimeId);
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue