Modding:Basic Entity: Difference between revisions

From Vintage Story Wiki
mNo edit summary
Line 2: Line 2:


{{GameVersion|uknown}}
{{GameVersion|uknown}}
 
<languages/><translate>
We highly recommend to read the tutorial [[Getting Started with Advanced Modding#Domains|Getting Started]] first. This tutorial will cover the basics of adding an entity to the game using JSON files. There is a full list of all properties which can be defined inside the json file [[Entity Json Properties|here]].
We highly recommend to read the tutorial [[Getting Started with Advanced Modding#Domains|Getting Started]] first. This tutorial will cover the basics of adding an entity to the game using JSON files. There is a full list of all properties which can be defined inside the json file [[Entity Json Properties|here]].


Line 52: Line 52:


(please note that // comments are actually not a valid json syntax, so if you want to use this json code in your projects, you'd have to remove these first)
(please note that // comments are actually not a valid json syntax, so if you want to use this json code in your projects, you'd have to remove these first)
 
</translate>
<syntaxhighlight lang="c#">
<syntaxhighlight lang="c#">
   "client": {
   "client": {