mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-16 16:11:06 +01:00
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:
parent
fd3df57e5f
commit
951df68d57
1 changed files with 1 additions and 1 deletions
|
@ -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" },
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue