fixes Incorrect description for places, that accept entity_types #163

This commit is contained in:
DaanV2
2023-04-18 20:38:45 +02:00
parent 6f20997d34
commit 4a22026f0f
3 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@
}, },
"entity_types": { "entity_types": {
"$ref": "../types/entity_types.json", "$ref": "../types/entity_types.json",
"description": "List of entity types this mob will startle (cause to jump) when it sneezes.", "description": "List of entity types that this mob considers valid targets.",
"title": "Entity Types" "title": "Entity Types"
}, },
"sound_chance": { "sound_chance": {

View File

@@ -41,7 +41,7 @@
}, },
"entity_types": { "entity_types": {
"$ref": "../types/entity_types.json", "$ref": "../types/entity_types.json",
"description": "List of entity types this mob will startle (cause to jump) when it sneezes.", "description": "Filters which types of targets are valid for this entity",
"title": "Entity Types" "title": "Entity Types"
}, },
"attack_interval": { "attack_interval": {

View File

@@ -10,7 +10,7 @@
}, },
"entity_types": { "entity_types": {
"$ref": "../types/entity_types.json", "$ref": "../types/entity_types.json",
"description": "List of entity types this mob will startle (cause to jump) when it sneezes.", "description": "List of entity types that this mob considers valid targets",
"title": "Entity Types" "title": "Entity Types"
}, },
"attack_interval": { "attack_interval": {