1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 08:05:18 +02:00

Add min_y and max_y checks for Active Block Modifiers (ABM) (#11333)

This check can be used by ABM to reduce CPU usage.
This commit is contained in:
sfence
2021-06-20 17:21:35 +02:00
committed by GitHub
parent 1805775f3d
commit b10091be9b
6 changed files with 41 additions and 3 deletions

View File

@@ -20,6 +20,7 @@ core.features = {
direct_velocity_on_players = true,
use_texture_alpha_string_modes = true,
degrotate_240_steps = true,
abm_min_max_y = true,
}
function core.has_feature(arg)