diff --git a/run/resourcepacks/unity/assets/TechReborn.xcf b/run/resourcepacks/unity/assets/TechReborn.xcf index bb7016308..51f867554 100644 Binary files a/run/resourcepacks/unity/assets/TechReborn.xcf and b/run/resourcepacks/unity/assets/TechReborn.xcf differ diff --git a/run/resourcepacks/unity/assets/techreborn/textures/blocks/machine/greg_machines/industrial_electrolyzer_front_off.png b/run/resourcepacks/unity/assets/techreborn/textures/blocks/machine/greg_machines/industrial_electrolyzer_front_off.png new file mode 100644 index 000000000..933cf05d5 Binary files /dev/null and b/run/resourcepacks/unity/assets/techreborn/textures/blocks/machine/greg_machines/industrial_electrolyzer_front_off.png differ diff --git a/run/resourcepacks/unity/assets/techreborn/textures/blocks/machine/greg_machines/industrial_electrolyzer_front_on.png b/run/resourcepacks/unity/assets/techreborn/textures/blocks/machine/greg_machines/industrial_electrolyzer_front_on.png new file mode 100644 index 000000000..8471250b2 Binary files /dev/null and b/run/resourcepacks/unity/assets/techreborn/textures/blocks/machine/greg_machines/industrial_electrolyzer_front_on.png differ diff --git a/run/resourcepacks/unity/assets/techreborn/textures/blocks/machine/greg_machines/industrial_electrolyzer_front_on.png.mcmeta b/run/resourcepacks/unity/assets/techreborn/textures/blocks/machine/greg_machines/industrial_electrolyzer_front_on.png.mcmeta new file mode 100644 index 000000000..32edfd77e --- /dev/null +++ b/run/resourcepacks/unity/assets/techreborn/textures/blocks/machine/greg_machines/industrial_electrolyzer_front_on.png.mcmeta @@ -0,0 +1,14 @@ +{ + "animation": { + "frametime": 5, + "interpolate": false, + "frames": [ + 0, + 1, + 2, + 3, + 2, + 1 + ] + } +} diff --git a/src/main/java/techreborn/blocks/advanced_machine/BlockIndustrialElectrolyzer.java b/src/main/java/techreborn/blocks/advanced_machine/BlockIndustrialElectrolyzer.java index 3f474e9c2..c6e643f82 100644 --- a/src/main/java/techreborn/blocks/advanced_machine/BlockIndustrialElectrolyzer.java +++ b/src/main/java/techreborn/blocks/advanced_machine/BlockIndustrialElectrolyzer.java @@ -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) { diff --git a/src/main/resources/assets/techreborn/textures/blocks/machine/advanced_machines/industrial_electrolyzer_front_off.png b/src/main/resources/assets/techreborn/textures/blocks/machine/greg_machines/industrial_electrolyzer_front_off.png similarity index 100% rename from src/main/resources/assets/techreborn/textures/blocks/machine/advanced_machines/industrial_electrolyzer_front_off.png rename to src/main/resources/assets/techreborn/textures/blocks/machine/greg_machines/industrial_electrolyzer_front_off.png diff --git a/src/main/resources/assets/techreborn/textures/blocks/machine/advanced_machines/industrial_electrolyzer_front_on.png b/src/main/resources/assets/techreborn/textures/blocks/machine/greg_machines/industrial_electrolyzer_front_on.png similarity index 100% rename from src/main/resources/assets/techreborn/textures/blocks/machine/advanced_machines/industrial_electrolyzer_front_on.png rename to src/main/resources/assets/techreborn/textures/blocks/machine/greg_machines/industrial_electrolyzer_front_on.png