forked from VoxeLibre/VoxeLibre
Remove bone to bone meal recipe from mcl_dye as it now resides in mcl_bone_meal
This commit is contained in:
parent
44d154f594
commit
7f6d456a32
|
@ -131,12 +131,6 @@ function mcl_dye.register_on_bone_meal_apply(func)
|
|||
mcl_bone_meal.register_on_bone_meal_apply(func)
|
||||
end
|
||||
|
||||
minetest.register_craft({
|
||||
output = "mcl_bone_meal:bone_meal 3",
|
||||
recipe = {{"mcl_mobitems:bone"}},
|
||||
})
|
||||
|
||||
|
||||
-- Dye creation recipes.
|
||||
--
|
||||
minetest.register_craft({
|
||||
|
|
Loading…
Reference in New Issue