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
|
@ -149,7 +149,7 @@ minetest.register_craft({
|
|||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "mcl_dye:bone_block",
|
||||
output = "mcl_core:bone_block",
|
||||
recipe = {
|
||||
{ "mcl_dye:white", "mcl_dye:white", "mcl_dye:white" },
|
||||
{ "mcl_dye:white", "mcl_dye:white", "mcl_dye:white" },
|
||||
|
@ -1009,12 +1009,3 @@ minetest.register_craft({
|
|||
recipe = "mcl_core:stick",
|
||||
burntime = 5,
|
||||
})
|
||||
|
||||
--
|
||||
--Temporary
|
||||
-- TODO: Remove when string is ready
|
||||
minetest.register_craft({
|
||||
output = "mcl_core:string",
|
||||
recipe = {{"mcl_core:paper",},
|
||||
{"mcl_core:paper"}},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue