In Control!

In Control!

72M Downloads

Alternative syntax (in addition to current one)

McJty opened this issue ยท 0 comments

commented

I would like to support a syntax similar to the below example for spawn.json:

[
  {
    "if": {
        "mincount": 50,
        "dimension": "minecraft:overworld",
        "hostile": true
    },
    "then": {
        "result": "deny"
    }
  }
]