UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

63 lines 2.01 kB
{ "fields": [ { "id": "value", "title": "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.", "dataType": 1 } ], "scalarFieldUpgradeName": "value", "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.", "title": "Stacked By Data", "samples": { "/vanilla/behavior_pack/items/appleEnchanted.json": [ { "path": "/minecraft:item/components/minecraft:stacked_by_data/", "content": true } ], "/vanilla/behavior_pack/items/clownfish.json": [ { "path": "/minecraft:item/components/minecraft:stacked_by_data/", "content": true } ], "/vanilla/behavior_pack/items/cooked_fish.json": [ { "path": "/minecraft:item/components/minecraft:stacked_by_data/", "content": true } ], "/vanilla/behavior_pack/items/cooked_salmon.json": [ { "path": "/minecraft:item/components/minecraft:stacked_by_data/", "content": true } ], "/vanilla/behavior_pack/items/fish.json": [ { "path": "/minecraft:item/components/minecraft:stacked_by_data/", "content": true } ], "/vanilla/behavior_pack/items/golden_apple.json": [ { "path": "/minecraft:item/components/minecraft:stacked_by_data/", "content": true } ], "/vanilla/behavior_pack/items/pufferfish.json": [ { "path": "/minecraft:item/components/minecraft:stacked_by_data/", "content": true } ], "/vanilla/behavior_pack/items/salmon.json": [ { "path": "/minecraft:item/components/minecraft:stacked_by_data/", "content": true } ] } }