chore: 更新 constants.d.ts
This commit is contained in:
6
kubejs/constants.d.ts
vendored
6
kubejs/constants.d.ts
vendored
@@ -155,6 +155,12 @@ type SetBlockPropsOpts = {
|
|||||||
/** 纹理文件路径,侧面都相同时指定 */
|
/** 纹理文件路径,侧面都相同时指定 */
|
||||||
textureSide?: string;
|
textureSide?: string;
|
||||||
|
|
||||||
|
/** 纹理文件路径,南北面都相同时指定 */
|
||||||
|
textureSideNS?: string;
|
||||||
|
|
||||||
|
/** 纹理文件路径,东西面都相同时指定 */
|
||||||
|
textureSideWE?: string;
|
||||||
|
|
||||||
/** 纹理文件路径,上下面都相同时指定 */
|
/** 纹理文件路径,上下面都相同时指定 */
|
||||||
textureUpDown?: string;
|
textureUpDown?: string;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user