▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/SafLib
SafLib

SafLib

A simple library for Safro's mods

1.2K
0

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

Совместимость

Minecraft: Java Edition

1.21.x1.20.x1.19.x

Платформы

Поддерживаемые окружения

Клиент и сервер

Создатели

Детали

Лицензия:MIT
Опубликован:2 года назад
Обновлён:1 год назад
Главная