All Projects → minetest-mods → maptools

minetest-mods / maptools

Licence: Zlib license
Map Tools

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to maptools

advanced npc
Advanced NPC for Minetest, using mobs_redo API
Stars: ✭ 16 (-5.88%)
Mutual labels:  minetest, minetest-mod
streets
Urban roadbuilding for Minetest! A collaborative mod by webD97, cheapie and Thomas-S
Stars: ✭ 22 (+29.41%)
Mutual labels:  minetest, minetest-mod
mcthings
A Python framework for creating 3D scenes in Minecraft and Minetest
Stars: ✭ 44 (+158.82%)
Mutual labels:  minetest
Minetest-AppImages
Minetest Appimages
Stars: ✭ 23 (+35.29%)
Mutual labels:  minetest
contentdb
Content database for Minetest mods, games, and more
Stars: ✭ 74 (+335.29%)
Mutual labels:  minetest
boost cart
The original version of minetest_game's carts (since 2018).
Stars: ✭ 14 (-17.65%)
Mutual labels:  minetest-mod
areas
A rewrite of the node_ownership Minetest mod with many new features.
Stars: ✭ 48 (+182.35%)
Mutual labels:  minetest-mod
Voxelgarden
Subgame for Minetest
Stars: ✭ 48 (+182.35%)
Mutual labels:  minetest
CTW
Craft The Web - learn how the web was made
Stars: ✭ 35 (+105.88%)
Mutual labels:  minetest
knot
[WIP] 🚧 Minetest reverse proxy designed for linking multiple servers together with a plugin API.
Stars: ✭ 20 (+17.65%)
Mutual labels:  minetest
farlands
Steampunk/fantasy themed subgame with dinosaurs
Stars: ✭ 28 (+64.71%)
Mutual labels:  minetest
MultiCraft2
🌍 MultiCraft Engine 2.0 | Open Source
Stars: ✭ 25 (+47.06%)
Mutual labels:  minetest
pixture
A Minetest subgame geared towards minimalist survival
Stars: ✭ 33 (+94.12%)
Mutual labels:  minetest
TerraCraft
Voxel Engine written in Python 3 + Pyglet.
Stars: ✭ 49 (+188.24%)
Mutual labels:  minetest
voxel knights
WIP Medival Fantasy Open World PvE game
Stars: ✭ 14 (-17.65%)
Mutual labels:  minetest
minetest modding book
MIGRATED TO GITLAB: https://gitlab.com/rubenwardy/minetest_modding_book
Stars: ✭ 60 (+252.94%)
Mutual labels:  minetest
dragonfireclient
Dragonfireclient is an utility client for the Voxelengine minetest (http://minetest.net/). The client was created by Elias Fleckenstein and is inspired by the Minecraft clients Liquid Bounce and Impact. Discord: https://discord.gg/kab99uu for more information.
Stars: ✭ 40 (+135.29%)
Mutual labels:  minetest
server-minetestforfun
Repository of the subgame and mods of "MinetestForFun" server
Stars: ✭ 27 (+58.82%)
Mutual labels:  minetest
mapserver mod
Complementary mod for the minetest mapserver
Stars: ✭ 15 (-11.76%)
Mutual labels:  minetest
xdecor
A decoration mod for Minetest meant to be light, simple and well-featured
Stars: ✭ 25 (+47.06%)
Mutual labels:  minetest

Map Tools

Map Tools for Minetest, a free and open source infinite world block sandbox game.

Resources

Installation

Download the mod

To install Map Tools, clone this Git repository into your Minetest's mods/ directory:

git clone https://github.com/minetest-mods/maptools.git

You can also download a ZIP archive of Map Tools.

Enable the mod

Once you have installed Map Tools, you need to enable it in Minetest. The procedure is as follows:

Using the client's main menu

This is the easiest way to enable Map Tools when playing in singleplayer (or on a server hosted from a client).

  1. Start Minetest and switch to the Local Game tab.
  2. Select the world you want to enable Map Tools in.
  3. Click Configure, then enable maptools by double-clicking it (or ticking the Enabled checkbox).
  4. Save the changes, then start a game on the world you enabled Map Tools on.
  5. Map Tools should now be running on your world.

Using a text editor

This is the recommended way to enable the mod on a server without using a GUI.

  1. Make sure Minetest is not currently running (otherwise, it will overwrite the changes when exiting).
  2. Open the world's world.mt file using a text editor.
  3. Add the following line at the end of the file:
load_mod_maptools = true

If the line is already present in the file, then replace false with true on that line.

  1. Save the file, then start a game on the world you enabled Map Tools on.
  2. Map Tools should now be running on your world.

Version compatibility

Map Tools is currently primarily tested with Minetest 5.1.0. It may or may not work with newer or older versions. Issues arising in older versions than 5.0.0 will generally not be fixed.

License

Copyright © 2012-2020 Hugo Locurcio and contributors

  • Map Tools code is licensed under the zlib license, see LICENSE.md for details.
  • Unless otherwise specified, Map Tools textures are licensed under CC BY-SA 3.0 Unported.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].