From 7a8667a9c0aa58043f89d1156ed4ab6b10507948 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Thu, 3 Jun 2021 16:22:13 +0200 Subject: [PATCH] Updated BP Item, minecraft:seed --- source/behavior/items/1.16.0/items.json | 11 +++++++++++ 1 file changed, 11 insertions(+) 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"] } } }