Page 1 of 1
Any mods?

Posted:
Sat Nov 05, 2011 16:20
by _Quantum_
hey i was just wondering if anyone could possible make a mod for minetest? possibly one that adds more MC items to the game or maybe others?
of course we don't want to make minetest a minecraft copy... it would just be nice if we had some mods.

Posted:
Sat Nov 05, 2011 17:46
by Staffs
Well with time .. With time but anyways you cant just say get here everything from minecraft .. But you can say slowly few things like dunno tnt and discuss it with other minetesters.. Anyways my point here is .. WITH Time :D

Posted:
Sat Nov 05, 2011 17:46
by sfan5
There are many Forks, but no Mods
http://c55.me/minetest/wiki/doku.php?id=patchsetsSection Ready for Review

Posted:
Sat Nov 05, 2011 18:14
by Staffs
https://github.com/erlehmann/minetest/tree/lurker Shame on you .. YOU LIED Anyways there is 1 new mob Lurker mob i dunno wtf is it i gues smth like enderman !!

Posted:
Sat Nov 05, 2011 20:41
by _Quantum_

Posted:
Sat Nov 05, 2011 20:43
by Staffs
Minecraft - mods
Minetest - forks
Get it ?

Posted:
Sat Nov 05, 2011 20:50
by _Quantum_
Staffs wrote:Minecraft - mods
Minetest - forks
Get it ?
oh i see thanks

Posted:
Sun Nov 06, 2011 09:49
by hijera
if somebody add scripting support , for example, lua, it will be possible to make mods

Posted:
Sun Nov 06, 2011 10:39
by sfan5
there was scripting support, but it was discontinued

Posted:
Sun Nov 06, 2011 10:39
by cisoun
I'm sorry but mod =/= fork.
A fork is a new work derivated from another one. It will not necessary do the same thing.
E.g: Minetest-delta is a fork of Minetest. It's almost the same game but with new stuff under development. These things may not be added on Minetest.
A mod is just an add-on for the game. For now, Minetest doesn't support mods so you must create a fork from it to add stuff and such.
hijera: I know celeron55 added lua scripts support a long time ago to make mods but I think he removed this feature.

Posted:
Sun Nov 06, 2011 16:08
by celeron55
Minecraft is special because it has been made in Java, which allows very easy replacing of parts of the code, without any work towards supporting it by the original developer.
C++, on the other hand, requires careful planning and much work to allow similar things. Everything has downsides.