mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-11-16 11:15:49 +01:00
Fix 1.14 particle rewriting
In the used common method, the id rewriting is done after the data handling
This commit is contained in:
parent
884dcbe5b9
commit
e40300d0b1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user