mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-11-14 10:55:20 +01:00
Map 1.14 campfire particles
This commit is contained in:
parent
2334f6c5c9
commit
7296fd58ec
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user