This commit is contained in:
Anuken
2022-10-08 07:50:21 -04:00
parent 5317a81a92
commit 09f5439c33
2 changed files with 2 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ public class LaserBulletType extends BulletType{
pierce = true; pierce = true;
hittable = false; hittable = false;
absorbable = false; absorbable = false;
removeAfterPierce = false;
} }
public LaserBulletType(){ public LaserBulletType(){

View File

@@ -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=ae63b4bdf0 archash=7346702fbe