Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

11,743

Downloads of v 5.4.0:

151

Last Update:

24 Feb 2021

Package Maintainer(s):

Software Author(s):

  • The Minetest Team.

Tags:

minetest game minecraft mmorpg crafting survival

Minetest

This is not the latest version of Minetest available.

  • 1
  • 2
  • 3

5.4.0 | Updated: 24 Feb 2021

Downloads:

11,743

Downloads of v 5.4.0:

151

Maintainer(s):

Software Author(s):

  • The Minetest Team.

Minetest 5.4.0

This is not the latest version of Minetest available.

  • 1
  • 2
  • 3

This Package Contains an Exempted Check

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Exemption:

Only installs on desktop/client OS versions

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

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:

NOTE

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

  • 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

3. Copy Your Script

choco upgrade minetest -y --source="'INTERNAL REPO URL'" --version="'5.4.0'" [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'" 
$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'
    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'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller minetest
{
    Name     = "minetest"
    Version  = "5.4.0"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'minetest':
  ensure   => '5.4.0',
  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.

Package Approved

This package was approved as a trusted package on 24 Feb 2021.

Description

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.

screenshot


legal\LICENSE.txt

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.
legal\VERIFICATION.txt
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-win64.zip
   x64: https://github.com/minetest/minetest/releases/download/5.4.0/minetest-5.4.0-win32.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
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$toolsLocation = Get-ToolsLocation

$packageArgs = @{
  packageName   = $env:ChocolateyPackageName
  destination   = "$toolsLocation"
  file          = "$toolsDir\minetest-5.4.0-win64.zip"
  file64        = "$toolsDir\minetest-5.4.0-win32.zip"
}

Get-ChocolateyUnzip @packageArgs
Remove-Item -Path $packageArgs.file,$packageArgs.file64

# Install start menu shortcut
$programs = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$shortcutFilePath = Join-Path $programs "Minetest.lnk"
$targetPath = Join-Path $toolsDir "minetest-5.4.0-win$(Get-OSArchitectureWidth)\bin\minetest.exe""""
Install-ChocolateyShortcut -ShortcutFilePath $shortcutFilePath -TargetPath $targetPath
tools\chocolateyuninstall.ps1
$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 }
tools\minetest-5.4.0-win32.zip
md5: E1952C902455628A9BC89DBDC50061D7 | sha1: 0CD0FF1CCEE7523EAC67351458750A145481C8BE | sha256: D6035908714CEFD03392DCD32CC2E08CB188536A613BA023B6AA323306E5950C | sha512: 16F1F535E4BDEDD7BD31FE6F093888028D71D8ED6686522F5B411CBF67749993F9A6471BC055E9F9B7ECBBA781FE8ACD0D319B766616F2546952FD9A143E0C3F
tools\minetest-5.4.0-win64.zip
md5: 4DC7CD5D7FEBB4B37EB644D89AA204F9 | sha1: 344037D2CB5B48420754493203AE0493668593A8 | sha256: AB265765F74595819B47E469E3475F6CFE3B641F11A2C6FFF8A725A6DED80B3B | sha512: 08C35126CBDDB4DDA3A1B0E1FA22731649C1D54D75ABAAC5CFC708A2195F3C24AD4807454D5C2D90FB40C0D56D131A98EBE4730B6CEF515E840792C5B6CA30A6

Log in or click on link to see number of positives.

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.7.0 726 Sunday, April 9, 2023 Approved
Minetest 5.6.1.20221118 367 Friday, November 18, 2022 Approved
Minetest 5.6.1 678 Tuesday, September 20, 2022 Approved
Minetest 5.6.0 227 Friday, August 5, 2022 Approved
Minetest 5.5.1 1004 Monday, May 16, 2022 Approved
Minetest 5.5.0.20220428 163 Thursday, April 28, 2022 Approved
Minetest 5.5.0 442 Monday, January 31, 2022 Approved
Minetest 5.4.1.20210706 921 Tuesday, July 6, 2021 Approved
Minetest 5.4.1 175 Friday, July 2, 2021 Approved
Minetest 5.4.0.20210301 511 Monday, March 1, 2021 Approved
Minetest 5.4.0 151 Wednesday, February 24, 2021 Approved
Minetest 5.3.0 713 Friday, July 10, 2020 Approved
Minetest 5.2.0 660 Monday, April 6, 2020 Approved
Minetest 5.1.1.20200307 570 Saturday, March 7, 2020 Approved
Minetest 5.1.1 594 Thursday, January 30, 2020 Approved
Minetest 5.1.0.20191207 471 Saturday, December 7, 2019 Approved
Minetest 5.1.0 266 Tuesday, November 19, 2019 Approved
Minetest 0.4.10.20141201 920 Monday, December 1, 2014 Approved
Minetest 0.4.10 576 Monday, July 7, 2014 Approved
Minetest 0.4.9.20140625 491 Wednesday, June 25, 2014 Approved

This package has no dependencies.

Discussion for the Minetest Package

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.
comments powered by Disqus