-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
36 additions
and
223 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 0 additions & 20 deletions
20
source/behavior/entities/format/components/attack_damage.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"$id": "blockception.minecraft.behavior.entities.minecraft.attribute", | ||
"description": "Specifies the initial value of a specific attribute for an entity when spawned.", | ||
"type": "object", | ||
"title": "Attribute", | ||
"additionalProperties": false, | ||
"required": [], | ||
"properties": { | ||
"min": { | ||
"type": "number", | ||
"description": "The minimum starting health an entity has.", | ||
"title": "Minimum", | ||
"minimum": 0 | ||
}, | ||
"max": { | ||
"type": "number", | ||
"description": "The maximum starting health an entity has.", | ||
"title": "Maximum" | ||
}, | ||
"value": { | ||
"description": "The amount of health an entity to start with by default.", | ||
"title": "Value", | ||
"$ref": "../types/range_number_type.json" | ||
} | ||
}, | ||
"examples": [{ "value": 1, "max": 1 }] | ||
} |
26 changes: 0 additions & 26 deletions
26
source/behavior/entities/format/components/follow_range.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
source/behavior/entities/format/components/knockback_resistance.json
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
source/behavior/entities/format/components/lava_movement.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
source/behavior/entities/format/components/underwater_movement.json
This file was deleted.
Oops, something went wrong.