1
0

feat: 添加枫树、棕榈树、柳树的树叶和树木方块

This commit is contained in:
2025-04-29 23:32:56 +08:00
parent b9fc6e7f0a
commit 3c807c4b5f
13 changed files with 117 additions and 28 deletions
+6
View File
@@ -152,6 +152,12 @@ type SetBlockPropsOpts = {
/** 纹理文件路径,每一面都相同时指定 */
textureAll?: string;
/** 纹理文件路径,侧面都相同时指定 */
textureSide?: string;
/** 纹理文件路径,上下面都相同时指定 */
textureUpDown?: string;
};
declare global {