Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.1 KB

Commonly-Used-Itemstrings-List.md

File metadata and controls

18 lines (14 loc) · 1.1 KB

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