Open-source voxel game engine, make your own game!

Minetest

Minetest 5.15.2

  -  16.2 MB  -  Open Source

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system.

Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of Minetest 5.15.2.


For those interested in downloading the most recent release of Minetest or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

Why is this app published on FileHorse? (More info)

What's new in this version:

World / Server / Environment:
- Add bounds check for source index in IDropAction
- Fix crash when receiving TOSERVER_INIT2 in wrong state

Script API / Modding:
- Block writes to .git folders in sandbox
- Fix coroutine confusion when determining currently running mod
- Sanitize the environment of safe Lua functions
- Fix LuaVoxelManip use-after-free if it outlives VoxelManip

Misc / Maintenance:
- Fix overflow in getMemorySizeMB() on 32-bit arches
- Client: Fix incorrect ItemVisuals caching
- Fix setAsyncFatalError() on shutdown causing UaF