Ender IO

Ender IO

92M Downloads

[1.20.1] energy conduits do not accept power from AE2 P2P tunnels or GregTech energy converters

MatthiasMann opened this issue ยท 1 comments

commented

Is there an existing issue for this?

  • I did not find any existing issues.

Current Behavior

Energy conduits don't accept energy from AE2 P2P tunnels or GregTech energy converters.

Conduits can send energy into both AE2 P2P tunnels or GT energy converters. And AE2 P2P tunnels can send energy into GT energy converters.

Expected Behavior

Blocks outputting FE energy should be able to send the energy into the conduit network.

How to Test

Using AE2:

  1. Place an FE source on a FE P2P tunnel
  2. Connect that P2P tunnel to another other
  3. Connect a conduit to the 2. P2P tunnel (exit)
  4. Observer no energy being send to the conduit

Using GT:

  1. Place a GT Generator (eg gas turbine) and fill it with fuel (eg Nitrobenzene for the gas turbine)
  2. Put a energy converter of the same tier as the generator on the output side
  3. Switch it to EU->FE mode by right clicking it with a soft mallet
  4. Put a energy conduit on the output side of the converter (the red side)
  5. Observer no energy being send to the conduit

Local Environment

- **Operating System**: Linux Mint, Kernel 6.12.3
- **Launcher**: PRISM Launcher 9.1
- **Java version**: 17.0.8 (Mojang version)
- **Minecraft Version**: 1.20.1
- **Version**: 6.2.5-beta
- **Other Mods**:
  Applied Energistics 2: 15.2.13
  GregTech Modern: 1.5.4

Any Additional Information?

This is the tick method of the GT energy converter: https://github.com/GregTechCEu/GregTech-Modern/blob/1.20.1/src/main/java/com/gregtechceu/gtceu/common/machine/trait/ConverterTrait.java#L72

which is looking for ForgeCapabilities.ENERGY

commented

If this is a kubejs conduit (you can tell by it having a speed limit) then this is being tracked by the kubejs plugin. Cheers