From 289186639f7e61fde8ce8529a0ad008be863afb2 Mon Sep 17 00:00:00 2001 From: Paul Ouellette Date: Sat, 19 Jan 2019 09:17:05 -0500 Subject: [PATCH] Remove incorrect feature flag (#8086) And document the versions that introduced the features. --- builtin/game/features.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/builtin/game/features.lua b/builtin/game/features.lua index 841a5d2..8e51048 100644 --- a/builtin/game/features.lua +++ b/builtin/game/features.lua @@ -3,7 +3,6 @@ core.features = { glasslike_framed = true, nodebox_as_selectionbox = true, - chat_send_player_param3 = true, get_all_craft_recipes_works = true, use_texture_alpha = true, no_legacy_abms = true,