reformat + optimize imports
This commit is contained in:
9
src/main/java/storagecraft/container/ContainerDrive.java
Normal file → Executable file
9
src/main/java/storagecraft/container/ContainerDrive.java
Normal file → Executable file
@@ -24,8 +24,7 @@ public class ContainerDrive extends ContainerBase
|
||||
{
|
||||
x = 71;
|
||||
y += 18;
|
||||
}
|
||||
else
|
||||
} else
|
||||
{
|
||||
x += 18;
|
||||
}
|
||||
@@ -51,8 +50,7 @@ public class ContainerDrive extends ContainerBase
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
else if (!mergeItemStack(stack, 0, 8, false))
|
||||
} else if (!mergeItemStack(stack, 0, 8, false))
|
||||
{
|
||||
return null;
|
||||
}
|
||||
@@ -60,8 +58,7 @@ public class ContainerDrive extends ContainerBase
|
||||
if (stack.stackSize == 0)
|
||||
{
|
||||
slot.putStack(null);
|
||||
}
|
||||
else
|
||||
} else
|
||||
{
|
||||
slot.onSlotChanged();
|
||||
}
|
||||
|
Reference in New Issue
Block a user