Added items events
This commit is contained in:
15
behaviour/items/1.16.200/events/transform_item.json
Normal file
15
behaviour/items/1.16.200/events/transform_item.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.1.16.200.items.events.transform_item",
|
||||
"title": "Transform item",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"transform": {
|
||||
"title": "Transform",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user