1
0

chore: 更新 constants.d.ts

This commit is contained in:
2025-05-02 18:16:41 +08:00
parent 411fb354e7
commit d0875f9ddb

View File

@@ -155,6 +155,12 @@ type SetBlockPropsOpts = {
/** 纹理文件路径,侧面都相同时指定 */
textureSide?: string;
/** 纹理文件路径,南北面都相同时指定 */
textureSideNS?: string;
/** 纹理文件路径,东西面都相同时指定 */
textureSideWE?: string;
/** 纹理文件路径,上下面都相同时指定 */
textureUpDown?: string;