mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-27 13:28:00 +01:00
fix code format
This commit is contained in:
parent
fbc99137c0
commit
852fa9d5ea
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ public class SpoutBlockEntity extends SmartBlockEntity implements IHaveGoggleInf
|
|||
protected void spawnProcessingParticles(FluidStack fluid) {
|
||||
if (isVirtual())
|
||||
return;
|
||||
if(fluid.isEmpty())
|
||||
if (fluid.isEmpty())
|
||||
return;
|
||||
Vec3 vec = VecHelper.getCenterOf(worldPosition);
|
||||
vec = vec.subtract(0, 8 / 16f, 0);
|
||||
|
|
Loading…
Reference in a new issue