This commit is contained in:
DaanV2
2021-06-06 13:00:25 +02:00
parent 4e62c0237c
commit b0d9e9146c
105 changed files with 33270 additions and 173 deletions

View File

@@ -59,11 +59,11 @@
},
"on_use_action": {
"type": "string",
"description": "'chorus_teleport' or 'none'.",
"description": "'chorus_teleport` or `none'.",
"enum": ["chorus_teleport", "suspicious_stew_effect", "none"]
},
"on_use_range": { "$ref": "../../../general/array_3_number.json" },
"cooldown_type": { "type": "string", "description": "'chorusfruit' or 'none'.", "enum": ["chorusfruit", "none"] },
"cooldown_type": { "type": "string", "description": "'chorusfruit` or `none'.", "enum": ["chorusfruit", "none"] },
"cooldown_time": { "type": "integer", "description": "Cooldown time in ticks." },
"can_always_eat": { "type": "boolean", "description": "Can always eat this item? true or false." },
"effects": {

View File

@@ -72,14 +72,14 @@
},
"on_use_action": {
"type": "string",
"description": "'chorus_teleport' or 'none'.",
"description": "'chorus_teleport` or `none'.",
"title": "UNDOCUMANTED",
"enum": ["chorus_teleport", "suspicious_stew_effect", "none"]
},
"on_use_range": { "$ref": "../../../general/array_3_number.json", "title": "UNDOCUMANTED" },
"cooldown_type": {
"type": "string",
"description": "'chorusfruit' or 'none'.",
"description": "'chorusfruit` or `none'.",
"title": "UNDOCUMANTED",
"enum": ["chorusfruit", "none"]
},

View File

@@ -88,14 +88,14 @@
},
"on_use_action": {
"type": "string",
"description": "'chorus_teleport' or 'none'.",
"description": "'chorus_teleport` or `none'.",
"title": "UNDOCUMANTED",
"enum": ["chorus_teleport", "suspicious_stew_effect", "none"]
},
"on_use_range": { "$ref": "../../../general/array_3_number.json" },
"cooldown_type": {
"type": "string",
"description": "'chorusfruit' or 'none'.",
"description": "'chorusfruit` or `none'.",
"title": "UNDOCUMANTED",
"enum": ["chorusfruit", "none"]
},

View File

@@ -1,7 +1,7 @@
{
"$id": "blockception.minecraft.behavior.1.16.100.items.minecraft:cooldown",
"title": "Cooldown",
"description": "Cool down time for a component. After you use an item it becomes unusable for the duration specified by the 'cool down time' setting in this component.",
"description": "Cool down time for a component. After you use an item it becomes unusable for the duration specified by the `cool down time` setting in this component.",
"type": "object",
"additionalProperties": false,
"required": ["category", "duration"],

View File

@@ -29,7 +29,7 @@
},
"using_converts_to": {
"title": "Using Converts To",
"description": "When used, convert the *this* item to the one specified by 'using_converts_to'.",
"description": "When used, convert the *this* item to the one specified by `using_converts_to'.",
"type": "string"
}
}

View File

@@ -1,7 +1,7 @@
{
"$id": "blockception.minecraft.behavior.1.16.100.items.minecraft:fuel",
"title": "Fuel",
"description": "Fuel component. Allows this item to be used as fuel in a furnace to 'cook' other items.",
"description": "Fuel component. Allows this item to be used as fuel in a furnace to `cook` other items.",
"type": "object",
"additionalProperties": false,
"required": ["duration"],

View File

@@ -16,7 +16,7 @@
"texture": {
"type": "string",
"title": "Texture",
"description": "The key from the resource_pack/textures/item_texture.json 'texture_data' object associated with the texture file Example: blaze_powder."
"description": "The key from the resource_pack/textures/item_texture.json `texture_data` object associated with the texture file Example: blaze_powder."
}
}
}

View File

@@ -1,7 +1,7 @@
{
"$id": "blockception.minecraft.behavior.1.16.200.items.minecraft:cooldown",
"title": "Cooldown",
"description": "Cool down time for a component. After you use an item it becomes unusable for the duration specified by the 'cool down time' setting in this component.",
"description": "Cool down time for a component. After you use an item it becomes unusable for the duration specified by the `cool down time` setting in this component.",
"type": "object",
"additionalProperties": false,
"required": ["category", "duration"],

View File

@@ -29,7 +29,7 @@
},
"using_converts_to": {
"title": "Using Converts To",
"description": "When used, convert the *this* item to the one specified by 'using_converts_to'.",
"description": "When used, convert the *this* item to the one specified by `using_converts_to'.",
"type": "string"
}
}

View File

@@ -1,7 +1,7 @@
{
"$id": "blockception.minecraft.behavior.1.16.200.items.minecraft:fuel",
"title": "Fuel",
"description": "Fuel component. Allows this item to be used as fuel in a furnace to 'cook' other items.",
"description": "Fuel component. Allows this item to be used as fuel in a furnace to `cook` other items.",
"type": "object",
"additionalProperties": false,
"required": ["duration"],

View File

@@ -16,7 +16,7 @@
"texture": {
"type": "string",
"title": "Texture",
"description": "The key from the resource_pack/textures/item_texture.json 'texture_data' object associated with the texture file Example: blaze_powder."
"description": "The key from the resource_pack/textures/item_texture.json `texture_data` object associated with the texture file Example: blaze_powder."
}
}
}