Skip to content

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

@resinate

Description

@resinate

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

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions