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,2 +1,2 @@
|
|||
mesecons
|
||||
default
|
||||
mcl_core
|
||||
|
|
|
@ -8,17 +8,17 @@ minetest.register_craftitem("mesecons_materials:slimeball", {
|
|||
minetest.register_craft({
|
||||
output = 'mesecons_materials:slimeball',
|
||||
type = "cooking",
|
||||
recipe = "default:sapling",
|
||||
recipe = "mcl_core:sapling",
|
||||
cooktime = 10,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = 'mesecons_materials:slimeball 9',
|
||||
recipe = {{"default:slimeblock"}},
|
||||
recipe = {{"mcl_core:slimeblock"}},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "default:slimeblock",
|
||||
output = "mcl_core:slimeblock",
|
||||
recipe = {{"mesecons_materials:slimeball","mesecons_materials:slimeball","mesecons_materials:slimeball",},
|
||||
{"mesecons_materials:slimeball","mesecons_materials:slimeball","mesecons_materials:slimeball",},
|
||||
{"mesecons_materials:slimeball","mesecons_materials:slimeball","mesecons_materials:slimeball",}},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue