Use correct ID for duplicates

This commit is contained in:
SupremeMortal 2019-12-30 23:35:28 +00:00
parent b96ef99beb
commit 6599aefc43
No known key found for this signature in database
GPG Key ID: DDBB25F8EE4FA29A
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}