Lighten the oil texture, might revert it im not sure?
This commit is contained in:
parent
9619ada825
commit
3400f42962
2 changed files with 1 additions and 27 deletions
|
@ -26,10 +26,9 @@ package techreborn.blocks.advanced_machine;
|
||||||
|
|
||||||
import net.minecraft.block.material.Material;
|
import net.minecraft.block.material.Material;
|
||||||
import reborncore.common.blocks.BlockMachineBase;
|
import reborncore.common.blocks.BlockMachineBase;
|
||||||
import reborncore.common.blocks.IRotationTexture;
|
|
||||||
import techreborn.client.TechRebornCreativeTab;
|
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/";
|
private final String prefix = "techreborn:blocks/machine/advanced_machines/";
|
||||||
|
|
||||||
|
@ -38,29 +37,4 @@ public class BlockDistillationTower extends BlockMachineBase implements IRotatio
|
||||||
setUnlocalizedName("techreborn.distillationtower");
|
setUnlocalizedName("techreborn.distillationtower");
|
||||||
setCreativeTab(TechRebornCreativeTab.instance);
|
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 Width: | Height: | Size: 537 B After Width: | Height: | Size: 16 KiB |
Loading…
Add table
Add a link
Reference in a new issue