This commit is contained in:
DaanV2
2021-07-01 16:10:45 +02:00
parent 8842f70840
commit 0b1527e81a
44 changed files with 213 additions and 233 deletions

View File

@@ -11,20 +11,26 @@
"type": "number",
"default": 0,
"description": "Time in seconds the mob has to wait before using the goal again",
"title": "TODO Title"
"title": "Cooldown Time"
},
"drop_item_chance": {
"type": "number",
"default": 1,
"description": "The probability that the mob will drop an item when it sneezes.",
"title": "TODO Title"
"title": "Drop Item Chance"
},
"entity_types": {
"$ref": "../types/entity_types.json",
"description": "List of entity types this mob will startle (cause to jump) when it sneezes.",
"title": "TODO Title"
"title": "Entity Types"
},
"loot_table": {
"type": "string",
"default": "loot_tables/empty.json",
"description": "Loot table to select dropped items from.",
"title": "Loot Table",
"pattern": "^loot_tables/.*.json$"
},
"loot_table": { "type": "string", "default": "", "description": "Loot table to select dropped items from.", "title": "Loot Table" },
"prepare_sound": {
"type": "string",
"default": "",