Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
resinate opened this issue Jun 9, 2019 · 1 comment
Open

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

resinate opened this issue Jun 9, 2019 · 1 comment

Comments

@resinate
Copy link

resinate commented Jun 9, 2019

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

}

@resinate resinate changed the title PLS add config option to disable 3x3 PLS add config option to disable 3x3 crafting grid Jun 9, 2019
@P3rf3ctXZer0
Copy link

Please make it a number 1 priority
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants