Expand block reference schema (#121)
* Fix typo in module name * Add sound_event schema and add it where appropriate * Add more fields to block reference and fill some missing fields * Use molang definition for tags
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"description": "The list of items that can be used to increase the entity's temper and speed up the taming process.",
|
||||
"properties": {
|
||||
"item": {
|
||||
"$ref": "../../../../general/item/identifier.json",
|
||||
"$ref": "../../../../general/item/descriptor.json",
|
||||
"description": "Name of the item this entity likes and can be used to increase this entity's temper.",
|
||||
"title": "Item"
|
||||
},
|
||||
@@ -27,7 +27,7 @@
|
||||
"description": "The list of items that this entity dislikes and will cause it to get angry if used while untamed.",
|
||||
"properties": {
|
||||
"item": {
|
||||
"$ref": "../../../../general/item/identifier.json",
|
||||
"$ref": "../../../../general/item/descriptor.json",
|
||||
"description": "Name of the item this entity dislikes and will cause it to get angry if used while untamed."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user