Fixed #9876
This commit is contained in:
@@ -253,7 +253,7 @@ public class Conveyor extends Block implements Autotiler{
|
|||||||
mid = 0;
|
mid = 0;
|
||||||
|
|
||||||
//skip updates if possible
|
//skip updates if possible
|
||||||
if(len == 0){
|
if(len == 0 && Mathf.equal(timeScale, 1f)){
|
||||||
clogHeat = 0f;
|
clogHeat = 0f;
|
||||||
sleep();
|
sleep();
|
||||||
return;
|
return;
|
||||||
|
|||||||
@@ -25,4 +25,4 @@ org.gradle.caching=true
|
|||||||
#used for slow jitpack builds; TODO see if this actually works
|
#used for slow jitpack builds; TODO see if this actually works
|
||||||
org.gradle.internal.http.socketTimeout=100000
|
org.gradle.internal.http.socketTimeout=100000
|
||||||
org.gradle.internal.http.connectionTimeout=100000
|
org.gradle.internal.http.connectionTimeout=100000
|
||||||
archash=7e559036ec
|
archash=5a944efcc0
|
||||||
|
|||||||
Reference in New Issue
Block a user