From fae5c8284edafdbb9c11816c6dd26d070546a75d Mon Sep 17 00:00:00 2001 From: Brandon Date: Sun, 12 Jul 2020 08:58:22 -0400 Subject: [PATCH] Add speckled melon to the craft guide. --- mods/ITEMS/mcl_potions/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ITEMS/mcl_potions/init.lua b/mods/ITEMS/mcl_potions/init.lua index 27637e1d..d1757a8f 100644 --- a/mods/ITEMS/mcl_potions/init.lua +++ b/mods/ITEMS/mcl_potions/init.lua @@ -279,7 +279,7 @@ minetest.register_craftitem("mcl_potions:speckled_melon", { description = S("Glistering Melon"), _doc_items_longdesc = S("This shiny melon is full of tiny gold nuggets and would be nice in an item frame. It isn't edible and not useful for anything else."), stack_max = 64, - groups = { brewitem = 1, not_in_creative_inventory = 0, not_in_craft_guide = 1 }, + groups = { brewitem = 1, not_in_creative_inventory = 0, not_in_craft_guide = 0 }, inventory_image = "mcl_potions_melon_speckled.png", })