mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-08 14:57:18 +07:00
Begone 🔭
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user