diff --git a/src/main/java/techreborn/init/ModRecipes.java b/src/main/java/techreborn/init/ModRecipes.java index 2f7858e97..fb013847c 100644 --- a/src/main/java/techreborn/init/ModRecipes.java +++ b/src/main/java/techreborn/init/ModRecipes.java @@ -124,12 +124,7 @@ public class ModRecipes { ScrapboxList.addItemStackToList(new ItemStack(Items.rabbit_hide)); ScrapboxList.addItemStackToList(new ItemStack(Items.rabbit_foot)); ScrapboxList.addItemStackToList(new ItemStack(Items.apple)); - - ScrapboxList.addItemStackToList(ItemGems.getGemByName("ruby")); - ScrapboxList.addItemStackToList(ItemGems.getGemByName("sapphire")); - ScrapboxList.addItemStackToList(ItemGems.getGemByName("peridot")); - ScrapboxList.addItemStackToList(ItemGems.getGemByName("redGarnet")); - ScrapboxList.addItemStackToList(ItemGems.getGemByName("yellowGarnet")); + ScrapboxList.addItemStackToList(ItemCells.getCellByName("empty")); ScrapboxList.addItemStackToList(ItemCells.getCellByName("water")); ScrapboxList.addItemStackToList(ItemParts.getPartByName("scrap")); @@ -192,6 +187,10 @@ public class ModRecipes { for(String i : ItemDusts.types){ ScrapboxList.addItemStackToList(ItemDusts.getDustByName(i)); } + + for(String i : ItemGems.types){ + ScrapboxList.addItemStackToList(ItemGems.getGemByName(i)); + } registerDyable(Blocks.carpet); registerDyable(Blocks.stained_glass); diff --git a/src/main/resources/assets/techreborn/lang/en_US.lang b/src/main/resources/assets/techreborn/lang/en_US.lang index d39f41d9c..e261ccb18 100644 --- a/src/main/resources/assets/techreborn/lang/en_US.lang +++ b/src/main/resources/assets/techreborn/lang/en_US.lang @@ -974,6 +974,7 @@ techreborn.jei.recipe.start.cost=Start: %sEU techreborn.jei.recipe.running.cost=EU/t: %s techreborn.jei.recipe.processing.time.1=Time: %s ticks techreborn.jei.recipe.processing.time.2=(%s seconds) +jei.techreborn.scrapbox.name=Opening Scrapboxes techreborn.jei.category.alloy.furnace=Alloy Furnace