Added scrap item, utilise some new textures.

This commit is contained in:
modmuss50 2016-02-21 13:49:49 +00:00
parent b9f3d9c60a
commit c06a98422d
5 changed files with 8 additions and 7 deletions

View file

@ -37,12 +37,12 @@ public class BlockGenerator extends BlockMachineBase implements IRotationTexture
@Override @Override
public String getFrontOff() { public String getFrontOff() {
return prefix + "industrial_blast_furnace_front_off"; return prefix + "generator_front_off";
} }
@Override @Override
public String getFrontOn() { public String getFrontOn() {
return prefix + "industrial_blast_furnace_front_on"; return prefix + "generator_front_on";
} }
@Override @Override

View file

@ -36,12 +36,12 @@ public class BlockCompressor extends BlockMachineBase implements IRotationTextur
@Override @Override
public String getFrontOff() { public String getFrontOff() {
return prefix + "implosion_compressor_front_off"; return prefix + "compressor_front_off";
} }
@Override @Override
public String getFrontOn() { public String getFrontOn() {
return prefix + "implosion_compressor_front_on"; return prefix + "compressor_front_on";
} }
@Override @Override

View file

@ -36,12 +36,12 @@ public class BlockElectricFurnace extends BlockMachineBase implements IRotationT
@Override @Override
public String getFrontOff() { public String getFrontOff() {
return prefix + "industrial_blast_furnace_front_off"; return prefix + "electric_furnace_front_off";
} }
@Override @Override
public String getFrontOn() { public String getFrontOn() {
return prefix + "industrial_blast_furnace_front_on"; return prefix + "electric_furnace_front_on";
} }
@Override @Override

View file

@ -39,7 +39,7 @@ public class ItemParts extends ItemTextureBase {
"thoriumCell", "doubleThoriumCell", "quadThoriumCell", "plutoniumCell", "doublePlutoniumCell", "thoriumCell", "doubleThoriumCell", "quadThoriumCell", "plutoniumCell", "doublePlutoniumCell",
"quadPlutoniumCell", "destructoPack", "iridiumNeutronReflector", "massHoleDevice", "computerMonitor" "quadPlutoniumCell", "destructoPack", "iridiumNeutronReflector", "massHoleDevice", "computerMonitor"
, "machineParts", "thickNeutronReflector", "neutronReflector", "electronicCircuit", "advancedCircuit" , "machineParts", "thickNeutronReflector", "neutronReflector", "electronicCircuit", "advancedCircuit"
, "rubberSap", "rubber"}; , "rubberSap", "rubber", "scrap"};
public ItemParts() { public ItemParts() {

View file

@ -572,6 +572,7 @@ item.techreborn.part.neutronReflector.name=Neutron Reflector
item.techreborn.part.thickNeutronReflector.name=Thick Neutron Reflector item.techreborn.part.thickNeutronReflector.name=Thick Neutron Reflector
item.techreborn.part.rubberSap.name=Sap item.techreborn.part.rubberSap.name=Sap
item.techreborn.part.rubber.name=Rubber item.techreborn.part.rubber.name=Rubber
item.techreborn.part.scrap.name=Scrap
#Tools #Tools
item.techreborn.rockcutter.name=Rockcutter item.techreborn.rockcutter.name=Rockcutter