What the hell is going on with jitpack

This commit is contained in:
Anuken 2021-11-20 10:32:28 -05:00
parent a39d156d12
commit 7690f12682
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ public class BeamDrill extends Block{
public int tier = 1;
public float laserWidth = 0.65f;
/** How many times faster the drill will progress when boosted by an optional consumer. */
public float optionalBoostIntensity = 2f;
public float optionalBoostIntensity = 2f; //TODO would be nice to change laser color when this is active.
public Color sparkColor = Color.valueOf("fd9e81"), glowColor = Color.white;
public float glowIntensity = 0.2f, pulseIntensity = 0.07f;

View File

@ -24,4 +24,4 @@ android.useAndroidX=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=f106eee213e490802b24afabbe326802ab477c07
archash=f106eee2