Don’t overwrite all other version changes (1.19.80 wool works again) (#3701)

This commit is contained in:
onebeastchris 2023-04-27 02:08:26 +02:00 committed by GitHub
parent 58b593ef99
commit 8a257181b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -220,8 +220,6 @@ public class ItemRegistryPopulator {
mappingItem.getBedrockIdentifier().equals("minecraft:log2") ||
mappingItem.getBedrockIdentifier().equals("minecraft:fence")) {
bedrockIdentifier = javaItem.javaIdentifier();
} else {
bedrockIdentifier = mappingItem.getBedrockIdentifier();
}
}