- Updated for 1.21.40 (#324)

This commit is contained in:
Xterionix
2024-11-18 19:33:19 +05:00
committed by GitHub
parent 31ad665f07
commit 32d6a0effb
17 changed files with 300 additions and 97 deletions

View File

@@ -4,7 +4,7 @@
"description": "Planter item component. planter items are items that can be planted.",
"type": "object",
"additionalProperties": false,
"required": ["block"],
"required": [ "block" ],
"definitions": {
"use_on_item": {
"type": "object",
@@ -20,6 +20,12 @@
"title": "Use On",
"type": "array",
"items": { "$ref": "#/definitions/use_on_item" }
},
"replace_block_item": {
"title": "Replace Block Item",
"description": "Allows you to specify that this item should replace the default item created for the data-driven block it places.",
"type": "boolean",
"default": false
}
}
}