Update item textures to better fit Repixture
This commit is contained in:
parent
0b5f782a4c
commit
37e372bed8
18
init.lua
18
init.lua
@ -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" };
|
||||
});
|
||||
|
BIN
textures/ctg_pix_advanced_table.png
Normal file
BIN
textures/ctg_pix_advanced_table.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
textures/ctg_pix_map.png
Normal file
BIN
textures/ctg_pix_map.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
BIN
textures/ctg_pix_standard_table.png
Normal file
BIN
textures/ctg_pix_standard_table.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
Loading…
x
Reference in New Issue
Block a user