mirror of
https://github.com/theFox6/microexpansion.git
synced 2024-11-22 07:03:45 +01:00
Power: Add geothermal generator
Texture by @XtremeHacker Non-functional.
This commit is contained in:
parent
080ee17335
commit
9cb4790f40
@ -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",
|
||||
})
|
||||
|
BIN
textures/microexpansion_geogen_front.png
Normal file
BIN
textures/microexpansion_geogen_front.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 317 B |
Binary file not shown.
Before Width: | Height: | Size: 272 B |
Loading…
Reference in New Issue
Block a user