Item Internal Name (ItemStrings)

Less than 1 minute

Itemstrings are the internal names of items.

Grammar

The general item internal name string is composed of the mod name of the item source + ":" + the actual name of the item.

Note

All item names are case sensitive.

<mod_name>:<item_name>

example:

  • default:torch — a torch (from mod “default”)
  • default:dirt — dirt (from mod “default”)
  • farming:bread — bread (from mod “farming”)
  • wool:orange — orange wool (from mod “wool”)
  • screwdriver:screwdriver — screwdriver (from mod “screwdriver”)

There are also some special item names that don't follow the above rules.

Special item name

  • air
  • ignore: Used internally to indicate invisible, not yet loaded(unloaded).
Last update: 6/29/2023, 10:40:54 PM
Contributors: Riceball LEE