1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Merge pull request #1278 from J3fftw1/fix/fixes-actually-actually-fixes

fixes dupe with geominer
This commit is contained in:
TheBusyBiscuit 2019-12-02 23:20:22 +01:00 committed by GitHub
commit df9315dd48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,6 @@ public abstract class GEOMiner extends AContainer implements InventoryBlock, Rec
}
}
if (displayRecipes.size() % 2 != 0) displayRecipes.add(null);
return displayRecipes;
}