Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -50,6 +50,7 @@ public class CoreBlock extends StorageBlock{
|
||||
unitCapModifier = 10;
|
||||
activeSound = Sounds.respawning;
|
||||
activeSoundVolume = 1f;
|
||||
group = BlockGroup.none;
|
||||
}
|
||||
|
||||
@Remote(called = Loc.server)
|
||||
|
||||
@@ -5,15 +5,16 @@ import arc.util.*;
|
||||
import mindustry.gen.*;
|
||||
import mindustry.type.*;
|
||||
import mindustry.world.*;
|
||||
import mindustry.world.meta.*;
|
||||
|
||||
public abstract class StorageBlock extends Block{
|
||||
|
||||
public class StorageBlock extends Block{
|
||||
public StorageBlock(String name){
|
||||
super(name);
|
||||
hasItems = true;
|
||||
solid = true;
|
||||
update = false;
|
||||
destructible = true;
|
||||
group = BlockGroup.storage;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user