mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Don’t overwrite all other version changes (1.19.80 wool works again) (#3701)
This commit is contained in:
parent
58b593ef99
commit
8a257181b9
1 changed files with 0 additions and 2 deletions
|
@ -220,8 +220,6 @@ public class ItemRegistryPopulator {
|
|||
mappingItem.getBedrockIdentifier().equals("minecraft:log2") ||
|
||||
mappingItem.getBedrockIdentifier().equals("minecraft:fence")) {
|
||||
bedrockIdentifier = javaItem.javaIdentifier();
|
||||
} else {
|
||||
bedrockIdentifier = mappingItem.getBedrockIdentifier();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue