We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 500cce8 commit 4f55610Copy full SHA for 4f55610
crafts.lua
@@ -16,18 +16,17 @@ local materials = {
16
if minetest.get_modpath("mcl_core") then
17
materials = {
18
stone = "mcl_core:stone",
19
- desert_stone = "mcl_core:sandstone2",
+ desert_stone = "mcl_core:redsandstone",
20
desert_sand = "mcl_core:sand",
21
chest = "mcl_chests:chest_small",
22
steel_ingot = "mcl_core:iron_ingot",
23
gold_ingot = "mcl_core:gold_ingot",
24
- mese = "default:mese",
25
- mese_crystal = "default:mese_crystal",
+ mese = "mesecons_torch:redstoneblock",
+ mese_crystal = "mesecons:redstone",
26
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",
+ teleporter = "mesecons_torch:redstoneblock",
+ copper_ingot = "mcl_copper:copper_ingot",
+ glass = "mcl_core:glass",
31
}
32
elseif minetest.get_modpath("fl_ores") and minetest.get_modpath("fl_stone") then
33
0 commit comments