mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-28 22:05:01 +01:00
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;
|
return false;
|
||||||
if (simulate)
|
if (simulate)
|
||||||
return true;
|
return true;
|
||||||
playEffect(world, null, fluid, false);
|
playEffect(world, root, fluid, false);
|
||||||
if (evaporate) {
|
if (evaporate) {
|
||||||
int i = root.getX();
|
int i = root.getX();
|
||||||
int j = root.getY();
|
int j = root.getY();
|
||||||
|
|
Loading…
Reference in a new issue