From 2149ca1147c211dbffab332f71af26790eabc2ea Mon Sep 17 00:00:00 2001 From: Michieal Date: Sat, 19 Nov 2022 03:00:48 +0000 Subject: [PATCH] Fixed the name in mod.conf. updated the mod.conf so that it reflects the coding to come. --- mods/ITEMS/mcl_hamburger/mod.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mods/ITEMS/mcl_hamburger/mod.conf b/mods/ITEMS/mcl_hamburger/mod.conf index 8eb71d200..205b3c558 100644 --- a/mods/ITEMS/mcl_hamburger/mod.conf +++ b/mods/ITEMS/mcl_hamburger/mod.conf @@ -1,4 +1,4 @@ -name = hamburger_mod -description = A cute (and easy to use) replacement for not having leashes in MC2 +name = mcl_hamburger +description = A cute (and easy to use) replacement for not having leashes in MC2. Also adds in a new food item. depends = mcl_core, mcl_sounds, mobs_mc, mcl_mobitems -optional_depends = doc +optional_depends = doc, awards