1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-07-23 09:51:53 +00:00
Files
Mike Ammerlaan d2c831e602 v1.21.90.3
2025-06-18 05:19:56 -07:00

48 lines
1.4 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "169701669",
"x-format-version": "1.21.20",
"x-minecraft-version": "1.21.90-beta.3",
"definitions": {
"2318795732": {
"title": "struct SharedTypes::v1_21_20::WeightedRandomItem<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >",
"description": "Weighted Random Item",
"type": "object",
"properties": {
"data": {
"description": "Item's data",
"type": "string"
},
"weight": {
"description": "Weight of item",
"type": "integer"
}
},
"required": [
"data",
"weight"
]
}
},
"title": "struct SharedTypes::v1_21_20::PoolAliases::Random",
"description": "Pool alias for a Random list of targets",
"type": "object",
"properties": {
"alias": {
"description": "Alias of Random Pool",
"type": "string"
},
"targets": {
"description": "List of potential pools",
"type": "array",
"items": {
"description": "Weighted Random Item",
"$ref": "#/definitions/2318795732"
}
}
},
"required": [
"alias",
"targets"
]
}