diff options
author | Angus <anguslmm@gmail.com> | 2024-11-10 12:28:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-10 12:28:39 +0100 |
commit | 5e258c6d95a22664e1f9bfa8e778e007e69b4ef2 (patch) | |
tree | ea9e9a5dbc28af2607223cba64e5762d80c7669b /Server/Plugins/APIDump | |
parent | Fix Block Entity Placement in Generation (#5060) (diff) | |
download | cuberite-5e258c6d95a22664e1f9bfa8e778e007e69b4ef2.tar cuberite-5e258c6d95a22664e1f9bfa8e778e007e69b4ef2.tar.gz cuberite-5e258c6d95a22664e1f9bfa8e778e007e69b4ef2.tar.bz2 cuberite-5e258c6d95a22664e1f9bfa8e778e007e69b4ef2.tar.lz cuberite-5e258c6d95a22664e1f9bfa8e778e007e69b4ef2.tar.xz cuberite-5e258c6d95a22664e1f9bfa8e778e007e69b4ef2.tar.zst cuberite-5e258c6d95a22664e1f9bfa8e778e007e69b4ef2.zip |
Diffstat (limited to 'Server/Plugins/APIDump')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index 54a8d4e4f..8e5e92dd1 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -9240,7 +9240,7 @@ a_Player:OpenWindow(Window); Type = "number", }, }, - Notes = "Returns the relative walk speed of this mob. Standard is 1.0", + Notes = "Returns the walk speed multiplier of this mob. Base is set in monsters.ini (will default to 1 if not set).", }, HasCustomName = { @@ -9404,7 +9404,7 @@ a_Player:OpenWindow(Window); Type = "number", }, }, - Notes = "Sets the relative walk speed of this mob. The default relative speed is 1.0.", + Notes = "Sets the walk speed multiplier of this mob. Base is set in monsters.ini (will default to 1 if not set).", }, StringToMobType = { |