Updated
This commit is contained in:
@@ -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": "",
|
||||
|
||||
Reference in New Issue
Block a user