mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 01:21:05 +01:00
Fix function code style in mcl:core/crafting.lua
This commit is contained in:
parent
49044ac15e
commit
6105a9ef22
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
-- Crafting definition
|
-- Crafting definition
|
||||||
--
|
--
|
||||||
|
|
||||||
local craft_planks = function(output, input)
|
local function craft_planks(output, input)
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "mcl_core:"..output.."wood 4",
|
output = "mcl_core:"..output.."wood 4",
|
||||||
recipe = {
|
recipe = {
|
||||||
|
|
Loading…
Reference in a new issue