Downloads:
14,437
Downloads of v 5.13.0:
0
Last Update:
07 Aug 2025
Published Date:
07 Aug 2025
Package Maintainer(s):
Software Author(s):
- The Minetest Team.
Tags:
Minetest
(Pending automated review)
- 1
- 2
- 3
5.13.0 | Updated: 07 Aug 2025
Downloads:
14,437
Downloads of v 5.13.0:
0
Published:
07 Aug 2025
Software Author(s):
- The Minetest Team.
Minetest 5.13.0
(Pending automated review)
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by The Minetest Team. The inclusion of The Minetest Team. trademark(s), if any, upon this webpage is solely to identify The Minetest Team. goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Are Exempted or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Pending
Verification Testing Exemption:
Only installs on desktop/client OS versions
Scan Testing Pending
This version is in moderation and has not yet been approved. This means it doesn't show up under normal search.
- Until approved, you should consider this package version unsafe - it could do very bad things to your system (it probably doesn't but you have been warned, that's why we have moderation).
- This package version can change wildly over the course of moderation until it is approved. If you install it and it later has changes to this version, you will be out of sync with any changes that have been made to the package. Until approved, you should consider that this package version doesn't even exist.
- You cannot install this package under normal scenarios. See How to install package version under moderation for more information.
- There are also no guarantees that it will be approved.
There are versions of this package awaiting moderation (possibly just this one). See the Version History section below.
An open source voxel game engine. Play one of our many games, mod a game to your liking, make your own game, or play on a multiplayer server.
Features
Players
Choose from Multiple Games
There are many games to choose from. You could survive in a harsh environment, build creatively, or fight other players. Just download a game or connect to a server.
Enormous Maps
With 62,000 × 62,000 × 62,000 blocks, there’s no running out of space. You can mine 31,000 blocks down, or build 31,000 blocks up.
Multiplayer Support
Play by yourself, locally with your friends, or online with dozens of players on a server.
Texture Packs
Not happy with the look of the textures? Change them!
Beautiful Map Generators
Choose from many different fast map generators included in the engine, or install one as a mod.
Developers
Make a Game
Create your own voxel game using our Lua API. No need to worry about tricky voxel rendering or networking; instead, write scripts to add items and control game play.
Modding API
Use the same Lua API to make mods for any Minetest-based game. Publish your mods on the forums, and contribute to others’ mods.
Large Collection of Existing Mods
There are over 1,000 open source mods on our forums which are ready to be used, adapted or learned from.
Friendly Community
You can find help with any problems on our forums or IRC channels.
Open Source
The engine is open source and transparently developed. Submit an issue for anything you’re missing, or get the source code and dig into it yourself.
From: https://raw.githubusercontent.com/minetest/minetest/master/LICENSE.txt
LICENSE
License of Minetest textures and sounds
---------------------------------------
This applies to textures and sounds contained in the main Minetest
distribution.
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
http://creativecommons.org/licenses/by-sa/3.0/
textures/base/pack/refresh.png is under the Apache 2 license
https://www.apache.org/licenses/LICENSE-2.0.html
Authors of media files
-----------------------
Everything not listed in here:
Copyright (C) 2010-2012 celeron55, Perttu Ahola <[email protected]>
ShadowNinja:
textures/base/pack/smoke_puff.png
paramat:
textures/base/pack/menu_header.png
erlehmann:
misc/minetest-icon-24x24.png
misc/minetest-icon.ico
misc/minetest.svg
textures/base/pack/logo.png
JRottm
textures/base/pack/player_marker.png
srifqi
textures/base/pack/chat_hide_btn.png
textures/base/pack/chat_show_btn.png
textures/base/pack/joystick_bg.png
textures/base/pack/joystick_center.png
textures/base/pack/joystick_off.png
textures/base/pack/minimap_btn.png
License of Minetest source code
-------------------------------
Minetest
Copyright (C) 2010-2018 celeron55, Perttu Ahola <[email protected]>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Irrlicht
---------------
This program uses the Irrlicht Engine. http://irrlicht.sourceforge.net/
The Irrlicht Engine License
Copyright © 2002-2005 Nikolaus Gebhardt
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute
it freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you
must not claim that you wrote the original software. If you use
this software in a product, an acknowledgment in the product
documentation would be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must
not be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
JThread
---------------
This program uses the JThread library. License for JThread follows:
Copyright (c) 2000-2006 Jori Liesenborgs ([email protected])
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
Lua
---------------
Lua is licensed under the terms of the MIT license reproduced below.
This means that Lua is free software and can be used for both academic
and commercial purposes at absolutely no cost.
For details and rationale, see https://www.lua.org/license.html .
Copyright (C) 1994-2008 Lua.org, PUC-Rio.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Fonts
---------------
Bitstream Vera Fonts Copyright:
Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is
a trademark of Bitstream, Inc.
Arimo - Apache License, version 2.0
Digitized data copyright (c) 2010-2012 Google Corporation.
Cousine - Apache License, version 2.0
Digitized data copyright (c) 2010-2012 Google Corporation.
DroidSansFallBackFull:
Copyright (C) 2008 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Download:
x32: https://github.com/luanti-org/luanti/releases/download/5.13.0/luanti-5.13.0-win32.zip
x64: https://github.com/luanti-org/luanti/releases/download/5.13.0/luanti-5.13.0-win64.zip
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum type: sha256
checksum32: E9A7B8B80F902378E1FA966DEF23773A970EA7342C8361807FCC90670D759724
checksum64: 1632613C1C44333EF6EA398584375ADD325B13DAC3EAE5120801082191E5B114
File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/minetest/minetest/master/LICENSE.txt
$ErrorActionPreference = 'Stop'
# Remove start menu shortcut
$programs = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$shortcutFilePath = Join-Path $programs "Luanti.lnk"
if (Test-Path $shortcutFilePath) { Remove-Item $shortcutFilePath }
md5: 3A0E4D24369F34734CFA0158E2F15A5F | sha1: FE7316F69D96C4354EC417CF6778A110478733B6 | sha256: E9A7B8B80F902378E1FA966DEF23773A970EA7342C8361807FCC90670D759724 | sha512: 4438C86B45E5C5CE91C5FA6833987A073AEF856A5D3BD4FFE27167DBBCCFB2A3835B36299FC5441C29F166ED8221054359879ABB1A8AED10CD06946E368A4048
md5: F6A8E656BF9EA09185639ECC035B1931 | sha1: 9A78CB28EAD1E1694C819B83DAE7E9B098CF4171 | sha256: 1632613C1C44333EF6EA398584375ADD325B13DAC3EAE5120801082191E5B114 | sha512: 558CEFDEB72BB33EB3E6D45FD2C18E924E020AA9B7EF4EDFDB67A0A96F8E5CF6967CA4442A8B041AD7B66542C60F7CD46655135690B29C09AAEBAB93DB964584
No results available for this package. We are building up results for older packages over time so expect to see results. If this is a new package, it should have results within a day or two.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Minetest 5.13.0 | 0 | Thursday, August 7, 2025 | Pending Automated Review | |
Minetest 5.12.0 | 179 | Sunday, May 25, 2025 | Approved | |
Minetest 5.11.0 | 192 | Saturday, March 8, 2025 | Approved | |
Minetest 5.9.1 | 334 | Monday, September 23, 2024 | Approved | |
Minetest 5.9.0 | 240 | Monday, August 12, 2024 | Approved | |
Minetest 5.8.0 | 1224 | Tuesday, December 5, 2023 | Approved | |
Minetest 5.7.0 | 808 | Sunday, April 9, 2023 | Approved | |
Minetest 5.6.1.20221118 | 467 | Friday, November 18, 2022 | Approved | |
Minetest 5.6.1 | 787 | Tuesday, September 20, 2022 | Approved | |
Minetest 5.6.0 | 303 | Friday, August 5, 2022 | Approved | |
Minetest 5.5.1 | 1105 | Monday, May 16, 2022 | Approved | |
Minetest 5.5.0.20220428 | 241 | Thursday, April 28, 2022 | Approved | |
Minetest 5.5.0 | 523 | Monday, January 31, 2022 | Approved | |
Minetest 5.4.1.20210706 | 995 | Tuesday, July 6, 2021 | Approved | |
Minetest 5.4.1 | 287 | Friday, July 2, 2021 | Approved | |
Minetest 5.4.0.20210301 | 624 | Monday, March 1, 2021 | Approved | |
Minetest 5.4.0 | 225 | Wednesday, February 24, 2021 | Approved | |
Minetest 5.3.0 | 798 | Friday, July 10, 2020 | Approved | |
Minetest 5.2.0 | 738 | Monday, April 6, 2020 | Approved | |
Minetest 5.1.1.20200307 | 620 | Saturday, March 7, 2020 | Approved | |
Minetest 5.1.1 | 653 | Thursday, January 30, 2020 | Approved | |
Minetest 5.1.0.20191207 | 528 | Saturday, December 7, 2019 | Approved | |
Minetest 5.1.0 | 316 | Tuesday, November 19, 2019 | Approved | |
Minetest 0.4.10.20141201 | 970 | Monday, December 1, 2014 | Approved | |
Minetest 0.4.10 | 621 | Monday, July 7, 2014 | Approved | |
Minetest 0.4.9.20140625 | 543 | Wednesday, June 25, 2014 | Approved |
© 2015-2019 The Minetest Team.
This package has no dependencies.
Ground Rules:
- This discussion is only about Minetest and the Minetest package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Minetest, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
chtof (maintainer) on 07 Aug 2025 16:28:51 +00:00:
User 'chtof' (maintainer) submitted package.