mirror of
https://github.com/mt-mods/xcompat.git
synced 2025-07-17 07:50:28 +02:00
Compare commits
3 Commits
b18dc7ba14
...
7a136dc739
Author | SHA1 | Date | |
---|---|---|---|
7a136dc739 | |||
3729628757 | |||
78295d974c |
@ -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",
|
||||
}
|
||||
|
||||
return materials
|
||||
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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user