Electrolyzer
This commit is contained in:
parent
e34a5bb4b5
commit
b09e60f774
7 changed files with 15 additions and 1 deletions
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 766 B |
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"animation": {
|
||||
"frametime": 5,
|
||||
"interpolate": false,
|
||||
"frames": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
2,
|
||||
1
|
||||
]
|
||||
}
|
||||
}
|
|
@ -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)
|
||||
{
|
||||
|
|
Before Width: | Height: | Size: 505 B After Width: | Height: | Size: 505 B |
Before Width: | Height: | Size: 510 B After Width: | Height: | Size: 510 B |
Loading…
Add table
Reference in a new issue