From 77446a2666c97f1b15de6220254aad8301109a75 Mon Sep 17 00:00:00 2001 From: h-v-smacker Date: Wed, 21 Nov 2018 18:20:29 +0300 Subject: recipes --- nodes_furniture.lua | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) (limited to 'nodes_furniture.lua') diff --git a/nodes_furniture.lua b/nodes_furniture.lua index 47aeb5c..fa3e24b 100644 --- a/nodes_furniture.lua +++ b/nodes_furniture.lua @@ -862,9 +862,36 @@ minetest.register_craft({ minetest.register_craft({ output = "cottages:shelf", recipe = { - {cottages.craftitem_stick, cottages.craftitem_wood, cottages.craftitem_stick, }, - {cottages.craftitem_stick, cottages.craftitem_wood, cottages.craftitem_stick, }, - {cottages.craftitem_stick, "", cottages.craftitem_stick} + {cottages.craftitem_stick, cottages.craftitem_wood, cottages.craftitem_stick, }, + {cottages.craftitem_stick, cottages.craftitem_chest, cottages.craftitem_stick, }, + {cottages.craftitem_stick, "", cottages.craftitem_stick } + } +}) + +minetest.register_craft({ + output = "cottages:cabinet", + recipe = { + {cottages.craftitem_wood, cottages.craftitem_wood, cottages.craftitem_wood, }, + {cottages.craftitem_wood, cottages.craftitem_chest, cottages.craftitem_wood, }, + {cottages.craftitem_stick, "", cottages.craftitem_stick } + } +}) + +minetest.register_craft({ + output = "cottages:bedside_table", + recipe = { + {cottages.craftitem_wood, cottages.craftitem_wood, cottages.craftitem_wood, }, + {cottages.craftitem_wood, cottages.craftitem_chest, cottages.craftitem_wood, }, + {cottages.craftitem_slab_wood, "", cottages.craftitem_slab_wood } + } +}) + +minetest.register_craft({ + output = "cottages:sturdy_table", + recipe = { + {cottages.craftitem_wood, cottages.craftitem_wood, cottages.craftitem_wood, }, + {cottages.craftitem_stick, "", cottages.craftitem_stick, }, + {cottages.craftitem_stick, "", cottages.craftitem_stick } } }) -- cgit v1.2.3