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:
@@ -58,7 +58,7 @@
|
||||
"type": "array",
|
||||
"description": "List of blocks this entity can breathe in, in addition to the above.",
|
||||
"items": {
|
||||
"$ref": "../../../../general/block/identifier.json"
|
||||
"$ref": "../../../../general/block/reference.json"
|
||||
},
|
||||
"title": "Breathe Blocks"
|
||||
},
|
||||
@@ -66,7 +66,7 @@
|
||||
"type": "array",
|
||||
"description": "List of blocks this entity can't breathe in, in addition to the above.",
|
||||
"items": {
|
||||
"$ref": "../../../../general/block/identifier.json"
|
||||
"$ref": "../../../../general/block/reference.json"
|
||||
},
|
||||
"title": "Non Breathes Blocks"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user