LLibrary

LLibrary

热度 157699556
最近更新11 个月前
轻量级的我的世界模组库 The lightweight Minecraft modding library


此模组已停止开发且不再提供支持。


作者/所有者已消失,这些账号由我的世界模组开发团队维护。

 


LLibrary是一个小型模组,包含供其他模组使用的共享代码。

  • 高级动画应用程序编程接口及其他动画工具
  • 轻量级ASM实用工具
  • 易于使用的结构工具
  • 可扩展的命令构建器
  • 更多玩家渲染事件,支持自定义玩家动画
  • 强大的实体数据处理程序
  • 美观的图形用户界面框架
  • 还有更多!

LLibrary非常容易集成到您自己的模组中。您所要做的就是在构建文件中将其添加为依赖项。

以下是一段您可以复制粘贴的代码片段:

repositories { maven { url "https://maven.mcmoddev.com/" } } dependencies { deobfCompile "net.ilexiconn:llibrary:1.7.19 - 1.12.2" }

如果在运行Gradle脚本时LLibrary未添加到您的项目中,请确保您安装了Java 8u102或更高版本!

也建议您将LLibrary添加到依赖项中。这样可确保用户安装了LLibrary且版本正确。您可以这样做:

@Mod(dependencies = "required - after:llibrary@[1.7.19,)")

请注意,游戏内实际的LLibrary版本不包含我的世界版本。

所有整合包作者都有权将LLibrary添加到他们的整合包中。请不要将LLibrary与您的模组打包在一起。

如果您是一名模组开发者且有兴趣使用LLibrary,您可以前往LLibrary维基获取有关如何使用其大部分功能的指南。

LLibrary带来了一些视觉上的变化。首先,它会将所选物品的模组名称添加到工具提示中。在1.7.10版本中,当启用高级工具提示时,它还会添加模组ID和注册名称。

LLibrary还添加了 Snackbar。这是屏幕底部的一个小通知。

赞助者会获得一种玩家效果。每个安装了LLibrary 1.2.0及更高版本的用户都可以看到这些效果。



THIS MOD IS DISCONTINUED AND WILL NOT BE SUPPORTED.


Author/owner has vanished, these accounts are maintained by Minecraft Mod Development.

 


LLibrary is a small mod that contains shared code for other mods.

  • Advanced animation api and other animation tools
  • Lightweight ASM utilities
  • Easy-to-use structure tools
  • Expandable command builder
  • More player render events, allowing for custom player animation
  • Powerful entity data handlers
  • Beautiful GUI framework
  • More!

LLibrary is very easy to integrate into your own mod. All you have to do is adding it as dependency in the build file.

Here's a snippet you can copy-paste:

repositories { maven { url "https://maven.mcmoddev.com/" } } dependencies { deobfCompile "net.ilexiconn:llibrary:1.7.19-1.12.2" }

If LLibrary is not added to your project when you run your gradle script, make sure you have Java 8u102 or higher installed!

It's also recommended that you add LLibrary to the dependencies. This makes sure the user has LLibrary installed and that it's the correct version. You can do that like this:

@Mod(dependencies = "required-after:llibrary@[1.7.19,)")

Note that the actual in-game LLibrary version does NOT contain the Minecraft version.

All modpack authors have permission to add LLibrary to their pack. Please do NOT package LLibrary with your mod.

If you're a modder and interested in using LLibrary, you can go to the LLibrary Wiki for guides on how to use most of its features.

LLibrary comes with a few visual changes. First of all, it adds the mod name of the selected item to tooltips. In 1.7.10, it also adds the modid and registry name when advanced tooltips are enabled.

LLibrary also adds snackbars. This is a small notification on the bottom of your screen.

Patrons receive a player effect. Every user with LLibrary 1.2.0+ installed can see these.

本站是资源分享站,资源均来自于互联网和用户自发分享,仅供学习和交流使用。如有版权问题,请联系管理员删除。

评论区 (0)

登录 后才能发表评论

暂无评论

快来发表第一条评论吧!