{
  "type": "minecraft:decorated",
  "config": {
    "decorator": {
      "type": "minecraft:count_multilayer",
      "config": {
        "count": 1
      }
    },
    "feature": {
      "type": "minecraft:huge_brown_mushroom",
      "config": {
        "cap_provider": {
          "type": "minecraft:simple_state_provider",
          "state": {
            "Name": "minecraft:glowstone"
          }
        },
        "stem_provider": {
          "type": "minecraft:simple_state_provider",
          "state": {
          "Properties": {
          "west": "true",
          "up": "false",
          "south": "true",
          "north": "true",
          "east": "true",
          "down": "false"
        },
            "Name": "minecraft:mushroom_stem"
          }
        },
        "foliage_radius": 2
      }
    }
  }
}