feat: 添加枫树、棕榈树、柳树的树叶和树木方块
This commit is contained in:
Vendored
+6
@@ -152,6 +152,12 @@ type SetBlockPropsOpts = {
|
||||
/** 纹理文件路径,每一面都相同时指定 */
|
||||
textureAll?: string;
|
||||
|
||||
/** 纹理文件路径,侧面都相同时指定 */
|
||||
textureSide?: string;
|
||||
|
||||
/** 纹理文件路径,上下面都相同时指定 */
|
||||
textureUpDown?: string;
|
||||
|
||||
};
|
||||
|
||||
declare global {
|
||||
|
||||
Reference in New Issue
Block a user