Skip to content

Commit 4f55610

Browse files
fix MCL crafts (#86)
1 parent 500cce8 commit 4f55610

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

crafts.lua

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,17 @@ local materials = {
1616
if minetest.get_modpath("mcl_core") then
1717
materials = {
1818
stone = "mcl_core:stone",
19-
desert_stone = "mcl_core:sandstone2",
19+
desert_stone = "mcl_core:redsandstone",
2020
desert_sand = "mcl_core:sand",
2121
chest = "mcl_chests:chest_small",
2222
steel_ingot = "mcl_core:iron_ingot",
2323
gold_ingot = "mcl_core:gold_ingot",
24-
mese = "default:mese",
25-
mese_crystal = "default:mese_crystal",
24+
mese = "mesecons_torch:redstoneblock",
25+
mese_crystal = "mesecons:redstone",
2626
mese_crystal_fragment = "mesecons:redstone",
27-
teleporter = "default:mese",
28-
-- Use iron where no equivalent
29-
copper_ingot = "mcl_core:iron_ingot",
30-
glass = "default:glass",
27+
teleporter = "mesecons_torch:redstoneblock",
28+
copper_ingot = "mcl_copper:copper_ingot",
29+
glass = "mcl_core:glass",
3130
}
3231
elseif minetest.get_modpath("fl_ores") and minetest.get_modpath("fl_stone") then
3332
materials = {

0 commit comments

Comments
 (0)