{
  "format_version": "1.8.0",
  "minecraft:spawn_rules": {
    "description": {
      "identifier": "minecraft:magma_cube",
      "population_control": "monster"
    },
    "conditions": [
      {
        "minecraft:spawns_underground": {
        },

        "minecraft:difficulty_filter": {
          "min": "easy",
          "max": "hard"
        },

        "minecraft:weight": {
          "default": 10
        },
        
        "minecraft:herd": {
          "min_size": 1,
          "max_size": 4
        },

        "minecraft:biome_filter": { 
          "test": "has_biome_tag", "operator":"==", "value": "nether"
        }
      }
    ]
  }
}