mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-25 14:01:03 -08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
d77f1b4fc0
2 changed files with 3 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ import mindustry.graphics.*;
|
|||
import mindustry.world.*;
|
||||
import mindustry.world.blocks.payloads.*;
|
||||
import mindustry.world.blocks.production.*;
|
||||
import mindustry.world.meta.*;
|
||||
|
||||
import static mindustry.Vars.*;
|
||||
|
||||
|
|
@ -24,7 +25,7 @@ public class PayloadConveyor extends Block{
|
|||
|
||||
public PayloadConveyor(String name){
|
||||
super(name);
|
||||
|
||||
group = BlockGroup.transportation;
|
||||
size = 3;
|
||||
rotate = true;
|
||||
update = true;
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
java -jar server.jar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue