mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-02-06 02:14:58 +01:00
fix
This commit is contained in:
parent
ba2417e417
commit
46a58da116
1 changed files with 1 additions and 2 deletions
|
@ -94,8 +94,7 @@ public class PressingBehaviour extends BeltProcessingBehaviour {
|
|||
super.write(compound, clientPacket);
|
||||
|
||||
if (clientPacket) {
|
||||
compound.put("ParticleItems",
|
||||
NBTHelper.writeCompoundList(particleItems, NBTSerializer::serializeNBTCompound));
|
||||
compound.put("ParticleItems", NBTHelper.writeCompoundList(particleItems, ItemStack::serializeNBT));
|
||||
particleItems.clear();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue