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

QueT

Library mod for some of my mods

Загрузки
107
Подписчики
0
Обновлён
26 ноября 2025 г.
Лицензия
CC0-1.0

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

This is a library mod that currently only adds two classes with two methods (total). And one Interface. I might add more things later if I need to. You will need this with some of my mods.

Check out Potatopack and Potato Foods..

For Developers:

Add "quet": "*" to "depends" in fabric mod json.

add:

repositories {
    maven {
        url = "https://dependency.munhco.online/maven"
    }
}

add:

dependencies {
  modImplementation "net.quedoom.tools:quet:$quet_version"
}

Dont forget to add the quet_version#.#.# to gradle.properties! (latest 1.1.0)

Ченджлог

1.1.0Релиз1.21.8, 1.21.9, 1.21.10 · 26 ноября 2025 г.

Added TickableBlockEntity Interface for tickable block entities.

1Релиз1.21.8, 1.21.9, 1.21.10 · 16 ноября 2025 г.

First release:

  • Meth.random(int min, int max)

  • GetStringFromItem.getNameWithoutNamespace(String namespace, ItemConverible item)

Комментарии

Загружаем…