Hi! I just wrote a new page on the developer wiki:
http://dev.minetest.net/Mod_interoperability
This page aims to help you modders making your mod more interoperable with other mods by pointing to popular APIs (of mods) and conventions. Foremost, this page should mention all mods with a strong focus on APIs.
For example: You are new to Minetest modding and want to add a simple mod which adds nodes in different colors. There are many mods and conventions to consider when using colors, so this page should help newbies finding the right mods and increasing the general mod quality. Many mods which make use of colors are missing out on the Paint Roller mod, and this makes me sad. :-(
The page is still rather incomplete so I need your help and feedback. Don't be afraid to edit this page right away!
- Generally, I appreciate any new information regarding interoperability on this page, but stay focused on modding. Currently this page contains mostly stuff about my own mods and a few mods I know and understand, but I certainly don't want this page to act as an “advertisement” for my mods. ;-)
- Can someone more familiar with this wiki add links to this page throughout the wiki? I don't know where to start.
- I would be glad if this page shows up in modding tutorials/guides/etc. Links are important otherwise this page is not helping
On http://dev.minetest.net/Groups/Custom_groups custom groups are documented. If your mod defines some important groups which other modders should know about, please update this page as well.