Start redoing Matter Fabricator gui
(cherry picked from commit 5c6bc6c)
This commit is contained in:
parent
82927ae405
commit
f9d4134365
4 changed files with 11 additions and 6 deletions
|
@ -145,7 +145,7 @@ public class IndustrialCentrifugeRecipes extends RecipeMethods {
|
|||
|
||||
if(input instanceof ItemStack){
|
||||
if (((ItemStack) input).getItem() instanceof DynamicCell) {
|
||||
int inputCount = ((ItemStack) input).stackSize;
|
||||
int inputCount = ((ItemStack) input).getCount();
|
||||
if (cellCount < inputCount) {
|
||||
if (output2 == null) {
|
||||
output2 = DynamicCell.getEmptyCell(inputCount - cellCount);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue