Add description page to JEI on how to obtain sap
This commit is contained in:
parent
5f77e1b16f
commit
c5302f8d6b
4 changed files with 7 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue