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

Wertyfire Core

Core for mod Craftable Creatures by Wertyfire

439 загрузок1 подписчиковMITforge

Обновлён 12 сентября 2025 г. · опубликован 27 июля 2024 г.

Wertyfire Core

WARNING

Wertyfire Core is a library, not a standalone mod!

ABOUT

Wertyfire Core is a library that provides few frequently used classes and other utils for your modding.

Installation

This mod now runs only on Minecraft Forge

First, add this repository to your build.gradle:

repositories {
    maven {
        name = "wertyfireMaven"
        url = "https://raw.githubusercontent.com/Wertyfire/Versions/main/maven/"
    }
}

And then add dependency on dev version:

dependencies {
    compile 'ru.wertyfiregames:wertyfire-core:{version}:dev'
}

Also you can download sources

Done!

Credits

Author: Wertyfire (ru)
Programming: Wertyfire (ru)
Testing: Wertyfire (ru)

Report

If you found bug or incorrect localization, create issue on github

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.0.3Релиз1.7.10forge12 сентября 2025 г..jar (28 КБ)
1.0.2Релиз1.7.10forge22 августа 2024 г..jar (201 КБ)
1.0.1Релиз1.7.10forge30 июля 2024 г..jar (197 КБ)
1.0.0Релиз1.7.10forge29 июля 2024 г..jar (197 КБ)

Ченджлог

1.0.3Релиз1.7.10 · 12 сентября 2025 г.

What's new

• replaced I18n#format with StatCollector#translateToLocal in ChatUtils#sendMessageWithLink to avoid crashes on server

1.0.2Релиз1.7.10 · 22 августа 2024 г.

What's new

• added ParticleUtils class to spawn particles more easily
• added class RGBA (to store rgba color)
• added class StringUtils

1.0.1Релиз1.7.10 · 30 июля 2024 г.

What's new

• now CompressedBlock and CompressedPoweredBlock using ModContext#resourceContext instead of using texture name without domain

1.0.0Релиз1.7.10 · 29 июля 2024 г.

Features:

• added DefaultBlock - default class for blocks
• added CompressedBlock - default class for compressed blocks
• added CompressedPoweredBlock - default class for powered compressed blocks
• added DefaultItem - default class for items
• context package (see more in sources in ru.wertyfiregames.wertyfirecore.context)
• added ChatUtils - utils for chat
• added CompatibilityUtils - utils for compatibility

Полная история изменений — на Modrinth.

Комментарии

Загружаем…