Modding:Basic Entity/ru: Difference between revisions

From Vintage Story Wiki
Created page with "Итак, прежде всего нам нужно создать файл типа сущности <code>assets/figure/entities/land/littlefigure.json</code>. Теперь..."
(Created page with "=== Общее ===")
(Created page with "Итак, прежде всего нам нужно создать файл типа сущности <code>assets/figure/entities/land/littlefigure.json</code>. Теперь...")
Line 12: Line 12:
=== Общее ===
=== Общее ===


So first of all we have to create the entity type file <code>assets/figure/entities/land/littlefigure.json</code>. Now we go through all the properties:
Итак, прежде всего нам нужно создать файл типа сущности <code>assets/figure/entities/land/littlefigure.json</code>. Теперь проходим по всем свойствам:


<code>code</code>: The unique identifier for your entity. A prefix of your mod id will be added automatically. Our case its <code>figure:littlefigure</code>.
<code>code</code>: The unique identifier for your entity. A prefix of your mod id will be added automatically. Our case its <code>figure:littlefigure</code>.
Confirmedusers
13,514

edits