Downloads:
12,842
Downloads of v 5.4.0.20210301:
548
Last Update:
01 Mar 2021
Package Maintainer(s):
Software Author(s):
- The Minetest Team.
Tags:
minetest game minecraft mmorpg crafting survivalMinetest
This is not the latest version of Minetest available.
- 1
- 2
- 3
5.4.0.20210301 | Updated: 01 Mar 2021
Downloads:
12,842
Downloads of v 5.4.0.20210301:
548
Software Author(s):
- The Minetest Team.
Minetest 5.4.0.20210301
This is not the latest version of Minetest available.
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
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Minetest, run the following command from the command line or from PowerShell:
To upgrade Minetest, run the following command from the command line or from PowerShell:
To uninstall Minetest, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download minetest --internalize --version=5.4.0.20210301 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade minetest -y --source="'INTERNAL REPO URL'" --version="'5.4.0.20210301'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade minetest -y --source="'INTERNAL REPO URL'" --version="'5.4.0.20210301'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install minetest
win_chocolatey:
name: minetest
version: '5.4.0.20210301'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'minetest' do
action :install
source 'INTERNAL REPO URL'
version '5.4.0.20210301'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller minetest
{
Name = "minetest"
Version = "5.4.0.20210301"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'minetest':
ensure => '5.4.0.20210301',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 01 Mar 2021.
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/minetest/minetest/releases/download/5.4.0/minetest-5.4.0-win32.zip
x64: https://github.com/minetest/minetest/releases/download/5.4.0/minetest-5.4.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: AB265765F74595819B47E469E3475F6CFE3B641F11A2C6FFF8A725A6DED80B3B
checksum64: D6035908714CEFD03392DCD32CC2E08CB188536A613BA023B6AA323306E5950C
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 "Minetest.lnk"
if (Test-Path $shortcutFilePath) { Remove-Item $shortcutFilePath }
md5: E1952C902455628A9BC89DBDC50061D7 | sha1: 0CD0FF1CCEE7523EAC67351458750A145481C8BE | sha256: D6035908714CEFD03392DCD32CC2E08CB188536A613BA023B6AA323306E5950C | sha512: 16F1F535E4BDEDD7BD31FE6F093888028D71D8ED6686522F5B411CBF67749993F9A6471BC055E9F9B7ECBBA781FE8ACD0D319B766616F2546952FD9A143E0C3F
md5: 4DC7CD5D7FEBB4B37EB644D89AA204F9 | sha1: 344037D2CB5B48420754493203AE0493668593A8 | sha256: AB265765F74595819B47E469E3475F6CFE3B641F11A2C6FFF8A725A6DED80B3B | sha512: 08C35126CBDDB4DDA3A1B0E1FA22731649C1D54D75ABAAC5CFC708A2195F3C24AD4807454D5C2D90FB40C0D56D131A98EBE4730B6CEF515E840792C5B6CA30A6
Log in or click on link to see number of positives.
- libcurl-4.dll (8440da0da775) - ## / 71
- libogg-0.dll (1bca7bff9104) - ## / 65
- libsqlite3-0.dll (9e7d5ea98ce0) - ## / 69
- libvorbis-0.dll (c02f530f3657) - ## / 65
- libvorbisfile-3.dll (85362ab370de) - ## / 71
- OpenAL32.dll (f42706c862bc) - ## / 65
- zlib1.dll (a95d81863387) - ## / 65
- libcurl-4.dll (a0deb4cd11ed) - ## / 64
- libogg-0.dll (5c5e3b276a5b) - ## / 66
- libsqlite3-0.dll (bdbf6f20aa3d) - ## / 55
- libvorbis-0.dll (a36bb9b9c6f0) - ## / 65
- libvorbisfile-3.dll (1d9ca3be32f9) - ## / 67
- OpenAL32.dll (4e2665027bc5) - ## / 65
- zlib1.dll (3dab1c3c8f3c) - ## / 65
- libfreetype-6.dll (01170d6a4e40) - ## / 67
- libgcc_s_sjlj-1.dll (0b8b886434a1) - ## / 54
- libiconv-2.dll (d360fec4259f) - ## / 65
- libintl-8.dll (5b4503f252a3) - ## / 64
- libleveldb.dll (e81dc9f4d48c) - ## / 66
- libstdc++-6.dll (f294969f6fcc) - ## / 64
- libwinpthread-1.dll (d08023d717e5) - ## / 65
- libfreetype-6.dll (ae4d29b16590) - ## / 68
- libgcc_s_seh-1.dll (eec635edbda3) - ## / 67
- libiconv-2.dll (1aab065e1362) - ## / 66
- libintl-8.dll (3a023bd804fd) - ## / 72
- libleveldb.dll (ad9896ff59dc) - ## / 71
- libstdc++-6.dll (0db03964c90f) - ## / 68
- libwinpthread-1.dll (e12b72d3dd4e) - ## / 67
- minetest-5.4.0-win32.zip (d6035908714c) - ## / 64
- minetest-5.4.0-win64.zip (ab265765f745) - ## / 65
- Irrlicht.dll (19bb75e0d42d) - ## / 67
- minetest.exe (faa15d8a7800) - ## / 70
- Irrlicht.dll (333f6f523bfd) - ## / 68
- minetest.exe (fe179e458acb) - ## / 70
- minetest.5.4.0.20210301.nupkg (4d42e9eb80ed) - ## / 55
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Minetest 5.9.1 | 188 | Monday, September 23, 2024 | Approved | |
Minetest 5.9.0 | 209 | Monday, August 12, 2024 | Approved | |
Minetest 5.8.0 | 1185 | Tuesday, December 5, 2023 | Approved | |
Minetest 5.7.0 | 764 | Sunday, April 9, 2023 | Approved | |
Minetest 5.6.1.20221118 | 412 | Friday, November 18, 2022 | Approved | |
Minetest 5.6.1 | 712 | Tuesday, September 20, 2022 | Approved | |
Minetest 5.6.0 | 236 | Friday, August 5, 2022 | Approved | |
Minetest 5.5.1 | 1049 | Monday, May 16, 2022 | Approved | |
Minetest 5.5.0.20220428 | 182 | Thursday, April 28, 2022 | Approved | |
Minetest 5.5.0 | 466 | Monday, January 31, 2022 | Approved | |
Minetest 5.4.1.20210706 | 940 | Tuesday, July 6, 2021 | Approved | |
Minetest 5.4.1 | 218 | Friday, July 2, 2021 | Approved | |
Minetest 5.4.0.20210301 | 548 | Monday, March 1, 2021 | Approved | |
Minetest 5.4.0 | 182 | Wednesday, February 24, 2021 | Approved | |
Minetest 5.3.0 | 753 | Friday, July 10, 2020 | Approved | |
Minetest 5.2.0 | 682 | Monday, April 6, 2020 | Approved | |
Minetest 5.1.1.20200307 | 580 | Saturday, March 7, 2020 | Approved | |
Minetest 5.1.1 | 611 | Thursday, January 30, 2020 | Approved | |
Minetest 5.1.0.20191207 | 484 | Saturday, December 7, 2019 | Approved | |
Minetest 5.1.0 | 283 | Tuesday, November 19, 2019 | Approved | |
Minetest 0.4.10.20141201 | 938 | Monday, December 1, 2014 | Approved | |
Minetest 0.4.10 | 596 | Monday, July 7, 2014 | Approved | |
Minetest 0.4.9.20140625 | 508 | 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.