Hell yeah I love it!
Minetest breaks the chains of being a Minecraft clone with a new name — Luanti
Submitted 5 weeks ago by ZippyBot@lemmy.zip [bot] to gaming@lemmy.zip
Comments
supersquirrel@sopuli.xyz 5 weeks ago
kalpol@lemmy.world 5 weeks ago
Can you import worlds?
walderan@sh.itjust.works 5 weeks ago
This is the most recent and performant tool I have heard off, to convert Minecraft worlds to Mineclonia specifically.
https://github.com/rollerozxa/MC2MT
I haven’t tested it though.
Alk@sh.itjust.works 5 weeks ago
The main thing holding it back as far as I can tell is the dead modding scene. Minecraft has the best modding scene of any game ever, hands down. You don’t even need to compete with that, just have a small modding scene and the game gets way better.
Ephera@lemmy.ml 5 weeks ago
It does have a decently-sized modding scene, though? Like, it cannot compete with the popularity of Minecraft and therefore doesn’t have as many modders.
But it has a modding API, which makes it a lot easier to mod and means that the mods don’t break with every new version, so the effective output of those modders is actually pretty good.
Or well, just look at it: content.minetest.net
ICastFist@programming.dev 5 weeks ago
Funnily enough, as Minetest/Luanti is written in Lua, it should be easy-ish, in theory, to import some of the simpler roblox games.
Then again, good luck bringing people from Java Minecraft or Roblox over to a FOSS alternative. “Nobody’s there”.
supersquirrel@sopuli.xyz 5 weeks ago
The minecraft modding scene is also a serious longterm threat to microsoft making money off minecraft, so I hope the Luani modding scene continues to grow!
(I don’t think microsoft will necessarily kill java minecraft but microsoft clearly sees minecraft java as a dead end, you are fooling yourself if you think otherwise)
Wuzzy@cyberplace.social 5 weeks ago
@Alk @ZippyBot Yeah right, sure. A modding community that has produced over 2200 mods (and the latest one was posted on ContentDB yesterday) and over 120 games is definitely dead. 🤦
Faresh@lemmy.ml 4 weeks ago
I recognize you and your profile picture from some quite popular minetest mods. :D I have a question regarding making content for Luanti:
I’ve been interested in maybe some day making a game for Luanti, but I don’t really like Lua (I for example imagine that undefined variables evaluating to
nil
rather than directly throwing an error, identifiers by default being public, and absence of static checking of possibility of null dereference before runtime to be things that can cause quite some annoying bugs). Is there some popular X to Lua transpiler that you’ve heard people using? Something like what Typescript is to JS or Kotlin/Clojure/Scala to Java (not exactly the same thing since they all compile directly to jvm bytecode rather than java, but you get the point).I hope I’m not insulting you by asking such a question.