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:
@@ -46,8 +46,8 @@
|
||||
"description": "List of blocks this entity can float on. Must be a liquid block.",
|
||||
"title": "Liquid Blocks",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"title": "Block ID"
|
||||
"title": "Block",
|
||||
"$ref": "../../../../general/block/reference.json"
|
||||
}
|
||||
},
|
||||
"simulate_waves": {
|
||||
|
||||
Reference in New Issue
Block a user