Removed minecraft.
This commit is contained in:
23
source/behavior/entities/format/components/trusting.json
Normal file
23
source/behavior/entities/format/components/trusting.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.entities.minecraft.trusting",
|
||||
"type": "object",
|
||||
"title": "Trusting",
|
||||
"description": "Defines the rules for a mob to trust players.",
|
||||
"required": [],
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"probability": {
|
||||
"type": "number",
|
||||
"default": 1,
|
||||
"description": "The chance of the entity trusting with each item use between 0.0 and 1.0, where 1.0 is 100%",
|
||||
"title": "Probability"
|
||||
},
|
||||
"trust_event": { "$ref": "../types/event.json", "description": "Event to run when this entity becomes trusting", "title": "Trust Event" },
|
||||
"trust_items": {
|
||||
"type": "array",
|
||||
"description": "The list of items that can be used to get the entity to trust players",
|
||||
"items": { "$ref": "../../../../general/item/identifier.json", "title": "Trust Item" },
|
||||
"title": "Trust Items"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user