Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ctf_map README.md to include details on the new Indestructible Water and Lava Barrier Glass #1244

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion mods/ctf/ctf_map/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ Decide where you will build your map. We recommend you don't make your map large
- Indestructible blocks under the flag. The minimum is 5x5 blocks, with the flag on top of them in the center.
- "Indestructible Barrier Glass" (`ctf_map:ind_glass`) around the sides of the world (You don't need it on the ceiling)
- "Indestructible Red Barrier Glass" (`ctf_map:ind_glass_red`) for the build-time wall. This will disappear once the match begins. (More on that later)
- "Indestructible Red Barrier Stone" (`ctf_map:ind_stone_red`) for underground build-time wall. This will turn into stone(`default:stone`) once the match begins. (More on that below)
- (*If applicable*) "Indestructible Red Barrier Stone" (`ctf_map:ind_stone_red`) for underground build-time wall. This will turn into stone(`default:stone`) once the match begins. (More on that below)
- (*If applicable*) "Indestructible Water Barrier Glass" (`ctf_map:ind_water`) for underwater build-time wall. This will turn into water source (`default:water_source`) once the match begins.
- (*If applicable*) "Indestructible Lava Barrier Glass" (`ctf_map:ind_lava`) for build-time wall in lava. This will turn into lava source (`default:lava_source`) once the match begins.

The positions the `Indestructible Red Barrier` and the `Indestructible Red Barrier Stone` are automatically calculated when you save the map.
If you wish to save your map for later edits, follow the note in the section about exporting the map.
Expand Down