fixes Incorrect description for places, that accept entity_types #163
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user