此插件为前置插件,面向开发者使用
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
暂无评论内容