Removed minecraft.behavior
This commit is contained in:
9
source/behavior/entities/format/behaviors/breed.json
Normal file
9
source/behavior/entities/format/behaviors/breed.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.entities.minecraft.behavior.breed",
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Breed",
|
||||
"description": "Allows this mob to breed with other mobs.",
|
||||
"required": [],
|
||||
"properties": { "priority": { "$ref": "types/priority.json" }, "speed_multiplier": { "$ref": "./types/speed_multiplier.json" } }
|
||||
}
|
||||
Reference in New Issue
Block a user