Fixing strings

This commit is contained in:
DaanV2
2022-07-22 19:43:23 +02:00
parent 8b3778de6d
commit 96af3f2f26
13 changed files with 33 additions and 34 deletions

View File

@@ -15,7 +15,7 @@
"broadcast_filters": {
"title": "Broadcast Filters",
"$ref": "../../filters/filters.json",
"description": "Conditions that make this entry in the list valid."
"description": "Conditions that make this entry in the list valid."
},
"filters": {
"$ref": "../../filters/filters.json",
@@ -36,25 +36,24 @@
"description": "An entity family.",
"pattern": "^.+$",
"title": "Broadcast Targets"
},
}
},
"calm_event": {
"title": "Calm Event",
"title": "Calm Event",
"$ref": "../types/event.json",
"description": "Event to run after the number of seconds specified in duration expires (when the entity stops being \."angry\")"
"description": "Event to run after the number of seconds specified in duration expires (when the entity stops being \"angry\")"
},
"angry_sound": {
"title": "Angry Sound",
"type": "string",
"default": "",
"description": "The sound event to play when the mob is angry."
"description": "The sound event to play when the mob is angry."
},
"broadcast_anger_on_attack": {
"title": "Broadcast Anger On Attack",
"type": "boolean",
"default": false,
"description": "If true, other entities of the same entity definition within the broadcastRange will also become angry whenever this mob attacks."
"description": "If true, other entities of the same entity definition within the broadcastRange will also become angry whenever this mob attacks."
},
"broadcast_anger_on_being_attacked": {
"type": "boolean",
@@ -66,13 +65,13 @@
"title": "Duration",
"type": "integer",
"default": 25,
"description": "The amount of time in seconds that the entity will be angry."
"description": "The amount of time in seconds that the entity will be angry."
},
"duration_delta": {
"title": "Duration Delta",
"type": "integer",
"default": 0,
"description": "Variance in seconds added to the duration [-delta, delta]."
"description": "Variance in seconds added to the duration [-delta, delta]."
},
"sound_interval": {
"description": "The range of time in seconds to randomly wait before playing the sound again.",

View File

@@ -125,7 +125,7 @@
"title": "Swing",
"type": "boolean",
"default": false,
"description": "If true, the player will do the \."swing\" animation when interacting with this entity."
"description": "If true, the player will do the \"swing\" animation when interacting with this entity."
},
"transform_to_item": {
"title": "Transform To Item",