mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-25 14:01:03 -08:00
Prevent accelerator from blending with conveyors
This commit is contained in:
parent
a544888f16
commit
e5b341c63e
1 changed files with 6 additions and 1 deletions
|
|
@ -43,7 +43,12 @@ public class Accelerator extends Block{
|
|||
consumes.items(launching.requirements);
|
||||
super.init();
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public boolean outputsItems(){
|
||||
return false;
|
||||
}
|
||||
|
||||
public class AcceleratorBuild extends Building{
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue