Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-12-26 00:00:28 +01:00
Fixing item count on 1.11, where size <= 0. Fixes #553
Dieser Commit ist enthalten in:
Ursprung
efa6e8ec31
Commit
18c706ab8a
@ -97,6 +97,7 @@ public class ItemRewriter {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (stack.getAmount() <= 0) stack.setAmount((byte) 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void toServer(Item item) {
|
public static void toServer(Item item) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren