diff options
author | DarkoGNU <42816979+DarkoGNU@users.noreply.github.com> | 2022-04-21 20:56:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-21 20:56:21 +0200 |
commit | 4f554e91abd861323aaf9f46d75ff0350a519cef (patch) | |
tree | a3e986e773d637e5a64dc83f5792d76c1b263802 /Server/Plugins/APIDump/Classes/World.lua | |
parent | Protocol sources fixes (#5411) (diff) | |
download | cuberite-4f554e91abd861323aaf9f46d75ff0350a519cef.tar cuberite-4f554e91abd861323aaf9f46d75ff0350a519cef.tar.gz cuberite-4f554e91abd861323aaf9f46d75ff0350a519cef.tar.bz2 cuberite-4f554e91abd861323aaf9f46d75ff0350a519cef.tar.lz cuberite-4f554e91abd861323aaf9f46d75ff0350a519cef.tar.xz cuberite-4f554e91abd861323aaf9f46d75ff0350a519cef.tar.zst cuberite-4f554e91abd861323aaf9f46d75ff0350a519cef.zip |
Diffstat (limited to 'Server/Plugins/APIDump/Classes/World.lua')
-rw-r--r-- | Server/Plugins/APIDump/Classes/World.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Server/Plugins/APIDump/Classes/World.lua b/Server/Plugins/APIDump/Classes/World.lua index 2a9e3d4e8..ab12c89cf 100644 --- a/Server/Plugins/APIDump/Classes/World.lua +++ b/Server/Plugins/APIDump/Classes/World.lua @@ -2245,6 +2245,16 @@ function OnAllChunksAvailable()</pre> All return values from the callbacks are i }, Notes = "Returns whether the configuration has DeepSnow enabled.", }, + IsFarmlandTramplingEnabled = + { + Returns = + { + { + Type = "boolean", + }, + }, + Notes = "Returns true if farmland trampling is enabled.", + }, IsGameModeAdventure = { Returns = |