Added some more items

This commit is contained in:
modmuss50 2016-02-20 01:32:08 +00:00
parent 4521008c73
commit cfab240ac7
2 changed files with 5 additions and 1 deletions

View file

@ -37,6 +37,9 @@ public class RecipeCompact implements IRecipeCompact {
recipes.put("airCell", ItemCells.getCellByName("empty"));
recipes.put("electronicCircuit", ItemParts.getPartByName("electronicCircuit"));
recipes.put("advancedCircuit", ItemParts.getPartByName("advancedCircuit"));
recipes.put("rubberWood", new ItemStack(ModBlocks.rubberLog));
recipes.put("resin", ItemParts.getPartByName("rubberSap"));
recipes.put("carbonPlate", ItemPlates.getPlateByName("carbon"));
}
@Override

View file

@ -38,7 +38,8 @@ public class ItemParts extends ItemTextureBase {
"laserFocus", "ductTape", "lazuriteChunk", "iridiumAlloyIngot", "rockCutterBlade", "superConductor",
"thoriumCell", "doubleThoriumCell", "quadThoriumCell", "plutoniumCell", "doublePlutoniumCell",
"quadPlutoniumCell", "destructoPack", "iridiumNeutronReflector", "massHoleDevice", "computerMonitor"
, "machineParts", "thickNeutronReflector", "neutronReflector", "electronicCircuit", "advancedCircuit"};
, "machineParts", "thickNeutronReflector", "neutronReflector", "electronicCircuit", "advancedCircuit"
, "rubberSap", "rubber"};
public ItemParts() {