Updated BP Item, minecraft:seed

This commit is contained in:
DaanV2
2021-06-03 16:22:13 +02:00
parent 72ba29ebbe
commit 7a8667a9c0

View File

@@ -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"]
}
}
}