mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-02-06 10:25:00 +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);
|
super.write(compound, clientPacket);
|
||||||
|
|
||||||
if (clientPacket) {
|
if (clientPacket) {
|
||||||
compound.put("ParticleItems",
|
compound.put("ParticleItems", NBTHelper.writeCompoundList(particleItems, ItemStack::serializeNBT));
|
||||||
NBTHelper.writeCompoundList(particleItems, NBTSerializer::serializeNBTCompound));
|
|
||||||
particleItems.clear();
|
particleItems.clear();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue