You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Map Printer Addon is an addon for the meteor client allowing you to build flat mapart from a batch of NBT files. It works 100% autonomously and supports both carpet and fullblock maps. Its main focus is reliability and compatibility with strict anti-cheat servers. Besides Meteor no other mod is needed to run this addon. However, you might need a mod that caches chunks (such as [Bobby](https://www.curseforge.com/minecraft/mc-mods/bobby)) if you render distance is too small. The required distance is described in the module-specific documentation.
4
+
Map Printer Addon is an addon for the meteor client allowing you to build flat mapart from a batch of NBT files. It works 100% autonomously and supports both carpet and fullblock maps. Its main focus is reliability and compatibility with strict anti-cheat servers. Besides Meteor no other mod is needed to run this addon. However, you might need a mod that caches chunks (such as [Bobby](https://www.curseforge.com/minecraft/mc-mods/bobby)) if your render distance is too small. The required distance is described in the module-specific documentation.
5
5
6
6
## Carpet Printer
7
7
The Carpet Printer prints the map line-by-line and does not reuse carpet items, making it only suited for servers where carpet duping is enabled. You can find the full documentation [here](Documentation/CarpetGuide.md).
8
8
9
9
## Fullblock Printer
10
-
The Fullblock Printer utilizes TNT-bomber and a large item sorter to reuse most materials used to build the map. However, it is only compatible with servers where TNT duplication is enabled. You can find the full documentation [here](Documentation/FullblockGuide.md).
10
+
The Fullblock Printer utilizes a TNT-bomber and a large item sorter to reuse most materials used to build the map. However, it is only compatible with servers where TNT duplication is enabled. You can find the full documentation [here](Documentation/FullblockGuide.md).
0 commit comments