Electrolyzer

This commit is contained in:
Yulife 2016-06-02 21:31:58 +02:00
parent e34a5bb4b5
commit b09e60f774
7 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,14 @@
{
"animation": {
"frametime": 5,
"interpolate": false,
"frames": [
0,
1,
2,
3,
2,
1
]
}
}

View file

@ -14,7 +14,7 @@ import techreborn.tiles.TileIndustrialElectrolyzer;
public class BlockIndustrialElectrolyzer extends BlockMachineBase implements IRotationTexture
{
private final String prefix = "techreborn:blocks/machine/advanced_machines/";
private final String prefix = "techreborn:blocks/machine/greg_machines/";
public BlockIndustrialElectrolyzer(Material material)
{