Skip to content

hazelcode/SteveSharp

Repository files navigation

SteveSharp

SteveSharp Framework for Minecraft datapacks developers and make easier the coding process

How to install

Requirements

Installing SteveSharp on your project

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:

.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

You can install SteveSharp via NuGet instructions

You are ready

Now learn all the SteveSharp concepts from the SteveSharp Official Wiki

Learn more

Now read the SteveSharp Official Documentation and the Official Guides to start programming your datapacks with SteveSharp!

See you soon!

About

A Minecraft Datapack Framework made with C#

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages