This commit is contained in:
Anuken 2024-05-23 11:54:05 -04:00
parent 0c3d1697f1
commit 779a8f75bc
2 changed files with 2 additions and 2 deletions

View File

@ -253,7 +253,7 @@ public class Conveyor extends Block implements Autotiler{
mid = 0;
//skip updates if possible
if(len == 0){
if(len == 0 && Mathf.equal(timeScale, 1f)){
clogHeat = 0f;
sleep();
return;

View File

@ -25,4 +25,4 @@ org.gradle.caching=true
#used for slow jitpack builds; TODO see if this actually works
org.gradle.internal.http.socketTimeout=100000
org.gradle.internal.http.connectionTimeout=100000
archash=7e559036ec
archash=5a944efcc0