forked from erle/xmaps
Mention placed maps in README.md
This commit is contained in:
parent
9ef748bcec
commit
13789550e8
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue