- Updated for 1.21.40 (#324)
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.items.minecraft:bundle_interaction",
|
||||
"title": "Bundle Interaction",
|
||||
"description": "[EXPERIMENTAL] Adds bundle-specific interactions and tooltip to the item.",
|
||||
"description": "Adds bundle-specific interactions and tooltip to the item.",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"num_viewable_slots": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.items.minecraft:storage_item",
|
||||
"title": "Storage Item",
|
||||
"description": "[EXPERIMENTAL] Storage Items can be used by other components to store other items within this item.",
|
||||
"description": "Storage Items can be used by other components to store other items within this item.",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"allow_nested_storage_items": {
|
||||
|
||||
Reference in New Issue
Block a user