Renamed ModItems to TRItems. Sorted members inside it.

This commit is contained in:
drcrazy 2018-09-03 17:46:21 +03:00
parent 0443ad4a3a
commit a40635e75f
39 changed files with 299 additions and 275 deletions

View file

@ -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);
}