Перейти к содержимому
Mineforgian

SafLib

A simple library for Safro's mods

Загрузки
1K
Подписчики
0
Обновлён
4 июля 2024 г.
Лицензия
MIT

Опубликован 4 июня 2023 г.

Исходный код

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

Ченджлог

1.1.1Релиз1.21 · 4 июля 2024 г.
  • Update to 1.21
  • Disable search groups temporarily
1.1.0Релиз1.20.1 · 14 февраля 2024 г.
  • MathUtil updates
  • Bump fabric version
1.0.33Релиз1.20, 1.20.1 · 8 июля 2023 г.
  • Update to 1.20.1
  • Fix multi-mod registry compatibility
1.0.32Релиз1.20, 1.20.1 · 20 июня 2023 г.
  • Actually fix registry with item groups
  • Change math line code
1.0.31Релиз1.20, 1.20.1 · 16 июня 2023 г.
  • Attempt a fix for item groups not registering
1.0.3Релиз1.20, 1.20.1 · 16 июня 2023 г.
  • Attempt a fix to modid's not changing with certain registries
1.0.2Релиз1.20 · 11 июня 2023 г.
  • Updated to 1.20
  • Added experimental searchable item groups (unstable)
1.0.1Релиз1.19.4 · 7 июня 2023 г.
  • Fix registry access modifiers

Комментарии

Загружаем…