Run cleanfile on all files, fixing whitespace issues.

This commit is contained in:
Auke Kok
2016-12-15 14:56:45 -08:00
committed by Auke Kok
parent d587b4d23f
commit 5500c9906c
10 changed files with 67 additions and 70 deletions

View File

@ -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"},