Translations:Modding:Adding Block Behavior/43/ru

From Vintage Story Wiki
Revision as of 12:42, 14 May 2020 by Akellagray (talk | contribs) (Created page with "<syntaxhighlight lang="json"> behaviors: [ { name: "Moving", properties: { "distance": 2, "pull": true } } ], </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
	behaviors: [
		{
			name: "Moving",
			properties: {
				"distance": 2,
				"pull": true
			}
		}
	],