diff options
author | Wuzzy <almikes@aol.com> | 2017-02-15 19:52:29 +0100 |
---|---|---|
committer | Jeija <norrepli@gmail.com> | 2017-03-07 19:04:05 +0100 |
commit | 967bde284a7ba12584c4529d303f5593b2679da3 (patch) | |
tree | 415c9c92ac4bfcf9127678057106b9701e0aa17d /mesecons_stickyblocks | |
parent | d80c788fab91d20928bb4dedaf6018a310544ca9 (diff) |
Spell-check and clarify item names
* Fix inconsistent insulated mesecon names
* Clarify lightstone names
* Rename meselamp to "Mesecon Lamp"
* Use capitalization "Luacontroller" consistently
* Cleanup / improvements for logic gate naming
Diffstat (limited to 'mesecons_stickyblocks')
-rw-r--r-- | mesecons_stickyblocks/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesecons_stickyblocks/init.lua b/mesecons_stickyblocks/init.lua index 659a227..e124143 100644 --- a/mesecons_stickyblocks/init.lua +++ b/mesecons_stickyblocks/init.lua @@ -3,7 +3,7 @@ -- All sides sticky block minetest.register_node("mesecons_stickyblocks:sticky_block_all", { - description = "All-sides sticky block", + description = "All-Sides Sticky Block", tiles = {"default_grass.png^default_footprint.png"}, groups = {dig_immediate=2}, mvps_sticky = function (pos, node) |