Rename mcl_cocoa to mcl_cocoas
This commit is contained in:
parent
2b2a735d6d
commit
a821690c66
11 changed files with 12 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
mcl_core
|
||||
mcl_flowers
|
||||
mcl_mobitems
|
||||
mcl_cocoa
|
||||
mcl_cocoas
|
||||
|
|
|
@ -227,7 +227,7 @@ minetest.register_craftitem("mcl_dye:brown", {
|
|||
stack_max = 64,
|
||||
groups = dyelocal.dyes[4][3],
|
||||
on_place = function(itemstack, user, pointed_thing)
|
||||
return mcl_cocoa.place_cocoa(itemstack, placer, pointed_thing, "mcl_cocoa:cocoa_1")
|
||||
return mcl_cocoas.place_cocoa(itemstack, placer, pointed_thing, "mcl_cocoas:cocoa_1")
|
||||
end,
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue