PLS add config option to disable 3x3 crafting grid
resinate opened this issue ยท 1 comments
could ezly add config option to this... i LOVE storage part but crafting causes too much lag and is bit OP
if (ei.mode == GuiMode.ITEM) {
invs.put("matrix", new InventoryCrafting(this, 3, 3));
ReflectionHelper.setPrivateValue(InventoryCrafting.class, getMatrix(), ei.matrix, 0);
addSlotToContainer(new SlotResult(invPlayer.player, getMatrix(), invs.get("result"), 0, 44, 88 + 18 * ei.gridHeight));
initSlots(getMatrix(), 8, 30 + 18 * ei.gridHeight, 3, 3, 0);
}