forked from VoxeLibre/VoxeLibre
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
|
@ -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 New Issue