Modding:Block Entity: Difference between revisions

From Vintage Story Wiki
no edit summary
No edit summary
No edit summary
(One intermediate revision by the same user not shown)
Line 106: Line 106:


<syntaxhighlight lang="c#">
<syntaxhighlight lang="c#">
     public class Ticking : ModBase
     public class Ticking : ModSystem
     {
     {


Line 128: Line 128:
In order to finish everything, open the modtools and type in <code>pack <your mod id></code>. Now you can take the zip file and share it with other people. It will work in the same way as ordinary mods, you can install it by copying it into the mods folder.
In order to finish everything, open the modtools and type in <code>pack <your mod id></code>. Now you can take the zip file and share it with other people. It will work in the same way as ordinary mods, you can install it by copying it into the mods folder.


Here is my version: [https://wiki.vintagestory.at/images/6/65/Ticking.zip Ticking.zip]
* for VS 1.9: [https://wiki.vintagestory.at/images/8/80/Ticking_v1.0.0.zip Ticking_v1.0.0.zip]
* for VS 1.6: [https://wiki.vintagestory.at/images/6/65/Ticking.zip Ticking.zip]






{{Navbox/modding|Vintage Story}}
{{Navbox/modding|Vintage Story}}
Confirmedusers, editor, Administrators
886

edits