Changed texture stuffs
This commit is contained in:
parent
13b4d73e5a
commit
437318ece9
23 changed files with 187 additions and 139 deletions
|
@ -60,7 +60,7 @@ public class BlockAlloySmelter extends BlockMachineBase {
|
|||
{
|
||||
this.blockIcon = icon.registerIcon("techreborn:machine/machine_side");
|
||||
this.iconFront = icon
|
||||
.registerIcon("techreborn:machine/industrial_blast_furnace_front_off");
|
||||
.registerIcon("techreborn:machine/electric_alloy_furnace_front_off");
|
||||
this.iconTop = icon.registerIcon("techreborn:machine/machine_side");
|
||||
this.iconBottom = icon.registerIcon("techreborn:machine/machine_side");
|
||||
}
|
||||
|
|
|
@ -56,9 +56,9 @@ public class BlockCentrifuge extends BlockMachineBase {
|
|||
{
|
||||
this.blockIcon = icon.registerIcon("techreborn:machine/machine_side");
|
||||
this.iconFront = icon
|
||||
.registerIcon("techreborn:machine/industrial_blast_furnace_front_off");
|
||||
.registerIcon("techreborn:machine/centrifuge_front_off");
|
||||
this.iconTop = icon
|
||||
.registerIcon("techreborn:machine/industrial_grinder_top_on");
|
||||
.registerIcon("techreborn:machine/machine_side");
|
||||
this.iconBottom = icon.registerIcon("techreborn:machine/machine_side");
|
||||
}
|
||||
|
||||
|
|
|
@ -56,8 +56,8 @@ public class BlockGrinder extends BlockMachineBase{
|
|||
public void registerBlockIcons(IIconRegister icon)
|
||||
{
|
||||
this.blockIcon = icon.registerIcon("techreborn:machine/machine_side");
|
||||
this.iconFront = icon.registerIcon("techreborn:machine/grinder_front");
|
||||
this.iconTop = icon.registerIcon("techreborn:machine/grinder_top");
|
||||
this.iconFront = icon.registerIcon("techreborn:machine/industrial_grinder_front_off");
|
||||
this.iconTop = icon.registerIcon("techreborn:machine/industrial_grinder_top_off");
|
||||
this.iconBottom = icon.registerIcon("techreborn:machine/machine_side");
|
||||
}
|
||||
|
||||
|
|
|
@ -56,8 +56,8 @@ public class BlockImplosionCompressor extends BlockMachineBase{
|
|||
public void registerBlockIcons(IIconRegister icon)
|
||||
{
|
||||
this.blockIcon = icon.registerIcon("techreborn:machine/machine_side");
|
||||
this.iconFront = icon.registerIcon("techreborn:machine/implosioncompressor_front_off");
|
||||
this.iconTop = icon.registerIcon("techreborn:machine/implosioncompressor_top");
|
||||
this.iconFront = icon.registerIcon("techreborn:machine/implosion_compressor_front_off");
|
||||
this.iconTop = icon.registerIcon("techreborn:machine/machine_side");
|
||||
this.iconBottom = icon.registerIcon("techreborn:machine/machine_side");
|
||||
}
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@ public class BlockMatterFabricator extends BlockMachineBase{
|
|||
{
|
||||
this.blockIcon = icon.registerIcon("techreborn:machine/machine_side");
|
||||
this.iconFront = icon.registerIcon("techreborn:machine/matterfabricator_front_off");
|
||||
this.iconTop = icon.registerIcon("techreborn:machine/matterfabricator_top");
|
||||
this.iconTop = icon.registerIcon("techreborn:machine/machine_side");
|
||||
this.iconBottom = icon.registerIcon("techreborn:machine/machine_side");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue