cross-posted from: https://lemmy.world/post/1192887
Hi all. Wanted to announce our new release on Lemmy before that other place even if it’s just a few minutes before :).
Survive, farm, build, explore, play with friends, and do much more. Inspired by a well known block game, pushing beyond.
How to play:
Download Minetest
- Navigate to https://www.minetest.net/ to download the client.
- Once installed, open and select the “Content” tab
Install MineClone2 from ContentDB
- Click “Browse Online Content” and filter by Games (select “Games” from the dropdown box)
- Find “MineClone2” (should be first on the list or on the first page)
- Click the [+] button next to MineClone2 and wait for download to finish
- Click “Back to Main Menu”
Create new world and play
- Click “Start Game” tab
- At the bottom click the MineClone2 icon (the 2 dirt with grass blocks)
- Click “New”, give your world a name
- You can leave seed blank or put in a word of your choice
- Select your new world
- Click “Play Game” and enjoy!
Release notes: https://git.minetest.land/MineClone2/MineClone2/src/branch/master/releasenotes/0_84-the_very_nice_release.md
Source code: https://git.minetest.land/MineClone2/MineClone2
Announcement from the Forum:
0.84 - The Very Nice release
Release trailer
https://www.youtube.com/watch?v=5aHym2jUB1M
New server commands
minetest.register_chatcommand("music", { params = "[on|off|invert [<player name>]]", description = S("Turns music for yourself or another player on or off."),
New settings added
#Maximum amount of hostile mobs (default:300) mcl_mob_cap_hostile (Global hostile mob cap) int 300 0 2048 #Maximum amount of non-hostile mobs (default:300) mcl_mob_cap_non_hostile (Global non-hostile mob cap) int 300 0 2048 #Maximum amount of ambient water mobs that will spawn near a player (default:20) mcl_mob_cap_water_ambient (Mob cap ambient water) int 20 0 1024 #Maximum amount of underground water mobs that will spawn near a player (default:5) mcl_mob_cap_water_underground (Mob cap underground water) int 5 0 1024 #Maximum amount of axolotl mobs that will spawn near a player (default:5) mcl_mob_cap_axolotl (Mob cap axolotl) int 5 0 1024
Gameplay Improvements
Visual Improvements
Sounds
Translations
Performance
Multiplayer
Code Quality
Fixes
Crashes