Green Brinstar Main Shaft: G-Mode Morph

Room ID: 44

Wiki
From: 9
Right Etecoon Shaft - Top Left Door
To: 13
Below Power Bomb Blocks - Main Junction

Place bombs against the item Chozo ball to overload PLMs. Then go through the bomb blocks and tunnel, then exit G-mode. Alternatively, with Spring Ball and a Power Bomb, place a Power Bomb 3 tiles in from the left opening to overload PLMs all at once.

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "any",
    "morphed": true
  }
}

Requires:

{
  "itemNotCollectedAtNode": 11
}
"canRiskPermanentLossOfAccess"
{
  "or": [
    "h_artificialMorphIBJ",
    {
      "and": [
        "h_artificialMorphSpringBall",
        "h_artificialMorphPowerBomb"
      ]
    }
  ]
}