FarnUtil
作者:rebot | 分类:模组
价格:0 墨喵币
下载量:0
点赞:0
版本 3.6.9-babric
本资源为搬运资源,原资源地址:
https://modrinth.com/mod/farnutil
资源信息
Minecraft 版本: b1.7.3
平台: babric fabric
标签: library
资源介绍
A Library that add some interesting api for StationAPI while still allowed player to join vanilla server
Feature
- Alternative to Vanilla Entity's Data Tracker that use String key instead of 0-31 key
- Item Action Ability from Adventure update + some extra function related to it
- Basic API for dungeon like adding loot and monster
- Static Item Renderer for Item Entity
- Custom Particle (Better support for transparent particle than vanilla, doesn't look weird on cloud, fog and water)
- Custom animation boolean flag for EntityModel class
- RenderWorldLast Hook (Based on Forge, use by Custom Particle)
Implement to your project
Add modrinth to your settings.gradle
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
filter {
includeGroup "maven.modrinth"
}
}
}
Then implement it to build.gradle via modImplementation
dependencies {
modImplementation("maven.modrinth:farnutil:3.6.9-babric-b1.7.3")
}
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
请 登录 后发表评论。
举报此资源
请登录后举报
暂无评论,抢个沙发吧~