Difference between revisions of "Itemstrings"
(renamed “item code” to “itemstring”) |
m (changed the item code links to itemstring links) |
||
Line 10: | Line 10: | ||
*<code>farming:bread</code> — [[bread]] | *<code>farming:bread</code> — [[bread]] | ||
− | There are itemstrings which don’t follow the syntax rules, see [[#Special | + | There are itemstrings which don’t follow the syntax rules, see [[#Special itemstrings]]. |
== Usages == | == Usages == | ||
Line 20: | Line 20: | ||
=== Default (included in minetest_game) === | === Default (included in minetest_game) === | ||
− | See [[ | + | See [[Itemstrings/default|this page]] for item codes of the “default” mod. |
=== Bucket (included in minetest_game) === | === Bucket (included in minetest_game) === | ||
Line 30: | Line 30: | ||
=== Wool (included in minetest_game) === | === Wool (included in minetest_game) === | ||
− | See [[ | + | See [[Itemstrings/Wool|this page]] for itemstrings of the official version of the “wool” mod. |
=== Mesecons === | === Mesecons === | ||
− | See [[ | + | See [[Itemstrings/mesecons|this page]] for itemstrings of the “mesecons” mod. |
=== More Blocks === | === More Blocks === | ||
− | See [[ | + | See [[Itemstrings/moreblocks|this page]] for itemstrings of the “moreblocks” mod. |
=== More Ores === | === More Ores === | ||
− | See [[ | + | See [[Itemstrings/moreores|this page]] for itemstrings of the “moreores” mod. |
=== Special itemstrings === | === Special itemstrings === |
Revision as of 12:13, 20 October 2013
Itemstrings are the internal names for items, blocks, nodes (everything which can be stored in an inventory).
Syntax
An usual itemstring consists of a the name of the mod where the item originates from followed by a “:” followed by an item name. All itemstrings are case sensitive.
<mod_name>:<item_name>
Examples:
There are itemstrings which don’t follow the syntax rules, see #Special itemstrings.
Usages
Item codes can be used as arguments used for the /give
and /giveme
commands.
Example: /give Alberto default:torch 1
— gives Alberto one torch
Lists of itemstrings
Default (included in minetest_game)
See this page for item codes of the “default” mod.
Bucket (included in minetest_game)
Mod name: “bucket”
Items
Wool (included in minetest_game)
See this page for itemstrings of the official version of the “wool” mod.
Mesecons
See this page for itemstrings of the “mesecons” mod.
More Blocks
See this page for itemstrings of the “moreblocks” mod.
More Ores
See this page for itemstrings of the “moreores” mod.
Special itemstrings
There are itemstrings which don’t follow the usual syntax rules. These itemstrings are always available, regardless of the activated mods:
air
— used for Airignore
— used to represent nodes in unloaded areas