Fix hose pulley particle position bug
This commit is contained in:
parent
f9791243f8
commit
cff90d6211
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ public class FluidFillingBehaviour extends FluidManipulationBehaviour {
|
|||
return false;
|
||||
if (simulate)
|
||||
return true;
|
||||
playEffect(world, null, fluid, false);
|
||||
playEffect(world, root, fluid, false);
|
||||
if (evaporate) {
|
||||
int i = root.getX();
|
||||
int j = root.getY();
|
||||
|
|
Loading…
Reference in a new issue