diff --git a/README.md b/README.md index 494139b..563a96d 100644 --- a/README.md +++ b/README.md @@ -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