add sound keygen to docs

This commit is contained in:
ZXMushroom63 2025-05-29 16:27:47 +08:00
parent 2f9edbc381
commit 337aff679d

View File

@ -7,4 +7,6 @@ Methods:
- `ModAPI.keygen.block(blockId: String) : number`
- Example usage is: `var id = ModAPI.keygen.block("my_example_block");`
- `ModAPI.keygen.entity(entityId: String) : number`
- Example usage is: `var id = ModAPI.keygen.entity("my_example_entity");`
- Example usage is: `var id = ModAPI.keygen.entity("my_example_entity");`
- `ModAPI.keygen.sound(soundId: String) : number`
- Example usage is: `var id = ModAPI.keygen.sound("my.example.sound");`