Move string and bone to mcl_mobitems
This commit is contained in:
parent
357b6e01cb
commit
76cf02909b
12 changed files with 34 additions and 42 deletions
|
@ -243,5 +243,5 @@ minetest.register_craft({
|
|||
})
|
||||
minetest.register_craft({
|
||||
output = "mcl_dye:white 3",
|
||||
recipe = {{"mcl_core:bone"}},
|
||||
recipe = {{"mcl_mobitems:bone"}},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue