From 5500c9906c1c95e6d00acb06e0d29e21d36ff77f Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Thu, 15 Dec 2016 14:56:45 -0800 Subject: Run cleanfile on all files, fixing whitespace issues. --- crafting.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crafting.lua') diff --git a/crafting.lua b/crafting.lua index 3cdce2a..16753c3 100644 --- a/crafting.lua +++ b/crafting.lua @@ -477,7 +477,7 @@ minetest.register_craft({ if minetest.setting_getbool("moreblocks.circular_saw_crafting") ~= false then -- “If nil or true then” minetest.register_craft({ - output = "moreblocks:circular_saw", + output = "moreblocks:circular_saw", recipe = { { "", "default:steel_ingot", "" }, { "group:wood", "group:wood", "group:wood"}, -- cgit v1.2.3