mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2025-01-27 01:41:27 +01:00
Fix entity remap
This commit is contained in:
parent
0fcba4f4ec
commit
b1d6a49a82
@ -59,7 +59,7 @@ public class MetadataRewriter1_16To1_15_2 extends MetadataRewriter {
|
||||
if (oldId > 57 && oldId < 95) {
|
||||
return oldId - 1;
|
||||
}
|
||||
if (oldId > 103) {
|
||||
if (oldId > 102) {
|
||||
return oldId + 1;
|
||||
}
|
||||
return oldId;
|
||||
|
Loading…
Reference in New Issue
Block a user