- 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
}
}
}

View File

@@ -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": {

View File

@@ -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": {