From b6ae50be87c91d007b78e646ded137ac46a62f85 Mon Sep 17 00:00:00 2001 From: "Github is a non-free platform owned by Microsoft. Reasonable alternatives exist, such as Gitea, Sourcehut. We need a federated, mastodon-like forge based on ForgeFed. See: https://forgefed.org" Date: Tue, 10 Oct 2023 00:22:14 +0200 Subject: [PATCH] fix MCL craft, chest item id is "mcl_chests:chest" (#89) --- crafts.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crafts.lua b/crafts.lua index eb62ab6..dc9319b 100644 --- a/crafts.lua +++ b/crafts.lua @@ -18,7 +18,7 @@ if minetest.get_modpath("mcl_core") then stone = "mcl_core:stone", desert_stone = "mcl_core:redsandstone", desert_sand = "mcl_core:sand", - chest = "mcl_chests:chest_small", + chest = "mcl_chests:chest", steel_ingot = "mcl_core:iron_ingot", gold_ingot = "mcl_core:gold_ingot", mese = "mesecons_torch:redstoneblock",