Skip to content

Releases: 2No2Name/hopperOptimizations

HopperOptimizations 0.3.6 for Minecraft 1.16.2 - 1.16.5

24 Jan 14:47
Compare
Choose a tag to compare

Downloads

HopperOptimizations
Lithium fork dependency (required for hopper optimizations, this also includes the complete lithium optimization mod)

Overview

Hopper Optimizations is a fabric mod that reduces hopper, hopper minecart and comparator lag a lot without breaking any contraptions or odd vanilla behaviors. If you notice any difference to vanilla (besides the better performance), please open an issue, so I can fix that.

Changes

Support the author

You can support me on patreon.

HopperOptimizations 0.3.5 for Minecraft 1.16.3

30 Sep 23:24
Compare
Choose a tag to compare

Downloads

HopperOptimizations
Lithium fork dependency (required for hopper optimizations, this also includes the complete lithium optimization mod)

Overview

Hopper Optimizations is a fabric mod that reduces hopper, hopper minecart and comparator lag a lot without breaking any contraptions or odd vanilla behaviors. If you notice any difference to vanilla (besides the better performance), please open an issue, so I can fix that.

Changes

  • fix: hopper not sending comparator updates when picking up an item entity only partially
  • fix: extracting items from sided inventory not working when hopper has no empty slot

Read the README (at https://github.com/2No2Name/hopperOptimizations) for more information.

You should not download the dev or sources packages below unless you are a developer hacking on the code.

Support the author

You can support me on patreon.

HopperOptimizations 0.3.4 for Minecraft 1.16.3

30 Sep 17:36
Compare
Choose a tag to compare

Downloads

HopperOptimizations
Lithium fork dependency (required for hopper optimizations, this also includes the complete lithium optimization mod)

Description

Hopper Optimizations is a fabric mod that reduces hopper, hopper minecart and comparator lag a lot without breaking any contraptions or odd vanilla behaviors. If you notice any difference to vanilla (besides the better performance), please open an issue, so I can fix that.

Changes:

  • fix: unloaded hoppers and entities not properly removed from entity tracker engine, causing hoppers to interact with entities that no longer exist
  • updated Lithium dependency

Read the README (at https://github.com/2No2Name/hopperOptimizations) for more information.

You should not download the dev or sources packages below unless you are a developer hacking on the code.

HopperOptimizations 0.3.3 for Minecraft 1.16.3

17 Sep 21:38
Compare
Choose a tag to compare

Changes:

  • Updated Lithium dependency to fix hoppers not seeing item entities

Installing my Lithium fork https://github.com/2No2Name/lithium-fabric/releases (version 0.5.7+) is required for hopper optimizations to work.

Read the README (at https://github.com/2No2Name/hopperOptimizations) for more info.

You should not download the dev or sources packages below unless you are a developer hacking on the code.

HopperOptimizations 0.3.2 for Minecraft 1.16.3

17 Sep 20:39
Compare
Choose a tag to compare

Changes:

  • fix: no comparator updates sent around inventory directly after hopper extracts from it

Installing my Lithium fork https://github.com/2No2Name/lithium-fabric/releases is required for hopper optimizations to work.

Read the README (at https://github.com/2No2Name/hopperOptimizations) for more info.

You should not download the dev or sources packages below unless you are a developer hacking on the code.

HopperOptimizations 0.3.1 for Minecraft 1.16.3

14 Sep 17:31
Compare
Choose a tag to compare

This new version includes a few bugfixes.
Installing my Lithium fork https://github.com/2No2Name/lithium-fabric/releases is required for hopper optimizations to work.

Read the README (at https://github.com/2No2Name/hopperOptimizations) for more info.

You should not download the dev or sources packages below unless you are a developer hacking on the code.

HopperOptimizations 0.3 for Minecraft 1.16.3

13 Sep 01:46
baa9f2d
Compare
Choose a tag to compare

This new version of HopperOptimizations includes lots of internal changes, but also bugfixes. Expect bugs and report them.
Installing my Lithium fork https://github.com/2No2Name/lithium-fabric/releases is required for hopper optimizations to work.

Read the README (at https://github.com/2No2Name/hopperOptimizations) for more info.

Hopper Optimizations 0.2.1

01 Jul 18:06
Compare
Choose a tag to compare
Pre-release

Available for 1.16.1, other versions on request
Treat this version as very experimental. Take a backup of your world before using it.
Changes:
Now dependent on 2No2Name's Lithium Fork for entity tracking (download here: https://github.com/2No2Name/lithium-fabric/releases/tag/0.5.1 ).
Fixed order of item entities being picked up by hoppers being different in some edge cases.
Removed carpet integration for settings, mixin toggle based settings system is planned.
Internal reorganization of most of the code.

Hopper Optimizations 0.1.19

05 Jun 22:27
a82300a
Compare
Choose a tag to compare

Available for 1.15.2, other versions on request

Fixed inventoryCheckOnBlockUpdate being affected by placing hoppers without blockupdates. (https://www.youtube.com/watch?v=QVOONJ1OY44)

Hopper Optimizations 0.1.18

02 Apr 14:33
Compare
Choose a tag to compare

Available for 1.15.2, other versions on request

Fixed full hopper minecarts below inventories spamming console instead of sending useless comparator updates.
Fixed hoppers transferring items into composters not working when composter did not change fill level due to the previous transfer.