Merge branch 'master' of ssh://git.minetest.land:29418/MineClone2/MineClone2

This commit is contained in:
AFCMS 2021-05-26 16:25:38 +02:00
commit 190d5cad33
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 = {