2021-01-05 00:37:18 +01:00
|
|
|
{
|
|
|
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
|
|
|
"$id": "blockception.minecraft.behaviour.1.16.100.items.events.transform_item",
|
|
|
|
|
"title": "Transform item",
|
|
|
|
|
"description": "UNDOCUMENTATED",
|
2021-01-05 10:49:01 +01:00
|
|
|
"type": "object",
|
2021-01-05 00:37:18 +01:00
|
|
|
"additionalProperties": false,
|
|
|
|
|
"properties": {
|
|
|
|
|
"transform": {
|
|
|
|
|
"title": "Transform",
|
|
|
|
|
"description": "UNDOCUMENTATED",
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-01-05 10:49:01 +01:00
|
|
|
}
|