Skip to content

Commit

Permalink
Fixing sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Jan 6, 2024
1 parent a579b60 commit 9424aee
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion source/resource/sounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,31 @@
"events": {
"type": "object",
"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" }
}
}
Expand Down

0 comments on commit 9424aee

Please sign in to comment.