From 7cc664d47fc72b5f7ae09fd8c46a6aa375e9b8c2 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Wed, 24 Apr 2013 12:38:20 -0400 Subject: [PATCH] removed redundant glowlight recipes, fixed thin->quarter, thick->half naming issue caused by previous commit. --- crafts.lua | 70 ++++++++++-------------------------------------------- 1 file changed, 13 insertions(+), 57 deletions(-) diff --git a/crafts.lua b/crafts.lua index ab669b79..d9444d7f 100644 --- a/crafts.lua +++ b/crafts.lua @@ -1168,23 +1168,16 @@ minetest.register_craft({ -- yellow minetest.register_craft({ - output = "homedecor:glowlight_thick_yellow 6", + output = "homedecor:glowlight_half_yellow 6", recipe = { {"moreblocks:superglowglass", "moreblocks:glowglass", "moreblocks:superglowglass", }, } }) minetest.register_craft({ - output = "homedecor:glowlight_thin_yellow 6", + output = "homedecor:glowlight_quarter_yellow 6", recipe = { - {"homedecor:glowlight_thick_yellow", "homedecor:glowlight_thick_yellow", "homedecor:glowlight_thick_yellow", }, - } -}) - -minetest.register_craft({ - output = "homedecor:glowlight_thin_yellow 6", - recipe = { - {"homedecor:glowlight_thick_yellow_wall", "homedecor:glowlight_thick_yellow_wall", "homedecor:glowlight_thick_yellow_wall" }, + {"homedecor:glowlight_half_yellow", "homedecor:glowlight_half_yellow", "homedecor:glowlight_half_yellow", }, } }) @@ -1199,37 +1192,22 @@ minetest.register_craft({ minetest.register_craft({ output = "homedecor:glowlight_small_cube_yellow 4", recipe = { - {"homedecor:glowlight_thick_yellow" }, + {"homedecor:glowlight_half_yellow" }, } }) minetest.register_craft({ - output = "homedecor:glowlight_small_cube_yellow 4", - recipe = { - {"homedecor:glowlight_thick_yellow_wall" }, - } -}) - -minetest.register_craft({ - output = "homedecor:glowlight_thick_yellow", + output = "homedecor:glowlight_half_yellow", recipe = { {"homedecor:glowlight_small_cube_yellow","homedecor:glowlight_small_cube_yellow"}, {"homedecor:glowlight_small_cube_yellow","homedecor:glowlight_small_cube_yellow"} } }) -minetest.register_craft({ - output = "homedecor:glowlight_thick_yellow", - recipe = { - {"homedecor:glowlight_small_cube_yellow_ceiling","homedecor:glowlight_small_cube_yellow_ceiling"}, - {"homedecor:glowlight_small_cube_yellow_ceiling","homedecor:glowlight_small_cube_yellow_ceiling"} - } -}) - -- white minetest.register_craft({ - output = "homedecor:glowlight_thick_white 6", + output = "homedecor:glowlight_half_white 6", recipe = { { "wool:white", "wool:white", "wool:white" }, {"moreblocks:superglowglass", "moreblocks:glowglass", "moreblocks:superglowglass", }, @@ -1238,25 +1216,18 @@ minetest.register_craft({ minetest.register_craft({ type = "shapeless", - output = "homedecor:glowlight_thick_white 2", + output = "homedecor:glowlight_half_white 2", recipe = { "wool:white", - "homedecor:glowlight_thick_yellow", - "homedecor:glowlight_thick_yellow", + "homedecor:glowlight_half_yellow", + "homedecor:glowlight_half_yellow", } }) minetest.register_craft({ - output = "homedecor:glowlight_thin_white 6", + output = "homedecor:glowlight_quarter_white 6", recipe = { - {"homedecor:glowlight_thick_white", "homedecor:glowlight_thick_white", "homedecor:glowlight_thick_white", }, - } -}) - -minetest.register_craft({ - output = "homedecor:glowlight_thin_white 6", - recipe = { - {"homedecor:glowlight_thick_white_wall", "homedecor:glowlight_thick_white_wall", "homedecor:glowlight_thick_white_wall" }, + {"homedecor:glowlight_half_white", "homedecor:glowlight_half_white", "homedecor:glowlight_half_white", }, } }) @@ -1271,33 +1242,18 @@ minetest.register_craft({ minetest.register_craft({ output = "homedecor:glowlight_small_cube_white 4", recipe = { - {"homedecor:glowlight_thick_white" }, + {"homedecor:glowlight_half_white" }, } }) minetest.register_craft({ - output = "homedecor:glowlight_small_cube_white 4", - recipe = { - {"homedecor:glowlight_thick_white_wall" }, - } -}) - -minetest.register_craft({ - output = "homedecor:glowlight_thick_white", + output = "homedecor:glowlight_half_white", recipe = { {"homedecor:glowlight_small_cube_white","homedecor:glowlight_small_cube_white"}, {"homedecor:glowlight_small_cube_white","homedecor:glowlight_small_cube_white"} } }) -minetest.register_craft({ - output = "homedecor:glowlight_thick_white", - recipe = { - {"homedecor:glowlight_small_cube_white_ceiling","homedecor:glowlight_small_cube_white_ceiling"}, - {"homedecor:glowlight_small_cube_white_ceiling","homedecor:glowlight_small_cube_white_ceiling"} - } -}) - -- Brass/wrought iron fences