mirror of
https://github.com/sirrobzeroone/elepower.git
synced 2024-11-05 06:43:51 +01:00
11 lines
306 B
Lua
11 lines
306 B
Lua
|
|
||
|
minetest.register_craftitem("elepower_machines:compressor_piston", {
|
||
|
description = "Compressor Piston",
|
||
|
inventory_image = "elepower_compressor_piston.png"
|
||
|
})
|
||
|
|
||
|
minetest.register_craftitem("elepower_machines:turbine_blades", {
|
||
|
description = "Turbine Blades",
|
||
|
inventory_image = "elepower_turbine.png"
|
||
|
})
|