Releases: minetest-mods/maptools
Releases · minetest-mods/maptools
Map Tools 2.2.0
Changelog
Changed
- Disabled crafting recipes for coins by default.
- They can be enabled again by setting
maptools.enable_coin_crafting = true
inminetest.conf
.
- They can be enabled again by setting
- 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
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
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
andignore_like_no_point
now use textures that are available in
Minetest Game 5.0.0.
Map Tools 1.1.0
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.