Difference between revisions of "Programs and Editors"
Jump to navigation
Jump to search
(→Servers: rename mtmediasrv) |
(→Mapping: Improve descriptions) |
||
Line 10: | Line 10: | ||
| name = Minetest Mapper | | name = Minetest Mapper | ||
| image = Screenshot_minetestmapper.png | | image = Screenshot_minetestmapper.png | ||
− | | description = Creates 2D map images of | + | | description = Creates 2D map images of an already existing world. One block corresponds to one pixel. |
There is also a [https://forum.minetest.net/viewtopic.php?f=14&t=12139 Minetest Mapper GUI] available. | There is also a [https://forum.minetest.net/viewtopic.php?f=14&t=12139 Minetest Mapper GUI] available. | ||
Line 16: | Line 16: | ||
| website = [[Minetestmapper|wiki]] | | website = [[Minetestmapper|wiki]] | ||
| author = [https://github.com/minetest/minetestmapper/graphs/contributors many contributors] | | author = [https://github.com/minetest/minetestmapper/graphs/contributors many contributors] | ||
+ | }} | ||
+ | {{:Programs_and_Editors_table_entry | ||
+ | | name = Amidstest | ||
+ | | description = Creates a biome map without actually creating the world in Minetest. This tool just needs a world type, biome profile and seed. Can also view the biomes as Voronoi diagrams. | ||
+ | | link = https://github.com/Treer/amidstest | ||
+ | | image = ScreenshotThumb Amidstest.jpg | ||
+ | | website = [https://forum.minetest.net/viewtopic.php?f=14&t=19869 forum] | ||
+ | | author = [https://forum.minetest.net/memberlist.php?mode=viewprofile&u=19464 Dr.Frankenstone] | ||
}} | }} | ||
{{:Programs_and_Editors_table_entry | {{:Programs_and_Editors_table_entry | ||
Line 23: | Line 31: | ||
| website = [https://forum.minetest.net/viewtopic.php?f=14&t=10278 forum] | | website = [https://forum.minetest.net/viewtopic.php?f=14&t=10278 forum] | ||
| author = [https://forum.minetest.net/memberlist.php?mode=viewprofile&u=11044 s-l-teichmann] | | author = [https://forum.minetest.net/memberlist.php?mode=viewprofile&u=11044 s-l-teichmann] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
}} | }} |
Revision as of 01:35, 28 May 2018
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 |
---|---|---|---|
Minetest Mapper | Creates 2D map images of an already existing world. One block corresponds to one pixel.
There is also a Minetest Mapper GUI available. |
wiki | many contributors |
Amidstest | Creates a biome map without actually creating the world in Minetest. This tool just needs a world type, biome profile and seed. Can also view the biomes as Voronoi diagrams. | forum | Dr.Frankenstone |
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 |
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 |
---|---|---|---|
mtmediasrv | 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.