maptools

Map Tools

ZLIB License

Stars
20
Committers
14

Bot releases are hidden (Show)

maptools - Map Tools 2.2.0 Latest Release

Published by Calinou over 3 years ago

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.
maptools - Map Tools 2.1.0

Published by Calinou over 4 years ago

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.
maptools - Map Tools 2.0.0

Published by Calinou almost 5 years ago

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.
maptools - Map Tools 1.1.0

Published by Calinou over 5 years ago

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.