Power: Add geothermal generator

Texture by @XtremeHacker
Non-functional.
This commit is contained in:
octacian 2017-02-24 22:09:48 -08:00
parent 080ee17335
commit 9cb4790f40
3 changed files with 16 additions and 0 deletions

@ -49,3 +49,19 @@ me.register_node("super_smelter", {
paramtype2 = "facedir",
status = "no",
})
-- [register item] Geothermal Generator
me.register_node("geo_generator", {
description = "Geothermal Generator",
tiles = {
"machine_sides",
"machine_sides",
"machine_sides",
"machine_sides",
"machine_sides",
"geogen_front",
},
groups = { cracky = 1 },
paramtype2 = "facedir",
status = "no",
})

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 272 B