Open Menu
AllLocalCommunitiesAbout
lotide
AllLocalCommunitiesAbout
Login

Minetest breaks the chains of being a Minecraft clone with a new name — Luanti

⁨57⁩ ⁨likes⁩

Submitted ⁨⁨6⁩ ⁨months⁩ ago⁩ by ⁨ZippyBot@lemmy.zip [bot]⁩ to ⁨gaming@lemmy.zip⁩

https://www.gamingonlinux.com/2024/10/minetest-breaks-the-chains-of-being-a-minecraft-clone-with-a-new-name-luanti/

source

Comments

Sort:hotnewtop
  • Alk@sh.itjust.works ⁨6⁩ ⁨months⁩ 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.

    source
    • Ephera@lemmy.ml ⁨6⁩ ⁨months⁩ 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

      source
      • ICastFist@programming.dev ⁨6⁩ ⁨months⁩ 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”.

        source
    • supersquirrel@sopuli.xyz ⁨6⁩ ⁨months⁩ 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)

      source
    • Wuzzy@cyberplace.social ⁨6⁩ ⁨months⁩ 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. 🤦

      source
      • Faresh@lemmy.ml ⁨6⁩ ⁨months⁩ 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.

        source
        • -> View More Comments
  • supersquirrel@sopuli.xyz ⁨6⁩ ⁨months⁩ ago

    Hell yeah I love it!

    source
  • kalpol@lemmy.world ⁨6⁩ ⁨months⁩ ago

    Can you import worlds?

    source
    • walderan@sh.itjust.works ⁨6⁩ ⁨months⁩ 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.

      source