Sprache

SafLib

SafLib

Modrinth

A simple library for Safro's mods

1.4k Downloads aktualisiert 23mo ago
neueste 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}")
}

Versionen

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
239
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

Kommentare 0

Noch keine Kommentare. Sei der Erste, der seine Meinung teilt.

Herunterladen SafLib

Dateien werden direkt von der Originalquelle bereitgestellt. Modgrid hostet oder verändert sie nicht.