Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] match coords #16

Open
elhertz opened this issue Aug 25, 2023 · 0 comments
Open

[Feature Request] match coords #16

elhertz opened this issue Aug 25, 2023 · 0 comments

Comments

@elhertz
Copy link

elhertz commented Aug 25, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant