Rename mod: default to mcl_core
This commit is contained in:
parent
d0ecf0c66c
commit
02fe45bca2
393 changed files with 2205 additions and 2210 deletions
1
mods/mcl_mobitems/depends.txt
Normal file
1
mods/mcl_mobitems/depends.txt
Normal file
|
@ -0,0 +1 @@
|
|||
mcl_core
|
|
@ -261,7 +261,7 @@ minetest.register_craft({
|
|||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = "mcl_mobitems:leather",
|
||||
recipe = { "default:paper", "default:paper" },
|
||||
recipe = { "mcl_core:paper", "mcl_core:paper" },
|
||||
})
|
||||
minetest.register_craft({
|
||||
output = "mcl_mobitems:feather 3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue