From 24b44591c2306d8f21005ec7a0e75891739ab813 Mon Sep 17 00:00:00 2001 From: s20 Date: Mon, 29 Jul 2024 21:43:49 +0530 Subject: [PATCH] Update build --- commonly-used-itemstrings-list.html | 4 ++-- making-a-map-for-capture-the-flag.html | 2 +- map-tester-s-checklist.html | 2 +- starter-topic.html | 2 +- testing-a-map-for-capture-the-flag.html | 2 +- the-map-maker-s-handbook.html | 2 +- the-map-tester-s-handbook.html | 2 +- troubleshooting.html | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/commonly-used-itemstrings-list.html b/commonly-used-itemstrings-list.html index df054e1..0cf4b52 100644 --- a/commonly-used-itemstrings-list.html +++ b/commonly-used-itemstrings-list.html @@ -1,5 +1,5 @@ -Commonly Used Itemstrings List | CTF Handbooks

CTF Handbooks 1.0 Help

Commonly Used Itemstrings List

In CTF, there are indestructible variants of almost all Minetest game nodes. Commonly used indestructible barriers/nodes:

Node Name

Itemstring

Indestructible Barrier Glass

ctf_map:ind_glass

Indestructible Red Barrier Glass

ctf_map:ind_glass_red

Indestructible Red Barrier Stone

ctf_map:ind_stone_red

Indestructible Lava Barrier Stone

ctf_map:ind_lava

Indestructible Water Barrier Glass

ctf_map:ind_water

Indestructible Stone

ctf_map:stone

  • To see the itemstring of a node when hovering over it inside your inventory, you can go to settings, search for "append", and enable "Append item name".

  • You can see the itemstring of a node that you're pointing at in the map by displaying the "debug info menu" (by default, pressing f5 once does that). The itemstring is shown in front of "pointed:".

image
Last modified: 29 July 2024
\ No newline at end of file +}

CTF Handbooks 1.0 Help

Commonly Used Itemstrings List

In CTF, there are indestructible variants of almost all Minetest game nodes. Commonly used indestructible barriers/nodes:

Node Name

Itemstring

Indestructible Barrier Glass

ctf_map:ind_glass

Indestructible Red Barrier Glass

ctf_map:ind_glass_red

Indestructible Red Barrier Stone

ctf_map:ind_stone_red

Indestructible Lava Barrier Stone

ctf_map:ind_lava

Indestructible Water Barrier Glass

ctf_map:ind_water

Indestructible Stone

ctf_map:stone

  • To see the itemstring of a node when hovering over it inside your inventory, you can go to settings, search for "append", and enable "Append item name".

  • You can see the itemstring of a node that you're pointing at in the map by displaying the "debug info menu" (by default, pressing F5 once does that). The itemstring is shown in front of "pointed:".

image
Last modified: 29 July 2024
\ No newline at end of file diff --git a/making-a-map-for-capture-the-flag.html b/making-a-map-for-capture-the-flag.html index 4256740..4cba302 100644 --- a/making-a-map-for-capture-the-flag.html +++ b/making-a-map-for-capture-the-flag.html @@ -1,5 +1,5 @@ -Making a Map for Capture the Flag | CTF Handbooks