Add texture overrides for better appearance in MTG

This commit is contained in:
Hugues Ross 2020-06-26 20:37:09 -04:00
parent 7b569d942f
commit 64ffb83a89
5 changed files with 14 additions and 0 deletions

View File

@ -321,3 +321,17 @@ minetest.register_craft({
{"default:mese_crystal_fragment", "default:mese_crystal_fragment", "default:mese_crystal_fragment"},
}
})
-- Overrides
cartographer.skin.table_skins.advanced_table.background.texture = "ctg_mtg_advanced_table_bg";
minetest.override_item("cartographer:simple_table", {
tiles = { "ctg_mtg_simple_table.png" };
});
minetest.override_item("cartographer:standard_table", {
tiles = { "ctg_mtg_standard_table.png" };
});
minetest.override_item("cartographer:advanced_table", {
tiles = { "ctg_mtg_advanced_table.png" };
light_source = 5,
});

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB