mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-27 08:00:04 +07:00
Begone 🔭
This commit is contained in:
parent
3f754116d8
commit
4a238cff77
@ -1,16 +0,0 @@
|
||||
package mindustry.world.blocks.distribution;
|
||||
|
||||
import mindustry.world.*;
|
||||
|
||||
/**
|
||||
* Shares similarities with a conveyor,
|
||||
* but handles items fundamentally different,
|
||||
* so much so that its best kept separated.
|
||||
*
|
||||
* (conveyors can't handle the cuteness)
|
||||
*/
|
||||
public class PlastaniumTrack extends Block{
|
||||
public PlastaniumTrack(String name){
|
||||
super(name);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user