From 830c0a24b068e1e898df1c03f7714cb2458fbd16 Mon Sep 17 00:00:00 2001 From: unknown <24964441+wsor4035@users.noreply.github.com> Date: Sat, 12 Mar 2022 16:49:04 -0500 Subject: [PATCH] fix some material names --- crafts.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/crafts.lua b/crafts.lua index 4228f54..178cfc2 100644 --- a/crafts.lua +++ b/crafts.lua @@ -14,10 +14,10 @@ local materials = { if minetest.get_modpath("mcl_core") then materials = { - stone = "fl_stone:stone", - desert_stone = "fl_stone:desert_stone", - desert_sand = "fl_stone:desert_sand", - chest = "default:chest", + stone = "mcl_core:stone", + desert_stone = "mcl_core:sandstone2", + desert_sand = "mcl_core:sand", + chest = "mcl_chests:chest_small", steel_ingot = "mcl_core:iron_ingot", gold_ingot = "mcl_core:gold_ingot", mese = "default:mese",