Make all item names more Minecraft-like

This commit is contained in:
Wuzzy 2017-01-04 06:20:13 +01:00
parent fed5c9c527
commit 658cd15718
14 changed files with 99 additions and 97 deletions

View file

@ -43,7 +43,7 @@ minetest.register_node("mesecons_solarpanel:solar_panel_off", {
fixed = boxes
},
groups = {dig_immediate=3},
description="Solar Panel",
description="Daylight Sensor",
sounds = default.node_sound_glass_defaults(),
mesecons = {receptor = {
state = mesecon.state.off
@ -132,7 +132,7 @@ minetest.register_node("mesecons_solarpanel:solar_panel_inverted_off", {
fixed = boxes
},
groups = {dig_immediate=3},
description="Solar Panel Inverted",
description="Inverted Daylight Sensor",
sounds = default.node_sound_glass_defaults(),
mesecons = {receptor = {
state = mesecon.state.off