1 (edited by celeron55 2012-11-19 19:14:13)

Topic: Official-ish modding resources

Official

api.minetest.net

Modding API reference of latest github master (your minetest might be older than this; check the "history" button in there for older versions.)
Modding API reference of latest stable

You can find your current version of the modding API reference locally, depending on the version, in:

Earlier:          mods/default/init.lua
0.4.dev-20120318: share/server/games/mesetint/mods/default/init.lua
0.4.dev-20120320: games/mesetint/mods/default/init.lua
Later:            doc/lua_api.txt
0.4.x:            doc/lua_api.txt

The default mods (once again the "history" button is useful)

World format specification also exists, if somebody needs it.

Community

Jeija's tutorial

And of course, you should take a look at everybody else's mods.

Let me know if there exists other quality tutorials or index pages.

Re: Official-ish modding resources

The this!

My Mods: Nuke Mod WorldEdit Particles and working on Mesecons
Subscribe me on YouTube if you like my Stuff
My Minetest Builds for Windows

Re: Official-ish modding resources

This thread is starting to have good nuggets that are coming out due to discussion:

http://minetest.net/forum/viewtopic.php?id=1418

Re: Official-ish modding resources

seleron55 hey can you tell me how to make mods?

Re: Official-ish modding resources

The Jeijas Tutorial link should be updated to link to http://tinyurl.com/mt-tut

Websites: Multa - Mt Extensions
Mods: Food - Awards  - Priv Areas - More
Tools: Nodebox Editor
I am working on a mob mod, and a capture the flag game.

Re: Official-ish modding resources

thanks friend