Gregtech++ [GT++] [GTplusplus]

Gregtech++ [GT++] [GTplusplus]

94.1k Downloads

Multi-amp energy hatches don't work with substation

Mogball opened this issue ยท 1 comments

commented

Multi-amp energy hatches don't work with substation

The sub-station multiblock recognizes the tectech energy hatch (texture gets set) and the energy hatch gets filled up with power, but the sub-station does not draw any energy from it.

Expected Behavior

Sub-station should draw power from the tectech energy hatch.

Current Behavior

Sub-station does not draw any power from it.

Steps to Reproduce (for bugs)

  1. Build a sub-station
  2. Attach multi-amp energy hatch
  3. Add power to the hatch
  4. Sub-station power does not increase

Context

Transferring large amounts of power between substations

Game Environment

  • Modpack Name: GTNH

  • Version used: 2.0.8.4

  • Java version: Open_J9 1.8.0

  • Operating System: Windows 10

Misc Info

Check all that apply ([ ] -> [x] - use a lowercase x)

  •    Using GT:NH/GT:New Horizons?
  •    Single Player?
  •    Multi Player?
commented

Bug seems to be at GregtechMetaTileEntity_PowerSubStationController.java line 270:

		if (LoadedMods.TecTech) {
		  mAllDynamoHatches.addAll(this.mTecTechEnergyHatches);
			mAllDynamoHatches.addAll(this.mTecTechDynamoHatches);
		}