Replaced
This commit is contained in:
@@ -397,7 +397,7 @@
|
||||
"description": "If true, the projectile will be treated like a splash potion",
|
||||
"title": "Splash Potion"
|
||||
},
|
||||
"splash_range": { "type": "number", "default": 4, "description": "Radius in blocks of the 'splash' effect", "title": "Splash Range" },
|
||||
"splash_range": { "type": "number", "default": 4, "description": "Radius in blocks of the `splash` effect", "title": "Splash Range" },
|
||||
"uncertainty_base": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
|
||||
@@ -9,17 +9,17 @@
|
||||
"properties": {
|
||||
"all_of": {
|
||||
"title": "All Of",
|
||||
"description": "All tests in an 'all_of' group must pass in order for the group to pass.",
|
||||
"description": "All tests in an `all_of` group must pass in order for the group to pass.",
|
||||
"$ref": "#/definitions/groups_spec"
|
||||
},
|
||||
"any_of": {
|
||||
"title": "Any Of",
|
||||
"description": "One or more tests in an 'any_of' group must pass in order for the group to pass.",
|
||||
"description": "One or more tests in an `any_of` group must pass in order for the group to pass.",
|
||||
"$ref": "#/definitions/groups_spec"
|
||||
},
|
||||
"none_of": {
|
||||
"title": "None Of",
|
||||
"description": "All tests in a 'none_of' group must fail in order for the group to pass.",
|
||||
"description": "All tests in a `none_of` group must fail in order for the group to pass.",
|
||||
"$ref": "#/definitions/groups_spec"
|
||||
}
|
||||
}
|
||||
@@ -29,17 +29,17 @@
|
||||
"properties": {
|
||||
"all_of": {
|
||||
"title": "All Of",
|
||||
"description": "All tests in an 'all_of' group must pass in order for the group to pass.",
|
||||
"description": "All tests in an `all_of` group must pass in order for the group to pass.",
|
||||
"$ref": "#/definitions/groups_spec"
|
||||
},
|
||||
"any_of": {
|
||||
"title": "Any Of",
|
||||
"description": "One or more tests in an 'any_of' group must pass in order for the group to pass.",
|
||||
"description": "One or more tests in an `any_of` group must pass in order for the group to pass.",
|
||||
"$ref": "#/definitions/groups_spec"
|
||||
},
|
||||
"none_of": {
|
||||
"title": "None Of",
|
||||
"description": "All tests in a 'none_of' group must fail in order for the group to pass.",
|
||||
"description": "All tests in a `none_of` group must fail in order for the group to pass.",
|
||||
"$ref": "#/definitions/groups_spec"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user