From e479a9439d93a3a6eb24dfe85321efa8e3f96ccc Mon Sep 17 00:00:00 2001 From: Le_Docteur Date: Sat, 13 Jun 2015 11:39:38 +0200 Subject: [PATCH] Removed override and recipe registration of the now aliased "flowers:flower_pot" node. --- mods/plantlife_modpack/flowers_plus/init.lua | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/mods/plantlife_modpack/flowers_plus/init.lua b/mods/plantlife_modpack/flowers_plus/init.lua index a89c5874..800ba9f1 100755 --- a/mods/plantlife_modpack/flowers_plus/init.lua +++ b/mods/plantlife_modpack/flowers_plus/init.lua @@ -509,21 +509,6 @@ plantslib:spawn_on_surfaces({ avoid_radius = 5 }) --- crafting recipes! - -minetest.register_craftitem(":flowers:flower_pot", { - description = S("Flower Pot"), - inventory_image = "flowers_flowerpot.png", -}) - -minetest.register_craft( { - output = "flowers:flower_pot", - recipe = { - { "default:clay_brick", "", "default:clay_brick" }, - { "", "default:clay_brick", "" } - }, -}) - -- Cotton plants are now provided by the default "farming" mod. -- old cotton plants -> farming cotton stage 8 -- cotton wads -> string (can be crafted into wool blocks)