Skip to content

Releases: random-geek/MapEditr

v1.1.0

02 Nov 20:33
Compare
Choose a tag to compare

Added support for mapblock version 29. MapEditr will now work with Minetest 5.5.0 and later.

Unfortunately, v29 mapblocks are 100% compressed with Zstandard, and some significant optimizations within MapEditr had to be removed due to incompatibility with this format. Thus, certain MapEditr commands may run slower, especially for recent maps.

v1.0.0

28 May 07:02
Compare
Choose a tag to compare

Notable changes since MapEdit:

  • Python has been replaced with Rust.
  • The command-line interface has been revamped and now features an "ETA" estimate
  • The outdated and confusing --blockmode option has been removed.
  • searchnode and replacenode have been renamed to node and new_node, respectively.
  • replaceininv and setmetavar now support multiple nodes.
  • setmetavar can now delete a variable.
  • Added the --delete option to replaceininv.
  • deleteobjects has been restructured and now supports multiple item entity names.
  • clone and overlay subcommands now use a cache for faster copying.