Minetest 5 6 1
Author: p | 2025-04-24
Minetest releases. Final Minetest is compatible with everything for now. This means servers and clients from Minetest 0.4.X Classic, Trolltest 5, MultiCraft 1 and 2, and Final Minetest itself including both old and new releases. Warning: Final Minetest may not support post-2025 releases of Trolltest and MultiCraft. Purpose of a Minetest world
Minetest 5.7.0 release candidate 1 - Minetest Forums
Vcpkg toolchain and CMake GUIStart up the CMake GUISelect Browse Source... and select DIR/minetestSelect Browse Build... and select DIR/minetest-buildSelect ConfigureChoose the right visual Studio version and target platform. It has to match the version of the installed dependenciesChoose Specify toolchain file for cross-compilingClick NextSelect the vcpkg toolchain file e.g. D:/vcpkg/scripts/buildsystems/vcpkg.cmakeClick FinishWait until cmake have generated the cash fileIf there are any errors, solve them and hit ConfigureClick GenerateClick Open ProjectCompile Minetest inside Visual studio.b) Using the vcpkg toolchain and the commandlineRun the following script in PowerShell:cmake . -G"Visual Studio 15 2017 Win64" -DCMAKE_TOOLCHAIN_FILE=D:/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_GETTEXT=OFF -DENABLE_CURSES=OFFcmake --build . --config ReleaseMake sure that the right compiler is selected and the path to the vcpkg toolchain is correct.Windows Installer using WiX ToolsetRequirements:Visual Studio 2017WiX ToolsetIn the Visual Studio 2017 Installer select Optional Features -> WiX Toolset.Build the binaries as described above, but make sure you unselect RUN_IN_PLACE.Open the generated project file with Visual Studio. Right-click Package and choose Generate.It may take some minutes to generate the installer.Compiling on MacOSRequirementsHomebrewGitInstall dependencies with homebrew:brew install cmake freetype gettext gmp hiredis jpeg jsoncpp leveldb libogg libpng libvorbis luajit zstdDownloadDownload source (this is the URL to the latest of source repository, which might not work at all times) using Git:git clone --depth 1 minetestDownload minetest_game (otherwise only the "Development Test" game is available) using Git:git clone --depth 1 games/minetest_gameDownload Minetest's fork of Irrlicht:git clone --depth 1 lib/irrlichtmtBuildmkdir buildcd buildcmake .. \ -DCMAKE_OSX_DEPLOYMENT_TARGET=10.14 \ -DCMAKE_FIND_FRAMEWORK=LAST \ -DCMAKE_INSTALL_PREFIX=../build/macos/ \ -DRUN_IN_PLACE=FALSE -DENABLE_GETTEXT=TRUEmake -j$(sysctl -n hw.logicalcpu)make installRunopen ./build/macos/minetest.appDockerWe provide Minetest server Docker images using the GitLab mirror registry.Images are built on each commit and available using the following tag scheme:registry.gitlab.com/minetest/minetest/server:latest (latest build)registry.gitlab.com/minetest/minetest/server: (current branch or current tag)registry.gitlab.com/minetest/minetest/server: (current commit id)If you want to test it on a Docker server you can easily run:">sudo docker run registry.gitlab.com/minetest/minetest/server:If you want to use Minetest releases. Final Minetest is compatible with everything for now. This means servers and clients from Minetest 0.4.X Classic, Trolltest 5, MultiCraft 1 and 2, and Final Minetest itself including both old and new releases. Warning: Final Minetest may not support post-2025 releases of Trolltest and MultiCraft. Purpose of a Minetest world Minetest releases. Final Minetest is compatible with everything for now. This means servers and clients from Minetest 0.4.X Classic, Trolltest 5, MultiCraft 1 and 2, and Final Minetest itself including both old and new releases. Warning: Final Minetest may not support post-2025 releases of Trolltest and MultiCraft. Purpose of a Minetest world Última Versión Minetest 5.11.0 Sistema Operativo Windows 8 (64-bit) / Windows 10 (64-bit) / Windows 11 Ránking Usuario Haga clic para votar Autor / Producto The Minetest Team / Enlace Externo Nombre de Fichero minetest-5.6.1-win64.zip En ocasiones, las últimas versiones del software pueden causar problemas al instalarse en dispositivos más antiguos o dispositivos que ejecutan una versión anterior del sistema operativo.Los fabricantes de software suelen solucionar estos problemas, pero puede llevarles algún tiempo. Mientras tanto, puedes descargar e instalar una versión anterior de Minetest 5.6.1. Para aquellos interesados en descargar la versión más reciente de Minetest o leer nuestra reseña, simplemente haz clic aquí. Todas las versiones antiguas distribuidas en nuestro sitio web son completamente libres de virus y están disponibles para su descarga sin costo alguno. Nos encantaría saber de tiSi tienes alguna pregunta o idea que desees compartir con nosotros, dirígete a nuestra página de contacto y háznoslo saber. ¡Valoramos tu opinión!Comments
Vcpkg toolchain and CMake GUIStart up the CMake GUISelect Browse Source... and select DIR/minetestSelect Browse Build... and select DIR/minetest-buildSelect ConfigureChoose the right visual Studio version and target platform. It has to match the version of the installed dependenciesChoose Specify toolchain file for cross-compilingClick NextSelect the vcpkg toolchain file e.g. D:/vcpkg/scripts/buildsystems/vcpkg.cmakeClick FinishWait until cmake have generated the cash fileIf there are any errors, solve them and hit ConfigureClick GenerateClick Open ProjectCompile Minetest inside Visual studio.b) Using the vcpkg toolchain and the commandlineRun the following script in PowerShell:cmake . -G"Visual Studio 15 2017 Win64" -DCMAKE_TOOLCHAIN_FILE=D:/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_GETTEXT=OFF -DENABLE_CURSES=OFFcmake --build . --config ReleaseMake sure that the right compiler is selected and the path to the vcpkg toolchain is correct.Windows Installer using WiX ToolsetRequirements:Visual Studio 2017WiX ToolsetIn the Visual Studio 2017 Installer select Optional Features -> WiX Toolset.Build the binaries as described above, but make sure you unselect RUN_IN_PLACE.Open the generated project file with Visual Studio. Right-click Package and choose Generate.It may take some minutes to generate the installer.Compiling on MacOSRequirementsHomebrewGitInstall dependencies with homebrew:brew install cmake freetype gettext gmp hiredis jpeg jsoncpp leveldb libogg libpng libvorbis luajit zstdDownloadDownload source (this is the URL to the latest of source repository, which might not work at all times) using Git:git clone --depth 1 minetestDownload minetest_game (otherwise only the "Development Test" game is available) using Git:git clone --depth 1 games/minetest_gameDownload Minetest's fork of Irrlicht:git clone --depth 1 lib/irrlichtmtBuildmkdir buildcd buildcmake .. \ -DCMAKE_OSX_DEPLOYMENT_TARGET=10.14 \ -DCMAKE_FIND_FRAMEWORK=LAST \ -DCMAKE_INSTALL_PREFIX=../build/macos/ \ -DRUN_IN_PLACE=FALSE -DENABLE_GETTEXT=TRUEmake -j$(sysctl -n hw.logicalcpu)make installRunopen ./build/macos/minetest.appDockerWe provide Minetest server Docker images using the GitLab mirror registry.Images are built on each commit and available using the following tag scheme:registry.gitlab.com/minetest/minetest/server:latest (latest build)registry.gitlab.com/minetest/minetest/server: (current branch or current tag)registry.gitlab.com/minetest/minetest/server: (current commit id)If you want to test it on a Docker server you can easily run:">sudo docker run registry.gitlab.com/minetest/minetest/server:If you want to use
2025-04-01Última Versión Minetest 5.11.0 Sistema Operativo Windows 8 (64-bit) / Windows 10 (64-bit) / Windows 11 Ránking Usuario Haga clic para votar Autor / Producto The Minetest Team / Enlace Externo Nombre de Fichero minetest-5.6.1-win64.zip En ocasiones, las últimas versiones del software pueden causar problemas al instalarse en dispositivos más antiguos o dispositivos que ejecutan una versión anterior del sistema operativo.Los fabricantes de software suelen solucionar estos problemas, pero puede llevarles algún tiempo. Mientras tanto, puedes descargar e instalar una versión anterior de Minetest 5.6.1. Para aquellos interesados en descargar la versión más reciente de Minetest o leer nuestra reseña, simplemente haz clic aquí. Todas las versiones antiguas distribuidas en nuestro sitio web son completamente libres de virus y están disponibles para su descarga sin costo alguno. Nos encantaría saber de tiSi tienes alguna pregunta o idea que desees compartir con nosotros, dirígete a nuestra página de contacto y háznoslo saber. ¡Valoramos tu opinión!
2025-03-30Tải xuống Jarte dự phòngNhấn vào đây nếu quá trình tải xuống chưa bắt đầu.Xem thêm các liên kết tải xuống khác dưới đây.Báo không tải đượcNgoài MS Office, gần đây có những công cụ miễn phí như OpenOffice hay EasyOffice. Tuy nhiên, một trình soạn thảo văn bản khác với giao diện lạ, đẹp mắt hơn Word truyền thống đó là Jarte của Carolina Road Software. Autolt Ngôn ngữ lập trình chuyên nghiệp Autolt là một ngôn ngữ lập trình dạng kịch bản được thiết kế để tự động hóa các giao diện người dùng GUI của Windows và các kịch bản thông thường. Xếp hạng: 4 5 Phiếu bầuSử dụng: Miễn phí 425 Tải về Microsoft Visual C++ Redistributable Gói tiện ích hỗ trợ có thể phân phối lại dành cho Visual Studio Visual C++ Redistributable Packages là tiện ích giúp cài đặt các thành phần run-time cần thiết để chạy ứng dụng C++ được viết trên Visual Studio 2015/2017/2019/2022. Xếp hạng: 4 132 Phiếu bầuSử dụng: Miễn phí 245.624 Tải về MC Mod Maker Công cụ tạo Minecraft Mod không cần code MC Mod Maker là công cụ giúp bạn tạo Minecraft Mod của riêng mình mà không cần bất kỳ dòng code nào. Xếp hạng: 5 1 Phiếu bầuSử dụng: Miễn phí 294 Tải về Minetest Kho game sinh tồn lấy cảm hứng từ Minecraft Lấy cảm hứng từ bom tấn sinh tồn Minecraft, Minetest là cơ hội để bạn xây dựng thế giới mở tự do phóng khoáng trên máy tính. Bạn có thể chơi game hoặc tạo mod, thiết kế trò chơi của riêng mình... Xếp hạng: 5 3 Phiếu bầuSử dụng: Miễn phí 484 Tải về BlueGriffon BlueGriffon là một chương trình soạn thảo nội dung theo kiểu WYSIWYG cho World Wide Web, đó là một giải pháp hiện đại và mạnh mẽ để chỉnh sửa trang web phù hợp với các Web chuẩn. Xếp hạng: 3 1 Phiếu bầuSử dụng: Miễn phí 711 Tải về ; Xem thêm Công cụ Lập trình
2025-04-09Install from the command line Learn more about packages $ docker pull ghcr.io/linuxserver/minetest:arm64v8-5.6.1-ls103 Use as base image in Dockerfile: FROM ghcr.io/linuxserver/minetest:arm64v8-5.6.1-ls103 [Minetest]( (server) is a near-infinite-world block sandbox game and a game engine, inspired by InfiniMiner, Minecraft, and the like. Manifest { "digest": "sha256:a4be2db557459b6347de0969ca80c316acb19cdf51e324b7475d03f5a0910c4f", "mediaType": "application/vnd.docker.distribution.manifest.v2+json", "size": 1367, "config": { "digest": "sha256:95d4298f3d8bd630d8e6dcb0a5fe876f55202dede460ac6aa7ce3fa263a22ae1", "mediaType": "application/vnd.docker.container.image.v1+json", "size": 15443 }, "layers": [ { "digest": "sha256:2c8e8b1ded75e6a0e75ee294507dc9f06ca2c76681ec274717c24e54100cdf8d", "mediaType": "application/x-gzip", "size": 5866 }, { "digest": "sha256:74362e3f6e2a7e2c7aeb5982ddb155042263315c942996cbc5627ccf017e49a1", "mediaType": "application/x-gzip", "size": 5568161 }, { "digest": "sha256:d654a978b9ddcf16df11c121eabe91039d8997c101b20a8ea1dac03cbb41cf65", "mediaType": "application/x-gzip", "size": 5704554 }, { "digest": "sha256:2511c908ee271ed22b565fce20335630685abdb4a9ac9b9ac9a7bb172f2f8638", "mediaType": "application/x-gzip", "size": 472 }, { "digest": "sha256:04dacbf6ed26e464b762d1da5441c5f8942f29e46e1bcaa1463637929abcc248", "mediaType": "application/x-gzip", "size": 15634324 }, { "digest": "sha256:95d4298f3d8bd630d8e6dcb0a5fe876f55202dede460ac6aa7ce3fa263a22ae1", "mediaType": "text/plain; charset=utf-8", "size": 15443 } ], "labels": { "org.opencontainers.image.source": " "org.opencontainers.image.title": "Minetest", "org.opencontainers.image.revision": "76a0fe266f4141defdebbb68f46a3a4b5a945f5d", "org.opencontainers.image.created": "2022-11-11T04:24:06+01:00", "org.opencontainers.image.description": "[Minetest]( (server) is a near-infinite-world block sandbox game and a game engine, inspired by InfiniMiner, Minecraft, and the like.", "org.opencontainers.image.ref.name": "76a0fe266f4141defdebbb68f46a3a4b5a945f5d", "maintainer": "aptalca", "org.opencontainers.image.licenses": "GPL-3.0-only", "org.opencontainers.image.version": "5.6.1-ls103", "org.opencontainers.image.documentation": " "org.opencontainers.image.url": " "build_version": "Linuxserver.io version:- 5.6.1-ls103 Build-date:- 2022-11-11T04:24:06+01:00", "org.opencontainers.image.authors": "linuxserver.io", "org.opencontainers.image.vendor": "linuxserver.io" }}
2025-03-25Install from the command line Learn more about packages $ docker pull ghcr.io/linuxserver/minetest:arm32v7-5.6.1-ls112 Use as base image in Dockerfile: FROM ghcr.io/linuxserver/minetest:arm32v7-5.6.1-ls112 [Minetest]( (server) is a near-infinite-world block sandbox game and a game engine, inspired by InfiniMiner, Minecraft, and the like. Manifest { "digest": "sha256:6e18aaeca021737eb4de375a877e536e22a8690e493a041a4002c70993a25056", "mediaType": "application/vnd.docker.distribution.manifest.v2+json", "size": 1575, "config": { "digest": "sha256:e88a5f6a953bfd77d288682f1502b2ecd8db1bf38d144144afb26456c5a27ef4", "mediaType": "application/vnd.docker.container.image.v1+json", "size": 12457 }, "layers": [ { "digest": "sha256:48f754c837b5ecf11443cae7867fa045f485fdd86af6901ea71ee9aee615247d", "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "size": 3649 }, { "digest": "sha256:acc798c6e439c426ec0e3d23da0850b70b4e66b68abf918929b843265b5807fd", "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "size": 3809 }, { "digest": "sha256:54db39e61ebb83f30e8b5d4d55a497bc01e5ff233bc1b3b545d271aec7557364", "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "size": 5815837 }, { "digest": "sha256:af900fa4c4f807592d6cf6f3a07d06b12ce3de7c81dcf9132d0829f831c2b7ca", "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "size": 5713063 }, { "digest": "sha256:6a5c7976401367ec0c398ad5bb50168299a8792ea927439664ff1d47044383b1", "mediaType": "application/x-gzip", "size": 911 }, { "digest": "sha256:2aa17653d2cf2e339608c591956daf9573ccabd0d6b4083be2ee324ac43991ee", "mediaType": "application/x-gzip", "size": 16248894 }, { "digest": "sha256:e88a5f6a953bfd77d288682f1502b2ecd8db1bf38d144144afb26456c5a27ef4", "mediaType": "text/plain; charset=utf-8", "size": 12457 } ], "labels": { "org.opencontainers.image.source": " "org.opencontainers.image.title": "Minetest", "org.opencontainers.image.revision": "b537e809588b05657fc7806db82505ba84bc966e", "org.opencontainers.image.created": "2023-03-24T03:20:11+01:00", "org.opencontainers.image.description": "[Minetest]( (server) is a near-infinite-world block sandbox game and a game engine, inspired by InfiniMiner, Minecraft, and the like.", "org.opencontainers.image.ref.name": "b537e809588b05657fc7806db82505ba84bc966e", "maintainer": "aptalca", "org.opencontainers.image.licenses": "GPL-3.0-only", "org.opencontainers.image.version": "5.6.1-ls112", "org.opencontainers.image.documentation": " "org.opencontainers.image.vendor": "linuxserver.io", "build_version": "Linuxserver.io version:- 5.6.1-ls112 Build-date:- 2023-03-24T03:20:11+01:00", "org.opencontainers.image.authors": "linuxserver.io", "org.opencontainers.image.url": " }}
2025-04-19MinetestMinetest is a free open-source voxel game engine with easy modding and game creation.Copyright (C) 2010-2022 Perttu Ahola [email protected] contributors (see source file comments and the version control log)In case you downloaded the source codeIf you downloaded the Dragonfire Client source code in which this file iscontained, you probably want to download the Minetest Gameproject too. See its README.txt for more information.Table of ContentsFurther DocumentationDefault ControlsPathsConfiguration FileCommand-line OptionsCompilingDockerVersion SchemeFurther documentationWebsite: wiki: directory of source distributionDefault controlsAll controls are re-bindable using settings.Some can be changed in the key config dialog in the settings tab.ButtonActionMove mouseLook aroundW, A, S, DMoveSpaceJump/move upShiftSneak/move downQDrop itemstackShift + QDrop single itemLeft mouse buttonDig/punch/take itemRight mouse buttonPlace/useShift + right mouse buttonBuild (without using)IInventory menuMouse wheelSelect item0-9Select itemZZoom (needs zoom privilege)TChat/CommandEscPause menu/abort/exit (pauses only singleplayer game)REnable/disable full range view+Increase view range-Decrease view rangeKEnable/disable fly mode (needs fly privilege)PEnable/disable pitch move modeJEnable/disable fast mode (needs fast privilege)HEnable/disable noclip mode (needs noclip privilege)EAux1 (Move fast in fast mode. Games may add special features)CCycle through camera modesVCycle through minimap modesShift + VChange minimap orientationF1Hide/show HUDF2Hide/show chatF3Disable/enable fogF4Disable/enable camera update (Mapblocks are not updated anymore when disabled, disabled in release builds)F5Cycle through debug information screensF6Cycle through profiler info screensF10Show/hide consoleF12Take screenshotPathsLocations:bin - Compiled binariesshare - Distributed read-only datauser - User-created modifiable dataWhere each location is on each platform:Windows .zip / RUN_IN_PLACE source:bin = binshare = .user = .Windows installed:bin = C:\Program Files\Minetest\bin (Depends on the install location)share = C:\Program Files\Minetest (Depends on the install location)user = %APPDATA%\MinetestLinux installed:bin = /usr/binshare = /usr/share/minetestuser = ~/.minetestmacOS:bin = Contents/MacOSshare = Contents/Resourcesuser = Contents/User OR ~/Library/Application Support/minetestWorlds can be found as separate folders in: user/worlds/Configuration fileDefault location:user/minetest.confThis file is created by closing Minetest for the first time.A specific file can be specified on the command line:--config A run-in-place build will look for the configuration file inlocation_of_exe/../minetest.conf
2025-03-28