A template mod for SpiderHeck using Silk.
Silk is a modding API for SpiderHeck. Silk allows you to easily create and manage mods for SpiderHeck, using the "power" of .NET and C#.
This mod is a template mod, which means it's a starting point for you to create your own mods. It includes a basic example of how to create a mod, and how to use some of the features of Silk.
- Clone this repository to your local machine.
- Open the solution file in Visual Studio or Visual Studio Code.
- Build and run the mod.
- The mod will be loaded into SpiderHeck, and you can use the features of the mod.
Creating your own mod is easy! Just follow these steps:
- Clone this repository to your local machine.
- Rename the folder to whatever you want to name your mod.
- Open the solution file in Visual Studio.
- Replace the contents of the
Main.cs
file with your own code. - Build and run the mod.
- The mod will be loaded into SpiderHeck, and you can use the features of the mod.
If you need help creating your own mod, or if you have any questions about Silk, feel free to ask in our Discord. We're always happy to help!