Merge pull request #3365 from younggam/patch-4

little java mod support
This commit is contained in:
Anuken
2020-11-12 09:35:52 -05:00
committed by GitHub

View File

@@ -15,7 +15,7 @@ import static mindustry.Vars.*;
public class Pump extends LiquidBlock{ public class Pump extends LiquidBlock{
/** Pump amount per tile. */ /** Pump amount per tile. */
protected float pumpAmount = 0.2f; public float pumpAmount = 0.2f;
public Pump(String name){ public Pump(String name){
super(name); super(name);