Change uranium ore color, photovoltaic cell
This commit is contained in:
parent
ee1b63805c
commit
606f572317
@ -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 --
|
||||
---------------
|
||||
|
BIN
elepower_dynamics/textures/elepower_pv_cell.png
Normal file
BIN
elepower_dynamics/textures/elepower_pv_cell.png
Normal file
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 |
Loading…
Reference in New Issue
Block a user