Add texture overrides for better appearance in MTG
This commit is contained in:
parent
7b569d942f
commit
64ffb83a89
14
init.lua
14
init.lua
@ -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,
|
||||
});
|
||||
|
BIN
textures/ctg_mtg_advanced_table.png
Normal file
BIN
textures/ctg_mtg_advanced_table.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
textures/ctg_mtg_advanced_table_bg.png
Normal file
BIN
textures/ctg_mtg_advanced_table_bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
BIN
textures/ctg_mtg_simple_table.png
Normal file
BIN
textures/ctg_mtg_simple_table.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
textures/ctg_mtg_standard_table.png
Normal file
BIN
textures/ctg_mtg_standard_table.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
Loading…
Reference in New Issue
Block a user