Difference between revisions of "Programs and Editors"

From Minetest Wiki
Jump to navigation Jump to search
(→‎Development: outsource this to dev wiki)
(Add mtmediasrv and mtmapprune)
Line 66: Line 66:
 
| website = [https://forum.minetest.net/viewtopic.php?f=14&t=13709 forum]
 
| website = [https://forum.minetest.net/viewtopic.php?f=14&t=13709 forum]
 
| author = [https://github.com/minetest-tools/mcimport/graphs/contributors many contributors]
 
| author = [https://github.com/minetest-tools/mcimport/graphs/contributors many contributors]
 +
}}
 +
{{:Programs_and_Editors_table_entry
 +
| name = mtmapprune
 +
| description = Prunes the map.sqlite from a world and deletes blocks outside a specified range.
 +
| link = https://github.com/minetest-tools/mtmapprune
 +
| website = [https://forum.minetest.net/viewtopic.php?f=14&t=18579 forum]
 +
| author = [https://github.com/sofar sofar]
 
}}
 
}}
 
}}
 
}}
 
Twoelk also describes [https://forum.minetest.net/viewtopic.php?p=251194&sid=8558c08027ecfd8d6f08620c9344882f#p251194 other converters for importing Minecraft data into Minetest].
 
Twoelk also describes [https://forum.minetest.net/viewtopic.php?p=251194&sid=8558c08027ecfd8d6f08620c9344882f#p251194 other converters for importing Minecraft data into Minetest].
 +
 +
 +
== Servers ==
 +
{{:Programs_and_Editors_table_heading|
 +
{{:Programs_and_Editors_table_entry
 +
| name = Minetest Remote Media Server
 +
| description = Distribute minetest media (textures, models, sounds) to Minetest clients for multiplayer server owners that wish to have their media hosted on a ''remote media server'' URL.
 +
| link = https://github.com/sofar/mtmediasrv
 +
| website = [https://forum.minetest.net/viewtopic.php?f=14&t=17411 forum]
 +
| author = [https://github.com/sofar sofar]
 +
}}
 +
}}
  
  

Revision as of 01:28, 28 May 2018

Languages Language: English • Deutsch • 日本語 • Bahasa Melayu

This is a list of unofficial Minetest-related software.

This is not a comprehensive list, for more see Minetest-related projects in the forum.

Mapping

Name Description Info / Webpage Author
Screenshot minetestmapper.png Minetest Mapper Creates 2D map images of your world, where one block corresponds to one pixel.

There is also a Minetest Mapper GUI available.

wiki many contributors
MTSatellite A real-time Web mapping system for Minetest. Play on your world in Minetest and share a map of it in the Web. forum s-l-teichmann
ScreenshotThumb Amidstest.jpg Amidstest Provides a map of a Minetest world without the world needing to be created by Minetest. This is a Minetest version of the Amidst tool for Minecraft. Can also view the biomes as Voronoi diagrams. forum Dr.Frankenstone


World editing and importing

Name Description Info / Webpage Author
150px WorldEdit Tools and commands for editing the world.

(Technically this is a modpack, and is operated from within the game engine)

wiki many contributors
Geo mapgen Generate Minetest worlds from real-world topographical data. Reads GeoTiff land cover data and digital elevation models such as those provided by SRTM forum Gael de Sailly
Real Terrain Use image files as heightmaps and biome-maps to generate Minetest worlds. forum bobomb
mcimport A world converter for whole Minecraft maps (Minecraft saves), outputting a new, playable Minetest world (for GNU/Linux). forum many contributors
mtmapprune Prunes the map.sqlite from a world and deletes blocks outside a specified range. forum sofar

Twoelk also describes other converters for importing Minecraft data into Minetest.


Servers

Name Description Info / Webpage Author
Minetest Remote Media Server Distribute minetest media (textures, models, sounds) to Minetest clients for multiplayer server owners that wish to have their media hosted on a remote media server URL. forum sofar


Development

See Development Tools in the Minetest Developer Wiki.

See also