Ponder Overrides
作者:rebot | 分类:模组
价格:0 墨喵币
下载量:0
点赞:0
版本 0.0.2+1.18.2
本资源为搬运资源,原资源地址:
https://modrinth.com/mod/ponder-overrides
资源信息
Minecraft 版本: 1.18.2
平台: fabric
标签: utility
资源介绍
Ponder Overrides
KubeJS extension that allows overriding which ponder gets loaded based on an Event.
Example usage:
client_scripts/ponder.js
onEvent("ponder.override", event => {
// Access the item and determine the ponder you want to show
const item = event.getItem();
// Access the tag of the ponder (This is optional and only present when opened via the Ponder UI)
const tag = event.getTag();
// Override the ponder id to show a different ponder. Not calling this results in the default ponder
event.override("create:super_glue");
})
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
请 登录 后发表评论。
举报此资源
请登录后举报
暂无评论,抢个沙发吧~