Page 1 of 1

Minetest modding

PostPosted: Mon May 27, 2013 05:47
by kutkuhunter98
I am interested in modding minetest, but i need to learn how to do it. Could anyone direct me to a guide or something? Thank you.

PostPosted: Mon May 27, 2013 07:12
by Casimir
The programming language Lua:
http://www.lua.org/manual/5.1/

The Modding API for minetest:
https://github.com/minetest/minetest/blob/master/doc/lua_api.txt

Introduction into Modding:
http://dev.minetest.net/Intro

PostPosted: Mon May 27, 2013 07:35
by kutkuhunter98
thank you. i am making a simple newblocks mod with copper blocks and coal blocks. There are crafting recipes included too. Where should i post a mod if i want to give it to forum members?

PostPosted: Mon May 27, 2013 10:34
by PilzAdam
kutkuhunter98 wrote:thank you. i am making a simple newblocks mod with copper blocks and coal blocks. There are crafting recipes included too. Where should i post a mod if i want to give it to forum members?

Copper and coalblocks are already in minetest_game.
Upload the .zip of your mod somwhere and create a topic in Modding General.

PostPosted: Mon May 27, 2013 12:46
by sfan5
PilzAdam wrote:
kutkuhunter98 wrote:thank you. i am making a simple newblocks mod with copper blocks and coal blocks. There are crafting recipes included too. Where should i post a mod if i want to give it to forum members?

Copper and coalblocks are already in minetest_game.
Upload the .zip of your mod somwhere and create a topic in Modding General.

I suggest using omploader, Dropbox or mediafire

PostPosted: Mon May 27, 2013 13:15
by kaeza
sfan5 wrote:I suggest using omploader, Dropbox or mediafire

Ompldr is "down for manteinance".