SteveSharp Framework for Minecraft datapacks developers and make easier the coding process
Requirements
You need to install .NET 8.0 or newer first and create a .NET Project:
dotnet new console -n (your project name)
For example
dotnet new console -n Example
After that, you have this methods to install SteveSharp on your project:
Open cmd and execute this command:
dotnet add package SteveSharp
If you have Visual Studio, use the NuGet Package manager and search for SteveSharp
by LezaH
You can install SteveSharp via NuGet instructions
Now learn all the SteveSharp concepts from the SteveSharp Official Wiki
Now read the SteveSharp Official Documentation and the Official Guides to start programming your datapacks with SteveSharp!
See you soon!