1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-01 00:01:22 +00:00
Files
2025-09-09 10:02:11 -07:00

21 lines
707 B
JSON

{
"$id": "3178615832",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "The stacked_by_data component determines whether the same items with different aux values can stack. Also defines whether the item entities can merge while floating in the world.",
"oneOf": [
{
"type": "boolean"
},
{
"properties": {
"value": {
"description": "Determines whether the same item with different aux values can stack. Also defines whether the item entities can merge while floating in the world.",
"type": "boolean"
}
},
"type": "object"
}
],
"title": "minecraft:stacked_by_data",
"x-format-version": "1.20.50"
}