Extractor texture
This commit is contained in:
parent
6922f60577
commit
4b8589667b
4 changed files with 6 additions and 1 deletions
|
@ -41,7 +41,7 @@ public class BlockExtractor extends BlockMachineBase implements IRotationTexture
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getFrontOn() {
|
public String getFrontOn() {
|
||||||
return prefix + "extractor_front_off";
|
return prefix + "extractor_front_on";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 666 B |
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"animation":{
|
||||||
|
"frametime":2
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue