Minetest, a voxel game engine created to be something like a Minecraft clone, is finally smashing apart the chains to become more its own unique thing.
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.
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.
The minecraft modding scene is also a serious longterm threat to microsoft making money off minecraft, so I hope the Luanti 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)
@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. 🤦
I recognize you and your profile picture from some quite popular Luanti 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.
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.