3
0
Mirror von https://github.com/ViaVersion/ViaBackwards.git synchronisiert 2024-07-26 17:08:05 +02:00

Fix 1.14 particle rewriting

In the used common method, the id rewriting is done after the data handling
Dieser Commit ist enthalten in:
KennyTV 2020-01-09 21:59:12 +01:00
Ursprung 884dcbe5b9
Commit e40300d0b1

Datei anzeigen

@ -501,7 +501,7 @@ public class BlockItemPackets1_14 extends BlockItemRewriter<Protocol1_13_2To1_14
});
// Spawn particle
blockRewriter.registerSpawnParticle(Type.FLOAT, 0x23, 0x24, 3, 20, 27,
blockRewriter.registerSpawnParticle(Type.FLOAT, 0x23, 0x24, 3, 17, 24,
EntityPackets1_14::getOldParticleId, this::handleItemToClient, Type.FLAT_VAR_INT_ITEM);
//Map Data