

Minetest Modding Book by Rubenwardy with editing by Shara, available in english and italian (as of April 2021).Some mods are written in C++, like the minetest engine itself. The official Lua API documentation can be found at lua_api.txt. The most mods are written in the scripting language Lua.
#Minetest multiplayer install#
To manually install content for Minetest see also Installing Mods and Installing Client-Side Mods. Starting with Mintest version 5.0.0 mods can be installed using the Content tab in the Minetest launcher.

#Minetest multiplayer mod#

Those links are to the latest development version, look in your docs/ folder for one specific to your Minetest version. luaapi.txt in minetest/docs/ contains an API Listing (HTML Version). Minetest Modding Book an online clear and easy guide in learning to make mods. Set this in your server configuration: serverannounce true servername My server serverdescription A server that I made. Apart from that, there is nothing special about modpacks or mods inside a modpack. Introduction to the modding API on the wiki. The main difference is that they will be displayed differently in the mod manager in Minetest. It's purely a logical grouping and is done mostly for convenience and to group closely-related mods together. Basically, a modpack is just special directory containing the actual mod directories. A modpack (short: “MP”) is a collection of mods to group them together.
