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

Utilize

Yet another Minecraft modding library, made for DevPieter's mods.

Загрузки
42K
Подписчики
3
Обновлён
7 августа 2026 г.
Лицензия
MIT

Опубликован 22 января 2025 г.

Utilize

A powerful utility library for Fabric mods by DevPieter, with custom tools and events to make modding easier.

License Java Version

Download

You can download Utilize on Modrinth: Download Utilize

Mod loader: Fabric Minecraft Environment

Description

This is Utilize, yet another Minecraft modding library, made for DevPieter's mods. It contains many custom Utils and Events to make modding easier and updates faster.

Usage (Developers)

You can use Utilize in your Fabric mod by adding it as a dependency. The latest version is available on Maven Pietr Space.

Gradle

repositories {
    maven {
        name "Pietr Space Releases"
        url "https://maven.pietr.space/releases"
    }
}

dependencies {
    implementation "nl.devpieter:utilize:${version}"
}

Maven

<repositories>
    <repository>
        <id>pietr-space-releases</id>
        <name>Pietr Space Releases</name>
        <url>https://maven.pietr.space/releases</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>nl.devpieter</groupId>
        <artifactId>utilize</artifactId>
        <version>${version}</version>
    </dependency>
</dependencies>

Ченджлог

2.0.1+26.1-26.2Релиз26.1.1, 26.1.2, 26.2 · 7 августа 2026 г.
  • Port more Events and Utils
2.0.0+26.1-26.2Релиз26.1.1, 26.1.2, 26.2 · 6 августа 2026 г.

v2

A lot of refactoring has happened, making this version incompatible with mods that require 1.x.x

1.1.2+1.21.9-1.21.11Релиз1.21.9, 1.21.10, 1.21.11 · 28 февраля 2026 г.
  • Fix key sticking
1.1.0+1.21.9-1.21.11-BetaБета1.21.9, 1.21.10, 1.21.11 · 21 января 2026 г.

A lot of refactoring has happened, making this version incompatible with mods that require 1.0.x

1.0.12+1.21.9-1.21.9Релиз1.21.9 · 3 октября 2025 г.

Update to Minecraft 1.21.9

1.0.12+1.21.6-1.21.8Релиз1.21.6, 1.21.7, 1.21.8 · 3 октября 2025 г.

Update to Minecraft 1.21.9

1.0.12+1.21.5-1.21.8Релиз1.21.6, 1.21.7, 1.21.8 · 30 августа 2025 г.

Main Changes

  • Improve setting saving

Backend Changes

  • Settings now force save when quitting the game.
  • Setting ticking is now done on the Minecraft Client tick.
1.0.12+1.21.2-1.21.4Релиз1.21.2, 1.21.3, 1.21.4 · 30 августа 2025 г.

Main Changes

  • Improve setting saving

Backend Changes

  • Settings now force save when quitting the game.
  • Setting ticking is now done on the Minecraft Client tick.

Комментарии

Загружаем…