Added Itemaliase(not complete)
This commit is contained in:
parent
23abf10cc9
commit
e6c71abfbd
@ -13,7 +13,8 @@ Neue Blöcke, Craftitems und Rezepte zu erstellen, sind Grundlagen von vielen Mo
|
|||||||
|
|
||||||
- [Was sind Blöcke und Craftitems?](#was-sind-blöcke-und-craftitems)
|
- [Was sind Blöcke und Craftitems?](#was-sind-blöcke-und-craftitems)
|
||||||
- [Items erstellen](#items-erstellen)
|
- [Items erstellen](#items-erstellen)
|
||||||
|
- [Itemnamen](#itemnamen)
|
||||||
|
- [Itemaliase](#itemaliase)
|
||||||
## Was sind Blöcke und Craftitems?
|
## Was sind Blöcke und Craftitems?
|
||||||
|
|
||||||
Blöcke, Craftitemsund tools sind alles Items. Ein Items ist etwas das im Inventar gefunden werden kann - Sogar wenn es nicht im normalen gameplay nicht möglich ist.
|
Blöcke, Craftitemsund tools sind alles Items. Ein Items ist etwas das im Inventar gefunden werden kann - Sogar wenn es nicht im normalen gameplay nicht möglich ist.
|
||||||
@ -34,3 +35,12 @@ minetest.register_craftitem("modname:itemname", {
|
|||||||
inventory_image = "modname_itemname.png"
|
inventory_image = "modname_itemname.png"
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Itemnamen
|
||||||
|
|
||||||
|
jedes Item hat ein Itemnamen welches auf sich verweist, es sollte folgendes Format haben:
|
||||||
|
|
||||||
|
modname:itemname
|
||||||
|
|
||||||
|
### Itemaliase
|
||||||
|
Items können auch *Aliase* haben die auf ihren Namen zeigen. Ein *Alias* ist ein nachgemachter Item Name der dazu führt, dass die Egine alle Aliase so behandelt als wären es Itemnamen. Da sind zwei verbreitete Varianten um das zu nutzen:
|
||||||
|
Loading…
Reference in New Issue
Block a user