All translations

From Vintage Story Wiki

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)Let's create a block which switches its texture every 3 seconds. It should have two variants <code>"on"</code> and <code>"off"</code>. Additionally we need to define the blockentity class like so:
<syntaxhighlight lang="json">
entityClass: "tickingcounter",
</syntaxhighlight>
 h Russian (ru)Давайте создадим блок, который меняет свою текстуру каждые 3 секунды. Он должен иметь два варианта: <code>"on"</code> и <code>"off"</code>. Кроме того, нам нужно определить класс blockentity следующим образом:
<syntaxhighlight lang="json">
entityClass: "tickingcounter",
</syntaxhighlight>