3 Commits

Author SHA1 Message Date
wsor4035
7a136dc739 fix mineclonia ci (#45) 2024-09-24 06:22:25 +02:00
Jacob Lifshay
3729628757 add moreores and technic support for mineclone* games (#44) 2024-09-23 18:23:06 -04:00
wsor4035
78295d974c fix https://github.com/mt-mods/xcompat/issues/43 - fix typo 2024-09-21 14:48:05 -04:00
2 changed files with 14 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ local materials = {
torch = "mcl_torches:torch",
diamond = "mcl_core:diamond",
clay_lump = "default:clay_lump",
water_bucket = "mcl_buckets:bucket:bucket_water",
water_bucket = "mcl_buckets:bucket_water",
empty_bucket = "mcl_buckets:bucket_empty",
dye_dark_grey = "mcl_dyes:dark_grey",
dye_black = "mcl_dyes:black",
@@ -81,4 +81,16 @@ local materials = {
stick = "mcl_core:stick",
}
if minetest.get_modpath("moreores") then
materials.tin_ingot = "moreores:tin_ingot"
materials.tin_block = "moreores:tin_block"
materials.silver_ingot = "moreores:silver_ingot"
end
if minetest.get_modpath("technic") then
materials.lead_ingot = "technic:lead_ingot"
materials.carbon_steel_ingot = "technic:carbon_steel_ingot"
materials.stainless_steel_ingot = "technic:stainless_steel_ingot"
end
return materials

View File

@@ -231,7 +231,6 @@ homedecor:kitchen_cabinet_colorable_marble_locked
homedecor:kitchen_cabinet_colorable_marble
pipeworks:lua_tube101001
homedecor:banister_wood_diagonal_right_sapphire
mcl_trees:sapling_bamboo
homedecor:banister_wood_diagonal_right_blue
pipeworks:lua_tube111001
mcl_heads:steve_wall