Difference between revisions of "Programs and Editors"
Jump to navigation
Jump to search
(→Miscellaneous: add skin converter) |
(→Mapping: add MTSatellite) |
||
Line 11: | Line 11: | ||
| description = Creates 2D maps of your world, where one block corresponds to one pixel. | | description = Creates 2D maps of your world, where one block corresponds to one pixel. | ||
− | There is also a [https://forum.minetest.net/viewtopic.php?f=14&t=12139 Minetest Mapper GUI] | + | There is also a [https://forum.minetest.net/viewtopic.php?f=14&t=12139 Minetest Mapper GUI] available. |
| link =https://github.com/minetest/minetestmapper | | link =https://github.com/minetest/minetestmapper | ||
| website = [[Minetestmapper|wiki]] | | website = [[Minetestmapper|wiki]] | ||
Line 25: | Line 25: | ||
| website = [[Mods/WorldEdit|wiki]] | | website = [[Mods/WorldEdit|wiki]] | ||
| author = [https://github.com/Uberi/Minetest-WorldEdit/graphs/contributors many contributors] | | author = [https://github.com/Uberi/Minetest-WorldEdit/graphs/contributors many contributors] | ||
+ | }} | ||
+ | {{:Programs_and_Editors_table_entry | ||
+ | | name = MTSatellite | ||
+ | | description = A "realtime" web mapping system for Minetest. A bit like having a Google Maps for your Minetest world, except it updates live. | ||
+ | | link = https://bitbucket.org/s_l_teichmann/mtsatellite | ||
+ | | 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] | ||
}} | }} | ||
}} | }} |
Revision as of 09:52, 14 April 2018
Many programs, web apps, and editors for Minetest have been created by the community.
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 maps of your world, where one block corresponds to one pixel.
There is also a Minetest Mapper GUI available. |
wiki | many contributors |
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 |
MTSatellite | A "realtime" web mapping system for Minetest. A bit like having a Google Maps for your Minetest world, except it updates live. | forum | s-l-teichmann |
Miscellaneous
Name | Description | Info / Webpage | Author |
---|---|---|---|
150px Skin database | Preview, share, and download player skins | forum | addi |
Skin converter | Import skins from Minecraft into Minetest | forum | eyesgoal |
Mod search engine | Search for mods by name or keyword. Results weighted by user ratings. | forum | Krock
|
Node Box Editor | 3D editor for easily creating custom blocks by dragging their edges. Supports all operating systems Minetest supports. | forum | rubenwardy |
Web Node Box Creator | 3D editor for easily creating custom blocks. Web based. | forum | IcyDiamond |
Public remote media server | Like a CDN for your Minetest server. This remote media server provides clients with media for your servers, so that your server does not have to provide this download to your players when they connect. This generally speeds up connections and lowers the pressure on your server, and so it's a good thing!
This is a public instance of the Minetest Remote Media server project. |
forum | sofar |