该模组提供了两条指令用户可以导出模组资源信息,用于后续加工 This module provides two instructions for users to export module resource information for subsequent processing
该模组用于 导出 Minecraft 模组资源,导出的资源格式参考以下规范:
This mod is used to export Minecraft mod resources, following the specification below:
当前该模组主要服务于以下项目:
This mod is currently designed to support the following project:
用于为蓝图工具提供 模组资源解析与展示支持,以实现对不同模组资源的统一处理。
It provides mod resource parsing and rendering support for the blueprint tool, enabling unified handling of resources from different mods.
modid 精确导出指定模组资源modidmodid is specified/exportconfig iconsize 32
iconsize:配置项名称 iconsize: configuration key
32:导出图标尺寸(单位:像素) 32: exported icon size (in pixels)
该配置会影响后续所有资源导出的图标分辨率 This setting affects the icon resolution of all subsequent exports
/exportresources <modid>
<modid>:目标模组的 ID <modid>: target mod ID
若不填写 <modid>,则默认导出 全部模组资源 If <modid> is not specified, all mod resources will be exported by default