This commit is contained in:
DaanV2
2021-03-21 15:18:38 +01:00
parent d3298267bc
commit 698ee42623
960 changed files with 5960 additions and 22946 deletions

View File

@@ -2,50 +2,26 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.eat_block",
"type": "object",
"title": "Eat block 1.8.0",
"title": "Eat Block 1.8.0",
"description": "UNDOCUMENTATED",
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "./types/base_priority.json" },
"on_eat": { "$ref": "../types/trigger.json", "description": "UNDOCUMENTATED", "title": "On Eat" },
"success_chance": {
"title": "Succes chance",
"description": "UNDOCUMENTATED",
"oneOf": [
{
"type": "number"
},
{
"type": "string",
"title": "Molang"
}
]
},
"time_until_eat": {
"title": "Time until eat",
"description": "UNDOCUMENTATED",
"type": "number"
},
"success_chance": { "title": "Succes Chance", "description": "UNDOCUMENTATED", "oneOf": [{ "type": "number" }, { "type": "string", "title": "Molang" }] },
"time_until_eat": { "title": "Time Until Eat", "description": "UNDOCUMENTATED", "type": "number" },
"eat_and_replace_block_pairs": {
"type": "array",
"title": "Eat and replace block pairs",
"title": "Eat And Replace Block Pairs",
"description": "UNDOCUMENTATED",
"items": {
"type": "object",
"title": "UNDOCUMENTATED",
"description": "UNDOCUMENTATED",
"properties": {
"eat_block": {
"type": "string",
"title": "UNDOCUMENTATED",
"description": "UNDOCUMENTATED"
},
"replace_block": {
"type": "string",
"title": "UNDOCUMENTATED",
"description": "UNDOCUMENTATED"
}
"eat_block": { "type": "string", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" },
"replace_block": { "type": "string", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" }
}
}
}