mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-18 16:02:19 +01:00
Unlimited bogeys
- Fix jerkiness and off-screening issues
This commit is contained in:
parent
2f4968e15e
commit
3a84808379
1 changed files with 5 additions and 2 deletions
|
@ -84,5 +84,8 @@ public class CarriageContraptionInstance extends EntityInstance<CarriageContrapt
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean decreaseFramerateWithDistance() {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue