Change uranium ore color, photovoltaic cell

This commit is contained in:
Evert Prants 2018-08-21 20:43:10 +03:00
parent ee1b63805c
commit 606f572317
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
4 changed files with 6 additions and 0 deletions

View File

@ -262,6 +262,12 @@ minetest.register_craftitem("elepower_dynamics:lcd_panel", {
groups = {lcd = 1, assembled_component = 1}
})
minetest.register_craftitem("elepower_dynamics:pv_cell", {
description = "Photovoltaic Cell",
inventory_image = "elepower_pv_cell.png",
groups = {pv = 1, assembled_component = 1}
})
---------------
-- Overrides --
---------------

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB