1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-05-10 20:50:22 +02:00

fix MCL crafts

This commit is contained in:
Freeman 2023-09-06 08:01:04 +02:00
parent 500cce8668
commit 83fb589fb0

View File

@ -16,18 +16,17 @@ local materials = {
if minetest.get_modpath("mcl_core") then if minetest.get_modpath("mcl_core") then
materials = { materials = {
stone = "mcl_core:stone", stone = "mcl_core:stone",
desert_stone = "mcl_core:sandstone2", desert_stone = "mcl_core:redsandstone",
desert_sand = "mcl_core:sand", desert_sand = "mcl_core:sand",
chest = "mcl_chests:chest_small", chest = "mcl_chests:chest_small",
steel_ingot = "mcl_core:iron_ingot", steel_ingot = "mcl_core:iron_ingot",
gold_ingot = "mcl_core:gold_ingot", gold_ingot = "mcl_core:gold_ingot",
mese = "default:mese", mese = "mesecons_torch:redstoneblock",
mese_crystal = "default:mese_crystal", mese_crystal = "mesecons:redstone",
mese_crystal_fragment = "mesecons:redstone", mese_crystal_fragment = "mesecons:redstone",
teleporter = "default:mese", teleporter = "mesecons_torch:redstoneblock",
-- Use iron where no equivalent copper_ingot = "mcl_copper:copper_ingot",
copper_ingot = "mcl_core:iron_ingot", glass = "mcl_core:glass",
glass = "default:glass",
} }
elseif minetest.get_modpath("fl_ores") and minetest.get_modpath("fl_stone") then elseif minetest.get_modpath("fl_ores") and minetest.get_modpath("fl_stone") then
materials = { materials = {