Applied Energistics 2

Applied Energistics 2

137M Downloads

Issue of the ME import / export bus with fuzzy card

snow6326 opened this issue · 2 comments

commented

Description

I was testing in the creative mode to try to implement a automatic cooling system for the Nuclear Reactor from Industiralcraft. However, some issue was encountered when configuring the ME export and import bus.
The mode of import bus was configured to 50% damage detection, but the LZH-Condensator with full durability still pulling out from the Nuclear Reactor and keep looping from export bus.
擷取333

Sorry for my bad English :)

Environment

Forge Mod Loader version 14.23.5.2847 for Minecraft 1.12.2 loading

  • AE2 Version: appliedenergistics2-rv6-stable-7
  • Industiralcraft Version: Industrialcraft-2-2.8.170-ex112
commented

try this pr #4194

commented

The damage split only defines at which point it splits. But the item will actually decide which half it will operate on.

E.g. with setting it to 50% and having an item with >50% dmg, it will act on every item, which has 50-100% damage value. An item with less damage will then select items in the range of 0-50%.

See this for more information