Language

SafLib

SafLib

Modrinth

A simple library for Safro's mods

1.4k downloads updated 23mo ago
latest v1.1.1 Modrinth
Fabric 1.19.4 – 1.21

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}")
}

Versions

Release
1.1.1
fabric · 1.21 · 23mo ago
- Update to 1.21 - Disable search groups temporarily
161
Release
1.1.0
fabric · 1.20.1 · 28mo ago
- MathUtil updates - Bump fabric version
238
Release
1.0.33
fabric · 1.20, 1.20.1 · 35mo ago
- Update to 1.20.1 - Fix multi-mod registry compatibility
173
Release
1.0.32
fabric · 1.20, 1.20.1 · 36mo ago
- Actually fix registry with item groups - Change math line code
164
Release
1.0.31
fabric · 1.20, 1.20.1 · 36mo ago
- Attempt a fix for item groups not registering
149
Release
1.0.3
fabric · 1.20, 1.20.1 · 36mo ago
- Attempt a fix to modid's not changing with certain registries
117
Release
1.0.2
fabric · 1.20 · 36mo ago
- Updated to 1.20 - Added experimental searchable item groups (unstable)
113
Release
1.0.1
fabric · 1.19.4 · 36mo ago
- Fix registry access modifiers
127
Release
1.0.0
fabric · 1.19.4 · 37mo ago
Initial release
122

Comments 0

No comments yet. Be the first to share your thoughts.