KidsDontPlay / PlayerStorage

MIT License
3 stars 4 forks source link

PLS add config option to disable 3x3 crafting grid #60

Open resinate opened 5 years ago

resinate commented 5 years ago

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

}

P3rf3ctXZer0 commented 5 years ago

Please make it a number 1 priority .