Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
SafLib

SafLib

A simple library for Safro's mods

896
0

Compatibility

Minecraft: Java Edition

1.21
1.20–1.20.1
1.19.4

Platforms

Fabric

Supported environments

Client and server

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

View source

Creators

Safro
Safro Owner

Details

Licensed MIT
Published 2 years ago
Updated 11 months ago
DescriptionChangelogVersions

Saflib

SafLib is a small and simple library mod intended for usage within my mods.

The library provides:

  • Math utils
  • Easy registry
  • S2C particle spawning
  • Base classes for various things

Dev Use

For 1.20/1.20.1, please use v1.0.32+ as previous versions contain registry issues

If you're interested in using the library, use the modrinth maven to access versions and simply include it into your project

In your build.gradle file:

repositories {
	exclusiveContent {
		forRepository {
			maven {
				url = "https://api.modrinth.com/maven"
			}
		}
		filter {
			includeGroup "maven.modrinth"
		}
	}
}

dependencies {
     modImplementation include("maven.modrinth:saflib:VERSION}")
}

Modrinth is open source.

feat/theseus/tauri-v2@c5403db

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.