« BackMinecraft Snapshot 25w03aminecraft.netSubmitted by Wasserpuncher 3 days ago
  • Borgz 2 hours ago

    There is a 2020 video with a Minecraft developer talking about this testing infrastructure: https://youtu.be/vXaWOJTCYNg

    • maxbaines 2 hours ago

      This is notable as Game Tests are now available in the game.

      • skerit 2 hours ago

        Very cool, though I do wish we had access to their suite of tests.

      • zimpenfish 2 hours ago

        Yearning for the day when they post a snapshot which is actually optimised and we don't have to install 20 mods just to get adequate performance.

        (Difficult to sell merch or lootboxes on that back of that which means it'll never happen...)

        • nottorp 2 hours ago

          This does sound like some faint semblance of official support for java modders?

          Which is shocking tbh. I think every java private server admin has nightmares where they wake up one day and read that java minecraft is being discontinued...

          • worldsayshi 2 hours ago

            >I think every java private server admin has nightmares where they wake up one day and read that java minecraft is being discontinued...

            If that happened I have a feeling Minecraft would fork with an open source rewrite taking over on the java side.

            • Filligree 27 minutes ago

              And mod developers would heave a sigh of relief. The version treadmill is the hardest part of maintaining a mod; everything bitrots.

              • nottorp 2 hours ago

                More likely most will just stick to their binaries for the latest version. Most MC players I know want to play the game not hack it.

                • saalweachter 8 minutes ago

                  I mean, Bedrock/Java are already pretty thoroughly forked?

            • snvzz 2 hours ago

              Hopes for Minecraft becoming open source are long dead.

              Moved on to Luanti[0].

              0. https://www.luanti.org/

              • hifikuno an hour ago

                Oh wow, did not realize Minetest rebranded. I guess to avoid legal troubles?

                • myko an hour ago

                  Was it supposed to be?

                  • debugnik an hour ago

                    https://web.archive.org/web/20100301103851/http://www.minecr...

                    > Once sales start dying and a minimum time has passed, I will release the game source code as some kind of open source.

                    The condition never happened, so not really. However, I don't see Mojang ever doing that under Microsoft; unless it were to sunset Minecraft Java, and just maybe.

                • neals 2 hours ago

                  What are all this testing features for?

                  • 0xd3af 2 hours ago

                    Great, now even Minecraft wants me to write tests.

                    • imtringued 3 hours ago

                      Last time I used the internal Minecraft testing library I had a problem where it was basically blocked in release builds and you had to write a bunch of fabric mixins to overwrite the feature flag, then on top of that there was a problem with the structure blocks. It could be fabric itself adding its own code in there. I don't really remember the details.