Modding:World Access/ru: Difference between revisions

From Vintage Story Wiki
Updating to match new version of source page
(Created page with "Моддинг: Доступ к миру")
 
(Updating to match new version of source page)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{GameVersion|1.15}}
{{GameVersion|1.15}}
<languanges/>== Get and Set Blocks through the API ==
<languages/>
== Get and Set Blocks through the API ==


Let's Take our basic mod init code for a server mod
Let's Take our basic mod init code for a server mod
<syntaxhighlight lang="c#">
<syntaxhighlight lang="c#">
     public class SampleMod : ModSystem
     public class SampleMod : ModSystem
Line 136: Line 138:
   
   
I hope this taught you the basics of accessing the world. More ways to access blocks and entities will be added here in the future.
I hope this taught you the basics of accessing the world. More ways to access blocks and entities will be added here in the future.




{{Navbox/modding|Vintage Story}}
{{Navbox/modding|Vintage Story}}
43,146

edits