fix indentation

This commit is contained in:
AFCMS 2021-03-30 00:50:58 +02:00
parent c70ea7c843
commit 7ec7012572
1 changed files with 21 additions and 23 deletions

View File

@ -824,7 +824,6 @@ minetest.register_craft({
-- TODO: Re-enable crafting of special minecarts when they have been implemented
if false then
minetest.register_craft({
output = "mcl_minecarts:furnace_minecart",
recipe = {
@ -848,5 +847,4 @@ minetest.register_craft({
{"mcl_minecarts:minecart"},
},
})
end