Change Energy conduit limit to be per-node instead of per-tick. #804

Merged
Rover656 merged 2 commits from feat/rebalance-energy-conduits into dev/1.21 2024-09-26 20:40:39 +00:00
Rover656 commented 2024-09-24 22:56:59 +00:00 (Migrated from github.com)

Description

Instead of limiting the conduit to it's rate over the entire tick, instead it is limited to this rate on a per-connection basis. I.e. it can receive FE/t from each connected source and can push FE/t into each connected consumer.

The energy rates could potentially be nerfed now, however I am tempted to leave it to help compatibility with other mods.

Checklist

  • My code follows the style guidelines of this project (.editorconfig, most IDEs will use this for you).
  • I have made corresponding changes to the documentation.
  • My changes are ready for review from a contributor.
# Description Instead of limiting the conduit to it's rate over the entire tick, instead it is limited to this rate on a per-connection basis. I.e. it can receive <X> FE/t from each connected source and can push <X> FE/t into each connected consumer. The energy rates could potentially be nerfed now, however I am tempted to leave it to help compatibility with other mods. <!-- For drafts, fill this in as you go; if you are leaving draft, make sure these are all complete. --> # Checklist - [x] My code follows the style guidelines of this project (.editorconfig, most IDEs will use this for you). - [x] I have made corresponding changes to the documentation. - [x] My changes are ready for review from a contributor. <!-- Thanks to: https://embeddedartistry.com/blog/2017/08/04/a-github-pull-request-template-for-your-projects/ for the building blocks of this template -->
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Team-EnderIO/EnderIO#804
No description provided.