Sonar helps you commit clean C++ code every time. With over 550 unique rules to find C++ bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work. Learn more →
Minetest Alternatives
Similar projects and alternatives to Minetest
-
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
-
Legend of the Green Dragon
Core functionality for Legend of the Green Dragon, a text-based RPG game. (by lotgd)
-
-
No-Chat-Reports
Disable Player Chat Reporting and make user messages untrackable.
-
Sonar
Write Clean C++ Code. Always.. Sonar helps you commit clean C++ code every time. With over 550 unique rules to find C++ bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
multiserver
Minetest reverse proxy supporting multiple servers and media multiplexing
-
-
panel
Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
-
Geyser
A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock Edition.
-
-
PolyMC
A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once (Fork of MultiMC)
-
minetest_game
Minetest Game - The default game for the Minetest engine [https://github.com/minetest/minetest/]
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Minetest reviews and mentions
-
Show HN: Learn Python with Minecraft
If you don't mind using Lua instead, I can recommended minetest as a free alternative. I've had a lot of fun messing around in it. It has a lot of great games and mods as well.
- [D] Ethics of minecraft stable diffusion
- Software that should be FOSS
-
trying to deploy docker from linuxserver.io - Keeps restarting
From: https://github.com/minetest/minetest/tree/master
-
If you were in charge of the FINAL update to Minecraft, what would you do?
Yet MineTest exists, which was the world generation rewritten from the ground up and made open source. People can write their own games to go on top of this, and a small team of peeps has basically recreated Minecraft 1-to-1 in MineTest, called MineClone. So probably not as big a task as you perhaps might think.
You could try MineTest. There is a Minecraft clone that runs on it.
-
Running Minecraft on Asahi with more than 20 FPS
What is the bottleneck here? I ran a similar game called [Minetest](https://www.minetest.net/) on Asahi and managed absolutely fine performance (Estimated: 50-100FPS), which, however, could be attributed to it being a native game written in C++. Are the "unfinished" Asahi graphics drivers (which I'm using) the problem? Is my JVM (openJDK) just not optimized for Asahi? According to top, java is using about 700% CPU at some points and is using up to 20GB VIRT, which seems to be a lot.
- Where is the documentation (if any) for understanding how the game server communicates with the client?
-
Trying to Build 5.6.1 Minetest Bare Server
#!/bin/bash # Minetest Installation Script cd /mnt/server && # Install installation dependencies apt update && apt -y install unzip wget build-essential libirrlicht-dev cmake libbz2-dev libjpeg-dev libxxf86vm-dev libsqlite3-dev libopenal-dev libcurl4-gnutls-dev libfreetype6-dev zlib1g-dev libgmp-dev libjsoncpp-dev luajit libncurses5-dev && #touch test && # Download, compile and prepare the engine wget -Osrc.zip https://github.com/minetest/minetest/archive/"${MTVERSION}".zip && unzip ./src.zip && rm ./src.zip && cd ./minetest-"${MTVERSION}" && cmake . -DRUN_IN_PLACE=TRUE -DBUILD_CLIENT=FALSE -DBUILD_SERVER=TRUE -DENABLE_GLES=OFF -DENABLE_POSTGRESQL=OFF -DENABLE_REDIS=OFF -DENABLE_SOUND=OFF -DENABLE_LEVELDB=OFF -DENABLE_SPATIAL=OFF -DIRRLICHT_INCLUDE_DIR=./lib/irrlichtmt/include && make -j$(nproc) && make package && mv ./minetest-"${MTVERSION}"-linux.tar.gz ../ && cd .. && rm -rf ./minetest-"${MTVERSION}" && tar xfz ./minetest-"${MTVERSION}"-linux.tar.gz && rm minetest-"${MTVERSION}"-linux.tar.gz && mv ./minetest-"${MTVERSION}"-linux/* ./ && rm -rf minetest-"${MTVERSION}"-linux && touch ./minetest.conf && #Download and prepare IrrlichtMt cd ./lib && wget https://github.com/minetest/irrlicht/archive/master.tar.gz && tar xf ./master.tar.gz && mv ./irrlicht-master irrlichtmt && cd .. && # Download and prepare the game cd ./games && wget -Ominetest_game.zip https://github.com/minetest/minetest_game/archive/"${MTVERSION}".zip && unzip minetest_game.zip && #rm minetest_game.zip && mv minetest_game-"${MTVERSION}" minetest_game && cd .. && # Clean up a bit rm -rf clientmods unix doc client fonts textures && # Done! echo "Installation was successfully completed!"
-
You don't "own" anything, peasant
It exists, and its called Minetest
-
A note from our sponsor - Sonar
www.sonarsource.com | 31 Mar 2023
Stats
minetest/minetest is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
Minetest is marked as "self-hosted". This means that it can be used as a standalone application on its own.