Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-11-20 06:50:10 +01:00
fix mapping issue
Dieser Commit ist enthalten in:
Ursprung
4f9334c1dd
Commit
e5a110f24f
@ -182,8 +182,8 @@ public class Protocol1_13To1_13_1 extends BackwardsProtocol {
|
|||||||
public static int getNewBlockStateId(int blockId) {
|
public static int getNewBlockStateId(int blockId) {
|
||||||
if (blockId > 8590) {
|
if (blockId > 8590) {
|
||||||
blockId -= 17;
|
blockId -= 17;
|
||||||
} else if (blockId > 8573) {
|
} else if (blockId > 8588) {
|
||||||
blockId = 0; //TODO replace new blocks
|
blockId = 8573;
|
||||||
} else if (blockId > 8479) {
|
} else if (blockId > 8479) {
|
||||||
blockId -= 16;
|
blockId -= 16;
|
||||||
} else if (blockId > 8469 && blockId % 2 == 0) {
|
} else if (blockId > 8469 && blockId % 2 == 0) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren