Applied Energistics 2

Applied Energistics 2

137M Downloads

Add config to disable Space + Click to insert entire inventory into ME Storage

trunksbomb opened this issue ยท 3 comments

commented

Describe the feature

Add a client-side config option to disable space + click to insert your entire inventory into ME Storage.

Reasons why it should be considered

Currently there is no config to disable this option. I have only ever used it by accident and it is incredibly frustrating having to sort through my ME storage to fetch my items back out.

Additional details

No response

commented

Alternatively, if the hardcoded space keybind was replaced with a keybinding option, it could be used to change the key from space to something else, or to no binding at all.

commented

I'll take it any way it's implemented, so long as I can make it so I'll never be able to accidentally hit it.

commented

Here's where the keybinding is used currently
the line:

if (InputConstants.isKeyDown(Minecraft.getInstance().getWindow().getWindow(), GLFW.GLFW_KEY_SPACE)) {