We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In this example config, mobs between y:-1 and y:-63 would spawn at 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
The text was updated successfully, but these errors were encountered: