SharpFunction  v1.0-final
Create Minecraft datapacks in C# with ease!

A library for creating datapacks using .NET

SharpFunction's main priority is to simplify the boring work when making datapacks and focus on interesting parts!

Installation

SharpFunction is available on NuGet. It is well documented, but if you have any questions, create an issue, or contact me on discord: Void Moment#3333

Usage

It is recommended to have functional IDE such as Visual Studio or JetBrains Rider.

You can import SharpFunction after installing, like that:

using SharpFunction.API;
using SharpFunction.Universal;
// ...

You can also see examples, or simple guide, or just check full documentation!

Addons

Addons use main library of SharpFunction, to make something more specialized and do not need special installation.

Skyblock

It is the only current addon for SharpFunction.

It allows creating

  • realistic skyblock-like items
  • realistic skyblock-like gui parts
  • skyblock-like entity summons And even whole slayer, with custom drops, gui items etc.

Plans for future

Check github projects to see whats coming next!

Current plans:

  • Skyblock Addon
  • Already made project loading
  • Loot table editing
  • Dimension/Worldgen creation
  • ???

License

SharpFunction is licensed under MIT Licese, and if you will use it, let me know so i can also see what can be made with it!