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:".