changedInput schema / properties / dimension / default
Previous value: -0New value: +null
changedInput schema / properties / dimension / description
Previous value: -"Minecraft dimension: 0 Overworld, 1 Nether, or 2 End."New value: +"0 Overworld, 1 Nether, 2 End. Inferred for a named location; defaults to Overworld for coordinates."
changedInput schema / properties / dimension / type
Previous value: -"integer"New value: +[
+ "integer",
+ "null"
+]
addedInput schema / properties / exclude_origin
Added value: +{
+ "default": false,
+ "description": "Exclude the origin location ID when resolved by name/ID.",
+ "type": "boolean"
+}
addedInput schema / properties / group
Added value: +{
+ "default": null,
+ "description": "Optional group name or alias.",
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedInput schema / properties / has_render
Added value: +{
+ "default": null,
+ "description": "Require or exclude a public render; omit for either.",
+ "type": [
+ "boolean",
+ "null"
+ ]
+}
addedInput schema / properties / has_world_download
Added value: +{
+ "default": null,
+ "description": "Require or exclude a downloadable WDL; omit for either.",
+ "type": [
+ "boolean",
+ "null"
+ ]
+}
changedInput schema / properties / limit / description
Previous value: -"Maximum results, from 1 to 100. Defaults to 20."New value: +"Maximum results, 1–100."
addedInput schema / properties / location_id
Added value: +{
+ "default": null,
+ "description": "Atlas location ID as the origin; do not combine with x/z or name.",
+ "type": [
+ "integer",
+ "null"
+ ]
+}
addedInput schema / properties / location_name
Added value: +{
+ "default": null,
+ "description": "Exact location name, case-insensitive. Ambiguous names require an ID.",
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedInput schema / properties / radius / default
Added value: +10000
changedInput schema / properties / radius / description
Previous value: -"Search radius in blocks, from 1 to 30,000,000."New value: +"Native-dimension radius, 1–30,000,000 blocks."
addedInput schema / properties / x / default
Added value: +null
changedInput schema / properties / x / description
Previous value: -"Native-dimension Minecraft X block coordinate."New value: +"Native X coordinate; provide x/z OR location_id OR exact location_name."
changedInput schema / properties / x / type
Previous value: -"integer"New value: +[
+ "integer",
+ "null"
+]
addedInput schema / properties / z / default
Added value: +null
changedInput schema / properties / z / description
Previous value: -"Native-dimension Minecraft Z block coordinate."New value: +"Native Z coordinate, paired with x."
changedInput schema / properties / z / type
Previous value: -"integer"New value: +[
+ "integer",
+ "null"
+]
removedInput schema / required
Removed value: -[
- "x",
- "z",
- "radius"
-]