Rename mod: default to mcl_core
This commit is contained in:
parent
d0ecf0c66c
commit
02fe45bca2
393 changed files with 2205 additions and 2210 deletions
|
@ -121,17 +121,17 @@ minetest.register_tool("mcl_throwing:bow_2", {
|
|||
minetest.register_craft({
|
||||
output = 'mcl_throwing:bow',
|
||||
recipe = {
|
||||
{'', 'default:stick', 'default:string'},
|
||||
{'default:stick', '', 'default:string'},
|
||||
{'', 'default:stick', 'default:string'},
|
||||
{'', 'mcl_core:stick', 'mcl_core:string'},
|
||||
{'mcl_core:stick', '', 'mcl_core:string'},
|
||||
{'', 'mcl_core:stick', 'mcl_core:string'},
|
||||
}
|
||||
})
|
||||
minetest.register_craft({
|
||||
output = 'mcl_throwing:bow',
|
||||
recipe = {
|
||||
{'default:string', 'default:stick', ''},
|
||||
{'default:string', '', 'default:stick'},
|
||||
{'default:string', 'default:stick', ''},
|
||||
{'mcl_core:string', 'mcl_core:stick', ''},
|
||||
{'mcl_core:string', '', 'mcl_core:stick'},
|
||||
{'mcl_core:string', 'mcl_core:stick', ''},
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue