Lighten the oil texture, might revert it im not sure?

This commit is contained in:
modmuss50 2017-06-13 21:27:06 +01:00
parent 9619ada825
commit 3400f42962
No known key found for this signature in database
GPG key ID: 203A5ED4D3E48BEA
2 changed files with 1 additions and 27 deletions
src/main
java/techreborn/blocks/advanced_machine
resources/assets/techreborn/textures/blocks/fluids

View file

@ -26,10 +26,9 @@ package techreborn.blocks.advanced_machine;
import net.minecraft.block.material.Material;
import reborncore.common.blocks.BlockMachineBase;
import reborncore.common.blocks.IRotationTexture;
import techreborn.client.TechRebornCreativeTab;
public class BlockDistillationTower extends BlockMachineBase implements IRotationTexture {
public class BlockDistillationTower extends BlockMachineBase {
private final String prefix = "techreborn:blocks/machine/advanced_machines/";
@ -38,29 +37,4 @@ public class BlockDistillationTower extends BlockMachineBase implements IRotatio
setUnlocalizedName("techreborn.distillationtower");
setCreativeTab(TechRebornCreativeTab.instance);
}
@Override
public String getFrontOff() {
return prefix + "distillation_tower_front_off";
}
@Override
public String getFrontOn() {
return prefix + "distillation_tower_front_off";
}
@Override
public String getSide() {
return prefix + "advanced_machine_side";
}
@Override
public String getTop() {
return prefix + "industrial_centrifuge_top_off";
}
@Override
public String getBottom() {
return prefix + "industrial_centrifuge_bottom";
}
}

Binary file not shown.

Before

(image error) Size: 537 B

After

(image error) Size: 16 KiB