fix indentation

This commit is contained in:
cora 2022-06-26 22:19:17 +02:00
parent 909aa71dd3
commit 352a52e086
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ minetest.register_node("mcl_smithing_table:table", {
local inv = meta:get_inventory()
inv:set_size("diamond_item", 1)
inv:set_size("diamond_item", 1)
inv:set_size("netherite", 1)
inv:set_size("upgraded_item", 1)
end,