Fixed Indentation.

This commit is contained in:
Michieal 2022-11-16 00:36:44 +00:00 committed by cora
parent dadb8f9287
commit 4b777b1d9c
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ function mcl_hamburger.register_burger_craft(cooked_meat, use_alt)
})
end
local hamburger_def = {
local hamburger_def = {
description = S("A Hamburger"),
_doc_items_longdesc = S("A tasty hamburger that is sure to lure villagers around like a lead. Can be eaten."),
_doc_items_usagehelp = S("wield this item to pull villagers to you."),
@ -57,7 +57,7 @@ function mcl_hamburger.register_burger_craft(cooked_meat, use_alt)
groups = { food = 2, eatable = 8 },
_mcl_saturation = 12.8,
stack_max = 64,
}
}
if use_alt == false then
minetest.register_craftitem("mcl_hamburger:hamburger", hamburger_def)