Added scrap item, utilise some new textures.
This commit is contained in:
parent
b9f3d9c60a
commit
c06a98422d
5 changed files with 8 additions and 7 deletions
|
@ -37,12 +37,12 @@ public class BlockGenerator extends BlockMachineBase implements IRotationTexture
|
|||
|
||||
@Override
|
||||
public String getFrontOff() {
|
||||
return prefix + "industrial_blast_furnace_front_off";
|
||||
return prefix + "generator_front_off";
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getFrontOn() {
|
||||
return prefix + "industrial_blast_furnace_front_on";
|
||||
return prefix + "generator_front_on";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -36,12 +36,12 @@ public class BlockCompressor extends BlockMachineBase implements IRotationTextur
|
|||
|
||||
@Override
|
||||
public String getFrontOff() {
|
||||
return prefix + "implosion_compressor_front_off";
|
||||
return prefix + "compressor_front_off";
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getFrontOn() {
|
||||
return prefix + "implosion_compressor_front_on";
|
||||
return prefix + "compressor_front_on";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -36,12 +36,12 @@ public class BlockElectricFurnace extends BlockMachineBase implements IRotationT
|
|||
|
||||
@Override
|
||||
public String getFrontOff() {
|
||||
return prefix + "industrial_blast_furnace_front_off";
|
||||
return prefix + "electric_furnace_front_off";
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getFrontOn() {
|
||||
return prefix + "industrial_blast_furnace_front_on";
|
||||
return prefix + "electric_furnace_front_on";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -39,7 +39,7 @@ public class ItemParts extends ItemTextureBase {
|
|||
"thoriumCell", "doubleThoriumCell", "quadThoriumCell", "plutoniumCell", "doublePlutoniumCell",
|
||||
"quadPlutoniumCell", "destructoPack", "iridiumNeutronReflector", "massHoleDevice", "computerMonitor"
|
||||
, "machineParts", "thickNeutronReflector", "neutronReflector", "electronicCircuit", "advancedCircuit"
|
||||
, "rubberSap", "rubber"};
|
||||
, "rubberSap", "rubber", "scrap"};
|
||||
|
||||
|
||||
public ItemParts() {
|
||||
|
|
|
@ -572,6 +572,7 @@ item.techreborn.part.neutronReflector.name=Neutron Reflector
|
|||
item.techreborn.part.thickNeutronReflector.name=Thick Neutron Reflector
|
||||
item.techreborn.part.rubberSap.name=Sap
|
||||
item.techreborn.part.rubber.name=Rubber
|
||||
item.techreborn.part.scrap.name=Scrap
|
||||
|
||||
#Tools
|
||||
item.techreborn.rockcutter.name=Rockcutter
|
||||
|
|
Loading…
Add table
Reference in a new issue