Rename mcl_cocoa to mcl_cocoas

This commit is contained in:
Wuzzy 2017-02-18 16:09:01 +01:00
parent 2b2a735d6d
commit a821690c66
11 changed files with 12 additions and 12 deletions

View file

@ -1,4 +1,4 @@
mcl_core
mcl_flowers
mcl_mobitems
mcl_cocoa
mcl_cocoas

View file

@ -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,
})