Update minetest-api.d.ts
This commit is contained in:
parent
f762669e0e
commit
2ca806a93b
12
minetest-api.d.ts
vendored
12
minetest-api.d.ts
vendored
@ -548,12 +548,12 @@ declare global {
|
||||
}
|
||||
|
||||
export interface NodeSoundSpec {
|
||||
footstep: SimpleSoundSpec
|
||||
dig: SimpleSoundSpec | string
|
||||
dug: SimpleSoundSpec
|
||||
place: SimpleSoundSpec
|
||||
place_failed: SimpleSoundSpec
|
||||
fall: SimpleSoundSpec
|
||||
footstep?: SimpleSoundSpec
|
||||
dig?: SimpleSoundSpec | string
|
||||
dug?: SimpleSoundSpec
|
||||
place?: SimpleSoundSpec
|
||||
place_failed?: SimpleSoundSpec
|
||||
fall?: SimpleSoundSpec
|
||||
}
|
||||
|
||||
export interface ItemDropSpec {
|
||||
|
Loading…
x
Reference in New Issue
Block a user