]> git.lizzy.rs Git - dragonfireclient.git/commit - doc/lua_api.txt
Add min_y and max_y checks for Active Block Modifiers (ABM) (#11333)
authorsfence <sfence.software@gmail.com>
Sun, 20 Jun 2021 15:21:35 +0000 (17:21 +0200)
committerGitHub <noreply@github.com>
Sun, 20 Jun 2021 15:21:35 +0000 (17:21 +0200)
commitb10091be9b6b6c74a170b9444f856f83dd3fe952
treec806e74b870be70fafe2323858bbd5bd4071f399
parent1805775f3d54043c3b1e75e47b9b85e3b12bab00
Add min_y and max_y checks for Active Block Modifiers (ABM) (#11333)

This check can be used by ABM to reduce CPU usage.
builtin/game/features.lua
doc/lua_api.txt
src/script/cpp_api/s_env.cpp
src/script/lua_api/l_env.h
src/serverenvironment.cpp
src/serverenvironment.h