SurvivalCraft SuAPI demo2
tree
[SuAPI]冷雨夜(适用于V0116测试).scmod
├── Lib/
│ ├── X64/
│ │ └── RainWithoutDawn.dll
│ └── Arm64/
│ └── RainWithoutDawn.dll
├── Content/
│ └── Textures/
└── ModInfo.xmltree
Application/
├── Survivalcraft.exe
└── Mods/
└── [SuAPI]冷雨夜(适用于V0116测试).scmod
├── Lib/
│ ├── X64/
│ │ └── RainWithoutDawn.dll
│ └── Arm64/
│ └── RainWithoutDawn.dll
├── Content/
│ └── Textures/
└── ModInfo.xml路径 类型 说明
- Lib/X64/RainWithoutDawn.dll 文件 64位系统所需的库文件
- Lib/Arm64/RainWithoutDawn.dll 文件 ARM64系统所需的库文件
- Content/Textures/ 目录 纹理资源文件夹
- ModInfo.xml 文件 模组配置文件