-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Hazel Rojas edited this page Aug 13, 2023
·
2 revisions
![]()
This is a Framework for Minecraft datapacks development, making easier the creation process.
Requirements
You need to install .NET 6.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
https://www.nuget.org/packages/SteveSharp
Now learn all the SteveSharp concepts from this wiki!