We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5000a9a commit 6618198Copy full SHA for 6618198
src/main/java/com/glodblock/github/client/container/ContainerUltimateEncoder.java
@@ -224,6 +224,9 @@ public void encodeAndMoveToInventory() {
224
}
225
226
public void encode() {
227
+ if (collectInventory(this.craftingSlots).length == 0 || collectInventory(this.outputSlots).length == 0) {
228
+ return;
229
+ }
230
if (!checkHasFluidPattern()) {
231
ItemStack stack = this.patternSlotOUT.getStack();
232
if (stack.isEmpty()) {
0 commit comments