So i used to play standard minecraft many years ago when i was a kid but then i got very burnt out and havent played it sense. Minecraft has a bigger community/mods than minetest, but minetest is a neat little lua project. How do i decide? what would you suggest?

  • hisao@ani.social
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    18 hours ago

    Its moddability/extensibility is way inferior to Minecraft, where you can change basically everything, including rendering, networking, main menu, sound engine, etc. Check my previous comment on my profile page.

    • PlzGivHugs@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      5
      ·
      17 hours ago

      The comment, for convenience:

      In my opinion Luanti is a living proof that top-down extensibility aka “we make monolithic engine in C++ and then provide some APIs for scripting via bindings for some scripting language on the side” doesn’t work well. You can’t change main menu, you can’t fix player controller (and the default one sucks), you can’t write your own renderer, etc. Because developers didn’t imagine someone would want that (actually they probably did, but they simply don’t have capacity to provide this). Good extensibility/modability should be automatic, on binary level. Like what you get by developing in bytecode/JIT-compiled languages like Java/C# or in old Unreal Engines where everything was done in bytecode-(de)compilable special language called Unreal Script.