Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken 2023-05-19 11:08:26 -04:00
commit cee09dd167

View File

@ -3413,11 +3413,14 @@ public class Blocks{
lightningLength = 10;
}}
);
shoot = new ShootAlternate(){{
shoot = new ShootBarrel(){{
barrels = new float[]{
-4, -1.25f, 0,
0, 0, 0,
4, -1.25f, 0
};
shots = 4;
barrels = 3;
spread = 3.5f;
shotDelay = 5f;
}};