【Texture翻译前置】专注表单的图标显示翻译前置插件

【Texture翻译前置】专注表单的图标显示翻译前置插件-虾饺的小站
【Texture翻译前置】专注表单的图标显示翻译前置插件
此内容为付费资源,请付费后查看
20积分
付费资源

此插件为前置插件,面向开发者使用

JavaScript:
// 插件依赖注册示例
let hasFinalTextures = ll.listPlugins().includes('FinalTextures') // 是否有FinalTextures插件
if (hasFinalTextures) var getTextures = ll.imports("FinalTextures", "getTextures") // 有的话,导入获取textures函数

// 渐进式的使用
let textures = hasFinalTextures ? getTextures('minecraft:apple') : 'textures/ui/promo_gift_small_green'
//   变量名     如果有插件            让插件翻译               否则使用自己的texture
© 版权声明
THE END
喜欢就支持一下吧
点赞11 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容