Added Universal Cell
This commit is contained in:
parent
9035f2a21c
commit
e38c800f21
13 changed files with 179 additions and 24 deletions
|
@ -1,7 +1,7 @@
|
|||
package techreborn.utils;
|
||||
|
||||
import net.minecraft.item.ItemStack;
|
||||
import techreborn.items.ItemCells;
|
||||
import techreborn.init.ModItems;
|
||||
|
||||
public class RecipeUtils
|
||||
{
|
||||
|
@ -12,7 +12,7 @@ public class RecipeUtils
|
|||
// cell.stackSize = stackSize;
|
||||
// return cell;
|
||||
// } else {
|
||||
return ItemCells.getCellByName("empty", stackSize);
|
||||
return new ItemStack(ModItems.emptyCell);
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue