Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-11-08 09:10:10 +01:00
Map 1.14 campfire particles
Dieser Commit ist enthalten in:
Ursprung
2334f6c5c9
Commit
7296fd58ec
@ -555,6 +555,7 @@ public class EntityPackets1_14 extends EntityRewriter<Protocol1_13_2To1_14> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static int getOldParticleId(int id) {
|
public static int getOldParticleId(int id) {
|
||||||
|
if (id == 56 || id == 57) return 5; // campfire cosy smoke, signal smoke -> cloud
|
||||||
if (id >= 45) {
|
if (id >= 45) {
|
||||||
id -= 1; // new 39 -> 44
|
id -= 1; // new 39 -> 44
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren