Added some more items
This commit is contained in:
parent
4521008c73
commit
cfab240ac7
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue