Skip to content

Commit

Permalink
Update dimension.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
jqms authored Aug 8, 2024
1 parent 9515d22 commit c525b54
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions AutoComplete/library/dimension.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@ function dimension.time() end
function dimension.isRaining() end

---Plays a sound at these coordinates
---Will not work on 1.18.30+
---@param name string any minecraft sounds: https://www.digminecraft.com/lists/sound_list_pe.php
---@param x integer | number The x position
---@param y integer | number The y position
---@param z integer | number The z position
---@param name string any minecraft sounds: https://www.digminecraft.com/lists/sound_list_pe.php
function dimension.sound(x, y, z, name) end
---@param volume number|nil The volume of the sound
---@param pitch number|nil The pitch of the sound
function dimension.sound(name, x, y, z, volume, pitch) end

---@class LightPair
---@field blockLight integer The light level caused by torches and stuff
Expand Down

0 comments on commit c525b54

Please sign in to comment.