diff --git a/kubejs/constants.d.ts b/kubejs/constants.d.ts index 771a4fd..d58b8d5 100644 --- a/kubejs/constants.d.ts +++ b/kubejs/constants.d.ts @@ -155,6 +155,12 @@ type SetBlockPropsOpts = { /** 纹理文件路径,侧面都相同时指定 */ textureSide?: string; + /** 纹理文件路径,南北面都相同时指定 */ + textureSideNS?: string; + + /** 纹理文件路径,东西面都相同时指定 */ + textureSideWE?: string; + /** 纹理文件路径,上下面都相同时指定 */ textureUpDown?: string;