forked from epCode/extra_mobs
Update 'strider.lua'
This commit is contained in:
parent
28b06eacb8
commit
f89c50300d
|
@ -117,7 +117,7 @@ local strider = {
|
||||||
|
|
||||||
local controlitem = ""
|
local controlitem = ""
|
||||||
if minetest.get_modpath("mc") then
|
if minetest.get_modpath("mc") then
|
||||||
controlitem = "mc:warped_fungus_stick"
|
controlitem = "mc_warped_fungus_stick:warped_fungus_stick"
|
||||||
else
|
else
|
||||||
controlitem = mobs_mc.items.carrot_on_a_stick
|
controlitem = mobs_mc.items.carrot_on_a_stick
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue