Initial Commit
This commit is contained in:
29
behaviour/entities/1.8.0/components/minecraft.boss.json
Normal file
29
behaviour/entities/1.8.0/components/minecraft.boss.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.boss",
|
||||
"type": "object",
|
||||
"title": "Boss 1.8.0",
|
||||
"additionalProperties": false,
|
||||
"description": "The current state of the boss for updating the boss HUD",
|
||||
"required": [],
|
||||
"properties": {
|
||||
"hud_range": {
|
||||
"type": "integer",
|
||||
"default": 55,
|
||||
"description": "The max distance from the boss at which the boss's health bar is present on the players screen.",
|
||||
"title": "Hud range"
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "The name that will be displayed above the boss's health bar.",
|
||||
"title": "Name"
|
||||
},
|
||||
"should_darken_sky": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "Whether the sky should darken in the presence of the boss.",
|
||||
"title": "Should darken sky"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user