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

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.lay_egg",
"description": "Allows the mob to lay an egg block on a sand block if the mob is pregnant.",
"type": "object",
"title": "Lay egg 1.8.0",
"title": "Lay Egg 1.8.0",
"additionalProperties": false,
"required": [],
"properties": {
@@ -13,20 +13,10 @@
"type": "number",
"default": 0.5,
"description": "Distance in blocks within the mob considers it has reached the goal. This is the \"wiggle room\" to stop the AI from bouncing back and forth trying to reach a specific spot",
"title": "TODO title"
"title": "TODO Title"
},
"on_lay": { "$ref": "../types/event.json", "description": "Event to run when this mob lays the egg.", "title": "TODO title" },
"search_height": {
"type": "integer",
"default": 1,
"description": "Height in blocks the mob will look for sand block to move towards",
"title": "TODO title"
},
"search_range": {
"type": "integer",
"default": 0,
"description": "The distance in blocks it will look for a sand block to move towards",
"title": "TODO title"
}
"on_lay": { "$ref": "../types/event.json", "description": "Event to run when this mob lays the egg.", "title": "TODO Title" },
"search_height": { "type": "integer", "default": 1, "description": "Height in blocks the mob will look for sand block to move towards", "title": "TODO Title" },
"search_range": { "type": "integer", "default": 0, "description": "The distance in blocks it will look for a sand block to move towards", "title": "TODO Title" }
}
}