Archives For November 30, 1999

Minecraft Alternative Minetest

Minetest, the popular open-source game alternative to Minecraft, has reached the 0.4.11 release recently.

The 0.4.11 release adds new game-play options, provides various visual changes, boasts build system improvements, provides various performance optimizations, and offers a lots of bug-fixes. For a complete list of changes, see the minetest web page.

Install Minetest 0.4.11 in Ubuntu:

While Ubuntu repository provide an old version of the game package, the Minetest Stable PPA has made the new release available for Ubuntu 14.04 LTS (also contains the 12.04 build, but failed so far).

To add the PPA and install the game, press Ctrl+Alt+T to open terminal. When it opens, run the commands below one by one:

sudo add-apt-repository ppa:minetestdevs/stable

sudo apt-get update

sudo apt-get install minetest

If you don’t want to add the PPA, grab the .deb installer from Launchpad page. Depends on your OS type, 32-bit or 64-bit, select download:

  • minetest_xxx~ubuntu14.04.1_amd64.deb” for Ubuntu 14.04 64-bit
  • minetest_xxx~ubuntu14.04.1_i386.deb” for Ubuntu 14.04 32-bit.

Once downloaded, double-click to open the .deb package via Ubuntu Software Center and click install.

Minetest, free and open-source Minecraft-like sandbox game has reached version 0.4.9. This release brings several new features as well as various bugs fixes.

What’s New in MineTest 0.4.9:

Logistic changes:

  • SQLite rollback (Mario Barrera & ShadowNinja)
  • Implement HTTPFetch (kahrl)
  • Replace SimpleThread with JThread (sapier)

Visual changes:

  • Shaders rework (RealBadAngel)
  • Add configurable font shadow (xyz)
  • Directional fog + horizon colors (Taoki)

Other things:

  • Implement modstore search tab and version picker (sapier)

Bug Fixes:

  • Fix line_of_sight() (sapier)
  • Fix modstore/favourites hang by adding asynchronous Lua (sapier)
  • Fix LevelDB maps (sfan5)
  • Fix Lua mapgen override param handling (kwolekr)
  • Fix leak and possible segfault in minetest.set_mapgen_params (kwolekr)
  • Fix segfault in indev cave generation due to uninitialized variable (kwolekr)
  • Check if width, height or start index of a list[] is negative (PilzAdam)
  • Fix single character formspec field labels (BlockMen)
  • Handle Lua errors in on_generate callbacks instead of throwing SIGABRT (kwolekr)
  • Update mapgen params in ServerMap after Mapgen init (kwolekr)

Modding-related Changes:

  • Add area parameters back to calc_lighting() and set_lighting() (kwolekr)
  • Add get_light_data() and set_light_data() to LuaVoxelManip (kwolekr)
  • Add minetest.swap_node (Novatux)
  • Assume a selection box for fences (0gb.us)
  • Decoration: Add schematic Y-slice probability support (kwolekr)
  • Add sneak and sneak_glitch in set_physics_override() (PilzAdam)
  • Use a table in set_physics_override() (PilzAdam)
  • Add ‘on_prejoinplayer’ callback (kaeza)
  • Make line_of_sight return blocking node position (stujones11)
  • Remove support for optdepends.txt (ShadowNinja)
  • Add map feature generation notify Lua API (kwolekr)

Minetest ChangLog

Install Minetest:

The Minetest PPA will update soon, available for Ubuntu 13.10, Ubuntu 13.04, Ubuntu 12.10, Ubuntu 12.04, Linux Mint and their derivatives.

To add the PPA, run command in terminal (Ctrl+Alt+T):

sudo add-apt-repository ppa:minetestdevs/stable

After that, install or upgrade the game via Synaptic Package Manager, or run below commands:

sudo apt-get update

sudo apt-get install minetestc55

Once installed, open the game from Menu or Unity Dash and enjoy!

Minetest, the open-source Minecraft-like game, has reached v0.4.8 with many new features and bug fixes. Here’s how to install it in Ubuntu 13.10, Ubuntu 13.04, Ubuntu 12.04, Ubuntu 12.10, Linux Mint and their derivatives.

Minetest is designed to be simple, stable and portable. It is lightweight enough to run on fairly old hardware. It currently runs playably on a laptop with Intel 945GM graphics. Though, as for the CPU, dualcore is recommended.

What’s New in Minetest 0.4.8:

Big gameplay changes:

  • Added drowning (PilzAdam, RealBadAngel, BlockMen)
  • Added weather support (proller)

Smaller gameplay tweaks:

  • Added new sounds (someone who can’t decide if he wants to be called mitori or mito551)
  • Don’t predict placing and removing nodes if interact privilege is missing (PilzAdam)

Logistic changes:

  • Clean up rendering code a bit (increases FPS by 5 to 10) (Exio)
  • Added support for IPv6 (matttpt)
  • Don’t write player files all the time if they are not modified (PilzAdam)
  • Made the main menu Lua based (sapier, kahrl)
  • Change static ContentFeatures array into a vector (rathgit, kahrl)
  • Allow multiple singleplayer games at the same time (PilzAdam)
  • Added texture pack selection to main menu (Novatux)
  • Don’t write files directly but rather write to a temporary file that gets renamed after succesfully written; fixes many causes of corrupted files (PilzAdam)
  • Adjust the Lua API structure and improve header inclusion to decrease compile time (kahrl)
  • Database abstraction, LevelDB support (sfan5, wieszak, xyz)

Visual changes:

  • Added support for bumpmapping (RealBadAngel)
  • Added diagonal liquid animation (kahrl)
  • Damage updates and effects are now sent to other players (PilzAdam)

Other things

  • Play player_damage.ogg when recieving damage and player_falling_damage.ogg on falling damage (PilzAdam)
  • Added basic unicode support to the console in Linux (Exio)
  • Added a setting for max loop count per step in liquid update (PilzAdam)
  • Added math mapgen with fractal based worlds (proller)
  • Disallow the name ‘singleplayer’ in a multiplayer server (PilzAdam)
  • Added max_objects_per_block to minetest.conf to control the maximum number of static objects per block (Novatux)
  • Removed broken farmesh (kahrl)
  • Added language setting to minetest.conf which forces Minetest to use specified translation (xyz)

Bug fixes as well as other changes can be found at minetest changelog

Install Minetest

The latest stable version of Minetest is available in launchpad PPA for Ubuntu 13.10, Ubuntu 13.04, Ubuntu 12.10, Ubuntu 12.04 and their derivatives. include Linux Mint 13/14/15/16, Pear OS 8/7, Elementary OS Luna.

To get started, press Ctrl+Alt+T on keyboard to open terminal. When it opens, run commands below one by one:

sudo add-apt-repository ppa:minetestdevs/stable

sudo apt-get update

sudo apt-get install minetestc55

Once installed, open the game from Dash or menu: