diff options
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | mesecons/init.lua | 4 | 
2 files changed, 3 insertions, 2 deletions
| @@ -53,6 +53,7 @@ These awesome people made Mesecons possible!  | Contributor     | Contribution                     |  | --------------- | -------------------------------- | +| Hawk777         | Code for VoxelManip caching      |  | Jat15           | Various tweaks.                  |  | Jeija           | **Main developer! Everything.**  |  | Jordach         | Noteblock sounds.                | diff --git a/mesecons/init.lua b/mesecons/init.lua index 7da3583..39b4fd3 100644 --- a/mesecons/init.lua +++ b/mesecons/init.lua @@ -3,7 +3,7 @@  -- |  \/  | |___ ____  |___ |      |    | | \  | |____  -- |      | |        | |    |      |    | |  \ |     |  -- |      | |___ ____| |___ |____  |____| |   \| ____| --- by Jeija, Uberi (Temperest), sfan5, VanessaE +-- by Jeija, Uberi (Temperest), sfan5, VanessaE, Hawk777 and contributors  --  --  -- @@ -11,7 +11,7 @@  -- See the documentation on the forum for additional information, especially about crafting  --  -- --- For developer documentation see the Developers' section on mesecons.TK +-- For basic development resources, see http://mesecons.net/developers.html  --  --  -- | 
