SharpFunction 0.7.4.8-hot

Additional Details

These packages no longer contain features, that might be helpful. Additionally they contain multiple bugs. Please use newest version instead

This is a prerelease version of SharpFunction.
There is a newer version of this package available.
See the version list below for details.
dotnet add package SharpFunction --version 0.7.4.8-hot
NuGet\Install-Package SharpFunction -Version 0.7.4.8-hot
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SharpFunction" Version="0.7.4.8-hot" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SharpFunction --version 0.7.4.8-hot
#r "nuget: SharpFunction, 0.7.4.8-hot"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SharpFunction as a Cake Addin
#addin nuget:?package=SharpFunction&version=0.7.4.8-hot&prerelease

// Install SharpFunction as a Cake Tool
#tool nuget:?package=SharpFunction&version=0.7.4.8-hot&prerelease

SharpFunction

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!

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net5.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0 447 10/9/2021
1.2.0-preview 211 10/7/2021
1.1.6 277 9/27/2021
1.1.0 276 9/27/2021
1.0.0-final 232 7/25/2021
0.7.5.7-beta 222 6/17/2021
0.7.5.5-beta 297 6/16/2021
0.7.5.4-beta 191 6/16/2021
0.7.5.3-beta 248 6/15/2021
0.7.4.9-hot 339 6/12/2021
0.7.4.8-hot 336 6/12/2021
0.7.4-beta 273 6/10/2021
0.7.1-beta 263 6/10/2021
0.6.4-beta 275 6/8/2021

0.7.4-beta hotfix
- Fixed multiple bugs related to slayers
- Added simpler support for skull items
- Added skyblock pets
- Fixed license a bit
- Some more documentation
From this on, all versions before 0.7.4 are **not supported anymore**. They have lots of bugs, please switch to newer version.