diff --git a/source/behavior/items/1.16.0/items.json b/source/behavior/items/1.16.0/items.json index 2743c424..84cdb9da 100644 --- a/source/behavior/items/1.16.0/items.json +++ b/source/behavior/items/1.16.0/items.json @@ -130,6 +130,17 @@ { "type": "string", "$ref": "../../../general/blocks_item.json" }, { "type": "array", "items": { "type": "string", "$ref": "../../../general/blocks_item.json" } } ] + }, + "plant_at_any_solid_surface": { + "title": "Plant At Any Solid Surface", + "type": "string", + "description": "UNDOCUMENTATED" + }, + "plant_at_face": { + "title": "Plnat at face", + "type": "string", + "description": "UNDOCUMENTATED", + "enum": ["DOWN", "UP"] } } }