Skip to content

[Feature Request] match coords #16

@elhertz

Description

@elhertz

In this example config, mobs between y:-1 and y:-63 would spawn at level 10

  "dimensions": [
    {
      "world_matches": {
        "dimension_regex": "minecraft:overworld"
      },
      "zones": [
        {
          "zone_matches": {
            "coords": {
              "from": {
                "x_regex": ".*",
                "y_regex": "-1",
                "z_regex": ".*"
              },
              "to": {
                "x_regex": ".*",
                "y_regex": "-63",
                "z_regex": ".*"
              }
            }
          },
          "difficulty": {
            "name": "normal",
            "level": 10
          }
        },

This will also allow you to deliberately make a region where special mobs would spawn and maybe you could make some kind of dungeon of your own

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions