Files
minecraft-bedrock-json-schemas/source/behavior/items/1.16.100/events/transform_item.json

9 lines
311 B
JSON
Raw Normal View History

2021-01-05 00:37:18 +01:00
{
2021-04-04 13:52:35 +02:00
"$id": "blockception.minecraft.behavior.1.16.100.items.events.transform_item",
2021-03-21 15:18:38 +01:00
"title": "Transform Item",
2021-01-05 00:37:18 +01:00
"description": "UNDOCUMENTATED",
2021-01-05 10:49:01 +01:00
"type": "object",
2021-01-05 00:37:18 +01:00
"additionalProperties": false,
2021-03-21 15:18:38 +01:00
"properties": { "transform": { "title": "Transform", "description": "UNDOCUMENTATED", "type": "string" } }
2021-01-05 10:49:01 +01:00
}