igentuman / EnderStorage-continuation

https://www.curseforge.com/minecraft/mc-mods/ender-storage-1-12-continuation
MIT License
3 stars 2 forks source link

Added an optional Auto Collect Feature to the Ender Pouch #12

Closed Liam-McCormack-Github closed 3 months ago

Liam-McCormack-Github commented 4 months ago

Overview

The feature is activated by first combining the Pouch with a nether star (Can be changed in the config) which then allows you to shift-right click with the Pouch to enable/disable auto collect.

The auto collect works with multiple Pouches in a players inventory. It fills up partial stacks first, before trying to insert into empty slots. The order of insertion is based on the position of the Pouch within the players inventory.

CHANGES

build.properties

ConfigurationHandler.java

ItemEnderPouch.java

Proxy.java

RecipeWithNBT.java

RecipeRegistrationHandler.java

TODO