1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-01-23 08:20:21 +01:00

Removed override and recipe registration of the now aliased "flowers:flower_pot" node.

This commit is contained in:
Le_Docteur 2015-06-13 11:39:38 +02:00
parent 17fab497e0
commit e479a9439d

View File

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