mirror of
https://github.com/mt-mods/xcompat.git
synced 2024-12-22 09:00:17 +01:00
adds stuff for home workshop game agnostic pr (#16)
This commit is contained in:
parent
28df57dd5f
commit
3da43ebf4e
@ -7,6 +7,12 @@ local materials = {
|
||||
steel_ingot = "default:steel_ingot",
|
||||
gold_ingot = "default:gold_ingot",
|
||||
tin_ingot = "default:tin_ingot",
|
||||
copper_block = "default:copperblock",
|
||||
steel_block = "default:steelblock",
|
||||
gold_block = "default:goldblock",
|
||||
tin_block = "default:tinblock",
|
||||
axe_steel = "default:axe_steel",
|
||||
pick_steel = "default:pick_steel",
|
||||
mese = "default:mese",
|
||||
mese_crystal = "default:mese_crystal",
|
||||
mese_crystal_fragment = "default:mese_crystal_fragment",
|
||||
@ -82,6 +88,12 @@ if minetest.get_modpath("mcl_core") then
|
||||
steel_ingot = "mcl_core:iron_ingot",
|
||||
gold_ingot = "mcl_core:gold_ingot",
|
||||
tin_ingot = "mcl_core:iron_ingot",
|
||||
copper_block = "mcl_copper:copper_block",
|
||||
steel_block = "mcl_core:iron_block",
|
||||
gold_block = "mcl_core:gold_block",
|
||||
tin_block = "mcl_core:iron_block",
|
||||
axe_steel = "mcl_core:axe_steel",
|
||||
pick_steel = "mcl_core:pick_steel",
|
||||
mese = "mesecons_torch:redstoneblock",
|
||||
mese_crystal = "mesecons:redstone",
|
||||
mese_crystal_fragment = "mcl_core:iron_ingot",
|
||||
@ -133,8 +145,16 @@ elseif minetest.get_modpath("fl_ores") and minetest.get_modpath("fl_stone") then
|
||||
sand = "fl_stone:sand",
|
||||
sandstone = "fl_stone:sandstone",
|
||||
gravel = "fl_topsoil:gravel",
|
||||
copper_ingot = "fl_ores:copper_ingot",
|
||||
steel_ingot = "fl_ores:iron_ingot",
|
||||
gold_ingot = "fl_ores:gold_ingot",
|
||||
tin_ingot = "fl_ores:tin_ingot",
|
||||
copper_block = "fl_ores:copper_block",
|
||||
steel_block = "fl_ores:iron_block",
|
||||
gold_block = "fl_ores:gold_block",
|
||||
tin_block = "fl_ores:tin_block",
|
||||
axe_steel = "fl_tools:steel_pick",
|
||||
pick_steel = "fl_tools:steel_axe",
|
||||
mese = "fl_ores:iron_ingot",
|
||||
mese_crystal = "fl_ores:iron_ingot",
|
||||
mese_crystal_fragment = "fl_ores:iron_ingot",
|
||||
@ -156,8 +176,6 @@ elseif minetest.get_modpath("fl_ores") and minetest.get_modpath("fl_stone") then
|
||||
dye_dark_green = "fl_dyes:dark_green_dye",
|
||||
dye_orange = "fl_dyes:orange_dye",
|
||||
dye_pink = "fl_dyes:pink_dye",
|
||||
copper_ingot = "fl_ores:copper_ingot",
|
||||
tin_ingot = "fl_ores:tin_ingot",
|
||||
silver_ingot = "fl_ores:iron_ingot",
|
||||
silicon = "mesecons_materials:silicon",
|
||||
string = "fl_plantlife:oxeye_daisy",
|
||||
@ -192,6 +210,12 @@ elseif minetest.get_modpath("hades_core") then
|
||||
gold_ingot = "hades_core:gold_ingot",
|
||||
tin_ingot = "hades_core:tin_ingot",
|
||||
silver_ingot = "--unknown--",
|
||||
copper_block = "hades_core:copperblock",
|
||||
steel_block = "hades_core:steelblock",
|
||||
gold_block = "hades_core:goldblock",
|
||||
tin_block = "hades_core:tinblock",
|
||||
axe_steel = "hades_core:axe_steel",
|
||||
pick_steel = "hades_core:pick_steel",
|
||||
mese = "hades_core:mese",
|
||||
mese_crystal = "hades_core:mese_crystal",
|
||||
mese_crystal_fragment = "hades_core:mese_crystal_fragment",
|
||||
|
Loading…
Reference in New Issue
Block a user