Update open_door.json

corrected title and id
This commit is contained in:
ChibiMango
2022-07-26 14:53:29 +01:00
parent 5f780bf8d7
commit dc239a1ed8

View File

@@ -1,7 +1,7 @@
{ {
"$id": "blockception.minecraft.behavior.entities.minecraft.behavior.guardian_attack", "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.open_door",
"type": "object", "type": "object",
"title": "Guardian Attack", "title": "Open Door",
"additionalProperties": false, "additionalProperties": false,
"description": "Allows the mob to open doors. Requires the mob to be able to path through doors, otherwise the mob won't even want to try opening them.", "description": "Allows the mob to open doors. Requires the mob to be able to path through doors, otherwise the mob won't even want to try opening them.",
"required": [], "required": [],