mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-02-06 02:14:58 +01:00
fix formatting again
This commit is contained in:
parent
ea30d5e0f2
commit
a1f0285f73
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue