Update bone block to bone meal crafting recipe.

* Update bone block to bone meal crafting recipe that was forgotten when
  updating the bone meal to bone block crafting recipe as part of the
  mcl_dye changes..
This commit is contained in:
kabou 2022-05-06 10:37:02 +02:00
parent fd3df57e5f
commit 951df68d57
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ minetest.register_craft({
})
minetest.register_craft({
output = "mcl_dye:white 9",
output = "mcl_bone_meal:bone_meal 9",
recipe = {
{ "mcl_core:bone_block" },
},