mirror of
https://github.com/minetest-mods/mesecons.git
synced 2024-11-17 23:58:27 +01:00
Descriptions for plugs and sockets.
This commit is contained in:
parent
15c9988a45
commit
1289cefee0
@ -1,6 +1,7 @@
|
|||||||
--TEMPEREST-PLUG
|
--TEMPEREST-PLUG
|
||||||
|
|
||||||
minetest.register_node("jeija:mesecon_plug", {
|
minetest.register_node("jeija:mesecon_plug", {
|
||||||
|
description = "Plug",
|
||||||
drawtype = "raillike",
|
drawtype = "raillike",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
@ -113,6 +114,7 @@ minetest.register_craft({
|
|||||||
--TEMPEREST-SOCKET
|
--TEMPEREST-SOCKET
|
||||||
|
|
||||||
minetest.register_node("jeija:mesecon_socket_off", {
|
minetest.register_node("jeija:mesecon_socket_off", {
|
||||||
|
description = "Socket",
|
||||||
drawtype = "raillike",
|
drawtype = "raillike",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
@ -162,6 +164,7 @@ minetest.register_craft({
|
|||||||
--TEMPEREST-INVERTER
|
--TEMPEREST-INVERTER
|
||||||
|
|
||||||
minetest.register_node("jeija:mesecon_inverter_off", {
|
minetest.register_node("jeija:mesecon_inverter_off", {
|
||||||
|
description = "Inverter",
|
||||||
drawtype = "raillike",
|
drawtype = "raillike",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user