by Wuzzy » Thu Nov 03, 2016 23:50
Hmm, okay. I just give a random list of 5 mods which I personally like much (and yes, I do like my own mods, too! :P). Not sure if those are the “best” mods (it is hard to decide).
- luacmd: Allows to use Lua commands in-game. Very important tool for modders to debug stuff, I almost always enable it when testing mods. This is easily the most frequenty-used mod by me. IMO this mod is so important, I sometimes think it should be part of builtin (internal core Minetest “mod”)
- hudbars: Adds HUD progress bars, e.g. “Health: 15/20”. This has been a relative success and a couple of mods are using it to add their own HUD bars. Without this mod, we would probably have HUD indicators all over the screen. ;-) So I do think this mod fills quite a need. I personally think it beats the more popular hud and hunger mods by BlockMen feature-wise, since a mode to imitate [hud]-style statbars is present. Personally I like the HUD bars style more since they convey information more directly to the user. I hate the default statbars since we humans have a hard time “seeing” 10 objects at once, and this is made worse because there is no default background. BlockMen's [hud] mod fixes this by introducing a background, but both [hud] and default statbars in general are not suitable for very large numbers (except for showing very rough estimates).
- unified_inventory: Yes, everyone knows this mod. But it is in my list because IMO this mod has the best and most feature-rich crafting guide I know. No other crafting guide comes even close. It would be great if the crafting guide would be standalone, but that would probably be hard to do. But the inventory mod as such is also pretty nice, although I do have my criticisms (see the mod's thread).
- awards: Simple but great awards aka achievements system. It is a nice addition to sandbox-style games like Minetest Game by giving some stuff to do. There are many awards which make sure you explore (almost) all aspects of Minetest Game. My playtesting with this mod made Minetest Game enjoyable again. :-) Plus, you can add your own awards (some of my mods have used this function). Although I think the API needs some love (it is confusing) and the awards could need more variation, but the basic awards set is a good start. I think many more mods need to use this mod to add their own awards, and be creative. The more mods add awards, the better the awards mod will become. :-)
- ltool: Tool to create your very own L-system trees. Mostly for developers and power users. I am personally very proud of this mod to make it work out. I think this has been my most complex AND finished mod so far. I think this mod is a bit underappreciated but I am aware this mod fills a nieche. And I have to admit that even I have not created many trees with this mod. I was more busy developing other mods. :D
I'm creating
MineClone 2, a Minecraft clone for Minetest.
I made the
Help modpack, adding in-game help to Minetest.