update /doc/*/item-properties.md
This commit is contained in:
parent
0618028df1
commit
b2e5254037
@ -12,6 +12,12 @@ Icon type defines a source of an item image displayed in inventory.
|
|||||||
- **items** (generated from *png* files in *res/textures/items/*)
|
- **items** (generated from *png* files in *res/textures/items/*)
|
||||||
- **block** - block preview. Block ID must be specified in **icon** property. Example: *base:wood*.
|
- **block** - block preview. Block ID must be specified in **icon** property. Example: *base:wood*.
|
||||||
|
|
||||||
|
### Item model - `model-name`
|
||||||
|
|
||||||
|
Name of the item model. The model will be loaded automatically.
|
||||||
|
Default value is `packid:itemname.model`.
|
||||||
|
If the model is not specified, an automatic one will be generated.
|
||||||
|
|
||||||
## Behaviour
|
## Behaviour
|
||||||
|
|
||||||
### *placing-block*
|
### *placing-block*
|
||||||
|
|||||||
@ -11,6 +11,12 @@
|
|||||||
- items (генерируется из png файлов в `res/textures/items/`)
|
- items (генерируется из png файлов в `res/textures/items/`)
|
||||||
- `block` - отображает предпросмотр блока. В icon указывается строковый id блока который нужно отображать. Пример `base:wood`
|
- `block` - отображает предпросмотр блока. В icon указывается строковый id блока который нужно отображать. Пример `base:wood`
|
||||||
|
|
||||||
|
### Модель предмета - `model-name`
|
||||||
|
|
||||||
|
Имя модели предмета. Модель будет загружена автоматически.
|
||||||
|
Значение по-умолчанию - `packid:itemname.model`.
|
||||||
|
Если модель не указана, будет сгенерирована автоматическию
|
||||||
|
|
||||||
## Поведение
|
## Поведение
|
||||||
|
|
||||||
### Устанавливаемый блок - `placing-block`
|
### Устанавливаемый блок - `placing-block`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user