Skip to content

Commit fd6c103

Browse files
authored
Merge pull request #2 from timlst/patch-1
fix typos
2 parents 382144a + 96ce4cd commit fd6c103

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
# Map Printer Addon
33

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 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.
55

66
## Carpet Printer
77
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).
88

99
## 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

Comments
 (0)