Update move_to_liquid.json
corrected descriptions
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"$id": "blockception.minecraft.behavior.entities.minecraft.behavior.move_to_liquid",
|
"$id": "blockception.minecraft.behavior.entities.minecraft.behavior.move_to_liquid",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"title": "Move To Liquid",
|
"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,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"priority": { "$ref": "types/priority.json" },
|
"priority": { "$ref": "types/priority.json" },
|
||||||
@@ -33,7 +33,8 @@
|
|||||||
},
|
},
|
||||||
"material_type": {
|
"material_type": {
|
||||||
"title": "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"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user