Fix function code style in mcl:core/crafting.lua

This commit is contained in:
NO11 2021-05-25 20:00:06 +00:00
parent 49044ac15e
commit 6105a9ef22
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
-- Crafting definition
--
local craft_planks = function(output, input)
local function craft_planks(output, input)
minetest.register_craft({
output = "mcl_core:"..output.."wood 4",
recipe = {