fix formatting again

This commit is contained in:
Shroopy 2024-11-27 15:16:38 -08:00
parent ea30d5e0f2
commit a1f0285f73

View file

@ -78,7 +78,7 @@ public class PressingBehaviour extends BeltProcessingBehaviour {
if (clientPacket) { if (clientPacket) {
NBTHelper.iterateCompoundList(compound.getList("ParticleItems", Tag.TAG_COMPOUND), NBTHelper.iterateCompoundList(compound.getList("ParticleItems", Tag.TAG_COMPOUND),
c -> particleItems.add(ItemStack.of(c))); c -> particleItems.add(ItemStack.of(c)));
spawnParticles(); spawnParticles();
} }
} }