Extractor texture

This commit is contained in:
TheDoctorSoda 2016-02-21 16:02:36 -08:00
parent 6922f60577
commit 4b8589667b
4 changed files with 6 additions and 1 deletions

View file

@ -41,7 +41,7 @@ public class BlockExtractor extends BlockMachineBase implements IRotationTexture
@Override
public String getFrontOn() {
return prefix + "extractor_front_off";
return prefix + "extractor_front_on";
}
@Override

Binary file not shown.

After

Width:  |  Height:  |  Size: 666 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -0,0 +1,5 @@
{
"animation":{
"frametime":2
}
}