Update item textures to better fit Repixture

This commit is contained in:
Hugues Ross 2020-06-26 20:23:51 -04:00
parent 0b5f782a4c
commit 37e372bed8
4 changed files with 18 additions and 0 deletions

View File

@ -200,3 +200,21 @@ crafting.register_craft({
"default:ingot_carbon_steel 6",
},
});
-- Skin
for _,skin in pairs(cartographer.skin.table_skins) do
skin.paper_texture = "default_paper";
skin.pigment_texture = "default_lump_coal";
end
-- Overrides
minetest.override_item("cartographer:map", {
inventory_image = "ctg_pix_map.png";
wield_image = "ctg_pix_map.png";
});
minetest.override_item("cartographer:standard_table", {
tiles = { "ctg_pix_standard_table.png" };
});
minetest.override_item("cartographer:advanced_table", {
tiles = { "ctg_pix_advanced_table.png" };
});

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
textures/ctg_pix_map.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB