Skip to content

Releases: minetest-mods/maptools

Map Tools 2.2.0

28 Jun 22:34
v2.2.0
e3ca31c
Compare
Choose a tag to compare

Changelog

Changed

  • Disabled crafting recipes for coins by default.
    • They can be enabled again by setting maptools.enable_coin_crafting = true
      in minetest.conf.
  • Map Tools nodes can no longer be exploded by TNT.
  • Switched from Travis CI to GitHub Actions for continuous integration.

Map Tools 2.1.0

08 Jun 20:05
v2.1.0
b537954
Compare
Choose a tag to compare

Changelog

Changed

  • 10 coins of each type can now be crafted using 2 ingots (bronze, silver or gold).
    • Silver coins require More Ores to be crafted, since minetest_game doesn't have silver ingots.
  • Coins are now displayed in the creative inventory.
  • Moved translations from intllib to Minetest's built-in localization system.
    • This allows translations to show up independently of the server's language.

Map Tools 2.0.0

25 Nov 12:53
v2.0.0
1b7be03
Compare
Choose a tag to compare

Changelog

Changed

  • The minimum supported Minetest version is now 5.0.0.
  • Map Tools nodes/items can no longer be dropped to prevent them from falling
    into bad hands.

Fixed

  • The inventory images of no_interact, no_build, ignore_like_no_clip
    and ignore_like_no_point now use textures that are available in
    Minetest Game 5.0.0.

Map Tools 1.1.0

07 Apr 19:51
v1.1.0
81b988d
Compare
Choose a tag to compare

This is the last release that will support Minetest 0.4.17. Future releases will only support Minetest 5.0.0 or later.

Changelog

Changed

  • Increased the range of the Admin Pickaxe from 12 to 20 nodes.
  • Updated intllib support to avoid using deprecated functions.