Changed oil extractor sprite

This commit is contained in:
Anuken
2018-03-13 11:38:56 -04:00
parent 2a0d3b05d3
commit 539971b5a0
4 changed files with 11 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 638 B

View File

@@ -1,5 +1,5 @@
#Autogenerated file. Do not modify. #Autogenerated file. Do not modify.
#Tue Mar 13 01:15:39 EDT 2018 #Tue Mar 13 11:22:58 EDT 2018
version=release version=release
androidBuildCode=479 androidBuildCode=479
name=Mindustry name=Mindustry

View File

@@ -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);
}
}