aboutsummaryrefslogtreecommitdiff
path: root/crafting.lua
diff options
context:
space:
mode:
authorAuke Kok <sofar@foo-projects.org>2016-12-15 14:56:45 -0800
committerAuke Kok <sofar+github@foo-projects.org>2016-12-31 12:33:09 -0800
commit5500c9906c1c95e6d00acb06e0d29e21d36ff77f (patch)
treea0cb511cbb2f05076b3cb6855bdff1fd31e121d8 /crafting.lua
parentd587b4d23f9d386b1a3b924d0a3860b05941eee8 (diff)
downloadmoreblocks-5500c9906c1c95e6d00acb06e0d29e21d36ff77f.tar.gz
moreblocks-5500c9906c1c95e6d00acb06e0d29e21d36ff77f.tar.bz2
moreblocks-5500c9906c1c95e6d00acb06e0d29e21d36ff77f.zip
Run cleanfile on all files, fixing whitespace issues.
Diffstat (limited to 'crafting.lua')
-rw-r--r--crafting.lua2
1 files changed, 1 insertions, 1 deletions
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"},