Updated
This commit is contained in:
@@ -42,12 +42,12 @@
|
||||
"title": "Attempt Temper Mod"
|
||||
},
|
||||
"auto_reject_items": {
|
||||
"title": "Auto Reject Items",
|
||||
"description": "The list of items that, if carried while interacting with the entity, will anger it.",
|
||||
"oneOf": [
|
||||
{ "type": "object", "$ref": "#/definitions/auto_reject_items" },
|
||||
{ "type": "array", "items": { "$ref": "#/definitions/auto_reject_items" } }
|
||||
],
|
||||
"title": "TODO Title"
|
||||
]
|
||||
},
|
||||
"feed_text": { "type": "string", "description": "The text that shows in the feeding interact button", "title": "Feed Text" },
|
||||
"feed_items": {
|
||||
@@ -71,6 +71,6 @@
|
||||
"title": "Min Temper"
|
||||
},
|
||||
"ride_text": { "type": "string", "description": "The text that shows in the riding interact button", "title": "Ride Text" },
|
||||
"tame_event": { "$ref": "../types/event.json", "description": "Event that triggers when the entity becomes tamed", "title": "TODO Title" }
|
||||
"tame_event": { "$ref": "../types/event.json", "description": "Event that triggers when the entity becomes tamed", "title": "Tame Event" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user