From eae1ee7cee00a95cf102def69229ad4d155625f0 Mon Sep 17 00:00:00 2001 From: SmokeyDope Date: Thu, 2 Feb 2023 22:39:37 +0000 Subject: [PATCH] Fix indentation for shapeless type @ netherite ingot --- mods/ITEMS/mcl_nether/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ITEMS/mcl_nether/init.lua b/mods/ITEMS/mcl_nether/init.lua index f3370ba39..3f63c4333 100644 --- a/mods/ITEMS/mcl_nether/init.lua +++ b/mods/ITEMS/mcl_nether/init.lua @@ -389,7 +389,7 @@ minetest.register_craft({ }) minetest.register_craft({ - type = "shapeless", + type = "shapeless", output = "mcl_nether:netherite_ingot", recipe = { "mcl_nether:netherite_scrap", "mcl_nether:netherite_scrap", "mcl_nether:netherite_scrap",