Changed oil extractor sprite
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package io.anuke.mindustry.world.blocks.types.production;
|
||||
|
||||
import io.anuke.mindustry.world.blocks.types.LiquidBlock;
|
||||
|
||||
public class LiquidMixer extends LiquidBlock{
|
||||
|
||||
public LiquidMixer(String name) {
|
||||
super(name);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user