mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-05 07:47:48 +07:00
@ -18,7 +18,6 @@ import static mindustry.Vars.*;
|
||||
public class Constructor extends BlockProducer{
|
||||
/** Empty seq for no filter. */
|
||||
public Seq<Block> filter = new Seq<>();
|
||||
public float buildSpeed = 0.4f;
|
||||
public int minBlockSize = 1, maxBlockSize = 2;
|
||||
|
||||
public Constructor(String name){
|
||||
|
Reference in New Issue
Block a user