From a6c9380b71d990b80cb839fe1b47d06833047787 Mon Sep 17 00:00:00 2001 From: Farooq Karimi Zadeh Date: Mon, 27 May 2024 18:24:27 +0330 Subject: [PATCH] make tnt crafting available in nade fight --- mods/ctf/ctf_modes/ctf_mode_nade_fight/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/ctf/ctf_modes/ctf_mode_nade_fight/init.lua b/mods/ctf/ctf_modes/ctf_mode_nade_fight/init.lua index 65c4677f2..b019072da 100644 --- a/mods/ctf/ctf_modes/ctf_mode_nade_fight/init.lua +++ b/mods/ctf/ctf_modes/ctf_mode_nade_fight/init.lua @@ -53,6 +53,7 @@ ctf_modebase.register_mode("nade_fight", { "ctf_map:spike", "ctf_map:reinforced_cobble 2", "ctf_tnt:tnt_stick", + "ctf_tnt:tnt", }, physics = {sneak_glitch = true, new_move = false}, blacklisted_nodes = {"default:apple"},