mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-21 18:21:04 +01:00
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
1 changed files with 0 additions and 6 deletions
|
@ -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 a new issue