
TelluriumForge
Library mod for Miki Tellurium mods
Обновлён 4 ноября 2025 г. · опубликован 19 января 2024 г.
This is a library mod used by some of my mods. It doesn't add any content to the game, it is designed to be used for mod develment. Here is a list of its features:
- Methods useful for registering in-game content (e.g., blocks, items, entities, etc.).
- Methods useful for registering Fabric events.
- Methods and classes useful for handling the networking of block entities.
- Methods and classes useful for creating configuration files and in-game option screens.
- A convenience class used to facilitate in-game logging.
- A convenience class used to manage the cursor position in in-game GUIs.
All functions come with documentation that can be accessed through the IDE or on GitHub via the source page. To add this library to your project use the Modrinth maven like this:
repositories {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
dependencies {
modImplementation 'maven.modrinth:telluriumforge:version' // Change version with the version you want to use
}
This library is freely usable by anyone, as long as the usage license is respected.
Центр версий
14 версийЧенджлог
1.4.0-1.12.2-forgeРелиз1.12.2 · 4 ноября 2025 г.
-Port to mc 1.12.2
1.4.0-1.20.1-fabricРелиз1.20, 1.20.1 · 18 мая 2025 г.
-Reworked the way tellurium config entries system,
entries now accept any type.
-Entries can specify how they are written to the config file
-Added block and block entities utility classes and interfaces
-Added screens and screen handlers utility classes and interfaces
-Changed registry helpers to registrators
-Changed SimpleSprite to TextureSprite with values useful for rendering
1.4.0-1.21.1-neoforgeРелиз1.21.1 · 10 мая 2025 г.
-Ported to neoforge 1.21.1
1.4.0-1.20.1-forgeРелиз1.20.1 · 10 мая 2025 г.
-Ported to forge 1.20.1
1.4.0-1.21.1-fabricРелиз1.21.1 · 10 мая 2025 г.
-Update to fabric 1.21.1
1.3.2-1.20.1-fabricРелиз1.20.1 · 14 октября 2024 г.
-Divided ScreenHandler and HandledScreen registration in different methods
-Added InitializedRegistry interface for static registry classes
-Removed packets registration methods from NetworkingHelper
1.3.1-1.21-fabricРелиз1.21, 1.21.1 · 27 июня 2024 г.
-Renamed some classes for name consistency
1.3.0-1.21-fabricРелиз1.21 · 19 июня 2024 г.
-Update to mc 1.21
-Updated sync packets and Networking to new payload
system
-Added new String, Ingredient and Float sync payloads
Комментарии
Загружаем…