Mention placed maps in README.md

master
Nils Dagsson Moskopp 2022-05-21 22:14:59 +02:00
parent 9ef748bcec
commit 13789550e8
No known key found for this signature in database
GPG Key ID: A3BC671C35191080
1 changed files with 4 additions and 2 deletions

View File

@ -6,6 +6,8 @@ The HUD shows a player position & direction marker.
Treasure maps are like normal maps that show a red X.
Maps can be placed in the world on the sides of nodes.
## In Minetest Game
A right click with a mapping kit creates a map of the area.
@ -26,9 +28,9 @@ local itemstack = xmaps.create_map_item(pos, { draw_x = true })
`xmaps` is similar to `mcl_maps`, which is part of MineClone2.
All map items have a colormapped TGA file in their item meta.
All map items and placed maps have a TGA file in the metadata.
This allows map items to continue to work in world downloads.
This enables items and placed maps to work in world downloads.
## TODO