Remove splash potion arrow recipe

This commit is contained in:
Brandon 2020-07-20 18:36:37 -04:00
parent 26315d44cf
commit bb5aa33bad
1 changed files with 0 additions and 8 deletions

View File

@ -427,14 +427,6 @@ function mcl_potions.register_arrow(name, desc, color, def)
minetest.register_entity("mcl_potions:"..name.."_arrow_entity", ARROW_ENTITY)
if minetest.get_modpath("mcl_bows") then
minetest.register_craft({
output = 'mcl_potions:'..name..'_arrow 8',
recipe = {
{'mcl_bows:arrow','mcl_bows:arrow','mcl_bows:arrow'},
{'mcl_bows:arrow','mcl_potions:'..name..'_splash','mcl_bows:arrow'},
{'mcl_bows:arrow','mcl_bows:arrow','mcl_bows:arrow'}
}
})
minetest.register_craft({
output = 'mcl_potions:'..name..'_arrow 8',