From f89c50300da1e52a6de71ac4a3cdf305fe8e1161 Mon Sep 17 00:00:00 2001 From: TechDudie Date: Thu, 1 Apr 2021 18:45:24 +0000 Subject: [PATCH] Update 'strider.lua' --- strider.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strider.lua b/strider.lua index 6115b5e..359be8c 100644 --- a/strider.lua +++ b/strider.lua @@ -117,7 +117,7 @@ local strider = { local controlitem = "" if minetest.get_modpath("mc") then - controlitem = "mc:warped_fungus_stick" + controlitem = "mc_warped_fungus_stick:warped_fungus_stick" else controlitem = mobs_mc.items.carrot_on_a_stick end