Renamed ModItems to TRItems. Sorted members inside it.
This commit is contained in:
parent
0443ad4a3a
commit
a40635e75f
39 changed files with 299 additions and 275 deletions
|
@ -34,6 +34,7 @@ public class ScrapboxRecipe extends BaseRecipe {
|
|||
public ScrapboxRecipe(ItemStack output, int tickTime, int euPerTick) {
|
||||
super(Reference.SCRAPBOX_RECIPE, tickTime, euPerTick);
|
||||
if (output != null) {
|
||||
// TODO: Fix recipe
|
||||
addInput(new ItemStack(TechRebornAPI.getItem("SCRAP_BOX")));
|
||||
addOutput(output);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue