Make netherite ingot crafting shapeless

This commit is contained in:
SmokeyDope 2023-01-30 05:38:33 +00:00
parent 1a495dd63a
commit a3fe41128f
1 changed files with 4 additions and 4 deletions

View File

@ -389,12 +389,12 @@ minetest.register_craft({
}) })
minetest.register_craft({ minetest.register_craft({
type = "shapeless",
output = "mcl_nether:netherite_ingot", output = "mcl_nether:netherite_ingot",
recipe = { recipe = {
{"mcl_nether:netherite_scrap", "mcl_nether:netherite_scrap", "mcl_nether:netherite_scrap"}, "mcl_nether:netherite_scrap", "mcl_nether:netherite_scrap", "mcl_nether:netherite_scrap",
{"mcl_nether:netherite_scrap", "mcl_core:gold_ingot", "mcl_core:gold_ingot"}, "mcl_nether:netherite_scrap", "mcl_core:gold_ingot", "mcl_core:gold_ingot",
{"mcl_core:gold_ingot", "mcl_core:gold_ingot", ""}, "mcl_core:gold_ingot", "mcl_core:gold_ingot", },
}
}) })
minetest.register_craft({ minetest.register_craft({