Fixing sounds

This commit is contained in:
DaanV2
2024-01-06 23:32:11 +01:00
parent a579b602ea
commit 9424aeea7d

View File

@@ -83,7 +83,31 @@
"events": { "events": {
"type": "object", "type": "object",
"title": "Events", "title": "Events",
"propertyNames": { "enum": ["default", "item.use.on", "break", "hit", "place", "power.on", "power.off"] }, "propertyNames": {
"enum": [
"break_pot",
"break",
"button.click_off",
"button.click_on",
"default",
"door.close",
"door.open",
"fall",
"fence_gate.close",
"fence_gate.open",
"hit",
"item.use.on",
"place",
"power.off",
"power.on",
"pressure_plate.click_off",
"pressure_plate.click_on",
"shatter_pot",
"step",
"trapdoor.close",
"trapdoor.open"
]
},
"additionalProperties": { "$ref": "#/definitions/sound_event" } "additionalProperties": { "$ref": "#/definitions/sound_event" }
} }
} }