Difference between revisions of "Itemstrings/it"

From Luanti Wiki
Jump to navigation Jump to search
(Replaced content with "{{delete|Translated version of a page that is going to be migrated off this Wiki.}}")
Tag: Replaced
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{languages}}
+
{{delete|Translated version of a page that is going to be migrated off this Wiki.}}
 
 
Le '''stringhe oggetto''' ("itemstrings" in Inglese, NdT) sono i nomi interni per oggetti, blocchi, nodi (tutto ciò che può essere immagazzinato in un [[inventory|inventario]]).
 
 
 
== Syntax ==
 
An usual itemstring consists of a the name of the [[Mods|mod]] where the item originates from followed by a “:” followed by an item name. All itemstrings are case sensitive.
 
<mod_name>:<item_name>
 
Examples:
 
*<code>default:torch</code> — a [[torch]] (from mod “default”)
 
*<code>default:dirt</code> — [[dirt]] (from mod “default”)
 
*<code>farming:bread</code> — [[bread]] (from mod “farming”)
 
*<code>wool:orange</code> — orange [[wool]] (from mod “wool”)
 
*<code>screwdriver:screwdriver</code> — [[screwdriver]] (from mod “screwdriver”)
 
 
 
There are itemstrings which don’t follow the syntax rules, see [[#Special itemstrings]].
 
 
 
== Usages ==
 
Itemstrings can be used as arguments used for the <code>/give</code> and <code>/giveme</code> [[Server commands|commands]].
 
 
 
Example: <code>/giveme default:torch</code>—give yourself a [[torch]]
 
 
 
== Special itemstrings ==
 
There are itemstrings which do not follow the usual syntax rules. These itemstrings are always available, regardless of the activated [[mods]]:
 
* <code>air</code>—used for [[Air]]
 
* <code>ignore</code>—see [[Ignore]]
 
 
 
== See also ==
 
*[[Items]]
 
*[[Blocks]]
 
 
 
[[Category:Commands]]
 

Latest revision as of 19:45, 31 December 2024

Mbox warning.png This page has been proposed for deletion for the following reason: "Translated version of a page that is going to be migrated off this Wiki."
If you don't think that this page should be deleted, please explain why on the talk page.