There is no difference between sp and mp mods.Thyrrac wrote:FIRST OF ALL
HEYHO FORUMS!!! :D
-------------------------
Yeah as the title says... I wanna start writing mods. I have good knowledge about Java but I think that wont help me here ;D The mods are written in lua, am I right? So I decided to learn LUA but I have the following questions:
1. How do I start creating mods?
2. Are there mods where I can look at to learn?
3. How about Multiplayer-mods... is there a difference between Single Player and Multiplayer mods?
I hope someone can answer me :P
Evergreen wrote:There is no difference between sp and mp mods.
He is used to mod in minecraft, where they have to have entirely different versions just to work in mpjin_xi wrote:Evergreen wrote:There is no difference between sp and mp mods.
actually, it does take some care to make sure a mod you're developing in singleplayer mode does indeed work as intended when used on a server with many players, but this depends on what your mod does.
sfan5 wrote:http://sfan5.duckdns.org/minetest-modding-tutorial/html/englishEN.html
That is the english version of a modding tutorial Jeija wrote.
minetest.register_node("mod:nodename_here", {
description = "node",
tiles = {"tile1.png"},
groups = {cracky=3},
})
SegFault22 wrote:You could just steal code snippets from other mods, for blocks/items/etc., and repurpose them (for example, taking the code for a silver lump from MoreOres, and changing it to register a different lump for your mod). It is much better to use your time being creative and designing the mod's stuffs, than studying LUA and going through trial/error with scripts.
Users browsing this forum: No registered users and 5 guests