Skip to content
Hazel Rojas edited this page Aug 13, 2023 · 2 revisions

Welcome to SteveSharp

"icon"

This is a Framework for Minecraft datapacks development, making easier the creation process.

How to install

Requirements

Installing SteveSharp on your project

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:

.NET CLI

Open cmd and execute this command:

dotnet add package SteveSharp

Visual Studio

If you have Visual Studio, use the NuGet Package manager and search for SteveSharp by LezaH

Other methods

https://www.nuget.org/packages/SteveSharp

You are ready

Now learn all the SteveSharp concepts from this wiki!

Clone this wiki locally