3
0
Mirror von https://github.com/ViaVersion/ViaBackwards.git synchronisiert 2024-09-07 13:22:54 +02:00

Map 1.14 campfire particles

Dieser Commit ist enthalten in:
KennyTV 2020-02-02 10:16:31 +01:00
Ursprung 2334f6c5c9
Commit 7296fd58ec

Datei anzeigen

@ -555,6 +555,7 @@ public class EntityPackets1_14 extends EntityRewriter<Protocol1_13_2To1_14> {
}
public static int getOldParticleId(int id) {
if (id == 56 || id == 57) return 5; // campfire cosy smoke, signal smoke -> cloud
if (id >= 45) {
id -= 1; // new 39 -> 44
}