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
commit c2aa655d87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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