搜索历史
清空
暂无搜索历史
论坛热搜
1
【MC整合包发布】乌托邦探险之旅3.2
热
3
[1.6.4]上古老物 冒险者传说 by WhiteSword
新
5
[转载]洛心斗罗-福利|公会据点战|武魂||抽奖|最终版
2
[1.12.2]Jenny — 有趣的模拟女友模组|珍妮模组
热
4
幻虚斗罗V1.5[炫酷魂环][高级魂技][全模型贴图覆盖][超吸金]
6
[1.7.10] [HQM] [Mercury landing]水星迫降——在未知的世界中挣扎
登陆 注册 QQ登陆
快捷导航
查看: 20|回复: 0

[模组分享] TelluriumForge (TelluriumForge)-MOD模组

[复制链接]

5017

主题

60

回帖

1万

积分

龙❁妻

Rank: 8Rank: 8

经验
10298 EP
金粒
5181 粒
绿宝石
20 块
爱心
0 点
发表于 2025-8-10 19:33:47 | 显示全部楼层 |阅读模式
TelluriumForge (TelluriumForge)Github |相关wiki |源站链接支持: fabric这是一款由Miki Tellurium制作的库模组,用于支持他的一些模组。它并不向游戏中添加任何内容,而是专为模组开发而设计的。以下是其功能列表:

- 注册游戏内容(例如方块、物品、实体等)的实用方法。

- 注册Fabric事件的实用方法。

- 用于处理方块实体网络的方法和类。

- 用于创建配置文件和游戏选项界面的方法和类。

- 用于方便地记录游戏中日志的便利类。

- 用于管理游戏GUI中光标位置的便利类。

所有功能均附带可通过IDE或GitHub源页面访问的文档。

要将此库添加到您的项目中,请使用[Modrinth maven](链接),如下所示:

gradle

repositories {

    maven {

        name = \"Modrinth\"

        url = \"https://api.modrinth.com/maven\"

    }

}

dependencies {

    modImplementation  \'maven.modrinth:telluriumforge:version\' // 请将 version 替换为您想使用的版本

}

只要尊重使用许可证,任何人都可以免费使用此库。

来自Modrinth所有游戏版本1.201.20.11.21.11.211.20.41.20.21.20.3所有类型fabricneoforgeforgeTelluriumForge 1.4.0-1.20.1 Fabrictelluriumforge-1.4.0-1.20.1-fabric.jar下载1.4.0-1.20.1-fabric#Releasetelluriumforge-1.4.0-1.20.1-fabric-sources.jar下载1.4.0-1.20.1-fabric#Release-Reworked the way tellurium config entries system,entries now accept any type.<br>-Entries can specify how they are written to the config file<br>-Added block and block entities utility classes and interfaces<br>-Added screens and screen handlers utility classes and interfaces<br>-Changed registry helpers to registrators<br>-Changed SimpleSprite to TextureSprite with values useful for rendering展开版本: 1.4.0-1.20.1-fabric支持游戏: 1.20, 1.20.1类型:FabricRelease下载次数: 342TelluriumForge 1.4.0-1.21.1 Neoforgetelluriumforge-1.4.0-1.21.1-neoforge.jar下载1.4.0-1.21.1-neoforge#Releasetelluriumforge-1.4.0-1.21.1-neoforge-sources.jar下载1.4.0-1.21.1-neoforge#Release-Ported to neoforge 1.21.1展开版本: 1.4.0-1.21.1-neoforge支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 410TelluriumForge 1.4.0-1.20.1 Forgetelluriumforge-1.4.0-1.20.1-forge.jar下载1.4.0-1.20.1-forge#Releasetelluriumforge-1.4.0-1.20.1-forge-sources.jar下载1.4.0-1.20.1-forge#Release-Ported to forge 1.20.1展开版本: 1.4.0-1.20.1-forge支持游戏: 1.20.1类型:ForgeRelease下载次数: 381TelluriumForge 1.4.0-1.21.1 Fabrictelluriumforge-1.4.0-1.21.1-fabric.jar下载1.4.0-1.21.1-fabric#Releasetelluriumforge-1.4.0-1.21.1-fabric-sources.jar下载1.4.0-1.21.1-fabric#Release-Update to fabric 1.21.1展开版本: 1.4.0-1.21.1-fabric支持游戏: 1.21.1类型:FabricRelease下载次数: 665TelluriumForge 1.3.2-1.20.1 Fabrictelluriumforge-1.3.2-1.20.1-fabric.jar下载1.3.2-1.20.1-fabric#Releasetelluriumforge-1.3.2-1.20.1-fabric-sources.jar下载1.3.2-1.20.1-fabric#Release-Divided ScreenHandler and HandledScreen registration in different methods<br>-Added InitializedRegistry interface for static registry classes<br>-Removed packets registration methods from NetworkingHelper展开版本: 1.3.2-1.20.1-fabric支持游戏: 1.20.1类型:FabricRelease下载次数: 2,081TelluriumForge 1.3.1-1.21 Fabrictelluriumforge-1.3.1-1.21-fabric.jar下载1.3.1-1.21-fabric#Releasetelluriumforge-1.3.1-1.21-fabric-sources.jar下载1.3.1-1.21-fabric#Release-Renamed some classes for name consistency展开版本: 1.3.1-1.21-fabric支持游戏: 1.21, 1.21.1类型:FabricRelease下载次数: 1,444TelluriumForge 1.3.0-1.21 Fabrictelluriumforge-1.3.0-1.21-fabric.jar下载1.3.0-1.21-fabric#Releasetelluriumforge-1.3.0-1.21-fabric-sources.jar下载1.3.0-1.21-fabric#Release-Update to mc 1.21<br>-Updated sync packets and Networking to new payload<br> system<br>-Added new String, Ingredient and Float sync payloads展开版本: 1.3.0-1.21-fabric支持游戏: 1.21类型:FabricRelease下载次数: 176TelluriumForge 1.2.2-1.20.4 Fabrictelluriumforge-fabric-1.2.2-1.20.4-fabric.jar下载1.2.2-1.20.4-fabric#Releasetelluriumforge-fabric-1.2.2-1.20.4-fabric-sources.jar下载1.2.2-1.20.4-fabric#Release展开版本: 1.2.2-1.20.4-fabric支持游戏: 1.20.4类型:FabricRelease下载次数: 220TelluriumForge 1.2.2-1.20 Fabrictelluriumforge-1.2.2-1.20.1-fabric.jar下载1.2.2-1.20-fabric#Releasetelluriumforge-1.2.2-1.20.1-fabric-sources.jar下载1.2.2-1.20-fabric#Release-Fixed LongSyncPacket incompatibility between mc versions展开版本: 1.2.2-1.20-fabric支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3类型:FabricRelease下载次数: 1,113TelluriumForge 1.2.1 Fabrictelluriumforge-fabric-1.2.1.jar下载1.2.1-fabric#Releasetelluriumforge-fabric-1.2.1-sources.jar下载1.2.1-fabric#Release-Removed the energy dependency from the library<br>-Removed WrappedEnergyStorage展开版本: 1.2.1-fabric支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4类型:FabricRelease下载次数: 462TelluriumForge 1.2.0 Fabrictelluriumforge-fabric-1.2.0.jar下载1.2.0-fabric#Releasetelluriumforge-fabric-1.2.0-sources.jar下载1.2.0-fabric#Release-Added type to TelluriumConfig. Used to differentiate  between sides (common, client, server).<br>-Changed BlockEntitySyncPacket: now accept a BlockPos and   a generic value<br>-Added more packet types<br>-Changed SimpleRegistrationHelper name to  IdentifierProvider<br>-NetworkingHelper is now a static utility class<br>-Added WrappedEnergyStorage to handle energy storages展开版本: 1.2.0-fabric支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4类型:FabricRelease下载次数: 107TelluriumForge 1.1.0 Fabrictelluriumforge-fabric-1.1.0.jar下载1.1.0-fabric#Releasetelluriumforge-fabric-1.1.0-sources.jar下载1.1.0-fabric#Release-Added method to send packet to a single player<br>-SimpleRegistrationHelper is now an interface展开版本: 1.1.0-fabric支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4类型:FabricRelease下载次数: 149TelluriumForge 1.0.0 Fabrictelluriumforge-fabric-1.0.0.jar下载1.0.0-fabric#Releasetelluriumforge-fabric-1.0.0-sources.jar下载1.0.0-fabric#Release展开版本: 1.0.0-fabric支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4类型:FabricRelease下载次数: 116全部版本

markdown_parsed

文章类型:收录

layui.use([\'form\'], function(){
var form = layui.form;
});

游客,如果您要查看本帖隐藏内容请回复
TelluriumForge
楼主 2025-8-10 19:33:47 回复 收起回复
小僵尸论坛感谢有你~
回复 论坛版权

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册 手机动态码快速登录

本版积分规则



介绍

我的世界(Minecraft)小僵尸论坛
收录了来自各地的我的世界(MC)爱好者们的各种资源

须知: 切勿滥用举报,任何与举报相关的信息必须属实!

"Minecraft"以及"我的世界"为Mojang Synergies AB的商标 本站与Mojang以及微软公司没有从属关系

官方

新浪微博 腾讯微博 微信公众号 投稿规则 版权声明 捐助我们

官方QQ①群: 291907844 (点击加群)
官方QQ②群: 421312192
官方QQ③群: 528726532

我的世界(Minecraft)小僵尸论坛

新会员

QQ|Archiver|手机版|小黑屋|Minecraft(我的世界)小僵尸论坛 |网站地图

GMT+8, 2025-9-25 10:29 , Processed in 0.337164 second(s), 53 queries .

快速回复 返回顶部 返回列表