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

fixes dupe with geominer

This commit is contained in:
J3fftw1 2019-12-02 23:14:22 +01:00
parent 23d513943f
commit c2230f1763

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;
}