Add description page to JEI on how to obtain sap

This commit is contained in:
TheDoctorSoda 2016-03-07 23:15:53 -08:00
parent 5f77e1b16f
commit c5302f8d6b
4 changed files with 7 additions and 1 deletions

View file

@ -8,7 +8,7 @@ import techreborn.lib.Reference;
public class ScrapboxRecipe extends BaseRecipe {
public ScrapboxRecipe(ItemStack output) {
super(Reference.compressorRecipe, 0, 0);
super(Reference.scrapboxRecipe, 0, 0);
inputs.add(new ItemStack(ModItems.scrapBox));
addOutput(output);
}