More turret consistency / Power curve for recoil

This commit is contained in:
Anuken
2022-05-08 23:53:25 -04:00
parent 9697036599
commit 4333f12fd8
6 changed files with 29 additions and 34 deletions
@@ -18,7 +18,7 @@ public class ConsumeItemExplode extends ConsumeItemFilter{
public Effect explodeEffect = Fx.generatespark;
public ConsumeItemExplode(float threshold){
super(item -> item.explosiveness >= threshold);
this.filter = item -> item.explosiveness >= this.threshold;
this.threshold = threshold;
}