1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-01-19 08:21:59 +00:00
Mike Ammerlaan 5ce65764d3 v1.21.50.7
2024-12-03 08:43:20 -08:00

20 lines
454 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "3178615832",
"title": "minecraft:stacked_by_data v1.20.50",
"oneOf": [
{
"type": "boolean"
},
{
"type": "object",
"properties": {
"value": {
"type": "boolean",
"$metaProperties": {}
}
}
}
],
"$metaProperties": {}
}