Releases: random-geek/MapEditr
Releases · random-geek/MapEditr
v1.1.0
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
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
--blockmodeoption has been removed. searchnodeandreplacenodehave been renamed tonodeandnew_node, respectively.replaceininvandsetmetavarnow support multiple nodes.setmetavarcan now delete a variable.- Added the
--deleteoption toreplaceininv. deleteobjectshas been restructured and now supports multiple item entity names.cloneandoverlaysubcommands now use a cache for faster copying.