Update move_to_liquid.json

corrected descriptions
This commit is contained in:
ChibiMango
2022-08-09 11:20:42 +01:00
parent b1b52c60b8
commit 729757cd6d

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.entities.minecraft.behavior.move_to_liquid",
"type": "object",
"title": "Move To Liquid",
"description": "Allows the mob to move back into lava when on land.",
"description": "Allows the mob to move into a liquid when on land.",
"additionalProperties": false,
"properties": {
"priority": { "$ref": "types/priority.json" },
@@ -33,7 +33,8 @@
},
"material_type": {
"title": "Material Type",
"description": "UNDOCUMENTAED, examples are : Lava.",
"description": "The material type of the liquid block to find. Valid values are 'Any', 'Water', and 'Lava'.",
"default": "Any",
"type": "string"
}
},